All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.codedeploy-2014-10-06-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS CodeDeploy module holds the client classes that are used for communicating with AWS CodeDeploy Service

There is a newer version: 1.12.780
Show newest version
{
  "metadata" : {
    "apiVersion" : "2014-10-06",
    "exceptionUnmarshallerImpl" : null,
    "protocol" : "json",
    "checksumFormat" : null,
    "documentation" : "AWS CodeDeploy Overview 

This reference guide provides descriptions of the AWS CodeDeploy APIs. For more information about AWS CodeDeploy, see the AWS CodeDeploy User Guide.

Using the APIs

You can use the AWS CodeDeploy APIs to work with the following:

  • Applications are unique identifiers used by AWS CodeDeploy to ensure the correct combinations of revisions, deployment configurations, and deployment groups are being referenced during deployments.

    You can use the AWS CodeDeploy APIs to create, delete, get, list, and update applications.

  • Deployment configurations are sets of deployment rules and success and failure conditions used by AWS CodeDeploy during deployments.

    You can use the AWS CodeDeploy APIs to create, delete, get, and list deployment configurations.

  • Deployment groups are groups of instances to which application revisions can be deployed.

    You can use the AWS CodeDeploy APIs to create, delete, get, list, and update deployment groups.

  • Instances represent Amazon EC2 instances to which application revisions are deployed. Instances are identified by their Amazon EC2 tags or Auto Scaling group names. Instances belong to deployment groups.

    You can use the AWS CodeDeploy APIs to get and list instance.

  • Deployments represent the process of deploying revisions to instances.

    You can use the AWS CodeDeploy APIs to create, get, list, and stop deployments.

  • Application revisions are archive files stored in Amazon S3 buckets or GitHub repositories. These revisions contain source content (such as source code, web pages, executable files, and deployment scripts) along with an application specification (AppSpec) file. (The AppSpec file is unique to AWS CodeDeploy; it defines the deployment actions you want AWS CodeDeploy to execute.) Ffor application revisions stored in Amazon S3 buckets, an application revision is uniquely identified by its Amazon S3 object key and its ETag, version, or both. For application revisions stored in GitHub repositories, an application revision is uniquely identified by its repository name and commit ID. Application revisions are deployed through deployment groups.

    You can use the AWS CodeDeploy APIs to get, list, and register application revisions.

", "defaultEndpoint" : "https://codedeploy.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "codedeploy.us-east-1.amazonaws.com", "syncInterface" : "AmazonCodeDeploy", "syncClient" : "AmazonCodeDeployClient", "asyncInterface" : "AmazonCodeDeployAsync", "asyncClient" : "AmazonCodeDeployAsyncClient", "packageName" : "com.amazonaws.services.codedeploy", "packagePath" : "com/amazonaws/services/codedeploy", "serviceAbbreviation" : "CodeDeploy", "serviceFullName" : "AWS CodeDeploy", "hasApiWithStreamInput" : false, "jsonContentVersion" : "application/x-amz-json-1.1", "jsonVersion" : "1.1", "endpointPrefix" : "codedeploy", "signingName" : "codedeploy", "xmlProtocol" : false, "jsonProtocol" : true, "serviceName" : "CodeDeploy", "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller" }, "operations" : { "AddTagsToOnPremisesInstances" : { "documentation" : "

Adds tags to on-premises instances.

", "operationName" : "AddTagsToOnPremisesInstances", "deprecated" : false, "input" : { "variableName" : "addTagsToOnPremisesInstancesRequest", "variableType" : "AddTagsToOnPremisesInstancesRequest", "variableDeclarationType" : "AddTagsToOnPremisesInstancesRequest", "documentation" : "

Represents the input of, and adds tags to, an on-premises instance operation.

", "simpleType" : "AddTagsToOnPremisesInstancesRequest", "variableSetterType" : "AddTagsToOnPremisesInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddTagsToOnPremisesInstancesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InstanceNameRequiredException", "documentation" : "

An on-premises instance name was not specified.

" }, { "exceptionName" : "TagRequiredException", "documentation" : "

A tag was not specified.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The specified tag was specified in an invalid format.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The maximum allowed number of tags was exceeded.

" }, { "exceptionName" : "InstanceLimitExceededException", "documentation" : "

The maximum number of allowed on-premises instances in a single call was exceeded.

" }, { "exceptionName" : "InstanceNotRegisteredException", "documentation" : "

The specified on-premises instance is not registered.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "AddTagsToOnPremisesInstancesResult", "asyncReturnType" : "AddTagsToOnPremisesInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "addTagsToOnPremisesInstances" }, "BatchGetApplicationRevisions" : { "documentation" : "

Gets information about one or more application revisions.

", "operationName" : "BatchGetApplicationRevisions", "deprecated" : false, "input" : { "variableName" : "batchGetApplicationRevisionsRequest", "variableType" : "BatchGetApplicationRevisionsRequest", "variableDeclarationType" : "BatchGetApplicationRevisionsRequest", "documentation" : "

Represents the input of a batch get application revisions operation.

", "simpleType" : "BatchGetApplicationRevisionsRequest", "variableSetterType" : "BatchGetApplicationRevisionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "BatchGetApplicationRevisionsResult", "documentation" : "

Represents the output of a batch get application revisions operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "RevisionRequiredException", "documentation" : "

The revision ID was not specified.

" }, { "exceptionName" : "InvalidRevisionException", "documentation" : "

The revision was specified in an invalid format.

" }, { "exceptionName" : "BatchLimitExceededException", "documentation" : "

The maximum number of names or IDs allowed for this request (100) was exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "BatchGetApplicationRevisionsResult", "asyncReturnType" : "BatchGetApplicationRevisionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "batchGetApplicationRevisions" }, "BatchGetApplications" : { "documentation" : "

Gets information about one or more applications.

", "operationName" : "BatchGetApplications", "deprecated" : false, "input" : { "variableName" : "batchGetApplicationsRequest", "variableType" : "BatchGetApplicationsRequest", "variableDeclarationType" : "BatchGetApplicationsRequest", "documentation" : "

Represents the input of a batch get applications operation.

", "simpleType" : "BatchGetApplicationsRequest", "variableSetterType" : "BatchGetApplicationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "BatchGetApplicationsResult", "documentation" : "

Represents the output of a batch get applications operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "BatchLimitExceededException", "documentation" : "

The maximum number of names or IDs allowed for this request (100) was exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "BatchGetApplicationsResult", "asyncReturnType" : "BatchGetApplicationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "batchGetApplications" }, "BatchGetDeploymentGroups" : { "documentation" : "

Get information about one or more deployment groups.

", "operationName" : "BatchGetDeploymentGroups", "deprecated" : false, "input" : { "variableName" : "batchGetDeploymentGroupsRequest", "variableType" : "BatchGetDeploymentGroupsRequest", "variableDeclarationType" : "BatchGetDeploymentGroupsRequest", "documentation" : "

Represents the input of a batch get deployment groups operation.

", "simpleType" : "BatchGetDeploymentGroupsRequest", "variableSetterType" : "BatchGetDeploymentGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "BatchGetDeploymentGroupsResult", "documentation" : "

Represents the output of a batch get deployment groups operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "DeploymentGroupNameRequiredException", "documentation" : "

The deployment group name was not specified.

" }, { "exceptionName" : "InvalidDeploymentGroupNameException", "documentation" : "

The deployment group name was specified in an invalid format.

" }, { "exceptionName" : "BatchLimitExceededException", "documentation" : "

The maximum number of names or IDs allowed for this request (100) was exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "BatchGetDeploymentGroupsResult", "asyncReturnType" : "BatchGetDeploymentGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "batchGetDeploymentGroups" }, "BatchGetDeploymentInstances" : { "documentation" : "

Gets information about one or more instance that are part of a deployment group.

", "operationName" : "BatchGetDeploymentInstances", "deprecated" : false, "input" : { "variableName" : "batchGetDeploymentInstancesRequest", "variableType" : "BatchGetDeploymentInstancesRequest", "variableDeclarationType" : "BatchGetDeploymentInstancesRequest", "documentation" : "

Represents the input of a batch get deployment instances operation.

", "simpleType" : "BatchGetDeploymentInstancesRequest", "variableSetterType" : "BatchGetDeploymentInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "BatchGetDeploymentInstancesResult", "documentation" : "

Represents the output of a batch get deployment instance operation.

" }, "exceptions" : [ { "exceptionName" : "DeploymentIdRequiredException", "documentation" : "

At least one deployment ID must be specified.

" }, { "exceptionName" : "DeploymentDoesNotExistException", "documentation" : "

The deployment does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "InstanceIdRequiredException", "documentation" : "

The instance ID was not specified.

" }, { "exceptionName" : "InvalidDeploymentIdException", "documentation" : "

At least one of the deployment IDs was specified in an invalid format.

" }, { "exceptionName" : "InvalidInstanceNameException", "documentation" : "

The specified on-premises instance name was specified in an invalid format.

" }, { "exceptionName" : "BatchLimitExceededException", "documentation" : "

The maximum number of names or IDs allowed for this request (100) was exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "BatchGetDeploymentInstancesResult", "asyncReturnType" : "BatchGetDeploymentInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "batchGetDeploymentInstances" }, "BatchGetDeployments" : { "documentation" : "

Gets information about one or more deployments.

", "operationName" : "BatchGetDeployments", "deprecated" : false, "input" : { "variableName" : "batchGetDeploymentsRequest", "variableType" : "BatchGetDeploymentsRequest", "variableDeclarationType" : "BatchGetDeploymentsRequest", "documentation" : "

Represents the input of a batch get deployments operation.

", "simpleType" : "BatchGetDeploymentsRequest", "variableSetterType" : "BatchGetDeploymentsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "BatchGetDeploymentsResult", "documentation" : "

Represents the output of a batch get deployments operation.

" }, "exceptions" : [ { "exceptionName" : "DeploymentIdRequiredException", "documentation" : "

At least one deployment ID must be specified.

" }, { "exceptionName" : "InvalidDeploymentIdException", "documentation" : "

At least one of the deployment IDs was specified in an invalid format.

" }, { "exceptionName" : "BatchLimitExceededException", "documentation" : "

The maximum number of names or IDs allowed for this request (100) was exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "BatchGetDeploymentsResult", "asyncReturnType" : "BatchGetDeploymentsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "batchGetDeployments" }, "BatchGetOnPremisesInstances" : { "documentation" : "

Gets information about one or more on-premises instances.

", "operationName" : "BatchGetOnPremisesInstances", "deprecated" : false, "input" : { "variableName" : "batchGetOnPremisesInstancesRequest", "variableType" : "BatchGetOnPremisesInstancesRequest", "variableDeclarationType" : "BatchGetOnPremisesInstancesRequest", "documentation" : "

Represents the input of a batch get on-premises instances operation.

", "simpleType" : "BatchGetOnPremisesInstancesRequest", "variableSetterType" : "BatchGetOnPremisesInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "BatchGetOnPremisesInstancesResult", "documentation" : "

Represents the output of a batch get on-premises instances operation.

" }, "exceptions" : [ { "exceptionName" : "InstanceNameRequiredException", "documentation" : "

An on-premises instance name was not specified.

" }, { "exceptionName" : "InvalidInstanceNameException", "documentation" : "

The specified on-premises instance name was specified in an invalid format.

" }, { "exceptionName" : "BatchLimitExceededException", "documentation" : "

The maximum number of names or IDs allowed for this request (100) was exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "BatchGetOnPremisesInstancesResult", "asyncReturnType" : "BatchGetOnPremisesInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "batchGetOnPremisesInstances" }, "CreateApplication" : { "documentation" : "

Creates an application.

", "operationName" : "CreateApplication", "deprecated" : false, "input" : { "variableName" : "createApplicationRequest", "variableType" : "CreateApplicationRequest", "variableDeclarationType" : "CreateApplicationRequest", "documentation" : "

Represents the input of a create application operation.

", "simpleType" : "CreateApplicationRequest", "variableSetterType" : "CreateApplicationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateApplicationResult", "documentation" : "

Represents the output of a create application operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "ApplicationAlreadyExistsException", "documentation" : "

An application with the specified name already exists with the applicable IAM user or AWS account.

" }, { "exceptionName" : "ApplicationLimitExceededException", "documentation" : "

More applications were attempted to be created than are allowed.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateApplicationResult", "asyncReturnType" : "CreateApplicationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createApplication" }, "CreateDeployment" : { "documentation" : "

Deploys an application revision through the specified deployment group.

", "operationName" : "CreateDeployment", "deprecated" : false, "input" : { "variableName" : "createDeploymentRequest", "variableType" : "CreateDeploymentRequest", "variableDeclarationType" : "CreateDeploymentRequest", "documentation" : "

Represents the input of a create deployment operation.

", "simpleType" : "CreateDeploymentRequest", "variableSetterType" : "CreateDeploymentRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateDeploymentResult", "documentation" : "

Represents the output of a create deployment operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "DeploymentGroupNameRequiredException", "documentation" : "

The deployment group name was not specified.

" }, { "exceptionName" : "InvalidDeploymentGroupNameException", "documentation" : "

The deployment group name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentGroupDoesNotExistException", "documentation" : "

The named deployment group does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "RevisionRequiredException", "documentation" : "

The revision ID was not specified.

" }, { "exceptionName" : "InvalidRevisionException", "documentation" : "

The revision was specified in an invalid format.

" }, { "exceptionName" : "InvalidDeploymentConfigNameException", "documentation" : "

The deployment configuration name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentConfigDoesNotExistException", "documentation" : "

The deployment configuration does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "DescriptionTooLongException", "documentation" : "

The description is too long.

" }, { "exceptionName" : "DeploymentLimitExceededException", "documentation" : "

The number of allowed deployments was exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateDeploymentResult", "asyncReturnType" : "CreateDeploymentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createDeployment" }, "CreateDeploymentConfig" : { "documentation" : "

Creates a deployment configuration.

", "operationName" : "CreateDeploymentConfig", "deprecated" : false, "input" : { "variableName" : "createDeploymentConfigRequest", "variableType" : "CreateDeploymentConfigRequest", "variableDeclarationType" : "CreateDeploymentConfigRequest", "documentation" : "

Represents the input of a create deployment configuration operation.

", "simpleType" : "CreateDeploymentConfigRequest", "variableSetterType" : "CreateDeploymentConfigRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateDeploymentConfigResult", "documentation" : "

Represents the output of a create deployment configuration operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidDeploymentConfigNameException", "documentation" : "

The deployment configuration name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentConfigNameRequiredException", "documentation" : "

The deployment configuration name was not specified.

" }, { "exceptionName" : "DeploymentConfigAlreadyExistsException", "documentation" : "

A deployment configuration with the specified name already exists with the applicable IAM user or AWS account.

" }, { "exceptionName" : "InvalidMinimumHealthyHostValueException", "documentation" : "

The minimum healthy instance value was specified in an invalid format.

" }, { "exceptionName" : "DeploymentConfigLimitExceededException", "documentation" : "

The deployment configurations limit was exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateDeploymentConfigResult", "asyncReturnType" : "CreateDeploymentConfigResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createDeploymentConfig" }, "CreateDeploymentGroup" : { "documentation" : "

Creates a deployment group to which application revisions will be deployed.

", "operationName" : "CreateDeploymentGroup", "deprecated" : false, "input" : { "variableName" : "createDeploymentGroupRequest", "variableType" : "CreateDeploymentGroupRequest", "variableDeclarationType" : "CreateDeploymentGroupRequest", "documentation" : "

Represents the input of a create deployment group operation.

", "simpleType" : "CreateDeploymentGroupRequest", "variableSetterType" : "CreateDeploymentGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateDeploymentGroupResult", "documentation" : "

Represents the output of a create deployment group operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "DeploymentGroupNameRequiredException", "documentation" : "

The deployment group name was not specified.

" }, { "exceptionName" : "InvalidDeploymentGroupNameException", "documentation" : "

The deployment group name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentGroupAlreadyExistsException", "documentation" : "

A deployment group with the specified name already exists with the applicable IAM user or AWS account.

" }, { "exceptionName" : "InvalidEC2TagException", "documentation" : "

The tag was specified in an invalid format.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The specified tag was specified in an invalid format.

" }, { "exceptionName" : "InvalidAutoScalingGroupException", "documentation" : "

The Auto Scaling group was specified in an invalid format or does not exist.

" }, { "exceptionName" : "InvalidDeploymentConfigNameException", "documentation" : "

The deployment configuration name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentConfigDoesNotExistException", "documentation" : "

The deployment configuration does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "RoleRequiredException", "documentation" : "

The role ID was not specified.

" }, { "exceptionName" : "InvalidRoleException", "documentation" : "

The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Auto Scaling.

" }, { "exceptionName" : "DeploymentGroupLimitExceededException", "documentation" : "

The deployment groups limit was exceeded.

" }, { "exceptionName" : "LifecycleHookLimitExceededException", "documentation" : "

The limit for lifecycle hooks was exceeded.

" }, { "exceptionName" : "InvalidTriggerConfigException", "documentation" : "

The trigger was specified in an invalid format.

" }, { "exceptionName" : "TriggerTargetsLimitExceededException", "documentation" : "

The maximum allowed number of triggers was exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateDeploymentGroupResult", "asyncReturnType" : "CreateDeploymentGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createDeploymentGroup" }, "DeleteApplication" : { "documentation" : "

Deletes an application.

", "operationName" : "DeleteApplication", "deprecated" : false, "input" : { "variableName" : "deleteApplicationRequest", "variableType" : "DeleteApplicationRequest", "variableDeclarationType" : "DeleteApplicationRequest", "documentation" : "

Represents the input of a delete application operation.

", "simpleType" : "DeleteApplicationRequest", "variableSetterType" : "DeleteApplicationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteApplicationResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteApplicationResult", "asyncReturnType" : "DeleteApplicationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteApplication" }, "DeleteDeploymentConfig" : { "documentation" : "

Deletes a deployment configuration.

A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted.", "operationName" : "DeleteDeploymentConfig", "deprecated" : false, "input" : { "variableName" : "deleteDeploymentConfigRequest", "variableType" : "DeleteDeploymentConfigRequest", "variableDeclarationType" : "DeleteDeploymentConfigRequest", "documentation" : "

Represents the input of a delete deployment configuration operation.

", "simpleType" : "DeleteDeploymentConfigRequest", "variableSetterType" : "DeleteDeploymentConfigRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteDeploymentConfigResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidDeploymentConfigNameException", "documentation" : "

The deployment configuration name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentConfigNameRequiredException", "documentation" : "

The deployment configuration name was not specified.

" }, { "exceptionName" : "DeploymentConfigInUseException", "documentation" : "

The deployment configuration is still in use.

" }, { "exceptionName" : "InvalidOperationException", "documentation" : "

An invalid operation was detected.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteDeploymentConfigResult", "asyncReturnType" : "DeleteDeploymentConfigResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteDeploymentConfig" }, "DeleteDeploymentGroup" : { "documentation" : "

Deletes a deployment group.

", "operationName" : "DeleteDeploymentGroup", "deprecated" : false, "input" : { "variableName" : "deleteDeploymentGroupRequest", "variableType" : "DeleteDeploymentGroupRequest", "variableDeclarationType" : "DeleteDeploymentGroupRequest", "documentation" : "

Represents the input of a delete deployment group operation.

", "simpleType" : "DeleteDeploymentGroupRequest", "variableSetterType" : "DeleteDeploymentGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteDeploymentGroupResult", "documentation" : "

Represents the output of a delete deployment group operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentGroupNameRequiredException", "documentation" : "

The deployment group name was not specified.

" }, { "exceptionName" : "InvalidDeploymentGroupNameException", "documentation" : "

The deployment group name was specified in an invalid format.

" }, { "exceptionName" : "InvalidRoleException", "documentation" : "

The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Auto Scaling.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteDeploymentGroupResult", "asyncReturnType" : "DeleteDeploymentGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteDeploymentGroup" }, "DeregisterOnPremisesInstance" : { "documentation" : "

Deregisters an on-premises instance.

", "operationName" : "DeregisterOnPremisesInstance", "deprecated" : false, "input" : { "variableName" : "deregisterOnPremisesInstanceRequest", "variableType" : "DeregisterOnPremisesInstanceRequest", "variableDeclarationType" : "DeregisterOnPremisesInstanceRequest", "documentation" : "

Represents the input of a deregister on-premises instance operation.

", "simpleType" : "DeregisterOnPremisesInstanceRequest", "variableSetterType" : "DeregisterOnPremisesInstanceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeregisterOnPremisesInstanceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InstanceNameRequiredException", "documentation" : "

An on-premises instance name was not specified.

" }, { "exceptionName" : "InvalidInstanceNameException", "documentation" : "

The specified on-premises instance name was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeregisterOnPremisesInstanceResult", "asyncReturnType" : "DeregisterOnPremisesInstanceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deregisterOnPremisesInstance" }, "GetApplication" : { "documentation" : "

Gets information about an application.

", "operationName" : "GetApplication", "deprecated" : false, "input" : { "variableName" : "getApplicationRequest", "variableType" : "GetApplicationRequest", "variableDeclarationType" : "GetApplicationRequest", "documentation" : "

Represents the input of a get application operation.

", "simpleType" : "GetApplicationRequest", "variableSetterType" : "GetApplicationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetApplicationResult", "documentation" : "

Represents the output of a get application operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetApplicationResult", "asyncReturnType" : "GetApplicationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getApplication" }, "GetApplicationRevision" : { "documentation" : "

Gets information about an application revision.

", "operationName" : "GetApplicationRevision", "deprecated" : false, "input" : { "variableName" : "getApplicationRevisionRequest", "variableType" : "GetApplicationRevisionRequest", "variableDeclarationType" : "GetApplicationRevisionRequest", "documentation" : "

Represents the input of a get application revision operation.

", "simpleType" : "GetApplicationRevisionRequest", "variableSetterType" : "GetApplicationRevisionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetApplicationRevisionResult", "documentation" : "

Represents the output of a get application revision operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "RevisionDoesNotExistException", "documentation" : "

The named revision does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "RevisionRequiredException", "documentation" : "

The revision ID was not specified.

" }, { "exceptionName" : "InvalidRevisionException", "documentation" : "

The revision was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetApplicationRevisionResult", "asyncReturnType" : "GetApplicationRevisionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getApplicationRevision" }, "GetDeployment" : { "documentation" : "

Gets information about a deployment.

", "operationName" : "GetDeployment", "deprecated" : false, "input" : { "variableName" : "getDeploymentRequest", "variableType" : "GetDeploymentRequest", "variableDeclarationType" : "GetDeploymentRequest", "documentation" : "

Represents the input of a get deployment operation.

", "simpleType" : "GetDeploymentRequest", "variableSetterType" : "GetDeploymentRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetDeploymentResult", "documentation" : "

Represents the output of a get deployment operation.

" }, "exceptions" : [ { "exceptionName" : "DeploymentIdRequiredException", "documentation" : "

At least one deployment ID must be specified.

" }, { "exceptionName" : "InvalidDeploymentIdException", "documentation" : "

At least one of the deployment IDs was specified in an invalid format.

" }, { "exceptionName" : "DeploymentDoesNotExistException", "documentation" : "

The deployment does not exist with the applicable IAM user or AWS account.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetDeploymentResult", "asyncReturnType" : "GetDeploymentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getDeployment" }, "GetDeploymentConfig" : { "documentation" : "

Gets information about a deployment configuration.

", "operationName" : "GetDeploymentConfig", "deprecated" : false, "input" : { "variableName" : "getDeploymentConfigRequest", "variableType" : "GetDeploymentConfigRequest", "variableDeclarationType" : "GetDeploymentConfigRequest", "documentation" : "

Represents the input of a get deployment configuration operation.

", "simpleType" : "GetDeploymentConfigRequest", "variableSetterType" : "GetDeploymentConfigRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetDeploymentConfigResult", "documentation" : "

Represents the output of a get deployment configuration operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidDeploymentConfigNameException", "documentation" : "

The deployment configuration name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentConfigNameRequiredException", "documentation" : "

The deployment configuration name was not specified.

" }, { "exceptionName" : "DeploymentConfigDoesNotExistException", "documentation" : "

The deployment configuration does not exist with the applicable IAM user or AWS account.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetDeploymentConfigResult", "asyncReturnType" : "GetDeploymentConfigResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getDeploymentConfig" }, "GetDeploymentGroup" : { "documentation" : "

Gets information about a deployment group.

", "operationName" : "GetDeploymentGroup", "deprecated" : false, "input" : { "variableName" : "getDeploymentGroupRequest", "variableType" : "GetDeploymentGroupRequest", "variableDeclarationType" : "GetDeploymentGroupRequest", "documentation" : "

Represents the input of a get deployment group operation.

", "simpleType" : "GetDeploymentGroupRequest", "variableSetterType" : "GetDeploymentGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetDeploymentGroupResult", "documentation" : "

Represents the output of a get deployment group operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "DeploymentGroupNameRequiredException", "documentation" : "

The deployment group name was not specified.

" }, { "exceptionName" : "InvalidDeploymentGroupNameException", "documentation" : "

The deployment group name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentGroupDoesNotExistException", "documentation" : "

The named deployment group does not exist with the applicable IAM user or AWS account.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetDeploymentGroupResult", "asyncReturnType" : "GetDeploymentGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getDeploymentGroup" }, "GetDeploymentInstance" : { "documentation" : "

Gets information about an instance as part of a deployment.

", "operationName" : "GetDeploymentInstance", "deprecated" : false, "input" : { "variableName" : "getDeploymentInstanceRequest", "variableType" : "GetDeploymentInstanceRequest", "variableDeclarationType" : "GetDeploymentInstanceRequest", "documentation" : "

Represents the input of a get deployment instance operation.

", "simpleType" : "GetDeploymentInstanceRequest", "variableSetterType" : "GetDeploymentInstanceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetDeploymentInstanceResult", "documentation" : "

Represents the output of a get deployment instance operation.

" }, "exceptions" : [ { "exceptionName" : "DeploymentIdRequiredException", "documentation" : "

At least one deployment ID must be specified.

" }, { "exceptionName" : "DeploymentDoesNotExistException", "documentation" : "

The deployment does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "InstanceIdRequiredException", "documentation" : "

The instance ID was not specified.

" }, { "exceptionName" : "InvalidDeploymentIdException", "documentation" : "

At least one of the deployment IDs was specified in an invalid format.

" }, { "exceptionName" : "InstanceDoesNotExistException", "documentation" : "

The specified instance does not exist in the deployment group.

" }, { "exceptionName" : "InvalidInstanceNameException", "documentation" : "

The specified on-premises instance name was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetDeploymentInstanceResult", "asyncReturnType" : "GetDeploymentInstanceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getDeploymentInstance" }, "GetOnPremisesInstance" : { "documentation" : "

Gets information about an on-premises instance.

", "operationName" : "GetOnPremisesInstance", "deprecated" : false, "input" : { "variableName" : "getOnPremisesInstanceRequest", "variableType" : "GetOnPremisesInstanceRequest", "variableDeclarationType" : "GetOnPremisesInstanceRequest", "documentation" : "

Represents the input of a get on-premises instance operation.

", "simpleType" : "GetOnPremisesInstanceRequest", "variableSetterType" : "GetOnPremisesInstanceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetOnPremisesInstanceResult", "documentation" : "

Represents the output of a get on-premises instance operation.

" }, "exceptions" : [ { "exceptionName" : "InstanceNameRequiredException", "documentation" : "

An on-premises instance name was not specified.

" }, { "exceptionName" : "InstanceNotRegisteredException", "documentation" : "

The specified on-premises instance is not registered.

" }, { "exceptionName" : "InvalidInstanceNameException", "documentation" : "

The specified on-premises instance name was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetOnPremisesInstanceResult", "asyncReturnType" : "GetOnPremisesInstanceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getOnPremisesInstance" }, "ListApplicationRevisions" : { "documentation" : "

Lists information about revisions for an application.

", "operationName" : "ListApplicationRevisions", "deprecated" : false, "input" : { "variableName" : "listApplicationRevisionsRequest", "variableType" : "ListApplicationRevisionsRequest", "variableDeclarationType" : "ListApplicationRevisionsRequest", "documentation" : "

Represents the input of a list application revisions operation.

", "simpleType" : "ListApplicationRevisionsRequest", "variableSetterType" : "ListApplicationRevisionsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListApplicationRevisionsResult", "documentation" : "

Represents the output of a list application revisions operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "InvalidSortByException", "documentation" : "

The column name to sort by is either not present or was specified in an invalid format.

" }, { "exceptionName" : "InvalidSortOrderException", "documentation" : "

The sort order was specified in an invalid format.

" }, { "exceptionName" : "InvalidBucketNameFilterException", "documentation" : "

The bucket name either doesn't exist or was specified in an invalid format.

" }, { "exceptionName" : "InvalidKeyPrefixFilterException", "documentation" : "

The specified key prefix filter was specified in an invalid format.

" }, { "exceptionName" : "BucketNameFilterRequiredException", "documentation" : "

A bucket name is required, but was not provided.

" }, { "exceptionName" : "InvalidDeployedStateFilterException", "documentation" : "

The deployed state filter was specified in an invalid format.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListApplicationRevisionsResult", "asyncReturnType" : "ListApplicationRevisionsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listApplicationRevisions" }, "ListApplications" : { "documentation" : "

Lists the applications registered with the applicable IAM user or AWS account.

", "operationName" : "ListApplications", "deprecated" : false, "input" : { "variableName" : "listApplicationsRequest", "variableType" : "ListApplicationsRequest", "variableDeclarationType" : "ListApplicationsRequest", "documentation" : "

Represents the input of a list applications operation.

", "simpleType" : "ListApplicationsRequest", "variableSetterType" : "ListApplicationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListApplicationsResult", "documentation" : "

Represents the output of a list applications operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListApplicationsResult", "asyncReturnType" : "ListApplicationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listApplications" }, "ListDeploymentConfigs" : { "documentation" : "

Lists the deployment configurations with the applicable IAM user or AWS account.

", "operationName" : "ListDeploymentConfigs", "deprecated" : false, "input" : { "variableName" : "listDeploymentConfigsRequest", "variableType" : "ListDeploymentConfigsRequest", "variableDeclarationType" : "ListDeploymentConfigsRequest", "documentation" : "

Represents the input of a list deployment configurations operation.

", "simpleType" : "ListDeploymentConfigsRequest", "variableSetterType" : "ListDeploymentConfigsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListDeploymentConfigsResult", "documentation" : "

Represents the output of a list deployment configurations operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListDeploymentConfigsResult", "asyncReturnType" : "ListDeploymentConfigsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listDeploymentConfigs" }, "ListDeploymentGroups" : { "documentation" : "

Lists the deployment groups for an application registered with the applicable IAM user or AWS account.

", "operationName" : "ListDeploymentGroups", "deprecated" : false, "input" : { "variableName" : "listDeploymentGroupsRequest", "variableType" : "ListDeploymentGroupsRequest", "variableDeclarationType" : "ListDeploymentGroupsRequest", "documentation" : "

Represents the input of a list deployment groups operation.

", "simpleType" : "ListDeploymentGroupsRequest", "variableSetterType" : "ListDeploymentGroupsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListDeploymentGroupsResult", "documentation" : "

Represents the output of a list deployment groups operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListDeploymentGroupsResult", "asyncReturnType" : "ListDeploymentGroupsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listDeploymentGroups" }, "ListDeploymentInstances" : { "documentation" : "

Lists the instance for a deployment associated with the applicable IAM user or AWS account.

", "operationName" : "ListDeploymentInstances", "deprecated" : false, "input" : { "variableName" : "listDeploymentInstancesRequest", "variableType" : "ListDeploymentInstancesRequest", "variableDeclarationType" : "ListDeploymentInstancesRequest", "documentation" : "

Represents the input of a list deployment instances operation.

", "simpleType" : "ListDeploymentInstancesRequest", "variableSetterType" : "ListDeploymentInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListDeploymentInstancesResult", "documentation" : "

Represents the output of a list deployment instances operation.

" }, "exceptions" : [ { "exceptionName" : "DeploymentIdRequiredException", "documentation" : "

At least one deployment ID must be specified.

" }, { "exceptionName" : "DeploymentDoesNotExistException", "documentation" : "

The deployment does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "DeploymentNotStartedException", "documentation" : "

The specified deployment has not started.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token was specified in an invalid format.

" }, { "exceptionName" : "InvalidDeploymentIdException", "documentation" : "

At least one of the deployment IDs was specified in an invalid format.

" }, { "exceptionName" : "InvalidInstanceStatusException", "documentation" : "

The specified instance status does not exist.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListDeploymentInstancesResult", "asyncReturnType" : "ListDeploymentInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listDeploymentInstances" }, "ListDeployments" : { "documentation" : "

Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.

", "operationName" : "ListDeployments", "deprecated" : false, "input" : { "variableName" : "listDeploymentsRequest", "variableType" : "ListDeploymentsRequest", "variableDeclarationType" : "ListDeploymentsRequest", "documentation" : "

Represents the input of a list deployments operation.

", "simpleType" : "ListDeploymentsRequest", "variableSetterType" : "ListDeploymentsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListDeploymentsResult", "documentation" : "

Represents the output of a list deployments operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "InvalidDeploymentGroupNameException", "documentation" : "

The deployment group name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentGroupDoesNotExistException", "documentation" : "

The named deployment group does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "DeploymentGroupNameRequiredException", "documentation" : "

The deployment group name was not specified.

" }, { "exceptionName" : "InvalidTimeRangeException", "documentation" : "

The specified time range was specified in an invalid format.

" }, { "exceptionName" : "InvalidDeploymentStatusException", "documentation" : "

The specified deployment status doesn't exist or cannot be determined.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListDeploymentsResult", "asyncReturnType" : "ListDeploymentsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listDeployments" }, "ListOnPremisesInstances" : { "documentation" : "

Gets a list of names for one or more on-premises instances.

Unless otherwise specified, both registered and deregistered on-premises instance names will be listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.

", "operationName" : "ListOnPremisesInstances", "deprecated" : false, "input" : { "variableName" : "listOnPremisesInstancesRequest", "variableType" : "ListOnPremisesInstancesRequest", "variableDeclarationType" : "ListOnPremisesInstancesRequest", "documentation" : "

Represents the input of a list on-premises instances operation.

.", "simpleType" : "ListOnPremisesInstancesRequest", "variableSetterType" : "ListOnPremisesInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListOnPremisesInstancesResult", "documentation" : "

Represents the output of list on-premises instances operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidRegistrationStatusException", "documentation" : "

The registration status was specified in an invalid format.

" }, { "exceptionName" : "InvalidTagFilterException", "documentation" : "

The specified tag filter was specified in an invalid format.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The next token was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListOnPremisesInstancesResult", "asyncReturnType" : "ListOnPremisesInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listOnPremisesInstances" }, "RegisterApplicationRevision" : { "documentation" : "

Registers with AWS CodeDeploy a revision for the specified application.

", "operationName" : "RegisterApplicationRevision", "deprecated" : false, "input" : { "variableName" : "registerApplicationRevisionRequest", "variableType" : "RegisterApplicationRevisionRequest", "variableDeclarationType" : "RegisterApplicationRevisionRequest", "documentation" : "

Represents the input of a register application revision operation.

", "simpleType" : "RegisterApplicationRevisionRequest", "variableSetterType" : "RegisterApplicationRevisionRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RegisterApplicationRevisionResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "DescriptionTooLongException", "documentation" : "

The description is too long.

" }, { "exceptionName" : "RevisionRequiredException", "documentation" : "

The revision ID was not specified.

" }, { "exceptionName" : "InvalidRevisionException", "documentation" : "

The revision was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RegisterApplicationRevisionResult", "asyncReturnType" : "RegisterApplicationRevisionResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "registerApplicationRevision" }, "RegisterOnPremisesInstance" : { "documentation" : "

Registers an on-premises instance.

", "operationName" : "RegisterOnPremisesInstance", "deprecated" : false, "input" : { "variableName" : "registerOnPremisesInstanceRequest", "variableType" : "RegisterOnPremisesInstanceRequest", "variableDeclarationType" : "RegisterOnPremisesInstanceRequest", "documentation" : "

Represents the input of the register on-premises instance operation.

", "simpleType" : "RegisterOnPremisesInstanceRequest", "variableSetterType" : "RegisterOnPremisesInstanceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RegisterOnPremisesInstanceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InstanceNameAlreadyRegisteredException", "documentation" : "

The specified on-premises instance name is already registered.

" }, { "exceptionName" : "IamUserArnAlreadyRegisteredException", "documentation" : "

The specified IAM user ARN is already registered with an on-premises instance.

" }, { "exceptionName" : "InstanceNameRequiredException", "documentation" : "

An on-premises instance name was not specified.

" }, { "exceptionName" : "IamUserArnRequiredException", "documentation" : "

An IAM user ARN was not specified.

" }, { "exceptionName" : "InvalidInstanceNameException", "documentation" : "

The specified on-premises instance name was specified in an invalid format.

" }, { "exceptionName" : "InvalidIamUserArnException", "documentation" : "

The IAM user ARN was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RegisterOnPremisesInstanceResult", "asyncReturnType" : "RegisterOnPremisesInstanceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "registerOnPremisesInstance" }, "RemoveTagsFromOnPremisesInstances" : { "documentation" : "

Removes one or more tags from one or more on-premises instances.

", "operationName" : "RemoveTagsFromOnPremisesInstances", "deprecated" : false, "input" : { "variableName" : "removeTagsFromOnPremisesInstancesRequest", "variableType" : "RemoveTagsFromOnPremisesInstancesRequest", "variableDeclarationType" : "RemoveTagsFromOnPremisesInstancesRequest", "documentation" : "

Represents the input of a remove tags from on-premises instances operation.

", "simpleType" : "RemoveTagsFromOnPremisesInstancesRequest", "variableSetterType" : "RemoveTagsFromOnPremisesInstancesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RemoveTagsFromOnPremisesInstancesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InstanceNameRequiredException", "documentation" : "

An on-premises instance name was not specified.

" }, { "exceptionName" : "TagRequiredException", "documentation" : "

A tag was not specified.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The specified tag was specified in an invalid format.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The maximum allowed number of tags was exceeded.

" }, { "exceptionName" : "InstanceLimitExceededException", "documentation" : "

The maximum number of allowed on-premises instances in a single call was exceeded.

" }, { "exceptionName" : "InstanceNotRegisteredException", "documentation" : "

The specified on-premises instance is not registered.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RemoveTagsFromOnPremisesInstancesResult", "asyncReturnType" : "RemoveTagsFromOnPremisesInstancesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "removeTagsFromOnPremisesInstances" }, "StopDeployment" : { "documentation" : "

Attempts to stop an ongoing deployment.

", "operationName" : "StopDeployment", "deprecated" : false, "input" : { "variableName" : "stopDeploymentRequest", "variableType" : "StopDeploymentRequest", "variableDeclarationType" : "StopDeploymentRequest", "documentation" : "

Represents the input of a stop deployment operation.

", "simpleType" : "StopDeploymentRequest", "variableSetterType" : "StopDeploymentRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "StopDeploymentResult", "documentation" : "

Represents the output of a stop deployment operation.

" }, "exceptions" : [ { "exceptionName" : "DeploymentIdRequiredException", "documentation" : "

At least one deployment ID must be specified.

" }, { "exceptionName" : "DeploymentDoesNotExistException", "documentation" : "

The deployment does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "DeploymentAlreadyCompletedException", "documentation" : "

The deployment is already complete.

" }, { "exceptionName" : "InvalidDeploymentIdException", "documentation" : "

At least one of the deployment IDs was specified in an invalid format.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "StopDeploymentResult", "asyncReturnType" : "StopDeploymentResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "stopDeployment" }, "UpdateApplication" : { "documentation" : "

Changes the name of an application.

", "operationName" : "UpdateApplication", "deprecated" : false, "input" : { "variableName" : "updateApplicationRequest", "variableType" : "UpdateApplicationRequest", "variableDeclarationType" : "UpdateApplicationRequest", "documentation" : "

Represents the input of an update application operation.

", "simpleType" : "UpdateApplicationRequest", "variableSetterType" : "UpdateApplicationRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateApplicationResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "ApplicationAlreadyExistsException", "documentation" : "

An application with the specified name already exists with the applicable IAM user or AWS account.

" }, { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateApplicationResult", "asyncReturnType" : "UpdateApplicationResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateApplication" }, "UpdateDeploymentGroup" : { "documentation" : "

Changes information about a deployment group.

", "operationName" : "UpdateDeploymentGroup", "deprecated" : false, "input" : { "variableName" : "updateDeploymentGroupRequest", "variableType" : "UpdateDeploymentGroupRequest", "variableDeclarationType" : "UpdateDeploymentGroupRequest", "documentation" : "

Represents the input of an update deployment group operation.

", "simpleType" : "UpdateDeploymentGroupRequest", "variableSetterType" : "UpdateDeploymentGroupRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateDeploymentGroupResult", "documentation" : "

Represents the output of an update deployment group operation.

" }, "exceptions" : [ { "exceptionName" : "ApplicationNameRequiredException", "documentation" : "

The minimum number of required application names was not specified.

" }, { "exceptionName" : "InvalidApplicationNameException", "documentation" : "

The application name was specified in an invalid format.

" }, { "exceptionName" : "ApplicationDoesNotExistException", "documentation" : "

The application does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "InvalidDeploymentGroupNameException", "documentation" : "

The deployment group name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentGroupAlreadyExistsException", "documentation" : "

A deployment group with the specified name already exists with the applicable IAM user or AWS account.

" }, { "exceptionName" : "DeploymentGroupNameRequiredException", "documentation" : "

The deployment group name was not specified.

" }, { "exceptionName" : "DeploymentGroupDoesNotExistException", "documentation" : "

The named deployment group does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "InvalidEC2TagException", "documentation" : "

The tag was specified in an invalid format.

" }, { "exceptionName" : "InvalidTagException", "documentation" : "

The specified tag was specified in an invalid format.

" }, { "exceptionName" : "InvalidAutoScalingGroupException", "documentation" : "

The Auto Scaling group was specified in an invalid format or does not exist.

" }, { "exceptionName" : "InvalidDeploymentConfigNameException", "documentation" : "

The deployment configuration name was specified in an invalid format.

" }, { "exceptionName" : "DeploymentConfigDoesNotExistException", "documentation" : "

The deployment configuration does not exist with the applicable IAM user or AWS account.

" }, { "exceptionName" : "InvalidRoleException", "documentation" : "

The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Auto Scaling.

" }, { "exceptionName" : "LifecycleHookLimitExceededException", "documentation" : "

The limit for lifecycle hooks was exceeded.

" }, { "exceptionName" : "InvalidTriggerConfigException", "documentation" : "

The trigger was specified in an invalid format.

" }, { "exceptionName" : "TriggerTargetsLimitExceededException", "documentation" : "

The maximum allowed number of triggers was exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateDeploymentGroupResult", "asyncReturnType" : "UpdateDeploymentGroupResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateDeploymentGroup" } }, "shapes" : { "S3Location" : { "c2jName" : "S3Location", "documentation" : "

Information about the location of application artifacts stored in Amazon S3.

", "shapeName" : "S3Location", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the Amazon S3 bucket where the application revision is stored.

", "name" : "Bucket", "c2jName" : "bucket", "c2jShape" : "S3Bucket", "variable" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Amazon S3 bucket where the application revision is stored.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "bucket", "marshallLocationName" : "bucket", "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 Amazon S3 bucket where the application revision is stored.

\n@param bucket The name of the Amazon S3 bucket where the application revision is stored.*/", "getterDocumentation" : "/**

The name of the Amazon S3 bucket where the application revision is stored.

\n@return The name of the Amazon S3 bucket where the application revision is stored.*/", "fluentSetterDocumentation" : "/**

The name of the Amazon S3 bucket where the application revision is stored.

\n@param bucket The name of the Amazon S3 bucket where the application revision is stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Amazon S3 bucket where the application revision is stored.

\n@param bucket The name of the Amazon S3 bucket where the application revision is stored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

", "name" : "Key", "c2jName" : "key", "c2jShape" : "S3Key", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "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 Amazon S3 object that represents the bundled artifacts for the application revision.

\n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.*/", "getterDocumentation" : "/**

The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

\n@return The name of the Amazon S3 object that represents the bundled artifacts for the application revision.*/", "fluentSetterDocumentation" : "/**

The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

\n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

\n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The file type of the application revision. Must be one of the following:

  • tar: A tar archive file.
  • tgz: A compressed tar archive file.
  • zip: A zip archive file.
", "name" : "BundleType", "c2jName" : "bundleType", "c2jShape" : "BundleType", "variable" : { "variableName" : "bundleType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The file type of the application revision. Must be one of the following:

  • tar: A tar archive file.
  • tgz: A compressed tar archive file.
  • zip: A zip archive file.
", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bundleType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "bundleType", "marshallLocationName" : "bundleType", "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" : "BundleType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The file type of the application revision. Must be one of the following:

  • tar: A tar archive file.
  • tgz: A compressed tar archive file.
  • zip: A zip archive file.
\n@param bundleType The file type of the application revision. Must be one of the following:

  • tar: A tar archive file.
  • tgz: A compressed tar archive file.
  • zip: A zip archive file.
  • \n@see BundleType*/", "getterDocumentation" : "/**

    The file type of the application revision. Must be one of the following:

    • tar: A tar archive file.
    • tgz: A compressed tar archive file.
    • zip: A zip archive file.
    \n@return The file type of the application revision. Must be one of the following:

    • tar: A tar archive file.
    • tgz: A compressed tar archive file.
    • zip: A zip archive file.
    • \n@see BundleType*/", "fluentSetterDocumentation" : "/**

      The file type of the application revision. Must be one of the following:

      • tar: A tar archive file.
      • tgz: A compressed tar archive file.
      • zip: A zip archive file.
      \n@param bundleType The file type of the application revision. Must be one of the following:

      • tar: A tar archive file.
      • tgz: A compressed tar archive file.
      • zip: A zip archive file.
      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see BundleType*/", "varargSetterDocumentation" : "/**

        The file type of the application revision. Must be one of the following:

        • tar: A tar archive file.
        • tgz: A compressed tar archive file.
        • zip: A zip archive file.
        \n@param bundleType The file type of the application revision. Must be one of the following:

        • tar: A tar archive file.
        • tgz: A compressed tar archive file.
        • zip: A zip archive file.
        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see BundleType*/" }, { "documentation" : "

          A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the version is not specified, the system will use the most recent version by default.

          ", "name" : "Version", "c2jName" : "version", "c2jShape" : "VersionId", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the version is not specified, the system will use the most recent version by default.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "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 specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the version is not specified, the system will use the most recent version by default.

          \n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the version is not specified, the system will use the most recent version by default.*/", "getterDocumentation" : "/**

          A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the version is not specified, the system will use the most recent version by default.

          \n@return A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the version is not specified, the system will use the most recent version by default.*/", "fluentSetterDocumentation" : "/**

          A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the version is not specified, the system will use the most recent version by default.

          \n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the version is not specified, the system will use the most recent version by default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the version is not specified, the system will use the most recent version by default.

          \n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the version is not specified, the system will use the most recent version by default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          ", "name" : "ETag", "c2jName" : "eTag", "c2jShape" : "ETag", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "eTag", "marshallLocationName" : "eTag", "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 ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          \n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.*/", "getterDocumentation" : "/**

          The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          \n@return The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.*/", "fluentSetterDocumentation" : "/**

          The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          \n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          \n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "s3Location", "variableType" : "S3Location", "variableDeclarationType" : "S3Location", "documentation" : null, "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ETag" : { "documentation" : "

          The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          ", "name" : "ETag", "c2jName" : "eTag", "c2jShape" : "ETag", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "eTag", "marshallLocationName" : "eTag", "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 ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          \n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.*/", "getterDocumentation" : "/**

          The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          \n@return The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.*/", "fluentSetterDocumentation" : "/**

          The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          \n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.

          \n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.

          If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

          The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

          ", "name" : "Key", "c2jName" : "key", "c2jShape" : "S3Key", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "key", "marshallLocationName" : "key", "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 Amazon S3 object that represents the bundled artifacts for the application revision.

          \n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.*/", "getterDocumentation" : "/**

          The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

          \n@return The name of the Amazon S3 object that represents the bundled artifacts for the application revision.*/", "fluentSetterDocumentation" : "/**

          The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

          \n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The name of the Amazon S3 object that represents the bundled artifacts for the application revision.

          \n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Bucket" : { "documentation" : "

          The name of the Amazon S3 bucket where the application revision is stored.

          ", "name" : "Bucket", "c2jName" : "bucket", "c2jShape" : "S3Bucket", "variable" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The name of the Amazon S3 bucket where the application revision is stored.

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "bucket", "marshallLocationName" : "bucket", "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 Amazon S3 bucket where the application revision is stored.

          \n@param bucket The name of the Amazon S3 bucket where the application revision is stored.*/", "getterDocumentation" : "/**

          The name of the Amazon S3 bucket where the application revision is stored.

          \n@return The name of the Amazon S3 bucket where the application revision is stored.*/", "fluentSetterDocumentation" : "/**

          The name of the Amazon S3 bucket where the application revision is stored.

          \n@param bucket The name of the Amazon S3 bucket where the application revision is stored.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The name of the Amazon S3 bucket where the application revision is stored.

          \n@param bucket The name of the Amazon S3 bucket where the application revision is stored.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BundleType" : { "documentation" : "

          The file type of the application revision. Must be one of the following:

          • tar: A tar archive file.
          • tgz: A compressed tar archive file.
          • zip: A zip archive file.
          ", "name" : "BundleType", "c2jName" : "bundleType", "c2jShape" : "BundleType", "variable" : { "variableName" : "bundleType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The file type of the application revision. Must be one of the following:

          • tar: A tar archive file.
          • tgz: A compressed tar archive file.
          • zip: A zip archive file.
          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bundleType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "bundleType", "marshallLocationName" : "bundleType", "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" : "BundleType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

          The file type of the application revision. Must be one of the following:

          • tar: A tar archive file.
          • tgz: A compressed tar archive file.
          • zip: A zip archive file.
          \n@param bundleType The file type of the application revision. Must be one of the following:

          • tar: A tar archive file.
          • tgz: A compressed tar archive file.
          • zip: A zip archive file.
          • \n@see BundleType*/", "getterDocumentation" : "/**

            The file type of the application revision. Must be one of the following:

            • tar: A tar archive file.
            • tgz: A compressed tar archive file.
            • zip: A zip archive file.
            \n@return The file type of the application revision. Must be one of the following:

            • tar: A tar archive file.
            • tgz: A compressed tar archive file.
            • zip: A zip archive file.
            • \n@see BundleType*/", "fluentSetterDocumentation" : "/**

              The file type of the application revision. Must be one of the following:

              • tar: A tar archive file.
              • tgz: A compressed tar archive file.
              • zip: A zip archive file.
              \n@param bundleType The file type of the application revision. Must be one of the following:

              • tar: A tar archive file.
              • tgz: A compressed tar archive file.
              • zip: A zip archive file.
              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see BundleType*/", "varargSetterDocumentation" : "/**

                The file type of the application revision. Must be one of the following:

                • tar: A tar archive file.
                • tgz: A compressed tar archive file.
                • zip: A zip archive file.
                \n@param bundleType The file type of the application revision. Must be one of the following:

                • tar: A tar archive file.
                • tgz: A compressed tar archive file.
                • zip: A zip archive file.
                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see BundleType*/" }, "Version" : { "documentation" : "

                  A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

                  If the version is not specified, the system will use the most recent version by default.

                  ", "name" : "Version", "c2jName" : "version", "c2jShape" : "VersionId", "variable" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

                  If the version is not specified, the system will use the most recent version by default.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "version", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "version", "marshallLocationName" : "version", "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 specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

                  If the version is not specified, the system will use the most recent version by default.

                  \n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

                  If the version is not specified, the system will use the most recent version by default.*/", "getterDocumentation" : "/**

                  A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

                  If the version is not specified, the system will use the most recent version by default.

                  \n@return A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

                  If the version is not specified, the system will use the most recent version by default.*/", "fluentSetterDocumentation" : "/**

                  A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

                  If the version is not specified, the system will use the most recent version by default.

                  \n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

                  If the version is not specified, the system will use the most recent version by default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

                  If the version is not specified, the system will use the most recent version by default.

                  \n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.

                  If the version is not specified, the system will use the most recent version by default.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BatchGetDeploymentInstancesResult" : { "c2jName" : "BatchGetDeploymentInstancesOutput", "documentation" : "

                  Represents the output of a batch get deployment instance operation.

                  ", "shapeName" : "BatchGetDeploymentInstancesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  Information about the instance.

                  ", "name" : "InstancesSummary", "c2jName" : "instancesSummary", "c2jShape" : "InstanceSummaryList", "variable" : { "variableName" : "instancesSummary", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the instance.

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

                  Information about the instance.

                  \n@param instancesSummary Information about the instance.*/", "getterDocumentation" : "/**

                  Information about the instance.

                  \n@return Information about the instance.*/", "fluentSetterDocumentation" : "/**

                  Information about the instance.

                  \n@param instancesSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Information about the instance.

                  \n

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

                  \n@param instancesSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Information about errors that may have occurred during the API call.

                  ", "name" : "ErrorMessage", "c2jName" : "errorMessage", "c2jShape" : "ErrorMessage", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Information about errors that may have occurred during the API call.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorMessage", "marshallLocationName" : "errorMessage", "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" : "/**

                  Information about errors that may have occurred during the API call.

                  \n@param errorMessage Information about errors that may have occurred during the API call.*/", "getterDocumentation" : "/**

                  Information about errors that may have occurred during the API call.

                  \n@return Information about errors that may have occurred during the API call.*/", "fluentSetterDocumentation" : "/**

                  Information about errors that may have occurred during the API call.

                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Information about errors that may have occurred during the API call.

                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetDeploymentInstancesResult", "variableType" : "BatchGetDeploymentInstancesResult", "variableDeclarationType" : "BatchGetDeploymentInstancesResult", "documentation" : null, "simpleType" : "BatchGetDeploymentInstancesResult", "variableSetterType" : "BatchGetDeploymentInstancesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstancesSummary" : { "documentation" : "

                  Information about the instance.

                  ", "name" : "InstancesSummary", "c2jName" : "instancesSummary", "c2jShape" : "InstanceSummaryList", "variable" : { "variableName" : "instancesSummary", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                  Information about the instance.

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

                  Information about the instance.

                  \n@param instancesSummary Information about the instance.*/", "getterDocumentation" : "/**

                  Information about the instance.

                  \n@return Information about the instance.*/", "fluentSetterDocumentation" : "/**

                  Information about the instance.

                  \n@param instancesSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Information about the instance.

                  \n

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

                  \n@param instancesSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorMessage" : { "documentation" : "

                  Information about errors that may have occurred during the API call.

                  ", "name" : "ErrorMessage", "c2jName" : "errorMessage", "c2jShape" : "ErrorMessage", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Information about errors that may have occurred during the API call.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorMessage", "marshallLocationName" : "errorMessage", "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" : "/**

                  Information about errors that may have occurred during the API call.

                  \n@param errorMessage Information about errors that may have occurred during the API call.*/", "getterDocumentation" : "/**

                  Information about errors that may have occurred during the API call.

                  \n@return Information about errors that may have occurred during the API call.*/", "fluentSetterDocumentation" : "/**

                  Information about errors that may have occurred during the API call.

                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Information about errors that may have occurred during the API call.

                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeploymentGroupLimitExceededException" : { "c2jName" : "DeploymentGroupLimitExceededException", "documentation" : "

                  The deployment groups limit was exceeded.

                  ", "shapeName" : "DeploymentGroupLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deploymentGroupLimitExceededException", "variableType" : "DeploymentGroupLimitExceededException", "variableDeclarationType" : "DeploymentGroupLimitExceededException", "documentation" : null, "simpleType" : "DeploymentGroupLimitExceededException", "variableSetterType" : "DeploymentGroupLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DeploymentGroupLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "LifecycleEventStatus" : { "c2jName" : "LifecycleEventStatus", "documentation" : "", "shapeName" : "LifecycleEventStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Pending", "value" : "Pending" }, { "name" : "InProgress", "value" : "InProgress" }, { "name" : "Succeeded", "value" : "Succeeded" }, { "name" : "Failed", "value" : "Failed" }, { "name" : "Skipped", "value" : "Skipped" }, { "name" : "Unknown", "value" : "Unknown" } ], "variable" : { "variableName" : "lifecycleEventStatus", "variableType" : "LifecycleEventStatus", "variableDeclarationType" : "LifecycleEventStatus", "documentation" : null, "simpleType" : "LifecycleEventStatus", "variableSetterType" : "LifecycleEventStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListApplicationRevisionsRequest" : { "c2jName" : "ListApplicationRevisionsInput", "documentation" : "

                  Represents the input of a list application revisions operation.

                  ", "shapeName" : "ListApplicationRevisionsRequest", "deprecated" : false, "required" : [ "applicationName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The column name to use to sort the list results:

                  • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                  • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                  • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                  If not specified or set to null, the results will be returned in an arbitrary order.

                  ", "name" : "SortBy", "c2jName" : "sortBy", "c2jShape" : "ApplicationRevisionSortBy", "variable" : { "variableName" : "sortBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The column name to use to sort the list results:

                  • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                  • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                  • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                  If not specified or set to null, the results will be returned in an arbitrary order.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sortBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sortBy", "marshallLocationName" : "sortBy", "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" : "ApplicationRevisionSortBy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The column name to use to sort the list results:

                  • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                  • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                  • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                  If not specified or set to null, the results will be returned in an arbitrary order.

                  \n@param sortBy The column name to use to sort the list results:

                  • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                  • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                  • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                  If not specified or set to null, the results will be returned in an arbitrary order.\n@see ApplicationRevisionSortBy*/", "getterDocumentation" : "/**

                  The column name to use to sort the list results:

                  • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                  • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                  • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                  If not specified or set to null, the results will be returned in an arbitrary order.

                  \n@return The column name to use to sort the list results:

                  • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                  • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                  • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                  If not specified or set to null, the results will be returned in an arbitrary order.\n@see ApplicationRevisionSortBy*/", "fluentSetterDocumentation" : "/**

                  The column name to use to sort the list results:

                  • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                  • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                  • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                  If not specified or set to null, the results will be returned in an arbitrary order.

                  \n@param sortBy The column name to use to sort the list results:

                  • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                  • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                  • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                  If not specified or set to null, the results will be returned in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationRevisionSortBy*/", "varargSetterDocumentation" : "/**

                  The column name to use to sort the list results:

                  • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                  • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                  • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                  If not specified or set to null, the results will be returned in an arbitrary order.

                  \n@param sortBy The column name to use to sort the list results:

                  • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                  • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                  • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                  If not specified or set to null, the results will be returned in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationRevisionSortBy*/" }, { "documentation" : "

                  The order in which to sort the list results:

                  • ascending: ascending order.
                  • descending: descending order.

                  If not specified, the results will be sorted in ascending order.

                  If set to null, the results will be sorted in an arbitrary order.

                  ", "name" : "SortOrder", "c2jName" : "sortOrder", "c2jShape" : "SortOrder", "variable" : { "variableName" : "sortOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The order in which to sort the list results:

                  • ascending: ascending order.
                  • descending: descending order.

                  If not specified, the results will be sorted in ascending order.

                  If set to null, the results will be sorted in an arbitrary order.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sortOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sortOrder", "marshallLocationName" : "sortOrder", "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" : "SortOrder", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The order in which to sort the list results:

                  • ascending: ascending order.
                  • descending: descending order.

                  If not specified, the results will be sorted in ascending order.

                  If set to null, the results will be sorted in an arbitrary order.

                  \n@param sortOrder The order in which to sort the list results:

                  • ascending: ascending order.
                  • descending: descending order.

                  If not specified, the results will be sorted in ascending order.

                  If set to null, the results will be sorted in an arbitrary order.\n@see SortOrder*/", "getterDocumentation" : "/**

                  The order in which to sort the list results:

                  • ascending: ascending order.
                  • descending: descending order.

                  If not specified, the results will be sorted in ascending order.

                  If set to null, the results will be sorted in an arbitrary order.

                  \n@return The order in which to sort the list results:

                  • ascending: ascending order.
                  • descending: descending order.

                  If not specified, the results will be sorted in ascending order.

                  If set to null, the results will be sorted in an arbitrary order.\n@see SortOrder*/", "fluentSetterDocumentation" : "/**

                  The order in which to sort the list results:

                  • ascending: ascending order.
                  • descending: descending order.

                  If not specified, the results will be sorted in ascending order.

                  If set to null, the results will be sorted in an arbitrary order.

                  \n@param sortOrder The order in which to sort the list results:

                  • ascending: ascending order.
                  • descending: descending order.

                  If not specified, the results will be sorted in ascending order.

                  If set to null, the results will be sorted in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/", "varargSetterDocumentation" : "/**

                  The order in which to sort the list results:

                  • ascending: ascending order.
                  • descending: descending order.

                  If not specified, the results will be sorted in ascending order.

                  If set to null, the results will be sorted in an arbitrary order.

                  \n@param sortOrder The order in which to sort the list results:

                  • ascending: ascending order.
                  • descending: descending order.

                  If not specified, the results will be sorted in ascending order.

                  If set to null, the results will be sorted in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/" }, { "documentation" : "

                  An Amazon S3 bucket name to limit the search for revisions.

                  If set to null, all of the user's buckets will be searched.

                  ", "name" : "S3Bucket", "c2jName" : "s3Bucket", "c2jShape" : "S3Bucket", "variable" : { "variableName" : "s3Bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  An Amazon S3 bucket name to limit the search for revisions.

                  If set to null, all of the user's buckets will be searched.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3Bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3Bucket", "marshallLocationName" : "s3Bucket", "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" : "/**

                  An Amazon S3 bucket name to limit the search for revisions.

                  If set to null, all of the user's buckets will be searched.

                  \n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions.

                  If set to null, all of the user's buckets will be searched.*/", "getterDocumentation" : "/**

                  An Amazon S3 bucket name to limit the search for revisions.

                  If set to null, all of the user's buckets will be searched.

                  \n@return An Amazon S3 bucket name to limit the search for revisions.

                  If set to null, all of the user's buckets will be searched.*/", "fluentSetterDocumentation" : "/**

                  An Amazon S3 bucket name to limit the search for revisions.

                  If set to null, all of the user's buckets will be searched.

                  \n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions.

                  If set to null, all of the user's buckets will be searched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  An Amazon S3 bucket name to limit the search for revisions.

                  If set to null, all of the user's buckets will be searched.

                  \n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions.

                  If set to null, all of the user's buckets will be searched.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  A key prefix for the set of Amazon S3 objects to limit the search for revisions.

                  ", "name" : "S3KeyPrefix", "c2jName" : "s3KeyPrefix", "c2jShape" : "S3Key", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  A key prefix for the set of Amazon S3 objects to limit the search for revisions.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3KeyPrefix", "marshallLocationName" : "s3KeyPrefix", "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 key prefix for the set of Amazon S3 objects to limit the search for revisions.

                  \n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.*/", "getterDocumentation" : "/**

                  A key prefix for the set of Amazon S3 objects to limit the search for revisions.

                  \n@return A key prefix for the set of Amazon S3 objects to limit the search for revisions.*/", "fluentSetterDocumentation" : "/**

                  A key prefix for the set of Amazon S3 objects to limit the search for revisions.

                  \n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A key prefix for the set of Amazon S3 objects to limit the search for revisions.

                  \n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Whether to list revisions based on whether the revision is the target revision of an deployment group:

                  • include: List revisions that are target revisions of a deployment group.
                  • exclude: Do not list revisions that are target revisions of a deployment group.
                  • ignore: List all revisions.
                  ", "name" : "Deployed", "c2jName" : "deployed", "c2jShape" : "ListStateFilterAction", "variable" : { "variableName" : "deployed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Whether to list revisions based on whether the revision is the target revision of an deployment group:

                  • include: List revisions that are target revisions of a deployment group.
                  • exclude: Do not list revisions that are target revisions of a deployment group.
                  • ignore: List all revisions.
                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deployed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deployed", "marshallLocationName" : "deployed", "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" : "ListStateFilterAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Whether to list revisions based on whether the revision is the target revision of an deployment group:

                  • include: List revisions that are target revisions of a deployment group.
                  • exclude: Do not list revisions that are target revisions of a deployment group.
                  • ignore: List all revisions.
                  \n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group:

                  • include: List revisions that are target revisions of a deployment group.
                  • exclude: Do not list revisions that are target revisions of a deployment group.
                  • ignore: List all revisions.
                  • \n@see ListStateFilterAction*/", "getterDocumentation" : "/**

                    Whether to list revisions based on whether the revision is the target revision of an deployment group:

                    • include: List revisions that are target revisions of a deployment group.
                    • exclude: Do not list revisions that are target revisions of a deployment group.
                    • ignore: List all revisions.
                    \n@return Whether to list revisions based on whether the revision is the target revision of an deployment group:

                    • include: List revisions that are target revisions of a deployment group.
                    • exclude: Do not list revisions that are target revisions of a deployment group.
                    • ignore: List all revisions.
                    • \n@see ListStateFilterAction*/", "fluentSetterDocumentation" : "/**

                      Whether to list revisions based on whether the revision is the target revision of an deployment group:

                      • include: List revisions that are target revisions of a deployment group.
                      • exclude: Do not list revisions that are target revisions of a deployment group.
                      • ignore: List all revisions.
                      \n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group:

                      • include: List revisions that are target revisions of a deployment group.
                      • exclude: Do not list revisions that are target revisions of a deployment group.
                      • ignore: List all revisions.
                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ListStateFilterAction*/", "varargSetterDocumentation" : "/**

                        Whether to list revisions based on whether the revision is the target revision of an deployment group:

                        • include: List revisions that are target revisions of a deployment group.
                        • exclude: Do not list revisions that are target revisions of a deployment group.
                        • ignore: List all revisions.
                        \n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group:

                        • include: List revisions that are target revisions of a deployment group.
                        • exclude: Do not list revisions that are target revisions of a deployment group.
                        • ignore: List all revisions.
                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ListStateFilterAction*/" }, { "documentation" : "

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

                          ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

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

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

                          \n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.*/", "getterDocumentation" : "/**

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

                          \n@return An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.*/", "fluentSetterDocumentation" : "/**

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

                          \n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

                          \n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listApplicationRevisionsRequest", "variableType" : "ListApplicationRevisionsRequest", "variableDeclarationType" : "ListApplicationRevisionsRequest", "documentation" : null, "simpleType" : "ListApplicationRevisionsRequest", "variableSetterType" : "ListApplicationRevisionsRequest" }, "marshaller" : { "action" : "ListApplicationRevisions", "verb" : "POST", "target" : "CodeDeploy_20141006.ListApplicationRevisions", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                          The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                          ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                          \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                          The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                          \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                          The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                          \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                          \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3Bucket" : { "documentation" : "

                          An Amazon S3 bucket name to limit the search for revisions.

                          If set to null, all of the user's buckets will be searched.

                          ", "name" : "S3Bucket", "c2jName" : "s3Bucket", "c2jShape" : "S3Bucket", "variable" : { "variableName" : "s3Bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          An Amazon S3 bucket name to limit the search for revisions.

                          If set to null, all of the user's buckets will be searched.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3Bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3Bucket", "marshallLocationName" : "s3Bucket", "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" : "/**

                          An Amazon S3 bucket name to limit the search for revisions.

                          If set to null, all of the user's buckets will be searched.

                          \n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions.

                          If set to null, all of the user's buckets will be searched.*/", "getterDocumentation" : "/**

                          An Amazon S3 bucket name to limit the search for revisions.

                          If set to null, all of the user's buckets will be searched.

                          \n@return An Amazon S3 bucket name to limit the search for revisions.

                          If set to null, all of the user's buckets will be searched.*/", "fluentSetterDocumentation" : "/**

                          An Amazon S3 bucket name to limit the search for revisions.

                          If set to null, all of the user's buckets will be searched.

                          \n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions.

                          If set to null, all of the user's buckets will be searched.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          An Amazon S3 bucket name to limit the search for revisions.

                          If set to null, all of the user's buckets will be searched.

                          \n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions.

                          If set to null, all of the user's buckets will be searched.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

                          ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

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

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

                          \n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.*/", "getterDocumentation" : "/**

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

                          \n@return An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.*/", "fluentSetterDocumentation" : "/**

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

                          \n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.

                          \n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3KeyPrefix" : { "documentation" : "

                          A key prefix for the set of Amazon S3 objects to limit the search for revisions.

                          ", "name" : "S3KeyPrefix", "c2jName" : "s3KeyPrefix", "c2jShape" : "S3Key", "variable" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          A key prefix for the set of Amazon S3 objects to limit the search for revisions.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "s3KeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3KeyPrefix", "marshallLocationName" : "s3KeyPrefix", "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 key prefix for the set of Amazon S3 objects to limit the search for revisions.

                          \n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.*/", "getterDocumentation" : "/**

                          A key prefix for the set of Amazon S3 objects to limit the search for revisions.

                          \n@return A key prefix for the set of Amazon S3 objects to limit the search for revisions.*/", "fluentSetterDocumentation" : "/**

                          A key prefix for the set of Amazon S3 objects to limit the search for revisions.

                          \n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          A key prefix for the set of Amazon S3 objects to limit the search for revisions.

                          \n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SortOrder" : { "documentation" : "

                          The order in which to sort the list results:

                          • ascending: ascending order.
                          • descending: descending order.

                          If not specified, the results will be sorted in ascending order.

                          If set to null, the results will be sorted in an arbitrary order.

                          ", "name" : "SortOrder", "c2jName" : "sortOrder", "c2jShape" : "SortOrder", "variable" : { "variableName" : "sortOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The order in which to sort the list results:

                          • ascending: ascending order.
                          • descending: descending order.

                          If not specified, the results will be sorted in ascending order.

                          If set to null, the results will be sorted in an arbitrary order.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sortOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sortOrder", "marshallLocationName" : "sortOrder", "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" : "SortOrder", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The order in which to sort the list results:

                          • ascending: ascending order.
                          • descending: descending order.

                          If not specified, the results will be sorted in ascending order.

                          If set to null, the results will be sorted in an arbitrary order.

                          \n@param sortOrder The order in which to sort the list results:

                          • ascending: ascending order.
                          • descending: descending order.

                          If not specified, the results will be sorted in ascending order.

                          If set to null, the results will be sorted in an arbitrary order.\n@see SortOrder*/", "getterDocumentation" : "/**

                          The order in which to sort the list results:

                          • ascending: ascending order.
                          • descending: descending order.

                          If not specified, the results will be sorted in ascending order.

                          If set to null, the results will be sorted in an arbitrary order.

                          \n@return The order in which to sort the list results:

                          • ascending: ascending order.
                          • descending: descending order.

                          If not specified, the results will be sorted in ascending order.

                          If set to null, the results will be sorted in an arbitrary order.\n@see SortOrder*/", "fluentSetterDocumentation" : "/**

                          The order in which to sort the list results:

                          • ascending: ascending order.
                          • descending: descending order.

                          If not specified, the results will be sorted in ascending order.

                          If set to null, the results will be sorted in an arbitrary order.

                          \n@param sortOrder The order in which to sort the list results:

                          • ascending: ascending order.
                          • descending: descending order.

                          If not specified, the results will be sorted in ascending order.

                          If set to null, the results will be sorted in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/", "varargSetterDocumentation" : "/**

                          The order in which to sort the list results:

                          • ascending: ascending order.
                          • descending: descending order.

                          If not specified, the results will be sorted in ascending order.

                          If set to null, the results will be sorted in an arbitrary order.

                          \n@param sortOrder The order in which to sort the list results:

                          • ascending: ascending order.
                          • descending: descending order.

                          If not specified, the results will be sorted in ascending order.

                          If set to null, the results will be sorted in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/" }, "SortBy" : { "documentation" : "

                          The column name to use to sort the list results:

                          • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                          • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                          • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                          If not specified or set to null, the results will be returned in an arbitrary order.

                          ", "name" : "SortBy", "c2jName" : "sortBy", "c2jShape" : "ApplicationRevisionSortBy", "variable" : { "variableName" : "sortBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The column name to use to sort the list results:

                          • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                          • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                          • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                          If not specified or set to null, the results will be returned in an arbitrary order.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sortBy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "sortBy", "marshallLocationName" : "sortBy", "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" : "ApplicationRevisionSortBy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          The column name to use to sort the list results:

                          • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                          • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                          • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                          If not specified or set to null, the results will be returned in an arbitrary order.

                          \n@param sortBy The column name to use to sort the list results:

                          • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                          • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                          • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                          If not specified or set to null, the results will be returned in an arbitrary order.\n@see ApplicationRevisionSortBy*/", "getterDocumentation" : "/**

                          The column name to use to sort the list results:

                          • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                          • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                          • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                          If not specified or set to null, the results will be returned in an arbitrary order.

                          \n@return The column name to use to sort the list results:

                          • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                          • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                          • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                          If not specified or set to null, the results will be returned in an arbitrary order.\n@see ApplicationRevisionSortBy*/", "fluentSetterDocumentation" : "/**

                          The column name to use to sort the list results:

                          • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                          • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                          • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                          If not specified or set to null, the results will be returned in an arbitrary order.

                          \n@param sortBy The column name to use to sort the list results:

                          • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                          • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                          • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                          If not specified or set to null, the results will be returned in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationRevisionSortBy*/", "varargSetterDocumentation" : "/**

                          The column name to use to sort the list results:

                          • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                          • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                          • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                          If not specified or set to null, the results will be returned in an arbitrary order.

                          \n@param sortBy The column name to use to sort the list results:

                          • registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
                          • firstUsedTime: Sort by the time the revisions were first used in a deployment.
                          • lastUsedTime: Sort by the time the revisions were last used in a deployment.

                          If not specified or set to null, the results will be returned in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationRevisionSortBy*/" }, "Deployed" : { "documentation" : "

                          Whether to list revisions based on whether the revision is the target revision of an deployment group:

                          • include: List revisions that are target revisions of a deployment group.
                          • exclude: Do not list revisions that are target revisions of a deployment group.
                          • ignore: List all revisions.
                          ", "name" : "Deployed", "c2jName" : "deployed", "c2jShape" : "ListStateFilterAction", "variable" : { "variableName" : "deployed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          Whether to list revisions based on whether the revision is the target revision of an deployment group:

                          • include: List revisions that are target revisions of a deployment group.
                          • exclude: Do not list revisions that are target revisions of a deployment group.
                          • ignore: List all revisions.
                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deployed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deployed", "marshallLocationName" : "deployed", "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" : "ListStateFilterAction", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                          Whether to list revisions based on whether the revision is the target revision of an deployment group:

                          • include: List revisions that are target revisions of a deployment group.
                          • exclude: Do not list revisions that are target revisions of a deployment group.
                          • ignore: List all revisions.
                          \n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group:

                          • include: List revisions that are target revisions of a deployment group.
                          • exclude: Do not list revisions that are target revisions of a deployment group.
                          • ignore: List all revisions.
                          • \n@see ListStateFilterAction*/", "getterDocumentation" : "/**

                            Whether to list revisions based on whether the revision is the target revision of an deployment group:

                            • include: List revisions that are target revisions of a deployment group.
                            • exclude: Do not list revisions that are target revisions of a deployment group.
                            • ignore: List all revisions.
                            \n@return Whether to list revisions based on whether the revision is the target revision of an deployment group:

                            • include: List revisions that are target revisions of a deployment group.
                            • exclude: Do not list revisions that are target revisions of a deployment group.
                            • ignore: List all revisions.
                            • \n@see ListStateFilterAction*/", "fluentSetterDocumentation" : "/**

                              Whether to list revisions based on whether the revision is the target revision of an deployment group:

                              • include: List revisions that are target revisions of a deployment group.
                              • exclude: Do not list revisions that are target revisions of a deployment group.
                              • ignore: List all revisions.
                              \n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group:

                              • include: List revisions that are target revisions of a deployment group.
                              • exclude: Do not list revisions that are target revisions of a deployment group.
                              • ignore: List all revisions.
                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ListStateFilterAction*/", "varargSetterDocumentation" : "/**

                                Whether to list revisions based on whether the revision is the target revision of an deployment group:

                                • include: List revisions that are target revisions of a deployment group.
                                • exclude: Do not list revisions that are target revisions of a deployment group.
                                • ignore: List all revisions.
                                \n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group:

                                • include: List revisions that are target revisions of a deployment group.
                                • exclude: Do not list revisions that are target revisions of a deployment group.
                                • ignore: List all revisions.
                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ListStateFilterAction*/" } } }, "CreateApplicationResult" : { "c2jName" : "CreateApplicationOutput", "documentation" : "

                                  Represents the output of a create application operation.

                                  ", "shapeName" : "CreateApplicationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  A unique application ID.

                                  ", "name" : "ApplicationId", "c2jName" : "applicationId", "c2jShape" : "ApplicationId", "variable" : { "variableName" : "applicationId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A unique application ID.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationId", "marshallLocationName" : "applicationId", "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 unique application ID.

                                  \n@param applicationId A unique application ID.*/", "getterDocumentation" : "/**

                                  A unique application ID.

                                  \n@return A unique application ID.*/", "fluentSetterDocumentation" : "/**

                                  A unique application ID.

                                  \n@param applicationId A unique application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A unique application ID.

                                  \n@param applicationId A unique application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createApplicationResult", "variableType" : "CreateApplicationResult", "variableDeclarationType" : "CreateApplicationResult", "documentation" : null, "simpleType" : "CreateApplicationResult", "variableSetterType" : "CreateApplicationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationId" : { "documentation" : "

                                  A unique application ID.

                                  ", "name" : "ApplicationId", "c2jName" : "applicationId", "c2jShape" : "ApplicationId", "variable" : { "variableName" : "applicationId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  A unique application ID.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationId", "marshallLocationName" : "applicationId", "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 unique application ID.

                                  \n@param applicationId A unique application ID.*/", "getterDocumentation" : "/**

                                  A unique application ID.

                                  \n@return A unique application ID.*/", "fluentSetterDocumentation" : "/**

                                  A unique application ID.

                                  \n@param applicationId A unique application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A unique application ID.

                                  \n@param applicationId A unique application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StopStatus" : { "c2jName" : "StopStatus", "documentation" : "", "shapeName" : "StopStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Pending", "value" : "Pending" }, { "name" : "Succeeded", "value" : "Succeeded" } ], "variable" : { "variableName" : "stopStatus", "variableType" : "StopStatus", "variableDeclarationType" : "StopStatus", "documentation" : null, "simpleType" : "StopStatus", "variableSetterType" : "StopStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RoleRequiredException" : { "c2jName" : "RoleRequiredException", "documentation" : "

                                  The role ID was not specified.

                                  ", "shapeName" : "RoleRequiredException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "roleRequiredException", "variableType" : "RoleRequiredException", "variableDeclarationType" : "RoleRequiredException", "documentation" : null, "simpleType" : "RoleRequiredException", "variableSetterType" : "RoleRequiredException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "RoleRequiredException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetDeploymentGroupResult" : { "c2jName" : "GetDeploymentGroupOutput", "documentation" : "

                                  Represents the output of a get deployment group operation.

                                  ", "shapeName" : "GetDeploymentGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Information about the deployment group.

                                  ", "name" : "DeploymentGroupInfo", "c2jName" : "deploymentGroupInfo", "c2jShape" : "DeploymentGroupInfo", "variable" : { "variableName" : "deploymentGroupInfo", "variableType" : "DeploymentGroupInfo", "variableDeclarationType" : "DeploymentGroupInfo", "documentation" : "

                                  Information about the deployment group.

                                  ", "simpleType" : "DeploymentGroupInfo", "variableSetterType" : "DeploymentGroupInfo" }, "setterModel" : { "variableName" : "deploymentGroupInfo", "variableType" : "DeploymentGroupInfo", "variableDeclarationType" : "DeploymentGroupInfo", "documentation" : "", "simpleType" : "DeploymentGroupInfo", "variableSetterType" : "DeploymentGroupInfo" }, "getterModel" : { "returnType" : "DeploymentGroupInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupInfo", "marshallLocationName" : "deploymentGroupInfo", "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" : "/**

                                  Information about the deployment group.

                                  \n@param deploymentGroupInfo Information about the deployment group.*/", "getterDocumentation" : "/**

                                  Information about the deployment group.

                                  \n@return Information about the deployment group.*/", "fluentSetterDocumentation" : "/**

                                  Information about the deployment group.

                                  \n@param deploymentGroupInfo Information about the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Information about the deployment group.

                                  \n@param deploymentGroupInfo Information about the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentGroupResult", "variableType" : "GetDeploymentGroupResult", "variableDeclarationType" : "GetDeploymentGroupResult", "documentation" : null, "simpleType" : "GetDeploymentGroupResult", "variableSetterType" : "GetDeploymentGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentGroupInfo" : { "documentation" : "

                                  Information about the deployment group.

                                  ", "name" : "DeploymentGroupInfo", "c2jName" : "deploymentGroupInfo", "c2jShape" : "DeploymentGroupInfo", "variable" : { "variableName" : "deploymentGroupInfo", "variableType" : "DeploymentGroupInfo", "variableDeclarationType" : "DeploymentGroupInfo", "documentation" : "

                                  Information about the deployment group.

                                  ", "simpleType" : "DeploymentGroupInfo", "variableSetterType" : "DeploymentGroupInfo" }, "setterModel" : { "variableName" : "deploymentGroupInfo", "variableType" : "DeploymentGroupInfo", "variableDeclarationType" : "DeploymentGroupInfo", "documentation" : "", "simpleType" : "DeploymentGroupInfo", "variableSetterType" : "DeploymentGroupInfo" }, "getterModel" : { "returnType" : "DeploymentGroupInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupInfo", "marshallLocationName" : "deploymentGroupInfo", "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" : "/**

                                  Information about the deployment group.

                                  \n@param deploymentGroupInfo Information about the deployment group.*/", "getterDocumentation" : "/**

                                  Information about the deployment group.

                                  \n@return Information about the deployment group.*/", "fluentSetterDocumentation" : "/**

                                  Information about the deployment group.

                                  \n@param deploymentGroupInfo Information about the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Information about the deployment group.

                                  \n@param deploymentGroupInfo Information about the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InstanceIdRequiredException" : { "c2jName" : "InstanceIdRequiredException", "documentation" : "

                                  The instance ID was not specified.

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

                                  Information about an on-premises instance tag filter.

                                  ", "shapeName" : "TagFilter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The on-premises instance tag filter key.

                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "Key", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The on-premises instance tag filter key.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "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 on-premises instance tag filter key.

                                  \n@param key The on-premises instance tag filter key.*/", "getterDocumentation" : "/**

                                  The on-premises instance tag filter key.

                                  \n@return The on-premises instance tag filter key.*/", "fluentSetterDocumentation" : "/**

                                  The on-premises instance tag filter key.

                                  \n@param key The on-premises instance tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The on-premises instance tag filter key.

                                  \n@param key The on-premises instance tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The on-premises instance tag filter value.

                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "Value", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The on-premises instance tag filter value.

                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 on-premises instance tag filter value.

                                  \n@param value The on-premises instance tag filter value.*/", "getterDocumentation" : "/**

                                  The on-premises instance tag filter value.

                                  \n@return The on-premises instance tag filter value.*/", "fluentSetterDocumentation" : "/**

                                  The on-premises instance tag filter value.

                                  \n@param value The on-premises instance tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The on-premises instance tag filter value.

                                  \n@param value The on-premises instance tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The on-premises instance tag filter type:

                                  • KEY_ONLY: Key only.
                                  • VALUE_ONLY: Value only.
                                  • KEY_AND_VALUE: Key and value.
                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "TagFilterType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The on-premises instance tag filter type:

                                  • KEY_ONLY: Key only.
                                  • VALUE_ONLY: Value only.
                                  • KEY_AND_VALUE: Key and value.
                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "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" : "TagFilterType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The on-premises instance tag filter type:

                                  • KEY_ONLY: Key only.
                                  • VALUE_ONLY: Value only.
                                  • KEY_AND_VALUE: Key and value.
                                  \n@param type The on-premises instance tag filter type:

                                  • KEY_ONLY: Key only.
                                  • VALUE_ONLY: Value only.
                                  • KEY_AND_VALUE: Key and value.
                                  • \n@see TagFilterType*/", "getterDocumentation" : "/**

                                    The on-premises instance tag filter type:

                                    • KEY_ONLY: Key only.
                                    • VALUE_ONLY: Value only.
                                    • KEY_AND_VALUE: Key and value.
                                    \n@return The on-premises instance tag filter type:

                                    • KEY_ONLY: Key only.
                                    • VALUE_ONLY: Value only.
                                    • KEY_AND_VALUE: Key and value.
                                    • \n@see TagFilterType*/", "fluentSetterDocumentation" : "/**

                                      The on-premises instance tag filter type:

                                      • KEY_ONLY: Key only.
                                      • VALUE_ONLY: Value only.
                                      • KEY_AND_VALUE: Key and value.
                                      \n@param type The on-premises instance tag filter type:

                                      • KEY_ONLY: Key only.
                                      • VALUE_ONLY: Value only.
                                      • KEY_AND_VALUE: Key and value.
                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagFilterType*/", "varargSetterDocumentation" : "/**

                                        The on-premises instance tag filter type:

                                        • KEY_ONLY: Key only.
                                        • VALUE_ONLY: Value only.
                                        • KEY_AND_VALUE: Key and value.
                                        \n@param type The on-premises instance tag filter type:

                                        • KEY_ONLY: Key only.
                                        • VALUE_ONLY: Value only.
                                        • KEY_AND_VALUE: Key and value.
                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagFilterType*/" } ], "enums" : null, "variable" : { "variableName" : "tagFilter", "variableType" : "TagFilter", "variableDeclarationType" : "TagFilter", "documentation" : null, "simpleType" : "TagFilter", "variableSetterType" : "TagFilter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                                          The on-premises instance tag filter value.

                                          ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "Value", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          The on-premises instance tag filter value.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 on-premises instance tag filter value.

                                          \n@param value The on-premises instance tag filter value.*/", "getterDocumentation" : "/**

                                          The on-premises instance tag filter value.

                                          \n@return The on-premises instance tag filter value.*/", "fluentSetterDocumentation" : "/**

                                          The on-premises instance tag filter value.

                                          \n@param value The on-premises instance tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The on-premises instance tag filter value.

                                          \n@param value The on-premises instance tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

                                          The on-premises instance tag filter key.

                                          ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "Key", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          The on-premises instance tag filter key.

                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "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 on-premises instance tag filter key.

                                          \n@param key The on-premises instance tag filter key.*/", "getterDocumentation" : "/**

                                          The on-premises instance tag filter key.

                                          \n@return The on-premises instance tag filter key.*/", "fluentSetterDocumentation" : "/**

                                          The on-premises instance tag filter key.

                                          \n@param key The on-premises instance tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                          The on-premises instance tag filter key.

                                          \n@param key The on-premises instance tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

                                          The on-premises instance tag filter type:

                                          • KEY_ONLY: Key only.
                                          • VALUE_ONLY: Value only.
                                          • KEY_AND_VALUE: Key and value.
                                          ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "TagFilterType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                          The on-premises instance tag filter type:

                                          • KEY_ONLY: Key only.
                                          • VALUE_ONLY: Value only.
                                          • KEY_AND_VALUE: Key and value.
                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "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" : "TagFilterType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                          The on-premises instance tag filter type:

                                          • KEY_ONLY: Key only.
                                          • VALUE_ONLY: Value only.
                                          • KEY_AND_VALUE: Key and value.
                                          \n@param type The on-premises instance tag filter type:

                                          • KEY_ONLY: Key only.
                                          • VALUE_ONLY: Value only.
                                          • KEY_AND_VALUE: Key and value.
                                          • \n@see TagFilterType*/", "getterDocumentation" : "/**

                                            The on-premises instance tag filter type:

                                            • KEY_ONLY: Key only.
                                            • VALUE_ONLY: Value only.
                                            • KEY_AND_VALUE: Key and value.
                                            \n@return The on-premises instance tag filter type:

                                            • KEY_ONLY: Key only.
                                            • VALUE_ONLY: Value only.
                                            • KEY_AND_VALUE: Key and value.
                                            • \n@see TagFilterType*/", "fluentSetterDocumentation" : "/**

                                              The on-premises instance tag filter type:

                                              • KEY_ONLY: Key only.
                                              • VALUE_ONLY: Value only.
                                              • KEY_AND_VALUE: Key and value.
                                              \n@param type The on-premises instance tag filter type:

                                              • KEY_ONLY: Key only.
                                              • VALUE_ONLY: Value only.
                                              • KEY_AND_VALUE: Key and value.
                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagFilterType*/", "varargSetterDocumentation" : "/**

                                                The on-premises instance tag filter type:

                                                • KEY_ONLY: Key only.
                                                • VALUE_ONLY: Value only.
                                                • KEY_AND_VALUE: Key and value.
                                                \n@param type The on-premises instance tag filter type:

                                                • KEY_ONLY: Key only.
                                                • VALUE_ONLY: Value only.
                                                • KEY_AND_VALUE: Key and value.
                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TagFilterType*/" } } }, "ListDeploymentGroupsResult" : { "c2jName" : "ListDeploymentGroupsOutput", "documentation" : "

                                                  Represents the output of a list deployment groups operation.

                                                  ", "shapeName" : "ListDeploymentGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The application name.

                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The application name.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application name.

                                                  \n@param applicationName The application name.*/", "getterDocumentation" : "/**

                                                  The application name.

                                                  \n@return The application name.*/", "fluentSetterDocumentation" : "/**

                                                  The application name.

                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The application name.

                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  A list of corresponding deployment group names.

                                                  ", "name" : "DeploymentGroups", "c2jName" : "deploymentGroups", "c2jShape" : "DeploymentGroupsList", "variable" : { "variableName" : "deploymentGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  A list of corresponding deployment group names.

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

                                                  A list of corresponding deployment group names.

                                                  \n@param deploymentGroups A list of corresponding deployment group names.*/", "getterDocumentation" : "/**

                                                  A list of corresponding deployment group names.

                                                  \n@return A list of corresponding deployment group names.*/", "fluentSetterDocumentation" : "/**

                                                  A list of corresponding deployment group names.

                                                  \n@param deploymentGroups A list of corresponding deployment group names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A list of corresponding deployment group names.

                                                  \n

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

                                                  \n@param deploymentGroups A list of corresponding deployment group names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

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

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.*/", "getterDocumentation" : "/**

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.*/", "fluentSetterDocumentation" : "/**

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDeploymentGroupsResult", "variableType" : "ListDeploymentGroupsResult", "variableDeclarationType" : "ListDeploymentGroupsResult", "documentation" : null, "simpleType" : "ListDeploymentGroupsResult", "variableSetterType" : "ListDeploymentGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                  The application name.

                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The application name.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application name.

                                                  \n@param applicationName The application name.*/", "getterDocumentation" : "/**

                                                  The application name.

                                                  \n@return The application name.*/", "fluentSetterDocumentation" : "/**

                                                  The application name.

                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The application name.

                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

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

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.*/", "getterDocumentation" : "/**

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.*/", "fluentSetterDocumentation" : "/**

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentGroups" : { "documentation" : "

                                                  A list of corresponding deployment group names.

                                                  ", "name" : "DeploymentGroups", "c2jName" : "deploymentGroups", "c2jShape" : "DeploymentGroupsList", "variable" : { "variableName" : "deploymentGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  A list of corresponding deployment group names.

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

                                                  A list of corresponding deployment group names.

                                                  \n@param deploymentGroups A list of corresponding deployment group names.*/", "getterDocumentation" : "/**

                                                  A list of corresponding deployment group names.

                                                  \n@return A list of corresponding deployment group names.*/", "fluentSetterDocumentation" : "/**

                                                  A list of corresponding deployment group names.

                                                  \n@param deploymentGroups A list of corresponding deployment group names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  A list of corresponding deployment group names.

                                                  \n

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

                                                  \n@param deploymentGroups A list of corresponding deployment group names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteApplicationResult" : { "c2jName" : "DeleteApplicationResult", "documentation" : null, "shapeName" : "DeleteApplicationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteApplicationResult", "variableType" : "DeleteApplicationResult", "variableDeclarationType" : "DeleteApplicationResult", "documentation" : null, "simpleType" : "DeleteApplicationResult", "variableSetterType" : "DeleteApplicationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidRegistrationStatusException" : { "c2jName" : "InvalidRegistrationStatusException", "documentation" : "

                                                  The registration status was specified in an invalid format.

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

                                                  Information about an application revision.

                                                  ", "shapeName" : "RevisionInfo", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RevisionLocation", "c2jName" : "revisionLocation", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revisionLocation", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revisionLocation", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revisionLocation", "marshallLocationName" : "revisionLocation", "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 revisionLocation */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param revisionLocation \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param revisionLocation \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "GenericRevisionInfo", "c2jName" : "genericRevisionInfo", "c2jShape" : "GenericRevisionInfo", "variable" : { "variableName" : "genericRevisionInfo", "variableType" : "GenericRevisionInfo", "variableDeclarationType" : "GenericRevisionInfo", "documentation" : "", "simpleType" : "GenericRevisionInfo", "variableSetterType" : "GenericRevisionInfo" }, "setterModel" : { "variableName" : "genericRevisionInfo", "variableType" : "GenericRevisionInfo", "variableDeclarationType" : "GenericRevisionInfo", "documentation" : "", "simpleType" : "GenericRevisionInfo", "variableSetterType" : "GenericRevisionInfo" }, "getterModel" : { "returnType" : "GenericRevisionInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "genericRevisionInfo", "marshallLocationName" : "genericRevisionInfo", "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 genericRevisionInfo */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param genericRevisionInfo \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param genericRevisionInfo \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "revisionInfo", "variableType" : "RevisionInfo", "variableDeclarationType" : "RevisionInfo", "documentation" : null, "simpleType" : "RevisionInfo", "variableSetterType" : "RevisionInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "GenericRevisionInfo" : { "documentation" : "", "name" : "GenericRevisionInfo", "c2jName" : "genericRevisionInfo", "c2jShape" : "GenericRevisionInfo", "variable" : { "variableName" : "genericRevisionInfo", "variableType" : "GenericRevisionInfo", "variableDeclarationType" : "GenericRevisionInfo", "documentation" : "", "simpleType" : "GenericRevisionInfo", "variableSetterType" : "GenericRevisionInfo" }, "setterModel" : { "variableName" : "genericRevisionInfo", "variableType" : "GenericRevisionInfo", "variableDeclarationType" : "GenericRevisionInfo", "documentation" : "", "simpleType" : "GenericRevisionInfo", "variableSetterType" : "GenericRevisionInfo" }, "getterModel" : { "returnType" : "GenericRevisionInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "genericRevisionInfo", "marshallLocationName" : "genericRevisionInfo", "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 genericRevisionInfo */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param genericRevisionInfo \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param genericRevisionInfo \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RevisionLocation" : { "documentation" : "", "name" : "RevisionLocation", "c2jName" : "revisionLocation", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revisionLocation", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revisionLocation", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revisionLocation", "marshallLocationName" : "revisionLocation", "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 revisionLocation */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param revisionLocation \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param revisionLocation \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegistrationStatus" : { "c2jName" : "RegistrationStatus", "documentation" : "", "shapeName" : "RegistrationStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Registered", "value" : "Registered" }, { "name" : "Deregistered", "value" : "Deregistered" } ], "variable" : { "variableName" : "registrationStatus", "variableType" : "RegistrationStatus", "variableDeclarationType" : "RegistrationStatus", "documentation" : null, "simpleType" : "RegistrationStatus", "variableSetterType" : "RegistrationStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetApplicationRevisionResult" : { "c2jName" : "GetApplicationRevisionOutput", "documentation" : "

                                                  Represents the output of a get application revision operation.

                                                  ", "shapeName" : "GetApplicationRevisionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The name of the application that corresponds to the revision.

                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the application that corresponds to the revision.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application that corresponds to the revision.

                                                  \n@param applicationName The name of the application that corresponds to the revision.*/", "getterDocumentation" : "/**

                                                  The name of the application that corresponds to the revision.

                                                  \n@return The name of the application that corresponds to the revision.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the application that corresponds to the revision.

                                                  \n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the application that corresponds to the revision.

                                                  \n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  Additional information about the revision, including type and location.

                                                  ", "name" : "Revision", "c2jName" : "revision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                  Additional information about the revision, including type and location.

                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revision", "marshallLocationName" : "revision", "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" : "/**

                                                  Additional information about the revision, including type and location.

                                                  \n@param revision Additional information about the revision, including type and location.*/", "getterDocumentation" : "/**

                                                  Additional information about the revision, including type and location.

                                                  \n@return Additional information about the revision, including type and location.*/", "fluentSetterDocumentation" : "/**

                                                  Additional information about the revision, including type and location.

                                                  \n@param revision Additional information about the revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Additional information about the revision, including type and location.

                                                  \n@param revision Additional information about the revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  General information about the revision.

                                                  ", "name" : "RevisionInfo", "c2jName" : "revisionInfo", "c2jShape" : "GenericRevisionInfo", "variable" : { "variableName" : "revisionInfo", "variableType" : "GenericRevisionInfo", "variableDeclarationType" : "GenericRevisionInfo", "documentation" : "

                                                  General information about the revision.

                                                  ", "simpleType" : "GenericRevisionInfo", "variableSetterType" : "GenericRevisionInfo" }, "setterModel" : { "variableName" : "revisionInfo", "variableType" : "GenericRevisionInfo", "variableDeclarationType" : "GenericRevisionInfo", "documentation" : "", "simpleType" : "GenericRevisionInfo", "variableSetterType" : "GenericRevisionInfo" }, "getterModel" : { "returnType" : "GenericRevisionInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "revisionInfo", "marshallLocationName" : "revisionInfo", "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" : "/**

                                                  General information about the revision.

                                                  \n@param revisionInfo General information about the revision.*/", "getterDocumentation" : "/**

                                                  General information about the revision.

                                                  \n@return General information about the revision.*/", "fluentSetterDocumentation" : "/**

                                                  General information about the revision.

                                                  \n@param revisionInfo General information about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  General information about the revision.

                                                  \n@param revisionInfo General information about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getApplicationRevisionResult", "variableType" : "GetApplicationRevisionResult", "variableDeclarationType" : "GetApplicationRevisionResult", "documentation" : null, "simpleType" : "GetApplicationRevisionResult", "variableSetterType" : "GetApplicationRevisionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                  The name of the application that corresponds to the revision.

                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The name of the application that corresponds to the revision.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application that corresponds to the revision.

                                                  \n@param applicationName The name of the application that corresponds to the revision.*/", "getterDocumentation" : "/**

                                                  The name of the application that corresponds to the revision.

                                                  \n@return The name of the application that corresponds to the revision.*/", "fluentSetterDocumentation" : "/**

                                                  The name of the application that corresponds to the revision.

                                                  \n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The name of the application that corresponds to the revision.

                                                  \n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RevisionInfo" : { "documentation" : "

                                                  General information about the revision.

                                                  ", "name" : "RevisionInfo", "c2jName" : "revisionInfo", "c2jShape" : "GenericRevisionInfo", "variable" : { "variableName" : "revisionInfo", "variableType" : "GenericRevisionInfo", "variableDeclarationType" : "GenericRevisionInfo", "documentation" : "

                                                  General information about the revision.

                                                  ", "simpleType" : "GenericRevisionInfo", "variableSetterType" : "GenericRevisionInfo" }, "setterModel" : { "variableName" : "revisionInfo", "variableType" : "GenericRevisionInfo", "variableDeclarationType" : "GenericRevisionInfo", "documentation" : "", "simpleType" : "GenericRevisionInfo", "variableSetterType" : "GenericRevisionInfo" }, "getterModel" : { "returnType" : "GenericRevisionInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "revisionInfo", "marshallLocationName" : "revisionInfo", "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" : "/**

                                                  General information about the revision.

                                                  \n@param revisionInfo General information about the revision.*/", "getterDocumentation" : "/**

                                                  General information about the revision.

                                                  \n@return General information about the revision.*/", "fluentSetterDocumentation" : "/**

                                                  General information about the revision.

                                                  \n@param revisionInfo General information about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  General information about the revision.

                                                  \n@param revisionInfo General information about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Revision" : { "documentation" : "

                                                  Additional information about the revision, including type and location.

                                                  ", "name" : "Revision", "c2jName" : "revision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                  Additional information about the revision, including type and location.

                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revision", "marshallLocationName" : "revision", "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" : "/**

                                                  Additional information about the revision, including type and location.

                                                  \n@param revision Additional information about the revision, including type and location.*/", "getterDocumentation" : "/**

                                                  Additional information about the revision, including type and location.

                                                  \n@return Additional information about the revision, including type and location.*/", "fluentSetterDocumentation" : "/**

                                                  Additional information about the revision, including type and location.

                                                  \n@param revision Additional information about the revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  Additional information about the revision, including type and location.

                                                  \n@param revision Additional information about the revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidOperationException" : { "c2jName" : "InvalidOperationException", "documentation" : "

                                                  An invalid operation was detected.

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

                                                  The maximum number of allowed on-premises instances in a single call was exceeded.

                                                  ", "shapeName" : "InstanceLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "instanceLimitExceededException", "variableType" : "InstanceLimitExceededException", "variableDeclarationType" : "InstanceLimitExceededException", "documentation" : null, "simpleType" : "InstanceLimitExceededException", "variableSetterType" : "InstanceLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InstanceLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeploymentCreator" : { "c2jName" : "DeploymentCreator", "documentation" : "", "shapeName" : "DeploymentCreator", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "User", "value" : "user" }, { "name" : "Autoscaling", "value" : "autoscaling" } ], "variable" : { "variableName" : "deploymentCreator", "variableType" : "DeploymentCreator", "variableDeclarationType" : "DeploymentCreator", "documentation" : null, "simpleType" : "DeploymentCreator", "variableSetterType" : "DeploymentCreator" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListDeploymentInstancesRequest" : { "c2jName" : "ListDeploymentInstancesInput", "documentation" : "

                                                  Represents the input of a list deployment instances operation.

                                                  ", "shapeName" : "ListDeploymentInstancesRequest", "deprecated" : false, "required" : [ "deploymentId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                  The unique ID of a deployment.

                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  The unique ID of a deployment.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 unique ID of a deployment.

                                                  \n@param deploymentId The unique ID of a deployment.*/", "getterDocumentation" : "/**

                                                  The unique ID of a deployment.

                                                  \n@return The unique ID of a deployment.*/", "fluentSetterDocumentation" : "/**

                                                  The unique ID of a deployment.

                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  The unique ID of a deployment.

                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                  An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

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

                                                  An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

                                                  \n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.*/", "getterDocumentation" : "/**

                                                  An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

                                                  \n@return An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.*/", "fluentSetterDocumentation" : "/**

                                                  An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

                                                  \n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                  An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

                                                  \n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                  A subset of instances to list by status:

                                                  • Pending: Include those instance with pending deployments.
                                                  • InProgress: Include those instance where deployments are still in progress.
                                                  • Succeeded: Include those instances with successful deployments.
                                                  • Failed: Include those instance with failed deployments.
                                                  • Skipped: Include those instance with skipped deployments.
                                                  • Unknown: Include those instance with deployments in an unknown state.
                                                  ", "name" : "InstanceStatusFilter", "c2jName" : "instanceStatusFilter", "c2jShape" : "InstanceStatusList", "variable" : { "variableName" : "instanceStatusFilter", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                  A subset of instances to list by status:

                                                  • Pending: Include those instance with pending deployments.
                                                  • InProgress: Include those instance where deployments are still in progress.
                                                  • Succeeded: Include those instances with successful deployments.
                                                  • Failed: Include those instance with failed deployments.
                                                  • Skipped: Include those instance with skipped deployments.
                                                  • Unknown: Include those instance with deployments in an unknown state.
                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceStatusFilter", "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" : "instanceStatusFilter", "marshallLocationName" : "instanceStatusFilter", "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" : "InstanceStatus", "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" : "InstanceStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see InstanceStatus*/", "getterDocumentation" : "/**\n@return \n@see InstanceStatus*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "InstanceStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                  A subset of instances to list by status:

                                                  • Pending: Include those instance with pending deployments.
                                                  • InProgress: Include those instance where deployments are still in progress.
                                                  • Succeeded: Include those instances with successful deployments.
                                                  • Failed: Include those instance with failed deployments.
                                                  • Skipped: Include those instance with skipped deployments.
                                                  • Unknown: Include those instance with deployments in an unknown state.
                                                  \n@param instanceStatusFilter A subset of instances to list by status:

                                                  • Pending: Include those instance with pending deployments.
                                                  • InProgress: Include those instance where deployments are still in progress.
                                                  • Succeeded: Include those instances with successful deployments.
                                                  • Failed: Include those instance with failed deployments.
                                                  • Skipped: Include those instance with skipped deployments.
                                                  • Unknown: Include those instance with deployments in an unknown state.
                                                  • \n@see InstanceStatus*/", "getterDocumentation" : "/**

                                                    A subset of instances to list by status:

                                                    • Pending: Include those instance with pending deployments.
                                                    • InProgress: Include those instance where deployments are still in progress.
                                                    • Succeeded: Include those instances with successful deployments.
                                                    • Failed: Include those instance with failed deployments.
                                                    • Skipped: Include those instance with skipped deployments.
                                                    • Unknown: Include those instance with deployments in an unknown state.
                                                    \n@return A subset of instances to list by status:

                                                    • Pending: Include those instance with pending deployments.
                                                    • InProgress: Include those instance where deployments are still in progress.
                                                    • Succeeded: Include those instances with successful deployments.
                                                    • Failed: Include those instance with failed deployments.
                                                    • Skipped: Include those instance with skipped deployments.
                                                    • Unknown: Include those instance with deployments in an unknown state.
                                                    • \n@see InstanceStatus*/", "fluentSetterDocumentation" : "/**

                                                      A subset of instances to list by status:

                                                      • Pending: Include those instance with pending deployments.
                                                      • InProgress: Include those instance where deployments are still in progress.
                                                      • Succeeded: Include those instances with successful deployments.
                                                      • Failed: Include those instance with failed deployments.
                                                      • Skipped: Include those instance with skipped deployments.
                                                      • Unknown: Include those instance with deployments in an unknown state.
                                                      \n@param instanceStatusFilter A subset of instances to list by status:

                                                      • Pending: Include those instance with pending deployments.
                                                      • InProgress: Include those instance where deployments are still in progress.
                                                      • Succeeded: Include those instances with successful deployments.
                                                      • Failed: Include those instance with failed deployments.
                                                      • Skipped: Include those instance with skipped deployments.
                                                      • Unknown: Include those instance with deployments in an unknown state.
                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/", "varargSetterDocumentation" : "/**

                                                        A subset of instances to list by status:

                                                        • Pending: Include those instance with pending deployments.
                                                        • InProgress: Include those instance where deployments are still in progress.
                                                        • Succeeded: Include those instances with successful deployments.
                                                        • Failed: Include those instance with failed deployments.
                                                        • Skipped: Include those instance with skipped deployments.
                                                        • Unknown: Include those instance with deployments in an unknown state.
                                                        \n

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

                                                        \n@param instanceStatusFilter A subset of instances to list by status:

                                                        • Pending: Include those instance with pending deployments.
                                                        • InProgress: Include those instance where deployments are still in progress.
                                                        • Succeeded: Include those instances with successful deployments.
                                                        • Failed: Include those instance with failed deployments.
                                                        • Skipped: Include those instance with skipped deployments.
                                                        • Unknown: Include those instance with deployments in an unknown state.
                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/" } ], "enums" : null, "variable" : { "variableName" : "listDeploymentInstancesRequest", "variableType" : "ListDeploymentInstancesRequest", "variableDeclarationType" : "ListDeploymentInstancesRequest", "documentation" : null, "simpleType" : "ListDeploymentInstancesRequest", "variableSetterType" : "ListDeploymentInstancesRequest" }, "marshaller" : { "action" : "ListDeploymentInstances", "verb" : "POST", "target" : "CodeDeploy_20141006.ListDeploymentInstances", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentId" : { "documentation" : "

                                                          The unique ID of a deployment.

                                                          ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          The unique ID of a deployment.

                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 unique ID of a deployment.

                                                          \n@param deploymentId The unique ID of a deployment.*/", "getterDocumentation" : "/**

                                                          The unique ID of a deployment.

                                                          \n@return The unique ID of a deployment.*/", "fluentSetterDocumentation" : "/**

                                                          The unique ID of a deployment.

                                                          \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          The unique ID of a deployment.

                                                          \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                          An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

                                                          ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                          An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

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

                                                          An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

                                                          \n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.*/", "getterDocumentation" : "/**

                                                          An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

                                                          \n@return An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.*/", "fluentSetterDocumentation" : "/**

                                                          An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

                                                          \n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                          An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.

                                                          \n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceStatusFilter" : { "documentation" : "

                                                          A subset of instances to list by status:

                                                          • Pending: Include those instance with pending deployments.
                                                          • InProgress: Include those instance where deployments are still in progress.
                                                          • Succeeded: Include those instances with successful deployments.
                                                          • Failed: Include those instance with failed deployments.
                                                          • Skipped: Include those instance with skipped deployments.
                                                          • Unknown: Include those instance with deployments in an unknown state.
                                                          ", "name" : "InstanceStatusFilter", "c2jName" : "instanceStatusFilter", "c2jShape" : "InstanceStatusList", "variable" : { "variableName" : "instanceStatusFilter", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                          A subset of instances to list by status:

                                                          • Pending: Include those instance with pending deployments.
                                                          • InProgress: Include those instance where deployments are still in progress.
                                                          • Succeeded: Include those instances with successful deployments.
                                                          • Failed: Include those instance with failed deployments.
                                                          • Skipped: Include those instance with skipped deployments.
                                                          • Unknown: Include those instance with deployments in an unknown state.
                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "instanceStatusFilter", "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" : "instanceStatusFilter", "marshallLocationName" : "instanceStatusFilter", "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" : "InstanceStatus", "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" : "InstanceStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see InstanceStatus*/", "getterDocumentation" : "/**\n@return \n@see InstanceStatus*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "InstanceStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                          A subset of instances to list by status:

                                                          • Pending: Include those instance with pending deployments.
                                                          • InProgress: Include those instance where deployments are still in progress.
                                                          • Succeeded: Include those instances with successful deployments.
                                                          • Failed: Include those instance with failed deployments.
                                                          • Skipped: Include those instance with skipped deployments.
                                                          • Unknown: Include those instance with deployments in an unknown state.
                                                          \n@param instanceStatusFilter A subset of instances to list by status:

                                                          • Pending: Include those instance with pending deployments.
                                                          • InProgress: Include those instance where deployments are still in progress.
                                                          • Succeeded: Include those instances with successful deployments.
                                                          • Failed: Include those instance with failed deployments.
                                                          • Skipped: Include those instance with skipped deployments.
                                                          • Unknown: Include those instance with deployments in an unknown state.
                                                          • \n@see InstanceStatus*/", "getterDocumentation" : "/**

                                                            A subset of instances to list by status:

                                                            • Pending: Include those instance with pending deployments.
                                                            • InProgress: Include those instance where deployments are still in progress.
                                                            • Succeeded: Include those instances with successful deployments.
                                                            • Failed: Include those instance with failed deployments.
                                                            • Skipped: Include those instance with skipped deployments.
                                                            • Unknown: Include those instance with deployments in an unknown state.
                                                            \n@return A subset of instances to list by status:

                                                            • Pending: Include those instance with pending deployments.
                                                            • InProgress: Include those instance where deployments are still in progress.
                                                            • Succeeded: Include those instances with successful deployments.
                                                            • Failed: Include those instance with failed deployments.
                                                            • Skipped: Include those instance with skipped deployments.
                                                            • Unknown: Include those instance with deployments in an unknown state.
                                                            • \n@see InstanceStatus*/", "fluentSetterDocumentation" : "/**

                                                              A subset of instances to list by status:

                                                              • Pending: Include those instance with pending deployments.
                                                              • InProgress: Include those instance where deployments are still in progress.
                                                              • Succeeded: Include those instances with successful deployments.
                                                              • Failed: Include those instance with failed deployments.
                                                              • Skipped: Include those instance with skipped deployments.
                                                              • Unknown: Include those instance with deployments in an unknown state.
                                                              \n@param instanceStatusFilter A subset of instances to list by status:

                                                              • Pending: Include those instance with pending deployments.
                                                              • InProgress: Include those instance where deployments are still in progress.
                                                              • Succeeded: Include those instances with successful deployments.
                                                              • Failed: Include those instance with failed deployments.
                                                              • Skipped: Include those instance with skipped deployments.
                                                              • Unknown: Include those instance with deployments in an unknown state.
                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/", "varargSetterDocumentation" : "/**

                                                                A subset of instances to list by status:

                                                                • Pending: Include those instance with pending deployments.
                                                                • InProgress: Include those instance where deployments are still in progress.
                                                                • Succeeded: Include those instances with successful deployments.
                                                                • Failed: Include those instance with failed deployments.
                                                                • Skipped: Include those instance with skipped deployments.
                                                                • Unknown: Include those instance with deployments in an unknown state.
                                                                \n

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

                                                                \n@param instanceStatusFilter A subset of instances to list by status:

                                                                • Pending: Include those instance with pending deployments.
                                                                • InProgress: Include those instance where deployments are still in progress.
                                                                • Succeeded: Include those instances with successful deployments.
                                                                • Failed: Include those instance with failed deployments.
                                                                • Skipped: Include those instance with skipped deployments.
                                                                • Unknown: Include those instance with deployments in an unknown state.
                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/" } } }, "GetDeploymentGroupRequest" : { "c2jName" : "GetDeploymentGroupInput", "documentation" : "

                                                                  Represents the input of a get deployment group operation.

                                                                  ", "shapeName" : "GetDeploymentGroupRequest", "deprecated" : false, "required" : [ "applicationName", "deploymentGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The name of an existing deployment group for the specified application.

                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of an existing deployment group for the specified application.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 an existing deployment group for the specified application.

                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.*/", "getterDocumentation" : "/**

                                                                  The name of an existing deployment group for the specified application.

                                                                  \n@return The name of an existing deployment group for the specified application.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of an existing deployment group for the specified application.

                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of an existing deployment group for the specified application.

                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentGroupRequest", "variableType" : "GetDeploymentGroupRequest", "variableDeclarationType" : "GetDeploymentGroupRequest", "documentation" : null, "simpleType" : "GetDeploymentGroupRequest", "variableSetterType" : "GetDeploymentGroupRequest" }, "marshaller" : { "action" : "GetDeploymentGroup", "verb" : "POST", "target" : "CodeDeploy_20141006.GetDeploymentGroup", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentGroupName" : { "documentation" : "

                                                                  The name of an existing deployment group for the specified application.

                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The name of an existing deployment group for the specified application.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 an existing deployment group for the specified application.

                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.*/", "getterDocumentation" : "/**

                                                                  The name of an existing deployment group for the specified application.

                                                                  \n@return The name of an existing deployment group for the specified application.*/", "fluentSetterDocumentation" : "/**

                                                                  The name of an existing deployment group for the specified application.

                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The name of an existing deployment group for the specified application.

                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeploymentConfigInfo" : { "c2jName" : "DeploymentConfigInfo", "documentation" : "

                                                                  Information about a deployment configuration.

                                                                  ", "shapeName" : "DeploymentConfigInfo", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The deployment configuration ID.

                                                                  ", "name" : "DeploymentConfigId", "c2jName" : "deploymentConfigId", "c2jShape" : "DeploymentConfigId", "variable" : { "variableName" : "deploymentConfigId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The deployment configuration ID.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigId", "marshallLocationName" : "deploymentConfigId", "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 deployment configuration ID.

                                                                  \n@param deploymentConfigId The deployment configuration ID.*/", "getterDocumentation" : "/**

                                                                  The deployment configuration ID.

                                                                  \n@return The deployment configuration ID.*/", "fluentSetterDocumentation" : "/**

                                                                  The deployment configuration ID.

                                                                  \n@param deploymentConfigId The deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The deployment configuration ID.

                                                                  \n@param deploymentConfigId The deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The deployment configuration name.

                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The deployment configuration name.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 deployment configuration name.

                                                                  \n@param deploymentConfigName The deployment configuration name.*/", "getterDocumentation" : "/**

                                                                  The deployment configuration name.

                                                                  \n@return The deployment configuration name.*/", "fluentSetterDocumentation" : "/**

                                                                  The deployment configuration name.

                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The deployment configuration name.

                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  ", "name" : "MinimumHealthyHosts", "c2jName" : "minimumHealthyHosts", "c2jShape" : "MinimumHealthyHosts", "variable" : { "variableName" : "minimumHealthyHosts", "variableType" : "MinimumHealthyHosts", "variableDeclarationType" : "MinimumHealthyHosts", "documentation" : "

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  ", "simpleType" : "MinimumHealthyHosts", "variableSetterType" : "MinimumHealthyHosts" }, "setterModel" : { "variableName" : "minimumHealthyHosts", "variableType" : "MinimumHealthyHosts", "variableDeclarationType" : "MinimumHealthyHosts", "documentation" : "", "simpleType" : "MinimumHealthyHosts", "variableSetterType" : "MinimumHealthyHosts" }, "getterModel" : { "returnType" : "MinimumHealthyHosts", "documentation" : null }, "http" : { "unmarshallLocationName" : "minimumHealthyHosts", "marshallLocationName" : "minimumHealthyHosts", "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" : "/**

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  \n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.*/", "getterDocumentation" : "/**

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  \n@return Information about the number or percentage of minimum healthy instance.*/", "fluentSetterDocumentation" : "/**

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  \n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  \n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  The time at which the deployment configuration was created.

                                                                  ", "name" : "CreateTime", "c2jName" : "createTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The time at which the deployment configuration was created.

                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createTime", "marshallLocationName" : "createTime", "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 time at which the deployment configuration was created.

                                                                  \n@param createTime The time at which the deployment configuration was created.*/", "getterDocumentation" : "/**

                                                                  The time at which the deployment configuration was created.

                                                                  \n@return The time at which the deployment configuration was created.*/", "fluentSetterDocumentation" : "/**

                                                                  The time at which the deployment configuration was created.

                                                                  \n@param createTime The time at which the deployment configuration was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The time at which the deployment configuration was created.

                                                                  \n@param createTime The time at which the deployment configuration was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deploymentConfigInfo", "variableType" : "DeploymentConfigInfo", "variableDeclarationType" : "DeploymentConfigInfo", "documentation" : null, "simpleType" : "DeploymentConfigInfo", "variableSetterType" : "DeploymentConfigInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MinimumHealthyHosts" : { "documentation" : "

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  ", "name" : "MinimumHealthyHosts", "c2jName" : "minimumHealthyHosts", "c2jShape" : "MinimumHealthyHosts", "variable" : { "variableName" : "minimumHealthyHosts", "variableType" : "MinimumHealthyHosts", "variableDeclarationType" : "MinimumHealthyHosts", "documentation" : "

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  ", "simpleType" : "MinimumHealthyHosts", "variableSetterType" : "MinimumHealthyHosts" }, "setterModel" : { "variableName" : "minimumHealthyHosts", "variableType" : "MinimumHealthyHosts", "variableDeclarationType" : "MinimumHealthyHosts", "documentation" : "", "simpleType" : "MinimumHealthyHosts", "variableSetterType" : "MinimumHealthyHosts" }, "getterModel" : { "returnType" : "MinimumHealthyHosts", "documentation" : null }, "http" : { "unmarshallLocationName" : "minimumHealthyHosts", "marshallLocationName" : "minimumHealthyHosts", "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" : "/**

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  \n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.*/", "getterDocumentation" : "/**

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  \n@return Information about the number or percentage of minimum healthy instance.*/", "fluentSetterDocumentation" : "/**

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  \n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Information about the number or percentage of minimum healthy instance.

                                                                  \n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentConfigId" : { "documentation" : "

                                                                  The deployment configuration ID.

                                                                  ", "name" : "DeploymentConfigId", "c2jName" : "deploymentConfigId", "c2jShape" : "DeploymentConfigId", "variable" : { "variableName" : "deploymentConfigId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The deployment configuration ID.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigId", "marshallLocationName" : "deploymentConfigId", "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 deployment configuration ID.

                                                                  \n@param deploymentConfigId The deployment configuration ID.*/", "getterDocumentation" : "/**

                                                                  The deployment configuration ID.

                                                                  \n@return The deployment configuration ID.*/", "fluentSetterDocumentation" : "/**

                                                                  The deployment configuration ID.

                                                                  \n@param deploymentConfigId The deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The deployment configuration ID.

                                                                  \n@param deploymentConfigId The deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentConfigName" : { "documentation" : "

                                                                  The deployment configuration name.

                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The deployment configuration name.

                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 deployment configuration name.

                                                                  \n@param deploymentConfigName The deployment configuration name.*/", "getterDocumentation" : "/**

                                                                  The deployment configuration name.

                                                                  \n@return The deployment configuration name.*/", "fluentSetterDocumentation" : "/**

                                                                  The deployment configuration name.

                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The deployment configuration name.

                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreateTime" : { "documentation" : "

                                                                  The time at which the deployment configuration was created.

                                                                  ", "name" : "CreateTime", "c2jName" : "createTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                  The time at which the deployment configuration was created.

                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createTime", "marshallLocationName" : "createTime", "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 time at which the deployment configuration was created.

                                                                  \n@param createTime The time at which the deployment configuration was created.*/", "getterDocumentation" : "/**

                                                                  The time at which the deployment configuration was created.

                                                                  \n@return The time at which the deployment configuration was created.*/", "fluentSetterDocumentation" : "/**

                                                                  The time at which the deployment configuration was created.

                                                                  \n@param createTime The time at which the deployment configuration was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  The time at which the deployment configuration was created.

                                                                  \n@param createTime The time at which the deployment configuration was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListApplicationsResult" : { "c2jName" : "ListApplicationsOutput", "documentation" : "

                                                                  Represents the output of a list applications operation.

                                                                  ", "shapeName" : "ListApplicationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  A list of application names.

                                                                  ", "name" : "Applications", "c2jName" : "applications", "c2jShape" : "ApplicationsList", "variable" : { "variableName" : "applications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of application names.

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

                                                                  A list of application names.

                                                                  \n@param applications A list of application names.*/", "getterDocumentation" : "/**

                                                                  A list of application names.

                                                                  \n@return A list of application names.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of application names.

                                                                  \n@param applications A list of application names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of application names.

                                                                  \n

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

                                                                  \n@param applications A list of application names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

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

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.*/", "getterDocumentation" : "/**

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

                                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.*/", "fluentSetterDocumentation" : "/**

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listApplicationsResult", "variableType" : "ListApplicationsResult", "variableDeclarationType" : "ListApplicationsResult", "documentation" : null, "simpleType" : "ListApplicationsResult", "variableSetterType" : "ListApplicationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

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

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.*/", "getterDocumentation" : "/**

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

                                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.*/", "fluentSetterDocumentation" : "/**

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.

                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Applications" : { "documentation" : "

                                                                  A list of application names.

                                                                  ", "name" : "Applications", "c2jName" : "applications", "c2jShape" : "ApplicationsList", "variable" : { "variableName" : "applications", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  A list of application names.

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

                                                                  A list of application names.

                                                                  \n@param applications A list of application names.*/", "getterDocumentation" : "/**

                                                                  A list of application names.

                                                                  \n@return A list of application names.*/", "fluentSetterDocumentation" : "/**

                                                                  A list of application names.

                                                                  \n@param applications A list of application names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  A list of application names.

                                                                  \n

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

                                                                  \n@param applications A list of application names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BatchGetDeploymentsResult" : { "c2jName" : "BatchGetDeploymentsOutput", "documentation" : "

                                                                  Represents the output of a batch get deployments operation.

                                                                  ", "shapeName" : "BatchGetDeploymentsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  Information about the deployments.

                                                                  ", "name" : "DeploymentsInfo", "c2jName" : "deploymentsInfo", "c2jShape" : "DeploymentsInfoList", "variable" : { "variableName" : "deploymentsInfo", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  Information about the deployments.

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

                                                                  Information about the deployments.

                                                                  \n@param deploymentsInfo Information about the deployments.*/", "getterDocumentation" : "/**

                                                                  Information about the deployments.

                                                                  \n@return Information about the deployments.*/", "fluentSetterDocumentation" : "/**

                                                                  Information about the deployments.

                                                                  \n@param deploymentsInfo Information about the deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Information about the deployments.

                                                                  \n

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

                                                                  \n@param deploymentsInfo Information about the deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetDeploymentsResult", "variableType" : "BatchGetDeploymentsResult", "variableDeclarationType" : "BatchGetDeploymentsResult", "documentation" : null, "simpleType" : "BatchGetDeploymentsResult", "variableSetterType" : "BatchGetDeploymentsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentsInfo" : { "documentation" : "

                                                                  Information about the deployments.

                                                                  ", "name" : "DeploymentsInfo", "c2jName" : "deploymentsInfo", "c2jShape" : "DeploymentsInfoList", "variable" : { "variableName" : "deploymentsInfo", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                  Information about the deployments.

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

                                                                  Information about the deployments.

                                                                  \n@param deploymentsInfo Information about the deployments.*/", "getterDocumentation" : "/**

                                                                  Information about the deployments.

                                                                  \n@return Information about the deployments.*/", "fluentSetterDocumentation" : "/**

                                                                  Information about the deployments.

                                                                  \n@param deploymentsInfo Information about the deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                  Information about the deployments.

                                                                  \n

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

                                                                  \n@param deploymentsInfo Information about the deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RevisionLocation" : { "c2jName" : "RevisionLocation", "documentation" : "

                                                                  Information about the location of an application revision.

                                                                  ", "shapeName" : "RevisionLocation", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                  The type of application revision:

                                                                  • S3: An application revision stored in Amazon S3.
                                                                  • GitHub: An application revision stored in GitHub.
                                                                  ", "name" : "RevisionType", "c2jName" : "revisionType", "c2jShape" : "RevisionLocationType", "variable" : { "variableName" : "revisionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                  The type of application revision:

                                                                  • S3: An application revision stored in Amazon S3.
                                                                  • GitHub: An application revision stored in GitHub.
                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "revisionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "revisionType", "marshallLocationName" : "revisionType", "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" : "RevisionLocationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                  The type of application revision:

                                                                  • S3: An application revision stored in Amazon S3.
                                                                  • GitHub: An application revision stored in GitHub.
                                                                  \n@param revisionType The type of application revision:

                                                                  • S3: An application revision stored in Amazon S3.
                                                                  • GitHub: An application revision stored in GitHub.
                                                                  • \n@see RevisionLocationType*/", "getterDocumentation" : "/**

                                                                    The type of application revision:

                                                                    • S3: An application revision stored in Amazon S3.
                                                                    • GitHub: An application revision stored in GitHub.
                                                                    \n@return The type of application revision:

                                                                    • S3: An application revision stored in Amazon S3.
                                                                    • GitHub: An application revision stored in GitHub.
                                                                    • \n@see RevisionLocationType*/", "fluentSetterDocumentation" : "/**

                                                                      The type of application revision:

                                                                      • S3: An application revision stored in Amazon S3.
                                                                      • GitHub: An application revision stored in GitHub.
                                                                      \n@param revisionType The type of application revision:

                                                                      • S3: An application revision stored in Amazon S3.
                                                                      • GitHub: An application revision stored in GitHub.
                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see RevisionLocationType*/", "varargSetterDocumentation" : "/**

                                                                        The type of application revision:

                                                                        • S3: An application revision stored in Amazon S3.
                                                                        • GitHub: An application revision stored in GitHub.
                                                                        \n@param revisionType The type of application revision:

                                                                        • S3: An application revision stored in Amazon S3.
                                                                        • GitHub: An application revision stored in GitHub.
                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see RevisionLocationType*/" }, { "documentation" : "", "name" : "S3Location", "c2jName" : "s3Location", "c2jShape" : "S3Location", "variable" : { "variableName" : "s3Location", "variableType" : "S3Location", "variableDeclarationType" : "S3Location", "documentation" : "", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "setterModel" : { "variableName" : "s3Location", "variableType" : "S3Location", "variableDeclarationType" : "S3Location", "documentation" : "", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "getterModel" : { "returnType" : "S3Location", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3Location", "marshallLocationName" : "s3Location", "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 s3Location */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param s3Location \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param s3Location \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "GitHubLocation", "c2jName" : "gitHubLocation", "c2jShape" : "GitHubLocation", "variable" : { "variableName" : "gitHubLocation", "variableType" : "GitHubLocation", "variableDeclarationType" : "GitHubLocation", "documentation" : "", "simpleType" : "GitHubLocation", "variableSetterType" : "GitHubLocation" }, "setterModel" : { "variableName" : "gitHubLocation", "variableType" : "GitHubLocation", "variableDeclarationType" : "GitHubLocation", "documentation" : "", "simpleType" : "GitHubLocation", "variableSetterType" : "GitHubLocation" }, "getterModel" : { "returnType" : "GitHubLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "gitHubLocation", "marshallLocationName" : "gitHubLocation", "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 gitHubLocation */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param gitHubLocation \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param gitHubLocation \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "revisionLocation", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : null, "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "S3Location" : { "documentation" : "", "name" : "S3Location", "c2jName" : "s3Location", "c2jShape" : "S3Location", "variable" : { "variableName" : "s3Location", "variableType" : "S3Location", "variableDeclarationType" : "S3Location", "documentation" : "", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "setterModel" : { "variableName" : "s3Location", "variableType" : "S3Location", "variableDeclarationType" : "S3Location", "documentation" : "", "simpleType" : "S3Location", "variableSetterType" : "S3Location" }, "getterModel" : { "returnType" : "S3Location", "documentation" : null }, "http" : { "unmarshallLocationName" : "s3Location", "marshallLocationName" : "s3Location", "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 s3Location */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param s3Location \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param s3Location \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RevisionType" : { "documentation" : "

                                                                          The type of application revision:

                                                                          • S3: An application revision stored in Amazon S3.
                                                                          • GitHub: An application revision stored in GitHub.
                                                                          ", "name" : "RevisionType", "c2jName" : "revisionType", "c2jShape" : "RevisionLocationType", "variable" : { "variableName" : "revisionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                          The type of application revision:

                                                                          • S3: An application revision stored in Amazon S3.
                                                                          • GitHub: An application revision stored in GitHub.
                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "revisionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "revisionType", "marshallLocationName" : "revisionType", "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" : "RevisionLocationType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                          The type of application revision:

                                                                          • S3: An application revision stored in Amazon S3.
                                                                          • GitHub: An application revision stored in GitHub.
                                                                          \n@param revisionType The type of application revision:

                                                                          • S3: An application revision stored in Amazon S3.
                                                                          • GitHub: An application revision stored in GitHub.
                                                                          • \n@see RevisionLocationType*/", "getterDocumentation" : "/**

                                                                            The type of application revision:

                                                                            • S3: An application revision stored in Amazon S3.
                                                                            • GitHub: An application revision stored in GitHub.
                                                                            \n@return The type of application revision:

                                                                            • S3: An application revision stored in Amazon S3.
                                                                            • GitHub: An application revision stored in GitHub.
                                                                            • \n@see RevisionLocationType*/", "fluentSetterDocumentation" : "/**

                                                                              The type of application revision:

                                                                              • S3: An application revision stored in Amazon S3.
                                                                              • GitHub: An application revision stored in GitHub.
                                                                              \n@param revisionType The type of application revision:

                                                                              • S3: An application revision stored in Amazon S3.
                                                                              • GitHub: An application revision stored in GitHub.
                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see RevisionLocationType*/", "varargSetterDocumentation" : "/**

                                                                                The type of application revision:

                                                                                • S3: An application revision stored in Amazon S3.
                                                                                • GitHub: An application revision stored in GitHub.
                                                                                \n@param revisionType The type of application revision:

                                                                                • S3: An application revision stored in Amazon S3.
                                                                                • GitHub: An application revision stored in GitHub.
                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see RevisionLocationType*/" }, "GitHubLocation" : { "documentation" : "", "name" : "GitHubLocation", "c2jName" : "gitHubLocation", "c2jShape" : "GitHubLocation", "variable" : { "variableName" : "gitHubLocation", "variableType" : "GitHubLocation", "variableDeclarationType" : "GitHubLocation", "documentation" : "", "simpleType" : "GitHubLocation", "variableSetterType" : "GitHubLocation" }, "setterModel" : { "variableName" : "gitHubLocation", "variableType" : "GitHubLocation", "variableDeclarationType" : "GitHubLocation", "documentation" : "", "simpleType" : "GitHubLocation", "variableSetterType" : "GitHubLocation" }, "getterModel" : { "returnType" : "GitHubLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "gitHubLocation", "marshallLocationName" : "gitHubLocation", "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 gitHubLocation */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param gitHubLocation \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param gitHubLocation \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDeploymentConfigRequest" : { "c2jName" : "DeleteDeploymentConfigInput", "documentation" : "

                                                                                  Represents the input of a delete deployment configuration operation.

                                                                                  ", "shapeName" : "DeleteDeploymentConfigRequest", "deprecated" : false, "required" : [ "deploymentConfigName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  \n@return The name of a deployment configuration associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDeploymentConfigRequest", "variableType" : "DeleteDeploymentConfigRequest", "variableDeclarationType" : "DeleteDeploymentConfigRequest", "documentation" : null, "simpleType" : "DeleteDeploymentConfigRequest", "variableSetterType" : "DeleteDeploymentConfigRequest" }, "marshaller" : { "action" : "DeleteDeploymentConfig", "verb" : "POST", "target" : "CodeDeploy_20141006.DeleteDeploymentConfig", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentConfigName" : { "documentation" : "

                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  \n@return The name of a deployment configuration associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetApplicationResult" : { "c2jName" : "GetApplicationOutput", "documentation" : "

                                                                                  Represents the output of a get application operation.

                                                                                  ", "shapeName" : "GetApplicationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  Information about the application.

                                                                                  ", "name" : "Application", "c2jName" : "application", "c2jShape" : "ApplicationInfo", "variable" : { "variableName" : "application", "variableType" : "ApplicationInfo", "variableDeclarationType" : "ApplicationInfo", "documentation" : "

                                                                                  Information about the application.

                                                                                  ", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "setterModel" : { "variableName" : "application", "variableType" : "ApplicationInfo", "variableDeclarationType" : "ApplicationInfo", "documentation" : "", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "getterModel" : { "returnType" : "ApplicationInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "application", "marshallLocationName" : "application", "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" : "/**

                                                                                  Information about the application.

                                                                                  \n@param application Information about the application.*/", "getterDocumentation" : "/**

                                                                                  Information about the application.

                                                                                  \n@return Information about the application.*/", "fluentSetterDocumentation" : "/**

                                                                                  Information about the application.

                                                                                  \n@param application Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Information about the application.

                                                                                  \n@param application Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getApplicationResult", "variableType" : "GetApplicationResult", "variableDeclarationType" : "GetApplicationResult", "documentation" : null, "simpleType" : "GetApplicationResult", "variableSetterType" : "GetApplicationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Application" : { "documentation" : "

                                                                                  Information about the application.

                                                                                  ", "name" : "Application", "c2jName" : "application", "c2jShape" : "ApplicationInfo", "variable" : { "variableName" : "application", "variableType" : "ApplicationInfo", "variableDeclarationType" : "ApplicationInfo", "documentation" : "

                                                                                  Information about the application.

                                                                                  ", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "setterModel" : { "variableName" : "application", "variableType" : "ApplicationInfo", "variableDeclarationType" : "ApplicationInfo", "documentation" : "", "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "getterModel" : { "returnType" : "ApplicationInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "application", "marshallLocationName" : "application", "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" : "/**

                                                                                  Information about the application.

                                                                                  \n@param application Information about the application.*/", "getterDocumentation" : "/**

                                                                                  Information about the application.

                                                                                  \n@return Information about the application.*/", "fluentSetterDocumentation" : "/**

                                                                                  Information about the application.

                                                                                  \n@param application Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Information about the application.

                                                                                  \n@param application Information about the application.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BatchLimitExceededException" : { "c2jName" : "BatchLimitExceededException", "documentation" : "

                                                                                  The maximum number of names or IDs allowed for this request (100) was exceeded.

                                                                                  ", "shapeName" : "BatchLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "batchLimitExceededException", "variableType" : "BatchLimitExceededException", "variableDeclarationType" : "BatchLimitExceededException", "documentation" : null, "simpleType" : "BatchLimitExceededException", "variableSetterType" : "BatchLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "BatchLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "MinimumHealthyHostsType" : { "c2jName" : "MinimumHealthyHostsType", "documentation" : "", "shapeName" : "MinimumHealthyHostsType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "HOST_COUNT", "value" : "HOST_COUNT" }, { "name" : "FLEET_PERCENT", "value" : "FLEET_PERCENT" } ], "variable" : { "variableName" : "minimumHealthyHostsType", "variableType" : "MinimumHealthyHostsType", "variableDeclarationType" : "MinimumHealthyHostsType", "documentation" : null, "simpleType" : "MinimumHealthyHostsType", "variableSetterType" : "MinimumHealthyHostsType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TimeRange" : { "c2jName" : "TimeRange", "documentation" : "

                                                                                  Information about a time range.

                                                                                  ", "shapeName" : "TimeRange", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.", "name" : "Start", "c2jName" : "start", "c2jShape" : "Timestamp", "variable" : { "variableName" : "start", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "start", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "start", "marshallLocationName" : "start", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@param start The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.*/", "getterDocumentation" : "/**

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@return The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.*/", "fluentSetterDocumentation" : "/**

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@param start The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@param start The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.", "name" : "End", "c2jName" : "end", "c2jShape" : "Timestamp", "variable" : { "variableName" : "end", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "end", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "end", "marshallLocationName" : "end", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@param end The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.*/", "getterDocumentation" : "/**

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@return The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.*/", "fluentSetterDocumentation" : "/**

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@param end The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@param end The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "timeRange", "variableType" : "TimeRange", "variableDeclarationType" : "TimeRange", "documentation" : null, "simpleType" : "TimeRange", "variableSetterType" : "TimeRange" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "End" : { "documentation" : "

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.", "name" : "End", "c2jName" : "end", "c2jShape" : "Timestamp", "variable" : { "variableName" : "end", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "end", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "end", "marshallLocationName" : "end", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@param end The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.*/", "getterDocumentation" : "/**

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@return The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.*/", "fluentSetterDocumentation" : "/**

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@param end The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@param end The end time of the time range.

                                                                                  Specify null to leave the end time open-ended.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Start" : { "documentation" : "

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.", "name" : "Start", "c2jName" : "start", "c2jShape" : "Timestamp", "variable" : { "variableName" : "start", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "start", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "start", "marshallLocationName" : "start", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@param start The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.*/", "getterDocumentation" : "/**

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@return The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.*/", "fluentSetterDocumentation" : "/**

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@param start The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@param start The start time of the time range.

                                                                                  Specify null to leave the start time open-ended.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MinimumHealthyHosts" : { "c2jName" : "MinimumHealthyHosts", "documentation" : "

                                                                                  Information about minimum healthy instance.

                                                                                  ", "shapeName" : "MinimumHealthyHosts", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The minimum healthy instance value.

                                                                                  ", "name" : "Value", "c2jName" : "value", "c2jShape" : "MinimumHealthyHostsValue", "variable" : { "variableName" : "value", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The minimum healthy instance value.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "value", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "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 minimum healthy instance value.

                                                                                  \n@param value The minimum healthy instance value.*/", "getterDocumentation" : "/**

                                                                                  The minimum healthy instance value.

                                                                                  \n@return The minimum healthy instance value.*/", "fluentSetterDocumentation" : "/**

                                                                                  The minimum healthy instance value.

                                                                                  \n@param value The minimum healthy instance value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The minimum healthy instance value.

                                                                                  \n@param value The minimum healthy instance value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.", "name" : "Type", "c2jName" : "type", "c2jShape" : "MinimumHealthyHostsType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "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" : "MinimumHealthyHostsType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@param type The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@see MinimumHealthyHostsType*/", "getterDocumentation" : "/**

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@return The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@see MinimumHealthyHostsType*/", "fluentSetterDocumentation" : "/**

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@param type The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumHealthyHostsType*/", "varargSetterDocumentation" : "/**

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@param type The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumHealthyHostsType*/" } ], "enums" : null, "variable" : { "variableName" : "minimumHealthyHosts", "variableType" : "MinimumHealthyHosts", "variableDeclarationType" : "MinimumHealthyHosts", "documentation" : null, "simpleType" : "MinimumHealthyHosts", "variableSetterType" : "MinimumHealthyHosts" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                                                                                  The minimum healthy instance value.

                                                                                  ", "name" : "Value", "c2jName" : "value", "c2jShape" : "MinimumHealthyHostsValue", "variable" : { "variableName" : "value", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                                                                  The minimum healthy instance value.

                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "value", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "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 minimum healthy instance value.

                                                                                  \n@param value The minimum healthy instance value.*/", "getterDocumentation" : "/**

                                                                                  The minimum healthy instance value.

                                                                                  \n@return The minimum healthy instance value.*/", "fluentSetterDocumentation" : "/**

                                                                                  The minimum healthy instance value.

                                                                                  \n@param value The minimum healthy instance value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The minimum healthy instance value.

                                                                                  \n@param value The minimum healthy instance value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.", "name" : "Type", "c2jName" : "type", "c2jShape" : "MinimumHealthyHostsType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "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" : "MinimumHealthyHostsType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@param type The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@see MinimumHealthyHostsType*/", "getterDocumentation" : "/**

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@return The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@see MinimumHealthyHostsType*/", "fluentSetterDocumentation" : "/**

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@param type The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumHealthyHostsType*/", "varargSetterDocumentation" : "/**

                                                                                  The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@param type The minimum healthy instance type:

                                                                                  • HOST_COUNT: The minimum number of healthy instance as an absolute value.
                                                                                  • FLEET_PERCENT: The minimum number of healthy instance as a percentage of the total number of instance in the deployment.

                                                                                  In an example of nine instance, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment will be successful if six or more instances are deployed to successfully; otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instance at a time. The deployment will be successful if four or more instance are deployed to successfully; otherwise, the deployment fails.

                                                                                  In a call to the get deployment configuration operation, CodeDeployDefault.OneAtATime will return a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, AWS CodeDeploy will try to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment still succeeds.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumHealthyHostsType*/" } } }, "AddTagsToOnPremisesInstancesRequest" : { "c2jName" : "AddTagsToOnPremisesInstancesInput", "documentation" : "

                                                                                  Represents the input of, and adds tags to, an on-premises instance operation.

                                                                                  ", "shapeName" : "AddTagsToOnPremisesInstancesRequest", "deprecated" : false, "required" : [ "tags", "instanceNames" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

                                                                                  ", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

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

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

                                                                                  \n@param tags The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.*/", "getterDocumentation" : "/**

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

                                                                                  \n@return The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.*/", "fluentSetterDocumentation" : "/**

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

                                                                                  \n@param tags The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

                                                                                  \n

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

                                                                                  \n@param tags The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The names of the on-premises instances to which to add tags.

                                                                                  ", "name" : "InstanceNames", "c2jName" : "instanceNames", "c2jShape" : "InstanceNameList", "variable" : { "variableName" : "instanceNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The names of the on-premises instances to which to add tags.

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

                                                                                  The names of the on-premises instances to which to add tags.

                                                                                  \n@param instanceNames The names of the on-premises instances to which to add tags.*/", "getterDocumentation" : "/**

                                                                                  The names of the on-premises instances to which to add tags.

                                                                                  \n@return The names of the on-premises instances to which to add tags.*/", "fluentSetterDocumentation" : "/**

                                                                                  The names of the on-premises instances to which to add tags.

                                                                                  \n@param instanceNames The names of the on-premises instances to which to add tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The names of the on-premises instances to which to add tags.

                                                                                  \n

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

                                                                                  \n@param instanceNames The names of the on-premises instances to which to add tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addTagsToOnPremisesInstancesRequest", "variableType" : "AddTagsToOnPremisesInstancesRequest", "variableDeclarationType" : "AddTagsToOnPremisesInstancesRequest", "documentation" : null, "simpleType" : "AddTagsToOnPremisesInstancesRequest", "variableSetterType" : "AddTagsToOnPremisesInstancesRequest" }, "marshaller" : { "action" : "AddTagsToOnPremisesInstances", "verb" : "POST", "target" : "CodeDeploy_20141006.AddTagsToOnPremisesInstances", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

                                                                                  ", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

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

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

                                                                                  \n@param tags The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.*/", "getterDocumentation" : "/**

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

                                                                                  \n@return The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.*/", "fluentSetterDocumentation" : "/**

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

                                                                                  \n@param tags The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

                                                                                  \n

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

                                                                                  \n@param tags The tag key-value pairs to add to the on-premises instances.

                                                                                  Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceNames" : { "documentation" : "

                                                                                  The names of the on-premises instances to which to add tags.

                                                                                  ", "name" : "InstanceNames", "c2jName" : "instanceNames", "c2jShape" : "InstanceNameList", "variable" : { "variableName" : "instanceNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The names of the on-premises instances to which to add tags.

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

                                                                                  The names of the on-premises instances to which to add tags.

                                                                                  \n@param instanceNames The names of the on-premises instances to which to add tags.*/", "getterDocumentation" : "/**

                                                                                  The names of the on-premises instances to which to add tags.

                                                                                  \n@return The names of the on-premises instances to which to add tags.*/", "fluentSetterDocumentation" : "/**

                                                                                  The names of the on-premises instances to which to add tags.

                                                                                  \n@param instanceNames The names of the on-premises instances to which to add tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The names of the on-premises instances to which to add tags.

                                                                                  \n

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

                                                                                  \n@param instanceNames The names of the on-premises instances to which to add tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListApplicationRevisionsResult" : { "c2jName" : "ListApplicationRevisionsOutput", "documentation" : "

                                                                                  Represents the output of a list application revisions operation.

                                                                                  ", "shapeName" : "ListApplicationRevisionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  A list of locations that contain the matching revisions.

                                                                                  ", "name" : "Revisions", "c2jName" : "revisions", "c2jShape" : "RevisionLocationList", "variable" : { "variableName" : "revisions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  A list of locations that contain the matching revisions.

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

                                                                                  A list of locations that contain the matching revisions.

                                                                                  \n@param revisions A list of locations that contain the matching revisions.*/", "getterDocumentation" : "/**

                                                                                  A list of locations that contain the matching revisions.

                                                                                  \n@return A list of locations that contain the matching revisions.*/", "fluentSetterDocumentation" : "/**

                                                                                  A list of locations that contain the matching revisions.

                                                                                  \n@param revisions A list of locations that contain the matching revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A list of locations that contain the matching revisions.

                                                                                  \n

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

                                                                                  \n@param revisions A list of locations that contain the matching revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

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

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.*/", "getterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

                                                                                  \n@return If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listApplicationRevisionsResult", "variableType" : "ListApplicationRevisionsResult", "variableDeclarationType" : "ListApplicationRevisionsResult", "documentation" : null, "simpleType" : "ListApplicationRevisionsResult", "variableSetterType" : "ListApplicationRevisionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

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

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.*/", "getterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

                                                                                  \n@return If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier will also be returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Revisions" : { "documentation" : "

                                                                                  A list of locations that contain the matching revisions.

                                                                                  ", "name" : "Revisions", "c2jName" : "revisions", "c2jShape" : "RevisionLocationList", "variable" : { "variableName" : "revisions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  A list of locations that contain the matching revisions.

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

                                                                                  A list of locations that contain the matching revisions.

                                                                                  \n@param revisions A list of locations that contain the matching revisions.*/", "getterDocumentation" : "/**

                                                                                  A list of locations that contain the matching revisions.

                                                                                  \n@return A list of locations that contain the matching revisions.*/", "fluentSetterDocumentation" : "/**

                                                                                  A list of locations that contain the matching revisions.

                                                                                  \n@param revisions A list of locations that contain the matching revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A list of locations that contain the matching revisions.

                                                                                  \n

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

                                                                                  \n@param revisions A list of locations that contain the matching revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BatchGetDeploymentGroupsRequest" : { "c2jName" : "BatchGetDeploymentGroupsInput", "documentation" : "

                                                                                  Represents the input of a batch get deployment groups operation.

                                                                                  ", "shapeName" : "BatchGetDeploymentGroupsRequest", "deprecated" : false, "required" : [ "applicationName", "deploymentGroupNames" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The deployment groups' names.

                                                                                  ", "name" : "DeploymentGroupNames", "c2jName" : "deploymentGroupNames", "c2jShape" : "DeploymentGroupsList", "variable" : { "variableName" : "deploymentGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The deployment groups' names.

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

                                                                                  The deployment groups' names.

                                                                                  \n@param deploymentGroupNames The deployment groups' names.*/", "getterDocumentation" : "/**

                                                                                  The deployment groups' names.

                                                                                  \n@return The deployment groups' names.*/", "fluentSetterDocumentation" : "/**

                                                                                  The deployment groups' names.

                                                                                  \n@param deploymentGroupNames The deployment groups' names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The deployment groups' names.

                                                                                  \n

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

                                                                                  \n@param deploymentGroupNames The deployment groups' names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetDeploymentGroupsRequest", "variableType" : "BatchGetDeploymentGroupsRequest", "variableDeclarationType" : "BatchGetDeploymentGroupsRequest", "documentation" : null, "simpleType" : "BatchGetDeploymentGroupsRequest", "variableSetterType" : "BatchGetDeploymentGroupsRequest" }, "marshaller" : { "action" : "BatchGetDeploymentGroups", "verb" : "POST", "target" : "CodeDeploy_20141006.BatchGetDeploymentGroups", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentGroupNames" : { "documentation" : "

                                                                                  The deployment groups' names.

                                                                                  ", "name" : "DeploymentGroupNames", "c2jName" : "deploymentGroupNames", "c2jShape" : "DeploymentGroupsList", "variable" : { "variableName" : "deploymentGroupNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The deployment groups' names.

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

                                                                                  The deployment groups' names.

                                                                                  \n@param deploymentGroupNames The deployment groups' names.*/", "getterDocumentation" : "/**

                                                                                  The deployment groups' names.

                                                                                  \n@return The deployment groups' names.*/", "fluentSetterDocumentation" : "/**

                                                                                  The deployment groups' names.

                                                                                  \n@param deploymentGroupNames The deployment groups' names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The deployment groups' names.

                                                                                  \n

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

                                                                                  \n@param deploymentGroupNames The deployment groups' names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDeploymentConfigResult" : { "c2jName" : "DeleteDeploymentConfigResult", "documentation" : null, "shapeName" : "DeleteDeploymentConfigResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteDeploymentConfigResult", "variableType" : "DeleteDeploymentConfigResult", "variableDeclarationType" : "DeleteDeploymentConfigResult", "documentation" : null, "simpleType" : "DeleteDeploymentConfigResult", "variableSetterType" : "DeleteDeploymentConfigResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteDeploymentGroupRequest" : { "c2jName" : "DeleteDeploymentGroupInput", "documentation" : "

                                                                                  Represents the input of a delete deployment group operation.

                                                                                  ", "shapeName" : "DeleteDeploymentGroupRequest", "deprecated" : false, "required" : [ "applicationName", "deploymentGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The name of an existing deployment group for the specified application.

                                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of an existing deployment group for the specified application.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 an existing deployment group for the specified application.

                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.*/", "getterDocumentation" : "/**

                                                                                  The name of an existing deployment group for the specified application.

                                                                                  \n@return The name of an existing deployment group for the specified application.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of an existing deployment group for the specified application.

                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of an existing deployment group for the specified application.

                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDeploymentGroupRequest", "variableType" : "DeleteDeploymentGroupRequest", "variableDeclarationType" : "DeleteDeploymentGroupRequest", "documentation" : null, "simpleType" : "DeleteDeploymentGroupRequest", "variableSetterType" : "DeleteDeploymentGroupRequest" }, "marshaller" : { "action" : "DeleteDeploymentGroup", "verb" : "POST", "target" : "CodeDeploy_20141006.DeleteDeploymentGroup", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentGroupName" : { "documentation" : "

                                                                                  The name of an existing deployment group for the specified application.

                                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of an existing deployment group for the specified application.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 an existing deployment group for the specified application.

                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.*/", "getterDocumentation" : "/**

                                                                                  The name of an existing deployment group for the specified application.

                                                                                  \n@return The name of an existing deployment group for the specified application.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of an existing deployment group for the specified application.

                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of an existing deployment group for the specified application.

                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AutoScalingGroup" : { "c2jName" : "AutoScalingGroup", "documentation" : "

                                                                                  Information about an Auto Scaling group.

                                                                                  ", "shapeName" : "AutoScalingGroup", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The Auto Scaling group name.

                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "AutoScalingGroupName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The Auto Scaling group name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "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 Auto Scaling group name.

                                                                                  \n@param name The Auto Scaling group name.*/", "getterDocumentation" : "/**

                                                                                  The Auto Scaling group name.

                                                                                  \n@return The Auto Scaling group name.*/", "fluentSetterDocumentation" : "/**

                                                                                  The Auto Scaling group name.

                                                                                  \n@param name The Auto Scaling group name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The Auto Scaling group name.

                                                                                  \n@param name The Auto Scaling group name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  ", "name" : "Hook", "c2jName" : "hook", "c2jShape" : "AutoScalingGroupHook", "variable" : { "variableName" : "hook", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hook", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "hook", "marshallLocationName" : "hook", "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" : "/**

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  \n@param hook An Auto Scaling lifecycle event hook name.*/", "getterDocumentation" : "/**

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  \n@return An Auto Scaling lifecycle event hook name.*/", "fluentSetterDocumentation" : "/**

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  \n@param hook An Auto Scaling lifecycle event hook name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  \n@param hook An Auto Scaling lifecycle event hook name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "autoScalingGroup", "variableType" : "AutoScalingGroup", "variableDeclarationType" : "AutoScalingGroup", "documentation" : null, "simpleType" : "AutoScalingGroup", "variableSetterType" : "AutoScalingGroup" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

                                                                                  The Auto Scaling group name.

                                                                                  ", "name" : "Name", "c2jName" : "name", "c2jShape" : "AutoScalingGroupName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The Auto Scaling group name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "name", "marshallLocationName" : "name", "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 Auto Scaling group name.

                                                                                  \n@param name The Auto Scaling group name.*/", "getterDocumentation" : "/**

                                                                                  The Auto Scaling group name.

                                                                                  \n@return The Auto Scaling group name.*/", "fluentSetterDocumentation" : "/**

                                                                                  The Auto Scaling group name.

                                                                                  \n@param name The Auto Scaling group name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The Auto Scaling group name.

                                                                                  \n@param name The Auto Scaling group name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Hook" : { "documentation" : "

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  ", "name" : "Hook", "c2jName" : "hook", "c2jShape" : "AutoScalingGroupHook", "variable" : { "variableName" : "hook", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "hook", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "hook", "marshallLocationName" : "hook", "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" : "/**

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  \n@param hook An Auto Scaling lifecycle event hook name.*/", "getterDocumentation" : "/**

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  \n@return An Auto Scaling lifecycle event hook name.*/", "fluentSetterDocumentation" : "/**

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  \n@param hook An Auto Scaling lifecycle event hook name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  An Auto Scaling lifecycle event hook name.

                                                                                  \n@param hook An Auto Scaling lifecycle event hook name.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetApplicationRevisionRequest" : { "c2jName" : "GetApplicationRevisionInput", "documentation" : "

                                                                                  Represents the input of a get application revision operation.

                                                                                  ", "shapeName" : "GetApplicationRevisionRequest", "deprecated" : false, "required" : [ "applicationName", "revision" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The name of the application that corresponds to the revision.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the application that corresponds to the revision.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application that corresponds to the revision.

                                                                                  \n@param applicationName The name of the application that corresponds to the revision.*/", "getterDocumentation" : "/**

                                                                                  The name of the application that corresponds to the revision.

                                                                                  \n@return The name of the application that corresponds to the revision.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the application that corresponds to the revision.

                                                                                  \n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the application that corresponds to the revision.

                                                                                  \n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  Information about the application revision to get, including type and location.

                                                                                  ", "name" : "Revision", "c2jName" : "revision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                                                  Information about the application revision to get, including type and location.

                                                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revision", "marshallLocationName" : "revision", "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" : "/**

                                                                                  Information about the application revision to get, including type and location.

                                                                                  \n@param revision Information about the application revision to get, including type and location.*/", "getterDocumentation" : "/**

                                                                                  Information about the application revision to get, including type and location.

                                                                                  \n@return Information about the application revision to get, including type and location.*/", "fluentSetterDocumentation" : "/**

                                                                                  Information about the application revision to get, including type and location.

                                                                                  \n@param revision Information about the application revision to get, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Information about the application revision to get, including type and location.

                                                                                  \n@param revision Information about the application revision to get, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getApplicationRevisionRequest", "variableType" : "GetApplicationRevisionRequest", "variableDeclarationType" : "GetApplicationRevisionRequest", "documentation" : null, "simpleType" : "GetApplicationRevisionRequest", "variableSetterType" : "GetApplicationRevisionRequest" }, "marshaller" : { "action" : "GetApplicationRevision", "verb" : "POST", "target" : "CodeDeploy_20141006.GetApplicationRevision", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                  The name of the application that corresponds to the revision.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the application that corresponds to the revision.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application that corresponds to the revision.

                                                                                  \n@param applicationName The name of the application that corresponds to the revision.*/", "getterDocumentation" : "/**

                                                                                  The name of the application that corresponds to the revision.

                                                                                  \n@return The name of the application that corresponds to the revision.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the application that corresponds to the revision.

                                                                                  \n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the application that corresponds to the revision.

                                                                                  \n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Revision" : { "documentation" : "

                                                                                  Information about the application revision to get, including type and location.

                                                                                  ", "name" : "Revision", "c2jName" : "revision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                                                  Information about the application revision to get, including type and location.

                                                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revision", "marshallLocationName" : "revision", "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" : "/**

                                                                                  Information about the application revision to get, including type and location.

                                                                                  \n@param revision Information about the application revision to get, including type and location.*/", "getterDocumentation" : "/**

                                                                                  Information about the application revision to get, including type and location.

                                                                                  \n@return Information about the application revision to get, including type and location.*/", "fluentSetterDocumentation" : "/**

                                                                                  Information about the application revision to get, including type and location.

                                                                                  \n@param revision Information about the application revision to get, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Information about the application revision to get, including type and location.

                                                                                  \n@param revision Information about the application revision to get, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ApplicationInfo" : { "c2jName" : "ApplicationInfo", "documentation" : "

                                                                                  Information about an application.

                                                                                  ", "shapeName" : "ApplicationInfo", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The application ID.

                                                                                  ", "name" : "ApplicationId", "c2jName" : "applicationId", "c2jShape" : "ApplicationId", "variable" : { "variableName" : "applicationId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The application ID.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationId", "marshallLocationName" : "applicationId", "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 application ID.

                                                                                  \n@param applicationId The application ID.*/", "getterDocumentation" : "/**

                                                                                  The application ID.

                                                                                  \n@return The application ID.*/", "fluentSetterDocumentation" : "/**

                                                                                  The application ID.

                                                                                  \n@param applicationId The application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The application ID.

                                                                                  \n@param applicationId The application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The application name.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The application name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application name.

                                                                                  \n@param applicationName The application name.*/", "getterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@return The application name.*/", "fluentSetterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The time at which the application was created.

                                                                                  ", "name" : "CreateTime", "c2jName" : "createTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The time at which the application was created.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createTime", "marshallLocationName" : "createTime", "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 time at which the application was created.

                                                                                  \n@param createTime The time at which the application was created.*/", "getterDocumentation" : "/**

                                                                                  The time at which the application was created.

                                                                                  \n@return The time at which the application was created.*/", "fluentSetterDocumentation" : "/**

                                                                                  The time at which the application was created.

                                                                                  \n@param createTime The time at which the application was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The time at which the application was created.

                                                                                  \n@param createTime The time at which the application was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  ", "name" : "LinkedToGitHub", "c2jName" : "linkedToGitHub", "c2jShape" : "Boolean", "variable" : { "variableName" : "linkedToGitHub", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "linkedToGitHub", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "linkedToGitHub", "marshallLocationName" : "linkedToGitHub", "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" : "/**

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  \n@param linkedToGitHub True if the user has authenticated with GitHub for the specified application; otherwise, false.*/", "getterDocumentation" : "/**

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  \n@return True if the user has authenticated with GitHub for the specified application; otherwise, false.*/", "fluentSetterDocumentation" : "/**

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  \n@param linkedToGitHub True if the user has authenticated with GitHub for the specified application; otherwise, false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  \n@param linkedToGitHub True if the user has authenticated with GitHub for the specified application; otherwise, false.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "applicationInfo", "variableType" : "ApplicationInfo", "variableDeclarationType" : "ApplicationInfo", "documentation" : null, "simpleType" : "ApplicationInfo", "variableSetterType" : "ApplicationInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                  The application name.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The application name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application name.

                                                                                  \n@param applicationName The application name.*/", "getterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@return The application name.*/", "fluentSetterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreateTime" : { "documentation" : "

                                                                                  The time at which the application was created.

                                                                                  ", "name" : "CreateTime", "c2jName" : "createTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                  The time at which the application was created.

                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createTime", "marshallLocationName" : "createTime", "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 time at which the application was created.

                                                                                  \n@param createTime The time at which the application was created.*/", "getterDocumentation" : "/**

                                                                                  The time at which the application was created.

                                                                                  \n@return The time at which the application was created.*/", "fluentSetterDocumentation" : "/**

                                                                                  The time at which the application was created.

                                                                                  \n@param createTime The time at which the application was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The time at which the application was created.

                                                                                  \n@param createTime The time at which the application was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LinkedToGitHub" : { "documentation" : "

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  ", "name" : "LinkedToGitHub", "c2jName" : "linkedToGitHub", "c2jShape" : "Boolean", "variable" : { "variableName" : "linkedToGitHub", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "linkedToGitHub", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "linkedToGitHub", "marshallLocationName" : "linkedToGitHub", "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" : "/**

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  \n@param linkedToGitHub True if the user has authenticated with GitHub for the specified application; otherwise, false.*/", "getterDocumentation" : "/**

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  \n@return True if the user has authenticated with GitHub for the specified application; otherwise, false.*/", "fluentSetterDocumentation" : "/**

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  \n@param linkedToGitHub True if the user has authenticated with GitHub for the specified application; otherwise, false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  True if the user has authenticated with GitHub for the specified application; otherwise, false.

                                                                                  \n@param linkedToGitHub True if the user has authenticated with GitHub for the specified application; otherwise, false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApplicationId" : { "documentation" : "

                                                                                  The application ID.

                                                                                  ", "name" : "ApplicationId", "c2jName" : "applicationId", "c2jShape" : "ApplicationId", "variable" : { "variableName" : "applicationId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The application ID.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationId", "marshallLocationName" : "applicationId", "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 application ID.

                                                                                  \n@param applicationId The application ID.*/", "getterDocumentation" : "/**

                                                                                  The application ID.

                                                                                  \n@return The application ID.*/", "fluentSetterDocumentation" : "/**

                                                                                  The application ID.

                                                                                  \n@param applicationId The application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The application ID.

                                                                                  \n@param applicationId The application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GitHubLocation" : { "c2jName" : "GitHubLocation", "documentation" : "

                                                                                  Information about the location of application artifacts stored in GitHub.

                                                                                  ", "shapeName" : "GitHubLocation", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  ", "name" : "Repository", "c2jName" : "repository", "c2jShape" : "Repository", "variable" : { "variableName" : "repository", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "repository", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "repository", "marshallLocationName" : "repository", "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 GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  \n@param repository The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.*/", "getterDocumentation" : "/**

                                                                                  The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  \n@return The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.*/", "fluentSetterDocumentation" : "/**

                                                                                  The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  \n@param repository The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  \n@param repository The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  ", "name" : "CommitId", "c2jName" : "commitId", "c2jShape" : "CommitId", "variable" : { "variableName" : "commitId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "commitId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "commitId", "marshallLocationName" : "commitId", "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 SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  \n@param commitId The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.*/", "getterDocumentation" : "/**

                                                                                  The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  \n@return The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.*/", "fluentSetterDocumentation" : "/**

                                                                                  The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  \n@param commitId The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  \n@param commitId The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "gitHubLocation", "variableType" : "GitHubLocation", "variableDeclarationType" : "GitHubLocation", "documentation" : null, "simpleType" : "GitHubLocation", "variableSetterType" : "GitHubLocation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CommitId" : { "documentation" : "

                                                                                  The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  ", "name" : "CommitId", "c2jName" : "commitId", "c2jShape" : "CommitId", "variable" : { "variableName" : "commitId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "commitId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "commitId", "marshallLocationName" : "commitId", "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 SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  \n@param commitId The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.*/", "getterDocumentation" : "/**

                                                                                  The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  \n@return The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.*/", "fluentSetterDocumentation" : "/**

                                                                                  The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  \n@param commitId The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.

                                                                                  \n@param commitId The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Repository" : { "documentation" : "

                                                                                  The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  ", "name" : "Repository", "c2jName" : "repository", "c2jShape" : "Repository", "variable" : { "variableName" : "repository", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "repository", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "repository", "marshallLocationName" : "repository", "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 GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  \n@param repository The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.*/", "getterDocumentation" : "/**

                                                                                  The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  \n@return The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.*/", "fluentSetterDocumentation" : "/**

                                                                                  The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  \n@param repository The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.

                                                                                  \n@param repository The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

                                                                                  Specified as account/repository.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeploymentGroupInfo" : { "c2jName" : "DeploymentGroupInfo", "documentation" : "

                                                                                  Information about a deployment group.

                                                                                  ", "shapeName" : "DeploymentGroupInfo", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The application name.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The application name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application name.

                                                                                  \n@param applicationName The application name.*/", "getterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@return The application name.*/", "fluentSetterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The deployment group ID.

                                                                                  ", "name" : "DeploymentGroupId", "c2jName" : "deploymentGroupId", "c2jShape" : "DeploymentGroupId", "variable" : { "variableName" : "deploymentGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The deployment group ID.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupId", "marshallLocationName" : "deploymentGroupId", "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 deployment group ID.

                                                                                  \n@param deploymentGroupId The deployment group ID.*/", "getterDocumentation" : "/**

                                                                                  The deployment group ID.

                                                                                  \n@return The deployment group ID.*/", "fluentSetterDocumentation" : "/**

                                                                                  The deployment group ID.

                                                                                  \n@param deploymentGroupId The deployment group ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The deployment group ID.

                                                                                  \n@param deploymentGroupId The deployment group ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The deployment group name.

                                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The deployment group name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 deployment group name.

                                                                                  \n@param deploymentGroupName The deployment group name.*/", "getterDocumentation" : "/**

                                                                                  The deployment group name.

                                                                                  \n@return The deployment group name.*/", "fluentSetterDocumentation" : "/**

                                                                                  The deployment group name.

                                                                                  \n@param deploymentGroupName The deployment group name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The deployment group name.

                                                                                  \n@param deploymentGroupName The deployment group name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The deployment configuration name.

                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The deployment configuration name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 deployment configuration name.

                                                                                  \n@param deploymentConfigName The deployment configuration name.*/", "getterDocumentation" : "/**

                                                                                  The deployment configuration name.

                                                                                  \n@return The deployment configuration name.*/", "fluentSetterDocumentation" : "/**

                                                                                  The deployment configuration name.

                                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The deployment configuration name.

                                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The Amazon EC2 tags on which to filter.

                                                                                  ", "name" : "Ec2TagFilters", "c2jName" : "ec2TagFilters", "c2jShape" : "EC2TagFilterList", "variable" : { "variableName" : "ec2TagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The Amazon EC2 tags on which to filter.

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

                                                                                  The Amazon EC2 tags on which to filter.

                                                                                  \n@param ec2TagFilters The Amazon EC2 tags on which to filter.*/", "getterDocumentation" : "/**

                                                                                  The Amazon EC2 tags on which to filter.

                                                                                  \n@return The Amazon EC2 tags on which to filter.*/", "fluentSetterDocumentation" : "/**

                                                                                  The Amazon EC2 tags on which to filter.

                                                                                  \n@param ec2TagFilters The Amazon EC2 tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The Amazon EC2 tags on which to filter.

                                                                                  \n

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

                                                                                  \n@param ec2TagFilters The Amazon EC2 tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The on-premises instance tags on which to filter.

                                                                                  ", "name" : "OnPremisesInstanceTagFilters", "c2jName" : "onPremisesInstanceTagFilters", "c2jShape" : "TagFilterList", "variable" : { "variableName" : "onPremisesInstanceTagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The on-premises instance tags on which to filter.

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

                                                                                  The on-premises instance tags on which to filter.

                                                                                  \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.*/", "getterDocumentation" : "/**

                                                                                  The on-premises instance tags on which to filter.

                                                                                  \n@return The on-premises instance tags on which to filter.*/", "fluentSetterDocumentation" : "/**

                                                                                  The on-premises instance tags on which to filter.

                                                                                  \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The on-premises instance tags on which to filter.

                                                                                  \n

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

                                                                                  \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  A list of associated Auto Scaling groups.

                                                                                  ", "name" : "AutoScalingGroups", "c2jName" : "autoScalingGroups", "c2jShape" : "AutoScalingGroupList", "variable" : { "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  A list of associated Auto Scaling groups.

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

                                                                                  A list of associated Auto Scaling groups.

                                                                                  \n@param autoScalingGroups A list of associated Auto Scaling groups.*/", "getterDocumentation" : "/**

                                                                                  A list of associated Auto Scaling groups.

                                                                                  \n@return A list of associated Auto Scaling groups.*/", "fluentSetterDocumentation" : "/**

                                                                                  A list of associated Auto Scaling groups.

                                                                                  \n@param autoScalingGroups A list of associated Auto Scaling groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A list of associated Auto Scaling groups.

                                                                                  \n

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

                                                                                  \n@param autoScalingGroups A list of associated Auto Scaling groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  A service role ARN.

                                                                                  ", "name" : "ServiceRoleArn", "c2jName" : "serviceRoleArn", "c2jShape" : "Role", "variable" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  A service role ARN.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "serviceRoleArn", "marshallLocationName" : "serviceRoleArn", "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 service role ARN.

                                                                                  \n@param serviceRoleArn A service role ARN.*/", "getterDocumentation" : "/**

                                                                                  A service role ARN.

                                                                                  \n@return A service role ARN.*/", "fluentSetterDocumentation" : "/**

                                                                                  A service role ARN.

                                                                                  \n@param serviceRoleArn A service role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A service role ARN.

                                                                                  \n@param serviceRoleArn A service role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  ", "name" : "TargetRevision", "c2jName" : "targetRevision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "targetRevision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "targetRevision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "targetRevision", "marshallLocationName" : "targetRevision", "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" : "/**

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  \n@param targetRevision Information about the deployment group's target revision, including type and location.*/", "getterDocumentation" : "/**

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  \n@return Information about the deployment group's target revision, including type and location.*/", "fluentSetterDocumentation" : "/**

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  \n@param targetRevision Information about the deployment group's target revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  \n@param targetRevision Information about the deployment group's target revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  A list of associated triggers.

                                                                                  ", "name" : "TriggerConfigurations", "c2jName" : "triggerConfigurations", "c2jShape" : "TriggerConfigList", "variable" : { "variableName" : "triggerConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  A list of associated triggers.

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

                                                                                  A list of associated triggers.

                                                                                  \n@param triggerConfigurations A list of associated triggers.*/", "getterDocumentation" : "/**

                                                                                  A list of associated triggers.

                                                                                  \n@return A list of associated triggers.*/", "fluentSetterDocumentation" : "/**

                                                                                  A list of associated triggers.

                                                                                  \n@param triggerConfigurations A list of associated triggers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A list of associated triggers.

                                                                                  \n

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

                                                                                  \n@param triggerConfigurations A list of associated triggers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deploymentGroupInfo", "variableType" : "DeploymentGroupInfo", "variableDeclarationType" : "DeploymentGroupInfo", "documentation" : null, "simpleType" : "DeploymentGroupInfo", "variableSetterType" : "DeploymentGroupInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentGroupId" : { "documentation" : "

                                                                                  The deployment group ID.

                                                                                  ", "name" : "DeploymentGroupId", "c2jName" : "deploymentGroupId", "c2jShape" : "DeploymentGroupId", "variable" : { "variableName" : "deploymentGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The deployment group ID.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupId", "marshallLocationName" : "deploymentGroupId", "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 deployment group ID.

                                                                                  \n@param deploymentGroupId The deployment group ID.*/", "getterDocumentation" : "/**

                                                                                  The deployment group ID.

                                                                                  \n@return The deployment group ID.*/", "fluentSetterDocumentation" : "/**

                                                                                  The deployment group ID.

                                                                                  \n@param deploymentGroupId The deployment group ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The deployment group ID.

                                                                                  \n@param deploymentGroupId The deployment group ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApplicationName" : { "documentation" : "

                                                                                  The application name.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The application name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application name.

                                                                                  \n@param applicationName The application name.*/", "getterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@return The application name.*/", "fluentSetterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The application name.

                                                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OnPremisesInstanceTagFilters" : { "documentation" : "

                                                                                  The on-premises instance tags on which to filter.

                                                                                  ", "name" : "OnPremisesInstanceTagFilters", "c2jName" : "onPremisesInstanceTagFilters", "c2jShape" : "TagFilterList", "variable" : { "variableName" : "onPremisesInstanceTagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The on-premises instance tags on which to filter.

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

                                                                                  The on-premises instance tags on which to filter.

                                                                                  \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.*/", "getterDocumentation" : "/**

                                                                                  The on-premises instance tags on which to filter.

                                                                                  \n@return The on-premises instance tags on which to filter.*/", "fluentSetterDocumentation" : "/**

                                                                                  The on-premises instance tags on which to filter.

                                                                                  \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The on-premises instance tags on which to filter.

                                                                                  \n

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

                                                                                  \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentGroupName" : { "documentation" : "

                                                                                  The deployment group name.

                                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The deployment group name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 deployment group name.

                                                                                  \n@param deploymentGroupName The deployment group name.*/", "getterDocumentation" : "/**

                                                                                  The deployment group name.

                                                                                  \n@return The deployment group name.*/", "fluentSetterDocumentation" : "/**

                                                                                  The deployment group name.

                                                                                  \n@param deploymentGroupName The deployment group name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The deployment group name.

                                                                                  \n@param deploymentGroupName The deployment group name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TriggerConfigurations" : { "documentation" : "

                                                                                  A list of associated triggers.

                                                                                  ", "name" : "TriggerConfigurations", "c2jName" : "triggerConfigurations", "c2jShape" : "TriggerConfigList", "variable" : { "variableName" : "triggerConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  A list of associated triggers.

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

                                                                                  A list of associated triggers.

                                                                                  \n@param triggerConfigurations A list of associated triggers.*/", "getterDocumentation" : "/**

                                                                                  A list of associated triggers.

                                                                                  \n@return A list of associated triggers.*/", "fluentSetterDocumentation" : "/**

                                                                                  A list of associated triggers.

                                                                                  \n@param triggerConfigurations A list of associated triggers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A list of associated triggers.

                                                                                  \n

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

                                                                                  \n@param triggerConfigurations A list of associated triggers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroups" : { "documentation" : "

                                                                                  A list of associated Auto Scaling groups.

                                                                                  ", "name" : "AutoScalingGroups", "c2jName" : "autoScalingGroups", "c2jShape" : "AutoScalingGroupList", "variable" : { "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  A list of associated Auto Scaling groups.

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

                                                                                  A list of associated Auto Scaling groups.

                                                                                  \n@param autoScalingGroups A list of associated Auto Scaling groups.*/", "getterDocumentation" : "/**

                                                                                  A list of associated Auto Scaling groups.

                                                                                  \n@return A list of associated Auto Scaling groups.*/", "fluentSetterDocumentation" : "/**

                                                                                  A list of associated Auto Scaling groups.

                                                                                  \n@param autoScalingGroups A list of associated Auto Scaling groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A list of associated Auto Scaling groups.

                                                                                  \n

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

                                                                                  \n@param autoScalingGroups A list of associated Auto Scaling groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Ec2TagFilters" : { "documentation" : "

                                                                                  The Amazon EC2 tags on which to filter.

                                                                                  ", "name" : "Ec2TagFilters", "c2jName" : "ec2TagFilters", "c2jShape" : "EC2TagFilterList", "variable" : { "variableName" : "ec2TagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The Amazon EC2 tags on which to filter.

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

                                                                                  The Amazon EC2 tags on which to filter.

                                                                                  \n@param ec2TagFilters The Amazon EC2 tags on which to filter.*/", "getterDocumentation" : "/**

                                                                                  The Amazon EC2 tags on which to filter.

                                                                                  \n@return The Amazon EC2 tags on which to filter.*/", "fluentSetterDocumentation" : "/**

                                                                                  The Amazon EC2 tags on which to filter.

                                                                                  \n@param ec2TagFilters The Amazon EC2 tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The Amazon EC2 tags on which to filter.

                                                                                  \n

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

                                                                                  \n@param ec2TagFilters The Amazon EC2 tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentConfigName" : { "documentation" : "

                                                                                  The deployment configuration name.

                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The deployment configuration name.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 deployment configuration name.

                                                                                  \n@param deploymentConfigName The deployment configuration name.*/", "getterDocumentation" : "/**

                                                                                  The deployment configuration name.

                                                                                  \n@return The deployment configuration name.*/", "fluentSetterDocumentation" : "/**

                                                                                  The deployment configuration name.

                                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The deployment configuration name.

                                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ServiceRoleArn" : { "documentation" : "

                                                                                  A service role ARN.

                                                                                  ", "name" : "ServiceRoleArn", "c2jName" : "serviceRoleArn", "c2jShape" : "Role", "variable" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  A service role ARN.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "serviceRoleArn", "marshallLocationName" : "serviceRoleArn", "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 service role ARN.

                                                                                  \n@param serviceRoleArn A service role ARN.*/", "getterDocumentation" : "/**

                                                                                  A service role ARN.

                                                                                  \n@return A service role ARN.*/", "fluentSetterDocumentation" : "/**

                                                                                  A service role ARN.

                                                                                  \n@param serviceRoleArn A service role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A service role ARN.

                                                                                  \n@param serviceRoleArn A service role ARN.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TargetRevision" : { "documentation" : "

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  ", "name" : "TargetRevision", "c2jName" : "targetRevision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "targetRevision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "targetRevision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "targetRevision", "marshallLocationName" : "targetRevision", "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" : "/**

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  \n@param targetRevision Information about the deployment group's target revision, including type and location.*/", "getterDocumentation" : "/**

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  \n@return Information about the deployment group's target revision, including type and location.*/", "fluentSetterDocumentation" : "/**

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  \n@param targetRevision Information about the deployment group's target revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Information about the deployment group's target revision, including type and location.

                                                                                  \n@param targetRevision Information about the deployment group's target revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListStateFilterAction" : { "c2jName" : "ListStateFilterAction", "documentation" : "", "shapeName" : "ListStateFilterAction", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Include", "value" : "include" }, { "name" : "Exclude", "value" : "exclude" }, { "name" : "Ignore", "value" : "ignore" } ], "variable" : { "variableName" : "listStateFilterAction", "variableType" : "ListStateFilterAction", "variableDeclarationType" : "ListStateFilterAction", "documentation" : null, "simpleType" : "ListStateFilterAction", "variableSetterType" : "ListStateFilterAction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ErrorCode" : { "c2jName" : "ErrorCode", "documentation" : "", "shapeName" : "ErrorCode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "DEPLOYMENT_GROUP_MISSING", "value" : "DEPLOYMENT_GROUP_MISSING" }, { "name" : "APPLICATION_MISSING", "value" : "APPLICATION_MISSING" }, { "name" : "REVISION_MISSING", "value" : "REVISION_MISSING" }, { "name" : "IAM_ROLE_MISSING", "value" : "IAM_ROLE_MISSING" }, { "name" : "IAM_ROLE_PERMISSIONS", "value" : "IAM_ROLE_PERMISSIONS" }, { "name" : "NO_EC2_SUBSCRIPTION", "value" : "NO_EC2_SUBSCRIPTION" }, { "name" : "OVER_MAX_INSTANCES", "value" : "OVER_MAX_INSTANCES" }, { "name" : "NO_INSTANCES", "value" : "NO_INSTANCES" }, { "name" : "TIMEOUT", "value" : "TIMEOUT" }, { "name" : "HEALTH_CONSTRAINTS_INVALID", "value" : "HEALTH_CONSTRAINTS_INVALID" }, { "name" : "HEALTH_CONSTRAINTS", "value" : "HEALTH_CONSTRAINTS" }, { "name" : "INTERNAL_ERROR", "value" : "INTERNAL_ERROR" }, { "name" : "THROTTLED", "value" : "THROTTLED" } ], "variable" : { "variableName" : "errorCode", "variableType" : "ErrorCode", "variableDeclarationType" : "ErrorCode", "documentation" : null, "simpleType" : "ErrorCode", "variableSetterType" : "ErrorCode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeploymentConfigInUseException" : { "c2jName" : "DeploymentConfigInUseException", "documentation" : "

                                                                                  The deployment configuration is still in use.

                                                                                  ", "shapeName" : "DeploymentConfigInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deploymentConfigInUseException", "variableType" : "DeploymentConfigInUseException", "variableDeclarationType" : "DeploymentConfigInUseException", "documentation" : null, "simpleType" : "DeploymentConfigInUseException", "variableSetterType" : "DeploymentConfigInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DeploymentConfigInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "BatchGetDeploymentsRequest" : { "c2jName" : "BatchGetDeploymentsInput", "documentation" : "

                                                                                  Represents the input of a batch get deployments operation.

                                                                                  ", "shapeName" : "BatchGetDeploymentsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  A list of deployment IDs, separated by spaces.

                                                                                  ", "name" : "DeploymentIds", "c2jName" : "deploymentIds", "c2jShape" : "DeploymentsList", "variable" : { "variableName" : "deploymentIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  A list of deployment IDs, separated by spaces.

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

                                                                                  A list of deployment IDs, separated by spaces.

                                                                                  \n@param deploymentIds A list of deployment IDs, separated by spaces.*/", "getterDocumentation" : "/**

                                                                                  A list of deployment IDs, separated by spaces.

                                                                                  \n@return A list of deployment IDs, separated by spaces.*/", "fluentSetterDocumentation" : "/**

                                                                                  A list of deployment IDs, separated by spaces.

                                                                                  \n@param deploymentIds A list of deployment IDs, separated by spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A list of deployment IDs, separated by spaces.

                                                                                  \n

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

                                                                                  \n@param deploymentIds A list of deployment IDs, separated by spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetDeploymentsRequest", "variableType" : "BatchGetDeploymentsRequest", "variableDeclarationType" : "BatchGetDeploymentsRequest", "documentation" : null, "simpleType" : "BatchGetDeploymentsRequest", "variableSetterType" : "BatchGetDeploymentsRequest" }, "marshaller" : { "action" : "BatchGetDeployments", "verb" : "POST", "target" : "CodeDeploy_20141006.BatchGetDeployments", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentIds" : { "documentation" : "

                                                                                  A list of deployment IDs, separated by spaces.

                                                                                  ", "name" : "DeploymentIds", "c2jName" : "deploymentIds", "c2jShape" : "DeploymentsList", "variable" : { "variableName" : "deploymentIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  A list of deployment IDs, separated by spaces.

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

                                                                                  A list of deployment IDs, separated by spaces.

                                                                                  \n@param deploymentIds A list of deployment IDs, separated by spaces.*/", "getterDocumentation" : "/**

                                                                                  A list of deployment IDs, separated by spaces.

                                                                                  \n@return A list of deployment IDs, separated by spaces.*/", "fluentSetterDocumentation" : "/**

                                                                                  A list of deployment IDs, separated by spaces.

                                                                                  \n@param deploymentIds A list of deployment IDs, separated by spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  A list of deployment IDs, separated by spaces.

                                                                                  \n

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

                                                                                  \n@param deploymentIds A list of deployment IDs, separated by spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDeploymentInstanceResult" : { "c2jName" : "GetDeploymentInstanceOutput", "documentation" : "

                                                                                  Represents the output of a get deployment instance operation.

                                                                                  ", "shapeName" : "GetDeploymentInstanceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  Information about the instance.

                                                                                  ", "name" : "InstanceSummary", "c2jName" : "instanceSummary", "c2jShape" : "InstanceSummary", "variable" : { "variableName" : "instanceSummary", "variableType" : "InstanceSummary", "variableDeclarationType" : "InstanceSummary", "documentation" : "

                                                                                  Information about the instance.

                                                                                  ", "simpleType" : "InstanceSummary", "variableSetterType" : "InstanceSummary" }, "setterModel" : { "variableName" : "instanceSummary", "variableType" : "InstanceSummary", "variableDeclarationType" : "InstanceSummary", "documentation" : "", "simpleType" : "InstanceSummary", "variableSetterType" : "InstanceSummary" }, "getterModel" : { "returnType" : "InstanceSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceSummary", "marshallLocationName" : "instanceSummary", "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" : "/**

                                                                                  Information about the instance.

                                                                                  \n@param instanceSummary Information about the instance.*/", "getterDocumentation" : "/**

                                                                                  Information about the instance.

                                                                                  \n@return Information about the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  Information about the instance.

                                                                                  \n@param instanceSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Information about the instance.

                                                                                  \n@param instanceSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentInstanceResult", "variableType" : "GetDeploymentInstanceResult", "variableDeclarationType" : "GetDeploymentInstanceResult", "documentation" : null, "simpleType" : "GetDeploymentInstanceResult", "variableSetterType" : "GetDeploymentInstanceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceSummary" : { "documentation" : "

                                                                                  Information about the instance.

                                                                                  ", "name" : "InstanceSummary", "c2jName" : "instanceSummary", "c2jShape" : "InstanceSummary", "variable" : { "variableName" : "instanceSummary", "variableType" : "InstanceSummary", "variableDeclarationType" : "InstanceSummary", "documentation" : "

                                                                                  Information about the instance.

                                                                                  ", "simpleType" : "InstanceSummary", "variableSetterType" : "InstanceSummary" }, "setterModel" : { "variableName" : "instanceSummary", "variableType" : "InstanceSummary", "variableDeclarationType" : "InstanceSummary", "documentation" : "", "simpleType" : "InstanceSummary", "variableSetterType" : "InstanceSummary" }, "getterModel" : { "returnType" : "InstanceSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceSummary", "marshallLocationName" : "instanceSummary", "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" : "/**

                                                                                  Information about the instance.

                                                                                  \n@param instanceSummary Information about the instance.*/", "getterDocumentation" : "/**

                                                                                  Information about the instance.

                                                                                  \n@return Information about the instance.*/", "fluentSetterDocumentation" : "/**

                                                                                  Information about the instance.

                                                                                  \n@param instanceSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  Information about the instance.

                                                                                  \n@param instanceSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InstanceNotRegisteredException" : { "c2jName" : "InstanceNotRegisteredException", "documentation" : "

                                                                                  The specified on-premises instance is not registered.

                                                                                  ", "shapeName" : "InstanceNotRegisteredException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "instanceNotRegisteredException", "variableType" : "InstanceNotRegisteredException", "variableDeclarationType" : "InstanceNotRegisteredException", "documentation" : null, "simpleType" : "InstanceNotRegisteredException", "variableSetterType" : "InstanceNotRegisteredException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InstanceNotRegisteredException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RemoveTagsFromOnPremisesInstancesRequest" : { "c2jName" : "RemoveTagsFromOnPremisesInstancesInput", "documentation" : "

                                                                                  Represents the input of a remove tags from on-premises instances operation.

                                                                                  ", "shapeName" : "RemoveTagsFromOnPremisesInstancesRequest", "deprecated" : false, "required" : [ "tags", "instanceNames" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The tag key-value pairs to remove from the on-premises instances.

                                                                                  ", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The tag key-value pairs to remove from the on-premises instances.

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

                                                                                  The tag key-value pairs to remove from the on-premises instances.

                                                                                  \n@param tags The tag key-value pairs to remove from the on-premises instances.*/", "getterDocumentation" : "/**

                                                                                  The tag key-value pairs to remove from the on-premises instances.

                                                                                  \n@return The tag key-value pairs to remove from the on-premises instances.*/", "fluentSetterDocumentation" : "/**

                                                                                  The tag key-value pairs to remove from the on-premises instances.

                                                                                  \n@param tags The tag key-value pairs to remove from the on-premises instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The tag key-value pairs to remove from the on-premises instances.

                                                                                  \n

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

                                                                                  \n@param tags The tag key-value pairs to remove from the on-premises instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  The names of the on-premises instances from which to remove tags.

                                                                                  ", "name" : "InstanceNames", "c2jName" : "instanceNames", "c2jShape" : "InstanceNameList", "variable" : { "variableName" : "instanceNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The names of the on-premises instances from which to remove tags.

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

                                                                                  The names of the on-premises instances from which to remove tags.

                                                                                  \n@param instanceNames The names of the on-premises instances from which to remove tags.*/", "getterDocumentation" : "/**

                                                                                  The names of the on-premises instances from which to remove tags.

                                                                                  \n@return The names of the on-premises instances from which to remove tags.*/", "fluentSetterDocumentation" : "/**

                                                                                  The names of the on-premises instances from which to remove tags.

                                                                                  \n@param instanceNames The names of the on-premises instances from which to remove tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The names of the on-premises instances from which to remove tags.

                                                                                  \n

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

                                                                                  \n@param instanceNames The names of the on-premises instances from which to remove tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "removeTagsFromOnPremisesInstancesRequest", "variableType" : "RemoveTagsFromOnPremisesInstancesRequest", "variableDeclarationType" : "RemoveTagsFromOnPremisesInstancesRequest", "documentation" : null, "simpleType" : "RemoveTagsFromOnPremisesInstancesRequest", "variableSetterType" : "RemoveTagsFromOnPremisesInstancesRequest" }, "marshaller" : { "action" : "RemoveTagsFromOnPremisesInstances", "verb" : "POST", "target" : "CodeDeploy_20141006.RemoveTagsFromOnPremisesInstances", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

                                                                                  The tag key-value pairs to remove from the on-premises instances.

                                                                                  ", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The tag key-value pairs to remove from the on-premises instances.

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

                                                                                  The tag key-value pairs to remove from the on-premises instances.

                                                                                  \n@param tags The tag key-value pairs to remove from the on-premises instances.*/", "getterDocumentation" : "/**

                                                                                  The tag key-value pairs to remove from the on-premises instances.

                                                                                  \n@return The tag key-value pairs to remove from the on-premises instances.*/", "fluentSetterDocumentation" : "/**

                                                                                  The tag key-value pairs to remove from the on-premises instances.

                                                                                  \n@param tags The tag key-value pairs to remove from the on-premises instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The tag key-value pairs to remove from the on-premises instances.

                                                                                  \n

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

                                                                                  \n@param tags The tag key-value pairs to remove from the on-premises instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceNames" : { "documentation" : "

                                                                                  The names of the on-premises instances from which to remove tags.

                                                                                  ", "name" : "InstanceNames", "c2jName" : "instanceNames", "c2jShape" : "InstanceNameList", "variable" : { "variableName" : "instanceNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The names of the on-premises instances from which to remove tags.

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

                                                                                  The names of the on-premises instances from which to remove tags.

                                                                                  \n@param instanceNames The names of the on-premises instances from which to remove tags.*/", "getterDocumentation" : "/**

                                                                                  The names of the on-premises instances from which to remove tags.

                                                                                  \n@return The names of the on-premises instances from which to remove tags.*/", "fluentSetterDocumentation" : "/**

                                                                                  The names of the on-premises instances from which to remove tags.

                                                                                  \n@param instanceNames The names of the on-premises instances from which to remove tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The names of the on-premises instances from which to remove tags.

                                                                                  \n

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

                                                                                  \n@param instanceNames The names of the on-premises instances from which to remove tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListOnPremisesInstancesResult" : { "c2jName" : "ListOnPremisesInstancesOutput", "documentation" : "

                                                                                  Represents the output of list on-premises instances operation.

                                                                                  ", "shapeName" : "ListOnPremisesInstancesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The list of matching on-premises instance names.

                                                                                  ", "name" : "InstanceNames", "c2jName" : "instanceNames", "c2jShape" : "InstanceNameList", "variable" : { "variableName" : "instanceNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The list of matching on-premises instance names.

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

                                                                                  The list of matching on-premises instance names.

                                                                                  \n@param instanceNames The list of matching on-premises instance names.*/", "getterDocumentation" : "/**

                                                                                  The list of matching on-premises instance names.

                                                                                  \n@return The list of matching on-premises instance names.*/", "fluentSetterDocumentation" : "/**

                                                                                  The list of matching on-premises instance names.

                                                                                  \n@param instanceNames The list of matching on-premises instance names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The list of matching on-premises instance names.

                                                                                  \n

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

                                                                                  \n@param instanceNames The list of matching on-premises instance names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

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

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.*/", "getterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

                                                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listOnPremisesInstancesResult", "variableType" : "ListOnPremisesInstancesResult", "variableDeclarationType" : "ListOnPremisesInstancesResult", "documentation" : null, "simpleType" : "ListOnPremisesInstancesResult", "variableSetterType" : "ListOnPremisesInstancesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

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

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.*/", "getterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

                                                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.

                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceNames" : { "documentation" : "

                                                                                  The list of matching on-premises instance names.

                                                                                  ", "name" : "InstanceNames", "c2jName" : "instanceNames", "c2jShape" : "InstanceNameList", "variable" : { "variableName" : "instanceNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                  The list of matching on-premises instance names.

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

                                                                                  The list of matching on-premises instance names.

                                                                                  \n@param instanceNames The list of matching on-premises instance names.*/", "getterDocumentation" : "/**

                                                                                  The list of matching on-premises instance names.

                                                                                  \n@return The list of matching on-premises instance names.*/", "fluentSetterDocumentation" : "/**

                                                                                  The list of matching on-premises instance names.

                                                                                  \n@param instanceNames The list of matching on-premises instance names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The list of matching on-premises instance names.

                                                                                  \n

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

                                                                                  \n@param instanceNames The list of matching on-premises instance names.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InstanceNameRequiredException" : { "c2jName" : "InstanceNameRequiredException", "documentation" : "

                                                                                  An on-premises instance name was not specified.

                                                                                  ", "shapeName" : "InstanceNameRequiredException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "instanceNameRequiredException", "variableType" : "InstanceNameRequiredException", "variableDeclarationType" : "InstanceNameRequiredException", "documentation" : null, "simpleType" : "InstanceNameRequiredException", "variableSetterType" : "InstanceNameRequiredException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InstanceNameRequiredException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateApplicationRequest" : { "c2jName" : "CreateApplicationInput", "documentation" : "

                                                                                  Represents the input of a create application operation.

                                                                                  ", "shapeName" : "CreateApplicationRequest", "deprecated" : false, "required" : [ "applicationName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The name of the application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of the application. This name must be unique with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                  The name of the application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  \n@return The name of the application. This name must be unique with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of the application. This name must be unique with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of the application. This name must be unique with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createApplicationRequest", "variableType" : "CreateApplicationRequest", "variableDeclarationType" : "CreateApplicationRequest", "documentation" : null, "simpleType" : "CreateApplicationRequest", "variableSetterType" : "CreateApplicationRequest" }, "marshaller" : { "action" : "CreateApplication", "verb" : "POST", "target" : "CodeDeploy_20141006.CreateApplication", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                  The name of the application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The name of the application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of the application. This name must be unique with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                  The name of the application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  \n@return The name of the application. This name must be unique with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                  The name of the application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of the application. This name must be unique with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                  The name of the application. This name must be unique with the applicable IAM user or AWS account.

                                                                                  \n@param applicationName The name of the application. This name must be unique with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeploymentConfigNameRequiredException" : { "c2jName" : "DeploymentConfigNameRequiredException", "documentation" : "

                                                                                  The deployment configuration name was not specified.

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

                                                                                  The deployment configurations limit was exceeded.

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

                                                                                  The revision ID was not specified.

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

                                                                                  The minimum number of required application names was not specified.

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

                                                                                  The application does not exist with the applicable IAM user or AWS account.

                                                                                  ", "shapeName" : "ApplicationDoesNotExistException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "applicationDoesNotExistException", "variableType" : "ApplicationDoesNotExistException", "variableDeclarationType" : "ApplicationDoesNotExistException", "documentation" : null, "simpleType" : "ApplicationDoesNotExistException", "variableSetterType" : "ApplicationDoesNotExistException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ApplicationDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListOnPremisesInstancesRequest" : { "c2jName" : "ListOnPremisesInstancesInput", "documentation" : "

                                                                                  Represents the input of a list on-premises instances operation.

                                                                                  .", "shapeName" : "ListOnPremisesInstancesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                  The registration status of the on-premises instances:

                                                                                  • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                  • Registered: Include registered on-premises instances in the resulting list.
                                                                                  ", "name" : "RegistrationStatus", "c2jName" : "registrationStatus", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                  The registration status of the on-premises instances:

                                                                                  • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                  • Registered: Include registered on-premises instances in the resulting list.
                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "registrationStatus", "marshallLocationName" : "registrationStatus", "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" : "RegistrationStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                  The registration status of the on-premises instances:

                                                                                  • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                  • Registered: Include registered on-premises instances in the resulting list.
                                                                                  \n@param registrationStatus The registration status of the on-premises instances:

                                                                                  • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                  • Registered: Include registered on-premises instances in the resulting list.
                                                                                  • \n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                    The registration status of the on-premises instances:

                                                                                    • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                    • Registered: Include registered on-premises instances in the resulting list.
                                                                                    \n@return The registration status of the on-premises instances:

                                                                                    • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                    • Registered: Include registered on-premises instances in the resulting list.
                                                                                    • \n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                      The registration status of the on-premises instances:

                                                                                      • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                      • Registered: Include registered on-premises instances in the resulting list.
                                                                                      \n@param registrationStatus The registration status of the on-premises instances:

                                                                                      • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                      • Registered: Include registered on-premises instances in the resulting list.
                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                        The registration status of the on-premises instances:

                                                                                        • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                        • Registered: Include registered on-premises instances in the resulting list.
                                                                                        \n@param registrationStatus The registration status of the on-premises instances:

                                                                                        • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                        • Registered: Include registered on-premises instances in the resulting list.
                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/" }, { "documentation" : "

                                                                                          The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

                                                                                          ", "name" : "TagFilters", "c2jName" : "tagFilters", "c2jShape" : "TagFilterList", "variable" : { "variableName" : "tagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                          The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

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

                                                                                          The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

                                                                                          \n@param tagFilters The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.*/", "getterDocumentation" : "/**

                                                                                          The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

                                                                                          \n@return The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.*/", "fluentSetterDocumentation" : "/**

                                                                                          The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

                                                                                          \n@param tagFilters The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

                                                                                          \n

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

                                                                                          \n@param tagFilters The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

                                                                                          ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

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

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

                                                                                          \n@param nextToken An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.*/", "getterDocumentation" : "/**

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

                                                                                          \n@return An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

                                                                                          \n@param nextToken An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

                                                                                          \n@param nextToken An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listOnPremisesInstancesRequest", "variableType" : "ListOnPremisesInstancesRequest", "variableDeclarationType" : "ListOnPremisesInstancesRequest", "documentation" : null, "simpleType" : "ListOnPremisesInstancesRequest", "variableSetterType" : "ListOnPremisesInstancesRequest" }, "marshaller" : { "action" : "ListOnPremisesInstances", "verb" : "POST", "target" : "CodeDeploy_20141006.ListOnPremisesInstances", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

                                                                                          ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

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

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

                                                                                          \n@param nextToken An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.*/", "getterDocumentation" : "/**

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

                                                                                          \n@return An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

                                                                                          \n@param nextToken An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                          An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.

                                                                                          \n@param nextToken An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RegistrationStatus" : { "documentation" : "

                                                                                          The registration status of the on-premises instances:

                                                                                          • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                          • Registered: Include registered on-premises instances in the resulting list.
                                                                                          ", "name" : "RegistrationStatus", "c2jName" : "registrationStatus", "c2jShape" : "RegistrationStatus", "variable" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                          The registration status of the on-premises instances:

                                                                                          • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                          • Registered: Include registered on-premises instances in the resulting list.
                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "registrationStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "registrationStatus", "marshallLocationName" : "registrationStatus", "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" : "RegistrationStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                          The registration status of the on-premises instances:

                                                                                          • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                          • Registered: Include registered on-premises instances in the resulting list.
                                                                                          \n@param registrationStatus The registration status of the on-premises instances:

                                                                                          • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                          • Registered: Include registered on-premises instances in the resulting list.
                                                                                          • \n@see RegistrationStatus*/", "getterDocumentation" : "/**

                                                                                            The registration status of the on-premises instances:

                                                                                            • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                            • Registered: Include registered on-premises instances in the resulting list.
                                                                                            \n@return The registration status of the on-premises instances:

                                                                                            • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                            • Registered: Include registered on-premises instances in the resulting list.
                                                                                            • \n@see RegistrationStatus*/", "fluentSetterDocumentation" : "/**

                                                                                              The registration status of the on-premises instances:

                                                                                              • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                              • Registered: Include registered on-premises instances in the resulting list.
                                                                                              \n@param registrationStatus The registration status of the on-premises instances:

                                                                                              • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                              • Registered: Include registered on-premises instances in the resulting list.
                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/", "varargSetterDocumentation" : "/**

                                                                                                The registration status of the on-premises instances:

                                                                                                • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                                • Registered: Include registered on-premises instances in the resulting list.
                                                                                                \n@param registrationStatus The registration status of the on-premises instances:

                                                                                                • Deregistered: Include deregistered on-premises instances in the resulting list.
                                                                                                • Registered: Include registered on-premises instances in the resulting list.
                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see RegistrationStatus*/" }, "TagFilters" : { "documentation" : "

                                                                                                  The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

                                                                                                  ", "name" : "TagFilters", "c2jName" : "tagFilters", "c2jShape" : "TagFilterList", "variable" : { "variableName" : "tagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                  The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

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

                                                                                                  The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

                                                                                                  \n@param tagFilters The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.*/", "getterDocumentation" : "/**

                                                                                                  The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

                                                                                                  \n@return The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

                                                                                                  \n@param tagFilters The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.

                                                                                                  \n

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

                                                                                                  \n@param tagFilters The on-premises instance tags that will be used to restrict the corresponding on-premises instance names returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDeploymentGroupRequest" : { "c2jName" : "CreateDeploymentGroupInput", "documentation" : "

                                                                                                  Represents the input of a create deployment group operation.

                                                                                                  ", "shapeName" : "CreateDeploymentGroupRequest", "deprecated" : false, "required" : [ "applicationName", "deploymentGroupName", "serviceRoleArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  The name of a new deployment group for the specified application.

                                                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  The name of a new deployment group for the specified application.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 a new deployment group for the specified application.

                                                                                                  \n@param deploymentGroupName The name of a new deployment group for the specified application.*/", "getterDocumentation" : "/**

                                                                                                  The name of a new deployment group for the specified application.

                                                                                                  \n@return The name of a new deployment group for the specified application.*/", "fluentSetterDocumentation" : "/**

                                                                                                  The name of a new deployment group for the specified application.

                                                                                                  \n@param deploymentGroupName The name of a new deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                  The name of a new deployment group for the specified application.

                                                                                                  \n@param deploymentGroupName The name of a new deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                  If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                  CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                  The predefined deployment configurations include the following:

                                                                                                  • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                  • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                  • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                    For deployment groups that contain more than one instance:

                                                                                                    • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                    • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                    • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                    For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                  If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                  CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                  The predefined deployment configurations include the following:

                                                                                                  • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                  • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                  • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                    For deployment groups that contain more than one instance:

                                                                                                    • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                    • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                    • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                    For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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" : "/**

                                                                                                  If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                  CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                  The predefined deployment configurations include the following:

                                                                                                  • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                  • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                  • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                    For deployment groups that contain more than one instance:

                                                                                                    • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                    • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                    • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                    For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                  \n@param deploymentConfigName If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                  CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                  The predefined deployment configurations include the following:

                                                                                                  • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                  • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                  • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                    For deployment groups that contain more than one instance:

                                                                                                    • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                    • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                    • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                    For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                  • */", "getterDocumentation" : "/**

                                                                                                    If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                    CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                    The predefined deployment configurations include the following:

                                                                                                    • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                    • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                    • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                      For deployment groups that contain more than one instance:

                                                                                                      • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                      • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                      • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                      For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                    \n@return If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                    CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                    The predefined deployment configurations include the following:

                                                                                                    • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                    • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                    • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                      For deployment groups that contain more than one instance:

                                                                                                      • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                      • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                      • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                      For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                    • */", "fluentSetterDocumentation" : "/**

                                                                                                      If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                      CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                      The predefined deployment configurations include the following:

                                                                                                      • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                      • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                      • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                        For deployment groups that contain more than one instance:

                                                                                                        • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                        • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                        • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                        For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                      \n@param deploymentConfigName If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                      CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                      The predefined deployment configurations include the following:

                                                                                                      • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                      • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                      • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                        For deployment groups that contain more than one instance:

                                                                                                        • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                        • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                        • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                        For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                        If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                        CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                        The predefined deployment configurations include the following:

                                                                                                        • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                        • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                        • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                          For deployment groups that contain more than one instance:

                                                                                                          • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                          • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                          • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                          For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                        \n@param deploymentConfigName If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                        CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                        The predefined deployment configurations include the following:

                                                                                                        • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                        • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                        • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                          For deployment groups that contain more than one instance:

                                                                                                          • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                          • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                          • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                          For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                          The Amazon EC2 tags on which to filter.

                                                                                                          ", "name" : "Ec2TagFilters", "c2jName" : "ec2TagFilters", "c2jShape" : "EC2TagFilterList", "variable" : { "variableName" : "ec2TagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          The Amazon EC2 tags on which to filter.

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

                                                                                                          The Amazon EC2 tags on which to filter.

                                                                                                          \n@param ec2TagFilters The Amazon EC2 tags on which to filter.*/", "getterDocumentation" : "/**

                                                                                                          The Amazon EC2 tags on which to filter.

                                                                                                          \n@return The Amazon EC2 tags on which to filter.*/", "fluentSetterDocumentation" : "/**

                                                                                                          The Amazon EC2 tags on which to filter.

                                                                                                          \n@param ec2TagFilters The Amazon EC2 tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The Amazon EC2 tags on which to filter.

                                                                                                          \n

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

                                                                                                          \n@param ec2TagFilters The Amazon EC2 tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                          The on-premises instance tags on which to filter.

                                                                                                          ", "name" : "OnPremisesInstanceTagFilters", "c2jName" : "onPremisesInstanceTagFilters", "c2jShape" : "TagFilterList", "variable" : { "variableName" : "onPremisesInstanceTagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          The on-premises instance tags on which to filter.

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

                                                                                                          The on-premises instance tags on which to filter.

                                                                                                          \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.*/", "getterDocumentation" : "/**

                                                                                                          The on-premises instance tags on which to filter.

                                                                                                          \n@return The on-premises instance tags on which to filter.*/", "fluentSetterDocumentation" : "/**

                                                                                                          The on-premises instance tags on which to filter.

                                                                                                          \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The on-premises instance tags on which to filter.

                                                                                                          \n

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

                                                                                                          \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                          A list of associated Auto Scaling groups.

                                                                                                          ", "name" : "AutoScalingGroups", "c2jName" : "autoScalingGroups", "c2jShape" : "AutoScalingGroupNameList", "variable" : { "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          A list of associated Auto Scaling groups.

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

                                                                                                          A list of associated Auto Scaling groups.

                                                                                                          \n@param autoScalingGroups A list of associated Auto Scaling groups.*/", "getterDocumentation" : "/**

                                                                                                          A list of associated Auto Scaling groups.

                                                                                                          \n@return A list of associated Auto Scaling groups.*/", "fluentSetterDocumentation" : "/**

                                                                                                          A list of associated Auto Scaling groups.

                                                                                                          \n@param autoScalingGroups A list of associated Auto Scaling groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          A list of associated Auto Scaling groups.

                                                                                                          \n

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

                                                                                                          \n@param autoScalingGroups A list of associated Auto Scaling groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                          A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                          ", "name" : "ServiceRoleArn", "c2jName" : "serviceRoleArn", "c2jShape" : "Role", "variable" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "serviceRoleArn", "marshallLocationName" : "serviceRoleArn", "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 service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                          \n@param serviceRoleArn A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.*/", "getterDocumentation" : "/**

                                                                                                          A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                          \n@return A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.*/", "fluentSetterDocumentation" : "/**

                                                                                                          A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                          \n@param serviceRoleArn A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                          \n@param serviceRoleArn A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                          Information about triggers to create when the deployment group is created.

                                                                                                          ", "name" : "TriggerConfigurations", "c2jName" : "triggerConfigurations", "c2jShape" : "TriggerConfigList", "variable" : { "variableName" : "triggerConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          Information about triggers to create when the deployment group is created.

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

                                                                                                          Information about triggers to create when the deployment group is created.

                                                                                                          \n@param triggerConfigurations Information about triggers to create when the deployment group is created.*/", "getterDocumentation" : "/**

                                                                                                          Information about triggers to create when the deployment group is created.

                                                                                                          \n@return Information about triggers to create when the deployment group is created.*/", "fluentSetterDocumentation" : "/**

                                                                                                          Information about triggers to create when the deployment group is created.

                                                                                                          \n@param triggerConfigurations Information about triggers to create when the deployment group is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          Information about triggers to create when the deployment group is created.

                                                                                                          \n

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

                                                                                                          \n@param triggerConfigurations Information about triggers to create when the deployment group is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDeploymentGroupRequest", "variableType" : "CreateDeploymentGroupRequest", "variableDeclarationType" : "CreateDeploymentGroupRequest", "documentation" : null, "simpleType" : "CreateDeploymentGroupRequest", "variableSetterType" : "CreateDeploymentGroupRequest" }, "marshaller" : { "action" : "CreateDeploymentGroup", "verb" : "POST", "target" : "CodeDeploy_20141006.CreateDeploymentGroup", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                                          The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                          ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                          \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                          The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                          \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                          The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                          \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                          \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OnPremisesInstanceTagFilters" : { "documentation" : "

                                                                                                          The on-premises instance tags on which to filter.

                                                                                                          ", "name" : "OnPremisesInstanceTagFilters", "c2jName" : "onPremisesInstanceTagFilters", "c2jShape" : "TagFilterList", "variable" : { "variableName" : "onPremisesInstanceTagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          The on-premises instance tags on which to filter.

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

                                                                                                          The on-premises instance tags on which to filter.

                                                                                                          \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.*/", "getterDocumentation" : "/**

                                                                                                          The on-premises instance tags on which to filter.

                                                                                                          \n@return The on-premises instance tags on which to filter.*/", "fluentSetterDocumentation" : "/**

                                                                                                          The on-premises instance tags on which to filter.

                                                                                                          \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The on-premises instance tags on which to filter.

                                                                                                          \n

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

                                                                                                          \n@param onPremisesInstanceTagFilters The on-premises instance tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentGroupName" : { "documentation" : "

                                                                                                          The name of a new deployment group for the specified application.

                                                                                                          ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          The name of a new deployment group for the specified application.

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 a new deployment group for the specified application.

                                                                                                          \n@param deploymentGroupName The name of a new deployment group for the specified application.*/", "getterDocumentation" : "/**

                                                                                                          The name of a new deployment group for the specified application.

                                                                                                          \n@return The name of a new deployment group for the specified application.*/", "fluentSetterDocumentation" : "/**

                                                                                                          The name of a new deployment group for the specified application.

                                                                                                          \n@param deploymentGroupName The name of a new deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The name of a new deployment group for the specified application.

                                                                                                          \n@param deploymentGroupName The name of a new deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TriggerConfigurations" : { "documentation" : "

                                                                                                          Information about triggers to create when the deployment group is created.

                                                                                                          ", "name" : "TriggerConfigurations", "c2jName" : "triggerConfigurations", "c2jShape" : "TriggerConfigList", "variable" : { "variableName" : "triggerConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          Information about triggers to create when the deployment group is created.

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

                                                                                                          Information about triggers to create when the deployment group is created.

                                                                                                          \n@param triggerConfigurations Information about triggers to create when the deployment group is created.*/", "getterDocumentation" : "/**

                                                                                                          Information about triggers to create when the deployment group is created.

                                                                                                          \n@return Information about triggers to create when the deployment group is created.*/", "fluentSetterDocumentation" : "/**

                                                                                                          Information about triggers to create when the deployment group is created.

                                                                                                          \n@param triggerConfigurations Information about triggers to create when the deployment group is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          Information about triggers to create when the deployment group is created.

                                                                                                          \n

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

                                                                                                          \n@param triggerConfigurations Information about triggers to create when the deployment group is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroups" : { "documentation" : "

                                                                                                          A list of associated Auto Scaling groups.

                                                                                                          ", "name" : "AutoScalingGroups", "c2jName" : "autoScalingGroups", "c2jShape" : "AutoScalingGroupNameList", "variable" : { "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          A list of associated Auto Scaling groups.

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

                                                                                                          A list of associated Auto Scaling groups.

                                                                                                          \n@param autoScalingGroups A list of associated Auto Scaling groups.*/", "getterDocumentation" : "/**

                                                                                                          A list of associated Auto Scaling groups.

                                                                                                          \n@return A list of associated Auto Scaling groups.*/", "fluentSetterDocumentation" : "/**

                                                                                                          A list of associated Auto Scaling groups.

                                                                                                          \n@param autoScalingGroups A list of associated Auto Scaling groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          A list of associated Auto Scaling groups.

                                                                                                          \n

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

                                                                                                          \n@param autoScalingGroups A list of associated Auto Scaling groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Ec2TagFilters" : { "documentation" : "

                                                                                                          The Amazon EC2 tags on which to filter.

                                                                                                          ", "name" : "Ec2TagFilters", "c2jName" : "ec2TagFilters", "c2jShape" : "EC2TagFilterList", "variable" : { "variableName" : "ec2TagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                          The Amazon EC2 tags on which to filter.

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

                                                                                                          The Amazon EC2 tags on which to filter.

                                                                                                          \n@param ec2TagFilters The Amazon EC2 tags on which to filter.*/", "getterDocumentation" : "/**

                                                                                                          The Amazon EC2 tags on which to filter.

                                                                                                          \n@return The Amazon EC2 tags on which to filter.*/", "fluentSetterDocumentation" : "/**

                                                                                                          The Amazon EC2 tags on which to filter.

                                                                                                          \n@param ec2TagFilters The Amazon EC2 tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                          The Amazon EC2 tags on which to filter.

                                                                                                          \n

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

                                                                                                          \n@param ec2TagFilters The Amazon EC2 tags on which to filter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentConfigName" : { "documentation" : "

                                                                                                          If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                          CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                          The predefined deployment configurations include the following:

                                                                                                          • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                          • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                          • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                            For deployment groups that contain more than one instance:

                                                                                                            • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                            • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                            • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                            For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                          ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                          If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                          CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                          The predefined deployment configurations include the following:

                                                                                                          • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                          • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                          • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                            For deployment groups that contain more than one instance:

                                                                                                            • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                            • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                            • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                            For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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" : "/**

                                                                                                          If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                          CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                          The predefined deployment configurations include the following:

                                                                                                          • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                          • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                          • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                            For deployment groups that contain more than one instance:

                                                                                                            • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                            • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                            • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                            For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                          \n@param deploymentConfigName If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                          CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                          The predefined deployment configurations include the following:

                                                                                                          • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                          • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                          • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                            For deployment groups that contain more than one instance:

                                                                                                            • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                            • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                            • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                            For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                          • */", "getterDocumentation" : "/**

                                                                                                            If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                            CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                            The predefined deployment configurations include the following:

                                                                                                            • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                            • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                            • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                              For deployment groups that contain more than one instance:

                                                                                                              • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                              • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                              • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                              For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                            \n@return If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                            CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                            The predefined deployment configurations include the following:

                                                                                                            • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                            • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                            • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                              For deployment groups that contain more than one instance:

                                                                                                              • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                              • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                              • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                              For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                            • */", "fluentSetterDocumentation" : "/**

                                                                                                              If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                              CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                              The predefined deployment configurations include the following:

                                                                                                              • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                              • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                              • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                                For deployment groups that contain more than one instance:

                                                                                                                • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                                • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                                • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                                For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                              \n@param deploymentConfigName If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                              CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                              The predefined deployment configurations include the following:

                                                                                                              • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                              • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                              • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                                For deployment groups that contain more than one instance:

                                                                                                                • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                                • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                                • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                                For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                                CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                                The predefined deployment configurations include the following:

                                                                                                                • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                                • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                                • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                                  For deployment groups that contain more than one instance:

                                                                                                                  • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                                  • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                                  • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                                  For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                                \n@param deploymentConfigName If specified, the deployment configuration name can be either one of the predefined configurations provided with AWS CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

                                                                                                                CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn't specified for the deployment or the deployment group.

                                                                                                                The predefined deployment configurations include the following:

                                                                                                                • CodeDeployDefault.AllAtOnce attempts to deploy an application revision to as many instance as possible at once. The status of the overall deployment will be displayed as Succeeded if the application revision is deployed to one or more of the instances. The status of the overall deployment will be displayed as Failed if the application revision is not deployed to any of the instances. Using an example of nine instance, CodeDeployDefault.AllAtOnce will attempt to deploy to all nine instance at once. The overall deployment will succeed if deployment to even a single instance is successful; it will fail only if deployments to all nine instance fail.

                                                                                                                • CodeDeployDefault.HalfAtATime deploys to up to half of the instances at a time (with fractions rounded down). The overall deployment succeeds if the application revision is deployed to at least half of the instances (with fractions rounded up); otherwise, the deployment fails. In the example of nine instances, it will deploy to up to four instance at a time. The overall deployment succeeds if deployment to five or more instances succeed; otherwise, the deployment fails. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                                • CodeDeployDefault.OneAtATime deploys the application revision to only one instance at a time.

                                                                                                                  For deployment groups that contain more than one instance:

                                                                                                                  • The overall deployment succeeds if the application revision is deployed to all of the instances. The exception to this rule is if deployment to the last instance fails, the overall deployment still succeeds. This is because AWS CodeDeploy allows only one instance at a time to be taken offline with the CodeDeployDefault.OneAtATime configuration.

                                                                                                                  • The overall deployment fails as soon as the application revision fails to be deployed to any but the last instance. The deployment may be successfully deployed to some instances even if the overall deployment fails.

                                                                                                                  • In an example using nine instance, it will deploy to one instance at a time. The overall deployment succeeds if deployment to the first eight instance is successful; the overall deployment fails if deployment to any of the first eight instance fails.

                                                                                                                  For deployment groups that contain only one instance, the overall deployment is successful only if deployment to the single instance is successful

                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ServiceRoleArn" : { "documentation" : "

                                                                                                                  A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                                  ", "name" : "ServiceRoleArn", "c2jName" : "serviceRoleArn", "c2jShape" : "Role", "variable" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "serviceRoleArn", "marshallLocationName" : "serviceRoleArn", "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 service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                                  \n@param serviceRoleArn A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.*/", "getterDocumentation" : "/**

                                                                                                                  A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                                  \n@return A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                                  \n@param serviceRoleArn A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.

                                                                                                                  \n@param serviceRoleArn A service role ARN that allows AWS CodeDeploy to act on the user's behalf when interacting with AWS services.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeploymentGroupDoesNotExistException" : { "c2jName" : "DeploymentGroupDoesNotExistException", "documentation" : "

                                                                                                                  The named deployment group does not exist with the applicable IAM user or AWS account.

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

                                                                                                                  The description is too long.

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

                                                                                                                  More applications were attempted to be created than are allowed.

                                                                                                                  ", "shapeName" : "ApplicationLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "applicationLimitExceededException", "variableType" : "ApplicationLimitExceededException", "variableDeclarationType" : "ApplicationLimitExceededException", "documentation" : null, "simpleType" : "ApplicationLimitExceededException", "variableSetterType" : "ApplicationLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ApplicationLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StopDeploymentRequest" : { "c2jName" : "StopDeploymentInput", "documentation" : "

                                                                                                                  Represents the input of a stop deployment operation.

                                                                                                                  ", "shapeName" : "StopDeploymentRequest", "deprecated" : false, "required" : [ "deploymentId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The unique ID of a deployment.

                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The unique ID of a deployment.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 unique ID of a deployment.

                                                                                                                  \n@param deploymentId The unique ID of a deployment.*/", "getterDocumentation" : "/**

                                                                                                                  The unique ID of a deployment.

                                                                                                                  \n@return The unique ID of a deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The unique ID of a deployment.

                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The unique ID of a deployment.

                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stopDeploymentRequest", "variableType" : "StopDeploymentRequest", "variableDeclarationType" : "StopDeploymentRequest", "documentation" : null, "simpleType" : "StopDeploymentRequest", "variableSetterType" : "StopDeploymentRequest" }, "marshaller" : { "action" : "StopDeployment", "verb" : "POST", "target" : "CodeDeploy_20141006.StopDeployment", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentId" : { "documentation" : "

                                                                                                                  The unique ID of a deployment.

                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The unique ID of a deployment.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 unique ID of a deployment.

                                                                                                                  \n@param deploymentId The unique ID of a deployment.*/", "getterDocumentation" : "/**

                                                                                                                  The unique ID of a deployment.

                                                                                                                  \n@return The unique ID of a deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The unique ID of a deployment.

                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The unique ID of a deployment.

                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDeploymentResult" : { "c2jName" : "CreateDeploymentOutput", "documentation" : "

                                                                                                                  Represents the output of a create deployment operation.

                                                                                                                  ", "shapeName" : "CreateDeploymentResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  A unique deployment ID.

                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A unique deployment ID.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 unique deployment ID.

                                                                                                                  \n@param deploymentId A unique deployment ID.*/", "getterDocumentation" : "/**

                                                                                                                  A unique deployment ID.

                                                                                                                  \n@return A unique deployment ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A unique deployment ID.

                                                                                                                  \n@param deploymentId A unique deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A unique deployment ID.

                                                                                                                  \n@param deploymentId A unique deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDeploymentResult", "variableType" : "CreateDeploymentResult", "variableDeclarationType" : "CreateDeploymentResult", "documentation" : null, "simpleType" : "CreateDeploymentResult", "variableSetterType" : "CreateDeploymentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentId" : { "documentation" : "

                                                                                                                  A unique deployment ID.

                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A unique deployment ID.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 unique deployment ID.

                                                                                                                  \n@param deploymentId A unique deployment ID.*/", "getterDocumentation" : "/**

                                                                                                                  A unique deployment ID.

                                                                                                                  \n@return A unique deployment ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A unique deployment ID.

                                                                                                                  \n@param deploymentId A unique deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A unique deployment ID.

                                                                                                                  \n@param deploymentId A unique deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TriggerEventType" : { "c2jName" : "TriggerEventType", "documentation" : "", "shapeName" : "TriggerEventType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "DeploymentStart", "value" : "DeploymentStart" }, { "name" : "DeploymentSuccess", "value" : "DeploymentSuccess" }, { "name" : "DeploymentFailure", "value" : "DeploymentFailure" }, { "name" : "DeploymentStop", "value" : "DeploymentStop" }, { "name" : "InstanceStart", "value" : "InstanceStart" }, { "name" : "InstanceSuccess", "value" : "InstanceSuccess" }, { "name" : "InstanceFailure", "value" : "InstanceFailure" } ], "variable" : { "variableName" : "triggerEventType", "variableType" : "TriggerEventType", "variableDeclarationType" : "TriggerEventType", "documentation" : null, "simpleType" : "TriggerEventType", "variableSetterType" : "TriggerEventType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidTriggerConfigException" : { "c2jName" : "InvalidTriggerConfigException", "documentation" : "

                                                                                                                  The trigger was specified in an invalid format.

                                                                                                                  ", "shapeName" : "InvalidTriggerConfigException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidTriggerConfigException", "variableType" : "InvalidTriggerConfigException", "variableDeclarationType" : "InvalidTriggerConfigException", "documentation" : null, "simpleType" : "InvalidTriggerConfigException", "variableSetterType" : "InvalidTriggerConfigException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTriggerConfigException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RegisterApplicationRevisionRequest" : { "c2jName" : "RegisterApplicationRevisionInput", "documentation" : "

                                                                                                                  Represents the input of a register application revision operation.

                                                                                                                  ", "shapeName" : "RegisterApplicationRevisionRequest", "deprecated" : false, "required" : [ "applicationName", "revision" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  A comment about the revision.

                                                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A comment about the revision.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  A comment about the revision.

                                                                                                                  \n@param description A comment about the revision.*/", "getterDocumentation" : "/**

                                                                                                                  A comment about the revision.

                                                                                                                  \n@return A comment about the revision.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A comment about the revision.

                                                                                                                  \n@param description A comment about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A comment about the revision.

                                                                                                                  \n@param description A comment about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  ", "name" : "Revision", "c2jName" : "revision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revision", "marshallLocationName" : "revision", "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" : "/**

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  \n@param revision Information about the application revision to register, including type and location.*/", "getterDocumentation" : "/**

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  \n@return Information about the application revision to register, including type and location.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  \n@param revision Information about the application revision to register, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  \n@param revision Information about the application revision to register, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerApplicationRevisionRequest", "variableType" : "RegisterApplicationRevisionRequest", "variableDeclarationType" : "RegisterApplicationRevisionRequest", "documentation" : null, "simpleType" : "RegisterApplicationRevisionRequest", "variableSetterType" : "RegisterApplicationRevisionRequest" }, "marshaller" : { "action" : "RegisterApplicationRevision", "verb" : "POST", "target" : "CodeDeploy_20141006.RegisterApplicationRevision", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                                                                                                                  A comment about the revision.

                                                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  A comment about the revision.

                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  A comment about the revision.

                                                                                                                  \n@param description A comment about the revision.*/", "getterDocumentation" : "/**

                                                                                                                  A comment about the revision.

                                                                                                                  \n@return A comment about the revision.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  A comment about the revision.

                                                                                                                  \n@param description A comment about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  A comment about the revision.

                                                                                                                  \n@param description A comment about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Revision" : { "documentation" : "

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  ", "name" : "Revision", "c2jName" : "revision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revision", "marshallLocationName" : "revision", "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" : "/**

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  \n@param revision Information about the application revision to register, including type and location.*/", "getterDocumentation" : "/**

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  \n@return Information about the application revision to register, including type and location.*/", "fluentSetterDocumentation" : "/**

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  \n@param revision Information about the application revision to register, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                  Information about the application revision to register, including type and location.

                                                                                                                  \n@param revision Information about the application revision to register, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RevisionDoesNotExistException" : { "c2jName" : "RevisionDoesNotExistException", "documentation" : "

                                                                                                                  The named revision does not exist with the applicable IAM user or AWS account.

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

                                                                                                                  Diagnostic information about executable scripts that are part of a deployment.

                                                                                                                  ", "shapeName" : "Diagnostics", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                  The associated error code:

                                                                                                                  • Success: The specified script ran.
                                                                                                                  • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                  • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                  • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                  • ScriptFailed: The specified script failed to run as expected.
                                                                                                                  • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                  ", "name" : "ErrorCode", "c2jName" : "errorCode", "c2jShape" : "LifecycleErrorCode", "variable" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                  The associated error code:

                                                                                                                  • Success: The specified script ran.
                                                                                                                  • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                  • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                  • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                  • ScriptFailed: The specified script failed to run as expected.
                                                                                                                  • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorCode", "marshallLocationName" : "errorCode", "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" : "LifecycleErrorCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                  The associated error code:

                                                                                                                  • Success: The specified script ran.
                                                                                                                  • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                  • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                  • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                  • ScriptFailed: The specified script failed to run as expected.
                                                                                                                  • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                  \n@param errorCode The associated error code:

                                                                                                                  • Success: The specified script ran.
                                                                                                                  • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                  • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                  • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                  • ScriptFailed: The specified script failed to run as expected.
                                                                                                                  • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                  • \n@see LifecycleErrorCode*/", "getterDocumentation" : "/**

                                                                                                                    The associated error code:

                                                                                                                    • Success: The specified script ran.
                                                                                                                    • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                    • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                    • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                    • ScriptFailed: The specified script failed to run as expected.
                                                                                                                    • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                    \n@return The associated error code:

                                                                                                                    • Success: The specified script ran.
                                                                                                                    • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                    • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                    • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                    • ScriptFailed: The specified script failed to run as expected.
                                                                                                                    • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                    • \n@see LifecycleErrorCode*/", "fluentSetterDocumentation" : "/**

                                                                                                                      The associated error code:

                                                                                                                      • Success: The specified script ran.
                                                                                                                      • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                      • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                      • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                      • ScriptFailed: The specified script failed to run as expected.
                                                                                                                      • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                      \n@param errorCode The associated error code:

                                                                                                                      • Success: The specified script ran.
                                                                                                                      • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                      • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                      • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                      • ScriptFailed: The specified script failed to run as expected.
                                                                                                                      • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleErrorCode*/", "varargSetterDocumentation" : "/**

                                                                                                                        The associated error code:

                                                                                                                        • Success: The specified script ran.
                                                                                                                        • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                        • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                        • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                        • ScriptFailed: The specified script failed to run as expected.
                                                                                                                        • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                        \n@param errorCode The associated error code:

                                                                                                                        • Success: The specified script ran.
                                                                                                                        • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                        • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                        • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                        • ScriptFailed: The specified script failed to run as expected.
                                                                                                                        • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleErrorCode*/" }, { "documentation" : "

                                                                                                                          The name of the script.

                                                                                                                          ", "name" : "ScriptName", "c2jName" : "scriptName", "c2jShape" : "ScriptName", "variable" : { "variableName" : "scriptName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                          The name of the script.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scriptName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "scriptName", "marshallLocationName" : "scriptName", "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 script.

                                                                                                                          \n@param scriptName The name of the script.*/", "getterDocumentation" : "/**

                                                                                                                          The name of the script.

                                                                                                                          \n@return The name of the script.*/", "fluentSetterDocumentation" : "/**

                                                                                                                          The name of the script.

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

                                                                                                                          The name of the script.

                                                                                                                          \n@param scriptName The name of the script.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                          The message associated with the error.

                                                                                                                          ", "name" : "Message", "c2jName" : "message", "c2jShape" : "LifecycleMessage", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                          The message associated with the error.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "message", "marshallLocationName" : "message", "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 message associated with the error.

                                                                                                                          \n@param message The message associated with the error.*/", "getterDocumentation" : "/**

                                                                                                                          The message associated with the error.

                                                                                                                          \n@return The message associated with the error.*/", "fluentSetterDocumentation" : "/**

                                                                                                                          The message associated with the error.

                                                                                                                          \n@param message The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                          The message associated with the error.

                                                                                                                          \n@param message The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                          The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          ", "name" : "LogTail", "c2jName" : "logTail", "c2jShape" : "LogTail", "variable" : { "variableName" : "logTail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                          The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logTail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "logTail", "marshallLocationName" : "logTail", "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 last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          \n@param logTail The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.*/", "getterDocumentation" : "/**

                                                                                                                          The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          \n@return The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.*/", "fluentSetterDocumentation" : "/**

                                                                                                                          The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          \n@param logTail The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                          The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          \n@param logTail The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "diagnostics", "variableType" : "Diagnostics", "variableDeclarationType" : "Diagnostics", "documentation" : null, "simpleType" : "Diagnostics", "variableSetterType" : "Diagnostics" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LogTail" : { "documentation" : "

                                                                                                                          The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          ", "name" : "LogTail", "c2jName" : "logTail", "c2jShape" : "LogTail", "variable" : { "variableName" : "logTail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                          The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "logTail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "logTail", "marshallLocationName" : "logTail", "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 last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          \n@param logTail The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.*/", "getterDocumentation" : "/**

                                                                                                                          The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          \n@return The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.*/", "fluentSetterDocumentation" : "/**

                                                                                                                          The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          \n@param logTail The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                          The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.

                                                                                                                          \n@param logTail The last portion of the diagnostic log.

                                                                                                                          If available, AWS CodeDeploy returns up to the last 4 KB of the diagnostic log.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Message" : { "documentation" : "

                                                                                                                          The message associated with the error.

                                                                                                                          ", "name" : "Message", "c2jName" : "message", "c2jShape" : "LifecycleMessage", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                          The message associated with the error.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "message", "marshallLocationName" : "message", "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 message associated with the error.

                                                                                                                          \n@param message The message associated with the error.*/", "getterDocumentation" : "/**

                                                                                                                          The message associated with the error.

                                                                                                                          \n@return The message associated with the error.*/", "fluentSetterDocumentation" : "/**

                                                                                                                          The message associated with the error.

                                                                                                                          \n@param message The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                          The message associated with the error.

                                                                                                                          \n@param message The message associated with the error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ScriptName" : { "documentation" : "

                                                                                                                          The name of the script.

                                                                                                                          ", "name" : "ScriptName", "c2jName" : "scriptName", "c2jShape" : "ScriptName", "variable" : { "variableName" : "scriptName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                          The name of the script.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "scriptName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "scriptName", "marshallLocationName" : "scriptName", "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 script.

                                                                                                                          \n@param scriptName The name of the script.*/", "getterDocumentation" : "/**

                                                                                                                          The name of the script.

                                                                                                                          \n@return The name of the script.*/", "fluentSetterDocumentation" : "/**

                                                                                                                          The name of the script.

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

                                                                                                                          The name of the script.

                                                                                                                          \n@param scriptName The name of the script.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorCode" : { "documentation" : "

                                                                                                                          The associated error code:

                                                                                                                          • Success: The specified script ran.
                                                                                                                          • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                          • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                          • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                          • ScriptFailed: The specified script failed to run as expected.
                                                                                                                          • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                          ", "name" : "ErrorCode", "c2jName" : "errorCode", "c2jShape" : "LifecycleErrorCode", "variable" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                          The associated error code:

                                                                                                                          • Success: The specified script ran.
                                                                                                                          • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                          • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                          • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                          • ScriptFailed: The specified script failed to run as expected.
                                                                                                                          • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorCode", "marshallLocationName" : "errorCode", "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" : "LifecycleErrorCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                          The associated error code:

                                                                                                                          • Success: The specified script ran.
                                                                                                                          • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                          • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                          • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                          • ScriptFailed: The specified script failed to run as expected.
                                                                                                                          • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                          \n@param errorCode The associated error code:

                                                                                                                          • Success: The specified script ran.
                                                                                                                          • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                          • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                          • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                          • ScriptFailed: The specified script failed to run as expected.
                                                                                                                          • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                          • \n@see LifecycleErrorCode*/", "getterDocumentation" : "/**

                                                                                                                            The associated error code:

                                                                                                                            • Success: The specified script ran.
                                                                                                                            • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                            • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                            • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                            • ScriptFailed: The specified script failed to run as expected.
                                                                                                                            • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                            \n@return The associated error code:

                                                                                                                            • Success: The specified script ran.
                                                                                                                            • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                            • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                            • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                            • ScriptFailed: The specified script failed to run as expected.
                                                                                                                            • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                            • \n@see LifecycleErrorCode*/", "fluentSetterDocumentation" : "/**

                                                                                                                              The associated error code:

                                                                                                                              • Success: The specified script ran.
                                                                                                                              • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                              • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                              • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                              • ScriptFailed: The specified script failed to run as expected.
                                                                                                                              • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                              \n@param errorCode The associated error code:

                                                                                                                              • Success: The specified script ran.
                                                                                                                              • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                              • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                              • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                              • ScriptFailed: The specified script failed to run as expected.
                                                                                                                              • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleErrorCode*/", "varargSetterDocumentation" : "/**

                                                                                                                                The associated error code:

                                                                                                                                • Success: The specified script ran.
                                                                                                                                • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                                • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                                • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                                • ScriptFailed: The specified script failed to run as expected.
                                                                                                                                • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                                \n@param errorCode The associated error code:

                                                                                                                                • Success: The specified script ran.
                                                                                                                                • ScriptMissing: The specified script was not found in the specified location.
                                                                                                                                • ScriptNotExecutable: The specified script is not a recognized executable file type.
                                                                                                                                • ScriptTimedOut: The specified script did not finish running in the specified time period.
                                                                                                                                • ScriptFailed: The specified script failed to run as expected.
                                                                                                                                • UnknownError: The specified script did not run for an unknown reason.
                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleErrorCode*/" } } }, "StopDeploymentResult" : { "c2jName" : "StopDeploymentOutput", "documentation" : "

                                                                                                                                  Represents the output of a stop deployment operation.

                                                                                                                                  ", "shapeName" : "StopDeploymentResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                  The status of the stop deployment operation:

                                                                                                                                  • Pending: The stop operation is pending.
                                                                                                                                  • Succeeded: The stop operation was successful.
                                                                                                                                  ", "name" : "Status", "c2jName" : "status", "c2jShape" : "StopStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                  The status of the stop deployment operation:

                                                                                                                                  • Pending: The stop operation is pending.
                                                                                                                                  • Succeeded: The stop operation was successful.
                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "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" : "StopStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                  The status of the stop deployment operation:

                                                                                                                                  • Pending: The stop operation is pending.
                                                                                                                                  • Succeeded: The stop operation was successful.
                                                                                                                                  \n@param status The status of the stop deployment operation:

                                                                                                                                  • Pending: The stop operation is pending.
                                                                                                                                  • Succeeded: The stop operation was successful.
                                                                                                                                  • \n@see StopStatus*/", "getterDocumentation" : "/**

                                                                                                                                    The status of the stop deployment operation:

                                                                                                                                    • Pending: The stop operation is pending.
                                                                                                                                    • Succeeded: The stop operation was successful.
                                                                                                                                    \n@return The status of the stop deployment operation:

                                                                                                                                    • Pending: The stop operation is pending.
                                                                                                                                    • Succeeded: The stop operation was successful.
                                                                                                                                    • \n@see StopStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                      The status of the stop deployment operation:

                                                                                                                                      • Pending: The stop operation is pending.
                                                                                                                                      • Succeeded: The stop operation was successful.
                                                                                                                                      \n@param status The status of the stop deployment operation:

                                                                                                                                      • Pending: The stop operation is pending.
                                                                                                                                      • Succeeded: The stop operation was successful.
                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see StopStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                        The status of the stop deployment operation:

                                                                                                                                        • Pending: The stop operation is pending.
                                                                                                                                        • Succeeded: The stop operation was successful.
                                                                                                                                        \n@param status The status of the stop deployment operation:

                                                                                                                                        • Pending: The stop operation is pending.
                                                                                                                                        • Succeeded: The stop operation was successful.
                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see StopStatus*/" }, { "documentation" : "

                                                                                                                                          An accompanying status message.

                                                                                                                                          ", "name" : "StatusMessage", "c2jName" : "statusMessage", "c2jShape" : "Message", "variable" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          An accompanying status message.

                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusMessage", "marshallLocationName" : "statusMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                          An accompanying status message.

                                                                                                                                          \n@param statusMessage An accompanying status message.*/", "getterDocumentation" : "/**

                                                                                                                                          An accompanying status message.

                                                                                                                                          \n@return An accompanying status message.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                          An accompanying status message.

                                                                                                                                          \n@param statusMessage An accompanying status message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                          An accompanying status message.

                                                                                                                                          \n@param statusMessage An accompanying status message.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "stopDeploymentResult", "variableType" : "StopDeploymentResult", "variableDeclarationType" : "StopDeploymentResult", "documentation" : null, "simpleType" : "StopDeploymentResult", "variableSetterType" : "StopDeploymentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                          The status of the stop deployment operation:

                                                                                                                                          • Pending: The stop operation is pending.
                                                                                                                                          • Succeeded: The stop operation was successful.
                                                                                                                                          ", "name" : "Status", "c2jName" : "status", "c2jShape" : "StopStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                          The status of the stop deployment operation:

                                                                                                                                          • Pending: The stop operation is pending.
                                                                                                                                          • Succeeded: The stop operation was successful.
                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "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" : "StopStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                          The status of the stop deployment operation:

                                                                                                                                          • Pending: The stop operation is pending.
                                                                                                                                          • Succeeded: The stop operation was successful.
                                                                                                                                          \n@param status The status of the stop deployment operation:

                                                                                                                                          • Pending: The stop operation is pending.
                                                                                                                                          • Succeeded: The stop operation was successful.
                                                                                                                                          • \n@see StopStatus*/", "getterDocumentation" : "/**

                                                                                                                                            The status of the stop deployment operation:

                                                                                                                                            • Pending: The stop operation is pending.
                                                                                                                                            • Succeeded: The stop operation was successful.
                                                                                                                                            \n@return The status of the stop deployment operation:

                                                                                                                                            • Pending: The stop operation is pending.
                                                                                                                                            • Succeeded: The stop operation was successful.
                                                                                                                                            • \n@see StopStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                              The status of the stop deployment operation:

                                                                                                                                              • Pending: The stop operation is pending.
                                                                                                                                              • Succeeded: The stop operation was successful.
                                                                                                                                              \n@param status The status of the stop deployment operation:

                                                                                                                                              • Pending: The stop operation is pending.
                                                                                                                                              • Succeeded: The stop operation was successful.
                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see StopStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                                The status of the stop deployment operation:

                                                                                                                                                • Pending: The stop operation is pending.
                                                                                                                                                • Succeeded: The stop operation was successful.
                                                                                                                                                \n@param status The status of the stop deployment operation:

                                                                                                                                                • Pending: The stop operation is pending.
                                                                                                                                                • Succeeded: The stop operation was successful.
                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see StopStatus*/" }, "StatusMessage" : { "documentation" : "

                                                                                                                                                  An accompanying status message.

                                                                                                                                                  ", "name" : "StatusMessage", "c2jName" : "statusMessage", "c2jShape" : "Message", "variable" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  An accompanying status message.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statusMessage", "marshallLocationName" : "statusMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  An accompanying status message.

                                                                                                                                                  \n@param statusMessage An accompanying status message.*/", "getterDocumentation" : "/**

                                                                                                                                                  An accompanying status message.

                                                                                                                                                  \n@return An accompanying status message.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  An accompanying status message.

                                                                                                                                                  \n@param statusMessage An accompanying status message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  An accompanying status message.

                                                                                                                                                  \n@param statusMessage An accompanying status message.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidDeploymentConfigNameException" : { "c2jName" : "InvalidDeploymentConfigNameException", "documentation" : "

                                                                                                                                                  The deployment configuration name was specified in an invalid format.

                                                                                                                                                  ", "shapeName" : "InvalidDeploymentConfigNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidDeploymentConfigNameException", "variableType" : "InvalidDeploymentConfigNameException", "variableDeclarationType" : "InvalidDeploymentConfigNameException", "documentation" : null, "simpleType" : "InvalidDeploymentConfigNameException", "variableSetterType" : "InvalidDeploymentConfigNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidDeploymentConfigNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListDeploymentConfigsRequest" : { "c2jName" : "ListDeploymentConfigsInput", "documentation" : "

                                                                                                                                                  Represents the input of a list deployment configurations operation.

                                                                                                                                                  ", "shapeName" : "ListDeploymentConfigsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

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

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

                                                                                                                                                  \n@return An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDeploymentConfigsRequest", "variableType" : "ListDeploymentConfigsRequest", "variableDeclarationType" : "ListDeploymentConfigsRequest", "documentation" : null, "simpleType" : "ListDeploymentConfigsRequest", "variableSetterType" : "ListDeploymentConfigsRequest" }, "marshaller" : { "action" : "ListDeploymentConfigs", "verb" : "POST", "target" : "CodeDeploy_20141006.ListDeploymentConfigs", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

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

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

                                                                                                                                                  \n@return An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment configurations call. It can be used to return the next set of deployment configurations in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BatchGetApplicationsResult" : { "c2jName" : "BatchGetApplicationsOutput", "documentation" : "

                                                                                                                                                  Represents the output of a batch get applications operation.

                                                                                                                                                  ", "shapeName" : "BatchGetApplicationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  Information about the applications.

                                                                                                                                                  ", "name" : "ApplicationsInfo", "c2jName" : "applicationsInfo", "c2jShape" : "ApplicationsInfoList", "variable" : { "variableName" : "applicationsInfo", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  Information about the applications.

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

                                                                                                                                                  Information about the applications.

                                                                                                                                                  \n@param applicationsInfo Information about the applications.*/", "getterDocumentation" : "/**

                                                                                                                                                  Information about the applications.

                                                                                                                                                  \n@return Information about the applications.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Information about the applications.

                                                                                                                                                  \n@param applicationsInfo Information about the applications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Information about the applications.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param applicationsInfo Information about the applications.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetApplicationsResult", "variableType" : "BatchGetApplicationsResult", "variableDeclarationType" : "BatchGetApplicationsResult", "documentation" : null, "simpleType" : "BatchGetApplicationsResult", "variableSetterType" : "BatchGetApplicationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationsInfo" : { "documentation" : "

                                                                                                                                                  Information about the applications.

                                                                                                                                                  ", "name" : "ApplicationsInfo", "c2jName" : "applicationsInfo", "c2jShape" : "ApplicationsInfoList", "variable" : { "variableName" : "applicationsInfo", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  Information about the applications.

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

                                                                                                                                                  Information about the applications.

                                                                                                                                                  \n@param applicationsInfo Information about the applications.*/", "getterDocumentation" : "/**

                                                                                                                                                  Information about the applications.

                                                                                                                                                  \n@return Information about the applications.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Information about the applications.

                                                                                                                                                  \n@param applicationsInfo Information about the applications.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Information about the applications.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param applicationsInfo Information about the applications.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BatchGetOnPremisesInstancesResult" : { "c2jName" : "BatchGetOnPremisesInstancesOutput", "documentation" : "

                                                                                                                                                  Represents the output of a batch get on-premises instances operation.

                                                                                                                                                  ", "shapeName" : "BatchGetOnPremisesInstancesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  Information about the on-premises instances.

                                                                                                                                                  ", "name" : "InstanceInfos", "c2jName" : "instanceInfos", "c2jShape" : "InstanceInfoList", "variable" : { "variableName" : "instanceInfos", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  Information about the on-premises instances.

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

                                                                                                                                                  Information about the on-premises instances.

                                                                                                                                                  \n@param instanceInfos Information about the on-premises instances.*/", "getterDocumentation" : "/**

                                                                                                                                                  Information about the on-premises instances.

                                                                                                                                                  \n@return Information about the on-premises instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Information about the on-premises instances.

                                                                                                                                                  \n@param instanceInfos Information about the on-premises instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Information about the on-premises instances.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param instanceInfos Information about the on-premises instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetOnPremisesInstancesResult", "variableType" : "BatchGetOnPremisesInstancesResult", "variableDeclarationType" : "BatchGetOnPremisesInstancesResult", "documentation" : null, "simpleType" : "BatchGetOnPremisesInstancesResult", "variableSetterType" : "BatchGetOnPremisesInstancesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceInfos" : { "documentation" : "

                                                                                                                                                  Information about the on-premises instances.

                                                                                                                                                  ", "name" : "InstanceInfos", "c2jName" : "instanceInfos", "c2jShape" : "InstanceInfoList", "variable" : { "variableName" : "instanceInfos", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  Information about the on-premises instances.

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

                                                                                                                                                  Information about the on-premises instances.

                                                                                                                                                  \n@param instanceInfos Information about the on-premises instances.*/", "getterDocumentation" : "/**

                                                                                                                                                  Information about the on-premises instances.

                                                                                                                                                  \n@return Information about the on-premises instances.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Information about the on-premises instances.

                                                                                                                                                  \n@param instanceInfos Information about the on-premises instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Information about the on-premises instances.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param instanceInfos Information about the on-premises instances.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDeploymentConfigResult" : { "c2jName" : "CreateDeploymentConfigOutput", "documentation" : "

                                                                                                                                                  Represents the output of a create deployment configuration operation.

                                                                                                                                                  ", "shapeName" : "CreateDeploymentConfigResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  A unique deployment configuration ID.

                                                                                                                                                  ", "name" : "DeploymentConfigId", "c2jName" : "deploymentConfigId", "c2jShape" : "DeploymentConfigId", "variable" : { "variableName" : "deploymentConfigId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  A unique deployment configuration ID.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigId", "marshallLocationName" : "deploymentConfigId", "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 unique deployment configuration ID.

                                                                                                                                                  \n@param deploymentConfigId A unique deployment configuration ID.*/", "getterDocumentation" : "/**

                                                                                                                                                  A unique deployment configuration ID.

                                                                                                                                                  \n@return A unique deployment configuration ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A unique deployment configuration ID.

                                                                                                                                                  \n@param deploymentConfigId A unique deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A unique deployment configuration ID.

                                                                                                                                                  \n@param deploymentConfigId A unique deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDeploymentConfigResult", "variableType" : "CreateDeploymentConfigResult", "variableDeclarationType" : "CreateDeploymentConfigResult", "documentation" : null, "simpleType" : "CreateDeploymentConfigResult", "variableSetterType" : "CreateDeploymentConfigResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentConfigId" : { "documentation" : "

                                                                                                                                                  A unique deployment configuration ID.

                                                                                                                                                  ", "name" : "DeploymentConfigId", "c2jName" : "deploymentConfigId", "c2jShape" : "DeploymentConfigId", "variable" : { "variableName" : "deploymentConfigId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  A unique deployment configuration ID.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigId", "marshallLocationName" : "deploymentConfigId", "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 unique deployment configuration ID.

                                                                                                                                                  \n@param deploymentConfigId A unique deployment configuration ID.*/", "getterDocumentation" : "/**

                                                                                                                                                  A unique deployment configuration ID.

                                                                                                                                                  \n@return A unique deployment configuration ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A unique deployment configuration ID.

                                                                                                                                                  \n@param deploymentConfigId A unique deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A unique deployment configuration ID.

                                                                                                                                                  \n@param deploymentConfigId A unique deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SortOrder" : { "c2jName" : "SortOrder", "documentation" : "", "shapeName" : "SortOrder", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Ascending", "value" : "ascending" }, { "name" : "Descending", "value" : "descending" } ], "variable" : { "variableName" : "sortOrder", "variableType" : "SortOrder", "variableDeclarationType" : "SortOrder", "documentation" : null, "simpleType" : "SortOrder", "variableSetterType" : "SortOrder" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextTokenException", "documentation" : "

                                                                                                                                                  The next token was specified in an invalid format.

                                                                                                                                                  ", "shapeName" : "InvalidNextTokenException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "variableDeclarationType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidNextTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetDeploymentConfigRequest" : { "c2jName" : "GetDeploymentConfigInput", "documentation" : "

                                                                                                                                                  Represents the input of a get deployment configuration operation.

                                                                                                                                                  ", "shapeName" : "GetDeploymentConfigRequest", "deprecated" : false, "required" : [ "deploymentConfigName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@return The name of a deployment configuration associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentConfigRequest", "variableType" : "GetDeploymentConfigRequest", "variableDeclarationType" : "GetDeploymentConfigRequest", "documentation" : null, "simpleType" : "GetDeploymentConfigRequest", "variableSetterType" : "GetDeploymentConfigRequest" }, "marshaller" : { "action" : "GetDeploymentConfig", "verb" : "POST", "target" : "CodeDeploy_20141006.GetDeploymentConfig", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentConfigName" : { "documentation" : "

                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@return The name of a deployment configuration associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegisterApplicationRevisionResult" : { "c2jName" : "RegisterApplicationRevisionResult", "documentation" : null, "shapeName" : "RegisterApplicationRevisionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "registerApplicationRevisionResult", "variableType" : "RegisterApplicationRevisionResult", "variableDeclarationType" : "RegisterApplicationRevisionResult", "documentation" : null, "simpleType" : "RegisterApplicationRevisionResult", "variableSetterType" : "RegisterApplicationRevisionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateApplicationRequest" : { "c2jName" : "UpdateApplicationInput", "documentation" : "

                                                                                                                                                  Represents the input of an update application operation.

                                                                                                                                                  ", "shapeName" : "UpdateApplicationRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The current name of the application you want to change.

                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The current name of the application you want to change.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 current name of the application you want to change.

                                                                                                                                                  \n@param applicationName The current name of the application you want to change.*/", "getterDocumentation" : "/**

                                                                                                                                                  The current name of the application you want to change.

                                                                                                                                                  \n@return The current name of the application you want to change.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The current name of the application you want to change.

                                                                                                                                                  \n@param applicationName The current name of the application you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The current name of the application you want to change.

                                                                                                                                                  \n@param applicationName The current name of the application you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The new name to give the application.

                                                                                                                                                  ", "name" : "NewApplicationName", "c2jName" : "newApplicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "newApplicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The new name to give the application.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "newApplicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "newApplicationName", "marshallLocationName" : "newApplicationName", "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 new name to give the application.

                                                                                                                                                  \n@param newApplicationName The new name to give the application.*/", "getterDocumentation" : "/**

                                                                                                                                                  The new name to give the application.

                                                                                                                                                  \n@return The new name to give the application.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The new name to give the application.

                                                                                                                                                  \n@param newApplicationName The new name to give the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The new name to give the application.

                                                                                                                                                  \n@param newApplicationName The new name to give the application.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateApplicationRequest", "variableType" : "UpdateApplicationRequest", "variableDeclarationType" : "UpdateApplicationRequest", "documentation" : null, "simpleType" : "UpdateApplicationRequest", "variableSetterType" : "UpdateApplicationRequest" }, "marshaller" : { "action" : "UpdateApplication", "verb" : "POST", "target" : "CodeDeploy_20141006.UpdateApplication", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                                                                                  The current name of the application you want to change.

                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The current name of the application you want to change.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 current name of the application you want to change.

                                                                                                                                                  \n@param applicationName The current name of the application you want to change.*/", "getterDocumentation" : "/**

                                                                                                                                                  The current name of the application you want to change.

                                                                                                                                                  \n@return The current name of the application you want to change.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The current name of the application you want to change.

                                                                                                                                                  \n@param applicationName The current name of the application you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The current name of the application you want to change.

                                                                                                                                                  \n@param applicationName The current name of the application you want to change.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NewApplicationName" : { "documentation" : "

                                                                                                                                                  The new name to give the application.

                                                                                                                                                  ", "name" : "NewApplicationName", "c2jName" : "newApplicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "newApplicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The new name to give the application.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "newApplicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "newApplicationName", "marshallLocationName" : "newApplicationName", "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 new name to give the application.

                                                                                                                                                  \n@param newApplicationName The new name to give the application.*/", "getterDocumentation" : "/**

                                                                                                                                                  The new name to give the application.

                                                                                                                                                  \n@return The new name to give the application.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The new name to give the application.

                                                                                                                                                  \n@param newApplicationName The new name to give the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The new name to give the application.

                                                                                                                                                  \n@param newApplicationName The new name to give the application.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidSortByException" : { "c2jName" : "InvalidSortByException", "documentation" : "

                                                                                                                                                  The column name to sort by is either not present or was specified in an invalid format.

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

                                                                                                                                                  The maximum allowed number of tags was exceeded.

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

                                                                                                                                                  Represents the output of a list deployments operation.

                                                                                                                                                  ", "shapeName" : "ListDeploymentsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  A list of deployment IDs.

                                                                                                                                                  ", "name" : "Deployments", "c2jName" : "deployments", "c2jShape" : "DeploymentsList", "variable" : { "variableName" : "deployments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  A list of deployment IDs.

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

                                                                                                                                                  A list of deployment IDs.

                                                                                                                                                  \n@param deployments A list of deployment IDs.*/", "getterDocumentation" : "/**

                                                                                                                                                  A list of deployment IDs.

                                                                                                                                                  \n@return A list of deployment IDs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A list of deployment IDs.

                                                                                                                                                  \n@param deployments A list of deployment IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A list of deployment IDs.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param deployments A list of deployment IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

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

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

                                                                                                                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDeploymentsResult", "variableType" : "ListDeploymentsResult", "variableDeclarationType" : "ListDeploymentsResult", "documentation" : null, "simpleType" : "ListDeploymentsResult", "variableSetterType" : "ListDeploymentsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

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

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

                                                                                                                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Deployments" : { "documentation" : "

                                                                                                                                                  A list of deployment IDs.

                                                                                                                                                  ", "name" : "Deployments", "c2jName" : "deployments", "c2jShape" : "DeploymentsList", "variable" : { "variableName" : "deployments", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  A list of deployment IDs.

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

                                                                                                                                                  A list of deployment IDs.

                                                                                                                                                  \n@param deployments A list of deployment IDs.*/", "getterDocumentation" : "/**

                                                                                                                                                  A list of deployment IDs.

                                                                                                                                                  \n@return A list of deployment IDs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A list of deployment IDs.

                                                                                                                                                  \n@param deployments A list of deployment IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A list of deployment IDs.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param deployments A list of deployment IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BatchGetOnPremisesInstancesRequest" : { "c2jName" : "BatchGetOnPremisesInstancesInput", "documentation" : "

                                                                                                                                                  Represents the input of a batch get on-premises instances operation.

                                                                                                                                                  ", "shapeName" : "BatchGetOnPremisesInstancesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The names of the on-premises instances about which to get information.

                                                                                                                                                  ", "name" : "InstanceNames", "c2jName" : "instanceNames", "c2jShape" : "InstanceNameList", "variable" : { "variableName" : "instanceNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  The names of the on-premises instances about which to get information.

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

                                                                                                                                                  The names of the on-premises instances about which to get information.

                                                                                                                                                  \n@param instanceNames The names of the on-premises instances about which to get information.*/", "getterDocumentation" : "/**

                                                                                                                                                  The names of the on-premises instances about which to get information.

                                                                                                                                                  \n@return The names of the on-premises instances about which to get information.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The names of the on-premises instances about which to get information.

                                                                                                                                                  \n@param instanceNames The names of the on-premises instances about which to get information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The names of the on-premises instances about which to get information.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param instanceNames The names of the on-premises instances about which to get information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetOnPremisesInstancesRequest", "variableType" : "BatchGetOnPremisesInstancesRequest", "variableDeclarationType" : "BatchGetOnPremisesInstancesRequest", "documentation" : null, "simpleType" : "BatchGetOnPremisesInstancesRequest", "variableSetterType" : "BatchGetOnPremisesInstancesRequest" }, "marshaller" : { "action" : "BatchGetOnPremisesInstances", "verb" : "POST", "target" : "CodeDeploy_20141006.BatchGetOnPremisesInstances", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceNames" : { "documentation" : "

                                                                                                                                                  The names of the on-premises instances about which to get information.

                                                                                                                                                  ", "name" : "InstanceNames", "c2jName" : "instanceNames", "c2jShape" : "InstanceNameList", "variable" : { "variableName" : "instanceNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  The names of the on-premises instances about which to get information.

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

                                                                                                                                                  The names of the on-premises instances about which to get information.

                                                                                                                                                  \n@param instanceNames The names of the on-premises instances about which to get information.*/", "getterDocumentation" : "/**

                                                                                                                                                  The names of the on-premises instances about which to get information.

                                                                                                                                                  \n@return The names of the on-premises instances about which to get information.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The names of the on-premises instances about which to get information.

                                                                                                                                                  \n@param instanceNames The names of the on-premises instances about which to get information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The names of the on-premises instances about which to get information.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param instanceNames The names of the on-premises instances about which to get information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeploymentGroupNameRequiredException" : { "c2jName" : "DeploymentGroupNameRequiredException", "documentation" : "

                                                                                                                                                  The deployment group name was not specified.

                                                                                                                                                  ", "shapeName" : "DeploymentGroupNameRequiredException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deploymentGroupNameRequiredException", "variableType" : "DeploymentGroupNameRequiredException", "variableDeclarationType" : "DeploymentGroupNameRequiredException", "documentation" : null, "simpleType" : "DeploymentGroupNameRequiredException", "variableSetterType" : "DeploymentGroupNameRequiredException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DeploymentGroupNameRequiredException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "BatchGetApplicationRevisionsRequest" : { "c2jName" : "BatchGetApplicationRevisionsInput", "documentation" : "

                                                                                                                                                  Represents the input of a batch get application revisions operation.

                                                                                                                                                  ", "shapeName" : "BatchGetApplicationRevisionsRequest", "deprecated" : false, "required" : [ "applicationName", "revisions" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application about which to get revision information.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  \n@return The name of an AWS CodeDeploy application about which to get revision information.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application about which to get revision information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application about which to get revision information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  Information to get about the application revisions, including type and location.

                                                                                                                                                  ", "name" : "Revisions", "c2jName" : "revisions", "c2jShape" : "RevisionLocationList", "variable" : { "variableName" : "revisions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  Information to get about the application revisions, including type and location.

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

                                                                                                                                                  Information to get about the application revisions, including type and location.

                                                                                                                                                  \n@param revisions Information to get about the application revisions, including type and location.*/", "getterDocumentation" : "/**

                                                                                                                                                  Information to get about the application revisions, including type and location.

                                                                                                                                                  \n@return Information to get about the application revisions, including type and location.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Information to get about the application revisions, including type and location.

                                                                                                                                                  \n@param revisions Information to get about the application revisions, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Information to get about the application revisions, including type and location.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param revisions Information to get about the application revisions, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetApplicationRevisionsRequest", "variableType" : "BatchGetApplicationRevisionsRequest", "variableDeclarationType" : "BatchGetApplicationRevisionsRequest", "documentation" : null, "simpleType" : "BatchGetApplicationRevisionsRequest", "variableSetterType" : "BatchGetApplicationRevisionsRequest" }, "marshaller" : { "action" : "BatchGetApplicationRevisions", "verb" : "POST", "target" : "CodeDeploy_20141006.BatchGetApplicationRevisions", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application about which to get revision information.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  \n@return The name of an AWS CodeDeploy application about which to get revision information.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application about which to get revision information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application about which to get revision information.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application about which to get revision information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Revisions" : { "documentation" : "

                                                                                                                                                  Information to get about the application revisions, including type and location.

                                                                                                                                                  ", "name" : "Revisions", "c2jName" : "revisions", "c2jShape" : "RevisionLocationList", "variable" : { "variableName" : "revisions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  Information to get about the application revisions, including type and location.

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

                                                                                                                                                  Information to get about the application revisions, including type and location.

                                                                                                                                                  \n@param revisions Information to get about the application revisions, including type and location.*/", "getterDocumentation" : "/**

                                                                                                                                                  Information to get about the application revisions, including type and location.

                                                                                                                                                  \n@return Information to get about the application revisions, including type and location.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  Information to get about the application revisions, including type and location.

                                                                                                                                                  \n@param revisions Information to get about the application revisions, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  Information to get about the application revisions, including type and location.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param revisions Information to get about the application revisions, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

                                                                                                                                                  Information about a tag.

                                                                                                                                                  ", "shapeName" : "Tag", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The tag's key.

                                                                                                                                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "Key", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The tag's key.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "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 tag's key.

                                                                                                                                                  \n@param key The tag's key.*/", "getterDocumentation" : "/**

                                                                                                                                                  The tag's key.

                                                                                                                                                  \n@return The tag's key.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The tag's key.

                                                                                                                                                  \n@param key The tag's key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The tag's key.

                                                                                                                                                  \n@param key The tag's key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The tag's value.

                                                                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "Value", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The tag's value.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 tag's value.

                                                                                                                                                  \n@param value The tag's value.*/", "getterDocumentation" : "/**

                                                                                                                                                  The tag's value.

                                                                                                                                                  \n@return The tag's value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The tag's value.

                                                                                                                                                  \n@param value The tag's value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The tag's value.

                                                                                                                                                  \n@param value The tag's value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                                                                                                                                                  The tag's value.

                                                                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "Value", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The tag's value.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 tag's value.

                                                                                                                                                  \n@param value The tag's value.*/", "getterDocumentation" : "/**

                                                                                                                                                  The tag's value.

                                                                                                                                                  \n@return The tag's value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The tag's value.

                                                                                                                                                  \n@param value The tag's value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The tag's value.

                                                                                                                                                  \n@param value The tag's value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

                                                                                                                                                  The tag's key.

                                                                                                                                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "Key", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The tag's key.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "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 tag's key.

                                                                                                                                                  \n@param key The tag's key.*/", "getterDocumentation" : "/**

                                                                                                                                                  The tag's key.

                                                                                                                                                  \n@return The tag's key.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The tag's key.

                                                                                                                                                  \n@param key The tag's key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The tag's key.

                                                                                                                                                  \n@param key The tag's key.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BatchGetApplicationsRequest" : { "c2jName" : "BatchGetApplicationsInput", "documentation" : "

                                                                                                                                                  Represents the input of a batch get applications operation.

                                                                                                                                                  ", "shapeName" : "BatchGetApplicationsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  A list of application names separated by spaces.

                                                                                                                                                  ", "name" : "ApplicationNames", "c2jName" : "applicationNames", "c2jShape" : "ApplicationsList", "variable" : { "variableName" : "applicationNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  A list of application names separated by spaces.

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

                                                                                                                                                  A list of application names separated by spaces.

                                                                                                                                                  \n@param applicationNames A list of application names separated by spaces.*/", "getterDocumentation" : "/**

                                                                                                                                                  A list of application names separated by spaces.

                                                                                                                                                  \n@return A list of application names separated by spaces.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A list of application names separated by spaces.

                                                                                                                                                  \n@param applicationNames A list of application names separated by spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A list of application names separated by spaces.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param applicationNames A list of application names separated by spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetApplicationsRequest", "variableType" : "BatchGetApplicationsRequest", "variableDeclarationType" : "BatchGetApplicationsRequest", "documentation" : null, "simpleType" : "BatchGetApplicationsRequest", "variableSetterType" : "BatchGetApplicationsRequest" }, "marshaller" : { "action" : "BatchGetApplications", "verb" : "POST", "target" : "CodeDeploy_20141006.BatchGetApplications", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationNames" : { "documentation" : "

                                                                                                                                                  A list of application names separated by spaces.

                                                                                                                                                  ", "name" : "ApplicationNames", "c2jName" : "applicationNames", "c2jShape" : "ApplicationsList", "variable" : { "variableName" : "applicationNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  A list of application names separated by spaces.

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

                                                                                                                                                  A list of application names separated by spaces.

                                                                                                                                                  \n@param applicationNames A list of application names separated by spaces.*/", "getterDocumentation" : "/**

                                                                                                                                                  A list of application names separated by spaces.

                                                                                                                                                  \n@return A list of application names separated by spaces.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A list of application names separated by spaces.

                                                                                                                                                  \n@param applicationNames A list of application names separated by spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A list of application names separated by spaces.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param applicationNames A list of application names separated by spaces.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BucketNameFilterRequiredException" : { "c2jName" : "BucketNameFilterRequiredException", "documentation" : "

                                                                                                                                                  A bucket name is required, but was not provided.

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

                                                                                                                                                  The deployment configuration does not exist with the applicable IAM user or AWS account.

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

                                                                                                                                                  The specified key prefix filter was specified in an invalid format.

                                                                                                                                                  ", "shapeName" : "InvalidKeyPrefixFilterException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidKeyPrefixFilterException", "variableType" : "InvalidKeyPrefixFilterException", "variableDeclarationType" : "InvalidKeyPrefixFilterException", "documentation" : null, "simpleType" : "InvalidKeyPrefixFilterException", "variableSetterType" : "InvalidKeyPrefixFilterException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidKeyPrefixFilterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetApplicationRequest" : { "c2jName" : "GetApplicationInput", "documentation" : "

                                                                                                                                                  Represents the input of a get application operation.

                                                                                                                                                  ", "shapeName" : "GetApplicationRequest", "deprecated" : false, "required" : [ "applicationName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getApplicationRequest", "variableType" : "GetApplicationRequest", "variableDeclarationType" : "GetApplicationRequest", "documentation" : null, "simpleType" : "GetApplicationRequest", "variableSetterType" : "GetApplicationRequest" }, "marshaller" : { "action" : "GetApplication", "verb" : "POST", "target" : "CodeDeploy_20141006.GetApplication", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidDeploymentGroupNameException" : { "c2jName" : "InvalidDeploymentGroupNameException", "documentation" : "

                                                                                                                                                  The deployment group name was specified in an invalid format.

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

                                                                                                                                                  The deployment is already complete.

                                                                                                                                                  ", "shapeName" : "DeploymentAlreadyCompletedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deploymentAlreadyCompletedException", "variableType" : "DeploymentAlreadyCompletedException", "variableDeclarationType" : "DeploymentAlreadyCompletedException", "documentation" : null, "simpleType" : "DeploymentAlreadyCompletedException", "variableSetterType" : "DeploymentAlreadyCompletedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DeploymentAlreadyCompletedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetOnPremisesInstanceRequest" : { "c2jName" : "GetOnPremisesInstanceInput", "documentation" : "

                                                                                                                                                  Represents the input of a get on-premises instance operation.

                                                                                                                                                  ", "shapeName" : "GetOnPremisesInstanceRequest", "deprecated" : false, "required" : [ "instanceName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of the on-premises instance about which to get information.

                                                                                                                                                  ", "name" : "InstanceName", "c2jName" : "instanceName", "c2jShape" : "InstanceName", "variable" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the on-premises instance about which to get information.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceName", "marshallLocationName" : "instanceName", "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 on-premises instance about which to get information.

                                                                                                                                                  \n@param instanceName The name of the on-premises instance about which to get information.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the on-premises instance about which to get information.

                                                                                                                                                  \n@return The name of the on-premises instance about which to get information.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the on-premises instance about which to get information.

                                                                                                                                                  \n@param instanceName The name of the on-premises instance about which to get information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the on-premises instance about which to get information.

                                                                                                                                                  \n@param instanceName The name of the on-premises instance about which to get information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getOnPremisesInstanceRequest", "variableType" : "GetOnPremisesInstanceRequest", "variableDeclarationType" : "GetOnPremisesInstanceRequest", "documentation" : null, "simpleType" : "GetOnPremisesInstanceRequest", "variableSetterType" : "GetOnPremisesInstanceRequest" }, "marshaller" : { "action" : "GetOnPremisesInstance", "verb" : "POST", "target" : "CodeDeploy_20141006.GetOnPremisesInstance", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceName" : { "documentation" : "

                                                                                                                                                  The name of the on-premises instance about which to get information.

                                                                                                                                                  ", "name" : "InstanceName", "c2jName" : "instanceName", "c2jShape" : "InstanceName", "variable" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of the on-premises instance about which to get information.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceName", "marshallLocationName" : "instanceName", "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 on-premises instance about which to get information.

                                                                                                                                                  \n@param instanceName The name of the on-premises instance about which to get information.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of the on-premises instance about which to get information.

                                                                                                                                                  \n@return The name of the on-premises instance about which to get information.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of the on-premises instance about which to get information.

                                                                                                                                                  \n@param instanceName The name of the on-premises instance about which to get information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of the on-premises instance about which to get information.

                                                                                                                                                  \n@param instanceName The name of the on-premises instance about which to get information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidTagFilterException" : { "c2jName" : "InvalidTagFilterException", "documentation" : "

                                                                                                                                                  The specified tag filter was specified in an invalid format.

                                                                                                                                                  ", "shapeName" : "InvalidTagFilterException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidTagFilterException", "variableType" : "InvalidTagFilterException", "variableDeclarationType" : "InvalidTagFilterException", "documentation" : null, "simpleType" : "InvalidTagFilterException", "variableSetterType" : "InvalidTagFilterException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTagFilterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListDeploymentInstancesResult" : { "c2jName" : "ListDeploymentInstancesOutput", "documentation" : "

                                                                                                                                                  Represents the output of a list deployment instances operation.

                                                                                                                                                  ", "shapeName" : "ListDeploymentInstancesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  A list of instance IDs.

                                                                                                                                                  ", "name" : "InstancesList", "c2jName" : "instancesList", "c2jShape" : "InstancesList", "variable" : { "variableName" : "instancesList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  A list of instance IDs.

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

                                                                                                                                                  A list of instance IDs.

                                                                                                                                                  \n@param instancesList A list of instance IDs.*/", "getterDocumentation" : "/**

                                                                                                                                                  A list of instance IDs.

                                                                                                                                                  \n@return A list of instance IDs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A list of instance IDs.

                                                                                                                                                  \n@param instancesList A list of instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A list of instance IDs.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param instancesList A list of instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

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

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

                                                                                                                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDeploymentInstancesResult", "variableType" : "ListDeploymentInstancesResult", "variableDeclarationType" : "ListDeploymentInstancesResult", "documentation" : null, "simpleType" : "ListDeploymentInstancesResult", "variableSetterType" : "ListDeploymentInstancesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

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

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

                                                                                                                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.

                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstancesList" : { "documentation" : "

                                                                                                                                                  A list of instance IDs.

                                                                                                                                                  ", "name" : "InstancesList", "c2jName" : "instancesList", "c2jShape" : "InstancesList", "variable" : { "variableName" : "instancesList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                  A list of instance IDs.

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

                                                                                                                                                  A list of instance IDs.

                                                                                                                                                  \n@param instancesList A list of instance IDs.*/", "getterDocumentation" : "/**

                                                                                                                                                  A list of instance IDs.

                                                                                                                                                  \n@return A list of instance IDs.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  A list of instance IDs.

                                                                                                                                                  \n@param instancesList A list of instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  A list of instance IDs.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@param instancesList A list of instance IDs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListDeploymentGroupsRequest" : { "c2jName" : "ListDeploymentGroupsInput", "documentation" : "

                                                                                                                                                  Represents the input of a list deployment groups operation.

                                                                                                                                                  ", "shapeName" : "ListDeploymentGroupsRequest", "deprecated" : false, "required" : [ "applicationName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

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

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

                                                                                                                                                  \n@return An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDeploymentGroupsRequest", "variableType" : "ListDeploymentGroupsRequest", "variableDeclarationType" : "ListDeploymentGroupsRequest", "documentation" : null, "simpleType" : "ListDeploymentGroupsRequest", "variableSetterType" : "ListDeploymentGroupsRequest" }, "marshaller" : { "action" : "ListDeploymentGroups", "verb" : "POST", "target" : "CodeDeploy_20141006.ListDeploymentGroups", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

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

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

                                                                                                                                                  \n@return An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidSortOrderException" : { "c2jName" : "InvalidSortOrderException", "documentation" : "

                                                                                                                                                  The sort order was specified in an invalid format.

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

                                                                                                                                                  An IAM user ARN was not specified.

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

                                                                                                                                                  Information about an instance in a deployment.

                                                                                                                                                  ", "shapeName" : "InstanceSummary", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                  The deployment ID.

                                                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The deployment ID.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 deployment ID.

                                                                                                                                                  \n@param deploymentId The deployment ID.*/", "getterDocumentation" : "/**

                                                                                                                                                  The deployment ID.

                                                                                                                                                  \n@return The deployment ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The deployment ID.

                                                                                                                                                  \n@param deploymentId The deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The deployment ID.

                                                                                                                                                  \n@param deploymentId The deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The instance ID.

                                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "instanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The instance ID.

                                                                                                                                                  ", "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 instance ID.

                                                                                                                                                  \n@param instanceId The instance ID.*/", "getterDocumentation" : "/**

                                                                                                                                                  The instance ID.

                                                                                                                                                  \n@return The instance ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                  The instance ID.

                                                                                                                                                  \n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                  The instance ID.

                                                                                                                                                  \n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                  The deployment status for this instance:

                                                                                                                                                  • Pending: The deployment is pending for this instance.
                                                                                                                                                  • In Progress: The deployment is in progress for this instance.
                                                                                                                                                  • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                  • Failed: The deployment has failed for this instance.
                                                                                                                                                  • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                  • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                  ", "name" : "Status", "c2jName" : "status", "c2jShape" : "InstanceStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                  The deployment status for this instance:

                                                                                                                                                  • Pending: The deployment is pending for this instance.
                                                                                                                                                  • In Progress: The deployment is in progress for this instance.
                                                                                                                                                  • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                  • Failed: The deployment has failed for this instance.
                                                                                                                                                  • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                  • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "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" : "InstanceStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                  The deployment status for this instance:

                                                                                                                                                  • Pending: The deployment is pending for this instance.
                                                                                                                                                  • In Progress: The deployment is in progress for this instance.
                                                                                                                                                  • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                  • Failed: The deployment has failed for this instance.
                                                                                                                                                  • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                  • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                  \n@param status The deployment status for this instance:

                                                                                                                                                  • Pending: The deployment is pending for this instance.
                                                                                                                                                  • In Progress: The deployment is in progress for this instance.
                                                                                                                                                  • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                  • Failed: The deployment has failed for this instance.
                                                                                                                                                  • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                  • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                  • \n@see InstanceStatus*/", "getterDocumentation" : "/**

                                                                                                                                                    The deployment status for this instance:

                                                                                                                                                    • Pending: The deployment is pending for this instance.
                                                                                                                                                    • In Progress: The deployment is in progress for this instance.
                                                                                                                                                    • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                    • Failed: The deployment has failed for this instance.
                                                                                                                                                    • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                    • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                    \n@return The deployment status for this instance:

                                                                                                                                                    • Pending: The deployment is pending for this instance.
                                                                                                                                                    • In Progress: The deployment is in progress for this instance.
                                                                                                                                                    • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                    • Failed: The deployment has failed for this instance.
                                                                                                                                                    • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                    • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                    • \n@see InstanceStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                      The deployment status for this instance:

                                                                                                                                                      • Pending: The deployment is pending for this instance.
                                                                                                                                                      • In Progress: The deployment is in progress for this instance.
                                                                                                                                                      • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                      • Failed: The deployment has failed for this instance.
                                                                                                                                                      • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                      • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                      \n@param status The deployment status for this instance:

                                                                                                                                                      • Pending: The deployment is pending for this instance.
                                                                                                                                                      • In Progress: The deployment is in progress for this instance.
                                                                                                                                                      • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                      • Failed: The deployment has failed for this instance.
                                                                                                                                                      • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                      • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                                        The deployment status for this instance:

                                                                                                                                                        • Pending: The deployment is pending for this instance.
                                                                                                                                                        • In Progress: The deployment is in progress for this instance.
                                                                                                                                                        • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                        • Failed: The deployment has failed for this instance.
                                                                                                                                                        • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                        • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                        \n@param status The deployment status for this instance:

                                                                                                                                                        • Pending: The deployment is pending for this instance.
                                                                                                                                                        • In Progress: The deployment is in progress for this instance.
                                                                                                                                                        • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                        • Failed: The deployment has failed for this instance.
                                                                                                                                                        • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                        • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/" }, { "documentation" : "

                                                                                                                                                          A timestamp indicating when the instance information was last updated.

                                                                                                                                                          ", "name" : "LastUpdatedAt", "c2jName" : "lastUpdatedAt", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                          A timestamp indicating when the instance information was last updated.

                                                                                                                                                          ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedAt", "marshallLocationName" : "lastUpdatedAt", "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 timestamp indicating when the instance information was last updated.

                                                                                                                                                          \n@param lastUpdatedAt A timestamp indicating when the instance information was last updated.*/", "getterDocumentation" : "/**

                                                                                                                                                          A timestamp indicating when the instance information was last updated.

                                                                                                                                                          \n@return A timestamp indicating when the instance information was last updated.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                          A timestamp indicating when the instance information was last updated.

                                                                                                                                                          \n@param lastUpdatedAt A timestamp indicating when the instance information was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                          A timestamp indicating when the instance information was last updated.

                                                                                                                                                          \n@param lastUpdatedAt A timestamp indicating when the instance information was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                          A list of lifecycle events for this instance.

                                                                                                                                                          ", "name" : "LifecycleEvents", "c2jName" : "lifecycleEvents", "c2jShape" : "LifecycleEventList", "variable" : { "variableName" : "lifecycleEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                          A list of lifecycle events for this instance.

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

                                                                                                                                                          A list of lifecycle events for this instance.

                                                                                                                                                          \n@param lifecycleEvents A list of lifecycle events for this instance.*/", "getterDocumentation" : "/**

                                                                                                                                                          A list of lifecycle events for this instance.

                                                                                                                                                          \n@return A list of lifecycle events for this instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                          A list of lifecycle events for this instance.

                                                                                                                                                          \n@param lifecycleEvents A list of lifecycle events for this instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                          A list of lifecycle events for this instance.

                                                                                                                                                          \n

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

                                                                                                                                                          \n@param lifecycleEvents A list of lifecycle events for this instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "instanceSummary", "variableType" : "InstanceSummary", "variableDeclarationType" : "InstanceSummary", "documentation" : null, "simpleType" : "InstanceSummary", "variableSetterType" : "InstanceSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                                          The deployment status for this instance:

                                                                                                                                                          • Pending: The deployment is pending for this instance.
                                                                                                                                                          • In Progress: The deployment is in progress for this instance.
                                                                                                                                                          • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                          • Failed: The deployment has failed for this instance.
                                                                                                                                                          • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                          • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                          ", "name" : "Status", "c2jName" : "status", "c2jShape" : "InstanceStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                          The deployment status for this instance:

                                                                                                                                                          • Pending: The deployment is pending for this instance.
                                                                                                                                                          • In Progress: The deployment is in progress for this instance.
                                                                                                                                                          • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                          • Failed: The deployment has failed for this instance.
                                                                                                                                                          • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                          • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "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" : "InstanceStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                          The deployment status for this instance:

                                                                                                                                                          • Pending: The deployment is pending for this instance.
                                                                                                                                                          • In Progress: The deployment is in progress for this instance.
                                                                                                                                                          • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                          • Failed: The deployment has failed for this instance.
                                                                                                                                                          • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                          • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                          \n@param status The deployment status for this instance:

                                                                                                                                                          • Pending: The deployment is pending for this instance.
                                                                                                                                                          • In Progress: The deployment is in progress for this instance.
                                                                                                                                                          • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                          • Failed: The deployment has failed for this instance.
                                                                                                                                                          • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                          • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                          • \n@see InstanceStatus*/", "getterDocumentation" : "/**

                                                                                                                                                            The deployment status for this instance:

                                                                                                                                                            • Pending: The deployment is pending for this instance.
                                                                                                                                                            • In Progress: The deployment is in progress for this instance.
                                                                                                                                                            • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                            • Failed: The deployment has failed for this instance.
                                                                                                                                                            • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                            • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                            \n@return The deployment status for this instance:

                                                                                                                                                            • Pending: The deployment is pending for this instance.
                                                                                                                                                            • In Progress: The deployment is in progress for this instance.
                                                                                                                                                            • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                            • Failed: The deployment has failed for this instance.
                                                                                                                                                            • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                            • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                            • \n@see InstanceStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                              The deployment status for this instance:

                                                                                                                                                              • Pending: The deployment is pending for this instance.
                                                                                                                                                              • In Progress: The deployment is in progress for this instance.
                                                                                                                                                              • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                              • Failed: The deployment has failed for this instance.
                                                                                                                                                              • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                              • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                              \n@param status The deployment status for this instance:

                                                                                                                                                              • Pending: The deployment is pending for this instance.
                                                                                                                                                              • In Progress: The deployment is in progress for this instance.
                                                                                                                                                              • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                              • Failed: The deployment has failed for this instance.
                                                                                                                                                              • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                              • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                The deployment status for this instance:

                                                                                                                                                                • Pending: The deployment is pending for this instance.
                                                                                                                                                                • In Progress: The deployment is in progress for this instance.
                                                                                                                                                                • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                                • Failed: The deployment has failed for this instance.
                                                                                                                                                                • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                                • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                                \n@param status The deployment status for this instance:

                                                                                                                                                                • Pending: The deployment is pending for this instance.
                                                                                                                                                                • In Progress: The deployment is in progress for this instance.
                                                                                                                                                                • Succeeded: The deployment has succeeded for this instance.
                                                                                                                                                                • Failed: The deployment has failed for this instance.
                                                                                                                                                                • Skipped: The deployment has been skipped for this instance.
                                                                                                                                                                • Unknown: The deployment status is unknown for this instance.
                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/" }, "DeploymentId" : { "documentation" : "

                                                                                                                                                                  The deployment ID.

                                                                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The deployment ID.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 deployment ID.

                                                                                                                                                                  \n@param deploymentId The deployment ID.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The deployment ID.

                                                                                                                                                                  \n@return The deployment ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The deployment ID.

                                                                                                                                                                  \n@param deploymentId The deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The deployment ID.

                                                                                                                                                                  \n@param deploymentId The deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastUpdatedAt" : { "documentation" : "

                                                                                                                                                                  A timestamp indicating when the instance information was last updated.

                                                                                                                                                                  ", "name" : "LastUpdatedAt", "c2jName" : "lastUpdatedAt", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUpdatedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                  A timestamp indicating when the instance information was last updated.

                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedAt", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUpdatedAt", "marshallLocationName" : "lastUpdatedAt", "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 timestamp indicating when the instance information was last updated.

                                                                                                                                                                  \n@param lastUpdatedAt A timestamp indicating when the instance information was last updated.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A timestamp indicating when the instance information was last updated.

                                                                                                                                                                  \n@return A timestamp indicating when the instance information was last updated.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A timestamp indicating when the instance information was last updated.

                                                                                                                                                                  \n@param lastUpdatedAt A timestamp indicating when the instance information was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A timestamp indicating when the instance information was last updated.

                                                                                                                                                                  \n@param lastUpdatedAt A timestamp indicating when the instance information was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LifecycleEvents" : { "documentation" : "

                                                                                                                                                                  A list of lifecycle events for this instance.

                                                                                                                                                                  ", "name" : "LifecycleEvents", "c2jName" : "lifecycleEvents", "c2jShape" : "LifecycleEventList", "variable" : { "variableName" : "lifecycleEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  A list of lifecycle events for this instance.

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

                                                                                                                                                                  A list of lifecycle events for this instance.

                                                                                                                                                                  \n@param lifecycleEvents A list of lifecycle events for this instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                  A list of lifecycle events for this instance.

                                                                                                                                                                  \n@return A list of lifecycle events for this instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  A list of lifecycle events for this instance.

                                                                                                                                                                  \n@param lifecycleEvents A list of lifecycle events for this instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  A list of lifecycle events for this instance.

                                                                                                                                                                  \n

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

                                                                                                                                                                  \n@param lifecycleEvents A list of lifecycle events for this instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

                                                                                                                                                                  The instance ID.

                                                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "instanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The instance ID.

                                                                                                                                                                  ", "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 instance ID.

                                                                                                                                                                  \n@param instanceId The instance ID.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The instance ID.

                                                                                                                                                                  \n@return The instance ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The instance ID.

                                                                                                                                                                  \n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The instance ID.

                                                                                                                                                                  \n@param instanceId The instance ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EC2TagFilterType" : { "c2jName" : "EC2TagFilterType", "documentation" : "", "shapeName" : "EC2TagFilterType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "KEY_ONLY", "value" : "KEY_ONLY" }, { "name" : "VALUE_ONLY", "value" : "VALUE_ONLY" }, { "name" : "KEY_AND_VALUE", "value" : "KEY_AND_VALUE" } ], "variable" : { "variableName" : "eC2TagFilterType", "variableType" : "EC2TagFilterType", "variableDeclarationType" : "EC2TagFilterType", "documentation" : null, "simpleType" : "EC2TagFilterType", "variableSetterType" : "EC2TagFilterType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TriggerConfig" : { "c2jName" : "TriggerConfig", "documentation" : "

                                                                                                                                                                  Information about notification triggers for the deployment group.

                                                                                                                                                                  ", "shapeName" : "TriggerConfig", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                  The name of the notification trigger.

                                                                                                                                                                  ", "name" : "TriggerName", "c2jName" : "triggerName", "c2jShape" : "TriggerName", "variable" : { "variableName" : "triggerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The name of the notification trigger.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "triggerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "triggerName", "marshallLocationName" : "triggerName", "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 notification trigger.

                                                                                                                                                                  \n@param triggerName The name of the notification trigger.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The name of the notification trigger.

                                                                                                                                                                  \n@return The name of the notification trigger.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The name of the notification trigger.

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

                                                                                                                                                                  The name of the notification trigger.

                                                                                                                                                                  \n@param triggerName The name of the notification trigger.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                  ", "name" : "TriggerTargetArn", "c2jName" : "triggerTargetArn", "c2jShape" : "TriggerTargetArn", "variable" : { "variableName" : "triggerTargetArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "triggerTargetArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "triggerTargetArn", "marshallLocationName" : "triggerTargetArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                  \n@param triggerTargetArn The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.*/", "getterDocumentation" : "/**

                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                  \n@return The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                  \n@param triggerTargetArn The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                  \n@param triggerTargetArn The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                  The event type or types for which notifications are triggered.

                                                                                                                                                                  The following event type values are supported:

                                                                                                                                                                  • DEPLOYMENT_START
                                                                                                                                                                  • DEPLOYMENT_SUCCESS
                                                                                                                                                                  • DEPLOYMENT_FAILURE
                                                                                                                                                                  • DEPLOYMENT_STOP
                                                                                                                                                                  • INSTANCE_START
                                                                                                                                                                  • INSTANCE_SUCCESS
                                                                                                                                                                  • INSTANCE_FAILURE
                                                                                                                                                                  ", "name" : "TriggerEvents", "c2jName" : "triggerEvents", "c2jShape" : "TriggerEventTypeList", "variable" : { "variableName" : "triggerEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                  The event type or types for which notifications are triggered.

                                                                                                                                                                  The following event type values are supported:

                                                                                                                                                                  • DEPLOYMENT_START
                                                                                                                                                                  • DEPLOYMENT_SUCCESS
                                                                                                                                                                  • DEPLOYMENT_FAILURE
                                                                                                                                                                  • DEPLOYMENT_STOP
                                                                                                                                                                  • INSTANCE_START
                                                                                                                                                                  • INSTANCE_SUCCESS
                                                                                                                                                                  • INSTANCE_FAILURE
                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "triggerEvents", "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" : "triggerEvents", "marshallLocationName" : "triggerEvents", "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" : "TriggerEventType", "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" : "TriggerEventType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see TriggerEventType*/", "getterDocumentation" : "/**\n@return \n@see TriggerEventType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see TriggerEventType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see TriggerEventType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "TriggerEventType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                  The event type or types for which notifications are triggered.

                                                                                                                                                                  The following event type values are supported:

                                                                                                                                                                  • DEPLOYMENT_START
                                                                                                                                                                  • DEPLOYMENT_SUCCESS
                                                                                                                                                                  • DEPLOYMENT_FAILURE
                                                                                                                                                                  • DEPLOYMENT_STOP
                                                                                                                                                                  • INSTANCE_START
                                                                                                                                                                  • INSTANCE_SUCCESS
                                                                                                                                                                  • INSTANCE_FAILURE
                                                                                                                                                                  \n@param triggerEvents The event type or types for which notifications are triggered.

                                                                                                                                                                  The following event type values are supported:

                                                                                                                                                                  • DEPLOYMENT_START
                                                                                                                                                                  • DEPLOYMENT_SUCCESS
                                                                                                                                                                  • DEPLOYMENT_FAILURE
                                                                                                                                                                  • DEPLOYMENT_STOP
                                                                                                                                                                  • INSTANCE_START
                                                                                                                                                                  • INSTANCE_SUCCESS
                                                                                                                                                                  • INSTANCE_FAILURE
                                                                                                                                                                  • \n@see TriggerEventType*/", "getterDocumentation" : "/**

                                                                                                                                                                    The event type or types for which notifications are triggered.

                                                                                                                                                                    The following event type values are supported:

                                                                                                                                                                    • DEPLOYMENT_START
                                                                                                                                                                    • DEPLOYMENT_SUCCESS
                                                                                                                                                                    • DEPLOYMENT_FAILURE
                                                                                                                                                                    • DEPLOYMENT_STOP
                                                                                                                                                                    • INSTANCE_START
                                                                                                                                                                    • INSTANCE_SUCCESS
                                                                                                                                                                    • INSTANCE_FAILURE
                                                                                                                                                                    \n@return The event type or types for which notifications are triggered.

                                                                                                                                                                    The following event type values are supported:

                                                                                                                                                                    • DEPLOYMENT_START
                                                                                                                                                                    • DEPLOYMENT_SUCCESS
                                                                                                                                                                    • DEPLOYMENT_FAILURE
                                                                                                                                                                    • DEPLOYMENT_STOP
                                                                                                                                                                    • INSTANCE_START
                                                                                                                                                                    • INSTANCE_SUCCESS
                                                                                                                                                                    • INSTANCE_FAILURE
                                                                                                                                                                    • \n@see TriggerEventType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                      The event type or types for which notifications are triggered.

                                                                                                                                                                      The following event type values are supported:

                                                                                                                                                                      • DEPLOYMENT_START
                                                                                                                                                                      • DEPLOYMENT_SUCCESS
                                                                                                                                                                      • DEPLOYMENT_FAILURE
                                                                                                                                                                      • DEPLOYMENT_STOP
                                                                                                                                                                      • INSTANCE_START
                                                                                                                                                                      • INSTANCE_SUCCESS
                                                                                                                                                                      • INSTANCE_FAILURE
                                                                                                                                                                      \n@param triggerEvents The event type or types for which notifications are triggered.

                                                                                                                                                                      The following event type values are supported:

                                                                                                                                                                      • DEPLOYMENT_START
                                                                                                                                                                      • DEPLOYMENT_SUCCESS
                                                                                                                                                                      • DEPLOYMENT_FAILURE
                                                                                                                                                                      • DEPLOYMENT_STOP
                                                                                                                                                                      • INSTANCE_START
                                                                                                                                                                      • INSTANCE_SUCCESS
                                                                                                                                                                      • INSTANCE_FAILURE
                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TriggerEventType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                        The event type or types for which notifications are triggered.

                                                                                                                                                                        The following event type values are supported:

                                                                                                                                                                        • DEPLOYMENT_START
                                                                                                                                                                        • DEPLOYMENT_SUCCESS
                                                                                                                                                                        • DEPLOYMENT_FAILURE
                                                                                                                                                                        • DEPLOYMENT_STOP
                                                                                                                                                                        • INSTANCE_START
                                                                                                                                                                        • INSTANCE_SUCCESS
                                                                                                                                                                        • INSTANCE_FAILURE
                                                                                                                                                                        \n

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

                                                                                                                                                                        \n@param triggerEvents The event type or types for which notifications are triggered.

                                                                                                                                                                        The following event type values are supported:

                                                                                                                                                                        • DEPLOYMENT_START
                                                                                                                                                                        • DEPLOYMENT_SUCCESS
                                                                                                                                                                        • DEPLOYMENT_FAILURE
                                                                                                                                                                        • DEPLOYMENT_STOP
                                                                                                                                                                        • INSTANCE_START
                                                                                                                                                                        • INSTANCE_SUCCESS
                                                                                                                                                                        • INSTANCE_FAILURE
                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TriggerEventType*/" } ], "enums" : null, "variable" : { "variableName" : "triggerConfig", "variableType" : "TriggerConfig", "variableDeclarationType" : "TriggerConfig", "documentation" : null, "simpleType" : "TriggerConfig", "variableSetterType" : "TriggerConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TriggerEvents" : { "documentation" : "

                                                                                                                                                                          The event type or types for which notifications are triggered.

                                                                                                                                                                          The following event type values are supported:

                                                                                                                                                                          • DEPLOYMENT_START
                                                                                                                                                                          • DEPLOYMENT_SUCCESS
                                                                                                                                                                          • DEPLOYMENT_FAILURE
                                                                                                                                                                          • DEPLOYMENT_STOP
                                                                                                                                                                          • INSTANCE_START
                                                                                                                                                                          • INSTANCE_SUCCESS
                                                                                                                                                                          • INSTANCE_FAILURE
                                                                                                                                                                          ", "name" : "TriggerEvents", "c2jName" : "triggerEvents", "c2jShape" : "TriggerEventTypeList", "variable" : { "variableName" : "triggerEvents", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                          The event type or types for which notifications are triggered.

                                                                                                                                                                          The following event type values are supported:

                                                                                                                                                                          • DEPLOYMENT_START
                                                                                                                                                                          • DEPLOYMENT_SUCCESS
                                                                                                                                                                          • DEPLOYMENT_FAILURE
                                                                                                                                                                          • DEPLOYMENT_STOP
                                                                                                                                                                          • INSTANCE_START
                                                                                                                                                                          • INSTANCE_SUCCESS
                                                                                                                                                                          • INSTANCE_FAILURE
                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "triggerEvents", "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" : "triggerEvents", "marshallLocationName" : "triggerEvents", "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" : "TriggerEventType", "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" : "TriggerEventType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see TriggerEventType*/", "getterDocumentation" : "/**\n@return \n@see TriggerEventType*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see TriggerEventType*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see TriggerEventType*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "TriggerEventType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                          The event type or types for which notifications are triggered.

                                                                                                                                                                          The following event type values are supported:

                                                                                                                                                                          • DEPLOYMENT_START
                                                                                                                                                                          • DEPLOYMENT_SUCCESS
                                                                                                                                                                          • DEPLOYMENT_FAILURE
                                                                                                                                                                          • DEPLOYMENT_STOP
                                                                                                                                                                          • INSTANCE_START
                                                                                                                                                                          • INSTANCE_SUCCESS
                                                                                                                                                                          • INSTANCE_FAILURE
                                                                                                                                                                          \n@param triggerEvents The event type or types for which notifications are triggered.

                                                                                                                                                                          The following event type values are supported:

                                                                                                                                                                          • DEPLOYMENT_START
                                                                                                                                                                          • DEPLOYMENT_SUCCESS
                                                                                                                                                                          • DEPLOYMENT_FAILURE
                                                                                                                                                                          • DEPLOYMENT_STOP
                                                                                                                                                                          • INSTANCE_START
                                                                                                                                                                          • INSTANCE_SUCCESS
                                                                                                                                                                          • INSTANCE_FAILURE
                                                                                                                                                                          • \n@see TriggerEventType*/", "getterDocumentation" : "/**

                                                                                                                                                                            The event type or types for which notifications are triggered.

                                                                                                                                                                            The following event type values are supported:

                                                                                                                                                                            • DEPLOYMENT_START
                                                                                                                                                                            • DEPLOYMENT_SUCCESS
                                                                                                                                                                            • DEPLOYMENT_FAILURE
                                                                                                                                                                            • DEPLOYMENT_STOP
                                                                                                                                                                            • INSTANCE_START
                                                                                                                                                                            • INSTANCE_SUCCESS
                                                                                                                                                                            • INSTANCE_FAILURE
                                                                                                                                                                            \n@return The event type or types for which notifications are triggered.

                                                                                                                                                                            The following event type values are supported:

                                                                                                                                                                            • DEPLOYMENT_START
                                                                                                                                                                            • DEPLOYMENT_SUCCESS
                                                                                                                                                                            • DEPLOYMENT_FAILURE
                                                                                                                                                                            • DEPLOYMENT_STOP
                                                                                                                                                                            • INSTANCE_START
                                                                                                                                                                            • INSTANCE_SUCCESS
                                                                                                                                                                            • INSTANCE_FAILURE
                                                                                                                                                                            • \n@see TriggerEventType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                              The event type or types for which notifications are triggered.

                                                                                                                                                                              The following event type values are supported:

                                                                                                                                                                              • DEPLOYMENT_START
                                                                                                                                                                              • DEPLOYMENT_SUCCESS
                                                                                                                                                                              • DEPLOYMENT_FAILURE
                                                                                                                                                                              • DEPLOYMENT_STOP
                                                                                                                                                                              • INSTANCE_START
                                                                                                                                                                              • INSTANCE_SUCCESS
                                                                                                                                                                              • INSTANCE_FAILURE
                                                                                                                                                                              \n@param triggerEvents The event type or types for which notifications are triggered.

                                                                                                                                                                              The following event type values are supported:

                                                                                                                                                                              • DEPLOYMENT_START
                                                                                                                                                                              • DEPLOYMENT_SUCCESS
                                                                                                                                                                              • DEPLOYMENT_FAILURE
                                                                                                                                                                              • DEPLOYMENT_STOP
                                                                                                                                                                              • INSTANCE_START
                                                                                                                                                                              • INSTANCE_SUCCESS
                                                                                                                                                                              • INSTANCE_FAILURE
                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TriggerEventType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                The event type or types for which notifications are triggered.

                                                                                                                                                                                The following event type values are supported:

                                                                                                                                                                                • DEPLOYMENT_START
                                                                                                                                                                                • DEPLOYMENT_SUCCESS
                                                                                                                                                                                • DEPLOYMENT_FAILURE
                                                                                                                                                                                • DEPLOYMENT_STOP
                                                                                                                                                                                • INSTANCE_START
                                                                                                                                                                                • INSTANCE_SUCCESS
                                                                                                                                                                                • INSTANCE_FAILURE
                                                                                                                                                                                \n

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

                                                                                                                                                                                \n@param triggerEvents The event type or types for which notifications are triggered.

                                                                                                                                                                                The following event type values are supported:

                                                                                                                                                                                • DEPLOYMENT_START
                                                                                                                                                                                • DEPLOYMENT_SUCCESS
                                                                                                                                                                                • DEPLOYMENT_FAILURE
                                                                                                                                                                                • DEPLOYMENT_STOP
                                                                                                                                                                                • INSTANCE_START
                                                                                                                                                                                • INSTANCE_SUCCESS
                                                                                                                                                                                • INSTANCE_FAILURE
                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see TriggerEventType*/" }, "TriggerTargetArn" : { "documentation" : "

                                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                                  ", "name" : "TriggerTargetArn", "c2jName" : "triggerTargetArn", "c2jShape" : "TriggerTargetArn", "variable" : { "variableName" : "triggerTargetArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "triggerTargetArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "triggerTargetArn", "marshallLocationName" : "triggerTargetArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                                  \n@param triggerTargetArn The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                                  \n@return The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                                  \n@param triggerTargetArn The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.

                                                                                                                                                                                  \n@param triggerTargetArn The ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TriggerName" : { "documentation" : "

                                                                                                                                                                                  The name of the notification trigger.

                                                                                                                                                                                  ", "name" : "TriggerName", "c2jName" : "triggerName", "c2jShape" : "TriggerName", "variable" : { "variableName" : "triggerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of the notification trigger.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "triggerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "triggerName", "marshallLocationName" : "triggerName", "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 notification trigger.

                                                                                                                                                                                  \n@param triggerName The name of the notification trigger.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of the notification trigger.

                                                                                                                                                                                  \n@return The name of the notification trigger.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of the notification trigger.

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

                                                                                                                                                                                  The name of the notification trigger.

                                                                                                                                                                                  \n@param triggerName The name of the notification trigger.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListDeploymentsRequest" : { "c2jName" : "ListDeploymentsInput", "documentation" : "

                                                                                                                                                                                  Represents the input of a list deployments operation.

                                                                                                                                                                                  ", "shapeName" : "ListDeploymentsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  The name of an existing deployment group for the specified application.

                                                                                                                                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                  The name of an existing deployment group for the specified application.

                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 an existing deployment group for the specified application.

                                                                                                                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.*/", "getterDocumentation" : "/**

                                                                                                                                                                                  The name of an existing deployment group for the specified application.

                                                                                                                                                                                  \n@return The name of an existing deployment group for the specified application.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                  The name of an existing deployment group for the specified application.

                                                                                                                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                  The name of an existing deployment group for the specified application.

                                                                                                                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                  A subset of deployments to list by status:

                                                                                                                                                                                  • Created: Include created deployments in the resulting list.
                                                                                                                                                                                  • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                  • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                  • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                  • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                  • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                  ", "name" : "IncludeOnlyStatuses", "c2jName" : "includeOnlyStatuses", "c2jShape" : "DeploymentStatusList", "variable" : { "variableName" : "includeOnlyStatuses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                  A subset of deployments to list by status:

                                                                                                                                                                                  • Created: Include created deployments in the resulting list.
                                                                                                                                                                                  • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                  • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                  • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                  • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                  • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "includeOnlyStatuses", "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" : "includeOnlyStatuses", "marshallLocationName" : "includeOnlyStatuses", "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" : "DeploymentStatus", "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" : "DeploymentStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see DeploymentStatus*/", "getterDocumentation" : "/**\n@return \n@see DeploymentStatus*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "DeploymentStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                  A subset of deployments to list by status:

                                                                                                                                                                                  • Created: Include created deployments in the resulting list.
                                                                                                                                                                                  • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                  • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                  • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                  • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                  • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                  \n@param includeOnlyStatuses A subset of deployments to list by status:

                                                                                                                                                                                  • Created: Include created deployments in the resulting list.
                                                                                                                                                                                  • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                  • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                  • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                  • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                  • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                  • \n@see DeploymentStatus*/", "getterDocumentation" : "/**

                                                                                                                                                                                    A subset of deployments to list by status:

                                                                                                                                                                                    • Created: Include created deployments in the resulting list.
                                                                                                                                                                                    • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                    • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                    • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                    • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                    • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                    \n@return A subset of deployments to list by status:

                                                                                                                                                                                    • Created: Include created deployments in the resulting list.
                                                                                                                                                                                    • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                    • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                    • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                    • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                    • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                    • \n@see DeploymentStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                      A subset of deployments to list by status:

                                                                                                                                                                                      • Created: Include created deployments in the resulting list.
                                                                                                                                                                                      • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                      • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                      • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                      • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                      • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                      \n@param includeOnlyStatuses A subset of deployments to list by status:

                                                                                                                                                                                      • Created: Include created deployments in the resulting list.
                                                                                                                                                                                      • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                      • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                      • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                      • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                      • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                        A subset of deployments to list by status:

                                                                                                                                                                                        • Created: Include created deployments in the resulting list.
                                                                                                                                                                                        • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                        • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                        • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                        • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                        • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                        \n

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

                                                                                                                                                                                        \n@param includeOnlyStatuses A subset of deployments to list by status:

                                                                                                                                                                                        • Created: Include created deployments in the resulting list.
                                                                                                                                                                                        • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                        • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                        • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                        • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                        • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/" }, { "documentation" : "

                                                                                                                                                                                          A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                          ", "name" : "CreateTimeRange", "c2jName" : "createTimeRange", "c2jShape" : "TimeRange", "variable" : { "variableName" : "createTimeRange", "variableType" : "TimeRange", "variableDeclarationType" : "TimeRange", "documentation" : "

                                                                                                                                                                                          A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                          ", "simpleType" : "TimeRange", "variableSetterType" : "TimeRange" }, "setterModel" : { "variableName" : "createTimeRange", "variableType" : "TimeRange", "variableDeclarationType" : "TimeRange", "documentation" : "", "simpleType" : "TimeRange", "variableSetterType" : "TimeRange" }, "getterModel" : { "returnType" : "TimeRange", "documentation" : null }, "http" : { "unmarshallLocationName" : "createTimeRange", "marshallLocationName" : "createTimeRange", "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" : "/**

                                                                                                                                                                                          A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                          \n@param createTimeRange A time range (start and end) for returning a subset of the list of deployments.*/", "getterDocumentation" : "/**

                                                                                                                                                                                          A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                          \n@return A time range (start and end) for returning a subset of the list of deployments.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                          \n@param createTimeRange A time range (start and end) for returning a subset of the list of deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                          A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                          \n@param createTimeRange A time range (start and end) for returning a subset of the list of deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                          An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

                                                                                                                                                                                          ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                          An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

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

                                                                                                                                                                                          An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

                                                                                                                                                                                          \n@param nextToken An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                                                          An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

                                                                                                                                                                                          \n@return An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                          An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

                                                                                                                                                                                          \n@param nextToken An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                          An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

                                                                                                                                                                                          \n@param nextToken An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDeploymentsRequest", "variableType" : "ListDeploymentsRequest", "variableDeclarationType" : "ListDeploymentsRequest", "documentation" : null, "simpleType" : "ListDeploymentsRequest", "variableSetterType" : "ListDeploymentsRequest" }, "marshaller" : { "action" : "ListDeployments", "verb" : "POST", "target" : "CodeDeploy_20141006.ListDeployments", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IncludeOnlyStatuses" : { "documentation" : "

                                                                                                                                                                                          A subset of deployments to list by status:

                                                                                                                                                                                          • Created: Include created deployments in the resulting list.
                                                                                                                                                                                          • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                          • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                          • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                          • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                          • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                          ", "name" : "IncludeOnlyStatuses", "c2jName" : "includeOnlyStatuses", "c2jShape" : "DeploymentStatusList", "variable" : { "variableName" : "includeOnlyStatuses", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                          A subset of deployments to list by status:

                                                                                                                                                                                          • Created: Include created deployments in the resulting list.
                                                                                                                                                                                          • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                          • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                          • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                          • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                          • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "includeOnlyStatuses", "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" : "includeOnlyStatuses", "marshallLocationName" : "includeOnlyStatuses", "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" : "DeploymentStatus", "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" : "DeploymentStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see DeploymentStatus*/", "getterDocumentation" : "/**\n@return \n@see DeploymentStatus*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "DeploymentStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                          A subset of deployments to list by status:

                                                                                                                                                                                          • Created: Include created deployments in the resulting list.
                                                                                                                                                                                          • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                          • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                          • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                          • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                          • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                          \n@param includeOnlyStatuses A subset of deployments to list by status:

                                                                                                                                                                                          • Created: Include created deployments in the resulting list.
                                                                                                                                                                                          • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                          • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                          • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                          • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                          • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                          • \n@see DeploymentStatus*/", "getterDocumentation" : "/**

                                                                                                                                                                                            A subset of deployments to list by status:

                                                                                                                                                                                            • Created: Include created deployments in the resulting list.
                                                                                                                                                                                            • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                            • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                            • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                            • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                            • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                            \n@return A subset of deployments to list by status:

                                                                                                                                                                                            • Created: Include created deployments in the resulting list.
                                                                                                                                                                                            • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                            • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                            • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                            • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                            • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                            • \n@see DeploymentStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                              A subset of deployments to list by status:

                                                                                                                                                                                              • Created: Include created deployments in the resulting list.
                                                                                                                                                                                              • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                              • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                              • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                              • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                              • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                              \n@param includeOnlyStatuses A subset of deployments to list by status:

                                                                                                                                                                                              • Created: Include created deployments in the resulting list.
                                                                                                                                                                                              • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                              • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                              • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                              • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                              • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                A subset of deployments to list by status:

                                                                                                                                                                                                • Created: Include created deployments in the resulting list.
                                                                                                                                                                                                • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                                • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                                • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                                • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                                • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                                \n

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

                                                                                                                                                                                                \n@param includeOnlyStatuses A subset of deployments to list by status:

                                                                                                                                                                                                • Created: Include created deployments in the resulting list.
                                                                                                                                                                                                • Queued: Include queued deployments in the resulting list.
                                                                                                                                                                                                • In Progress: Include in-progress deployments in the resulting list.
                                                                                                                                                                                                • Succeeded: Include successful deployments in the resulting list.
                                                                                                                                                                                                • Failed: Include failed deployments in the resulting list.
                                                                                                                                                                                                • Stopped: Include stopped deployments in the resulting list.
                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/" }, "ApplicationName" : { "documentation" : "

                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentGroupName" : { "documentation" : "

                                                                                                                                                                                                  The name of an existing deployment group for the specified application.

                                                                                                                                                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of an existing deployment group for the specified application.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 an existing deployment group for the specified application.

                                                                                                                                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of an existing deployment group for the specified application.

                                                                                                                                                                                                  \n@return The name of an existing deployment group for the specified application.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of an existing deployment group for the specified application.

                                                                                                                                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of an existing deployment group for the specified application.

                                                                                                                                                                                                  \n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

                                                                                                                                                                                                  An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

                                                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

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

                                                                                                                                                                                                  An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

                                                                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

                                                                                                                                                                                                  \n@return An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

                                                                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.

                                                                                                                                                                                                  \n@param nextToken An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreateTimeRange" : { "documentation" : "

                                                                                                                                                                                                  A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                                  ", "name" : "CreateTimeRange", "c2jName" : "createTimeRange", "c2jShape" : "TimeRange", "variable" : { "variableName" : "createTimeRange", "variableType" : "TimeRange", "variableDeclarationType" : "TimeRange", "documentation" : "

                                                                                                                                                                                                  A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                                  ", "simpleType" : "TimeRange", "variableSetterType" : "TimeRange" }, "setterModel" : { "variableName" : "createTimeRange", "variableType" : "TimeRange", "variableDeclarationType" : "TimeRange", "documentation" : "", "simpleType" : "TimeRange", "variableSetterType" : "TimeRange" }, "getterModel" : { "returnType" : "TimeRange", "documentation" : null }, "http" : { "unmarshallLocationName" : "createTimeRange", "marshallLocationName" : "createTimeRange", "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" : "/**

                                                                                                                                                                                                  A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                                  \n@param createTimeRange A time range (start and end) for returning a subset of the list of deployments.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                                  \n@return A time range (start and end) for returning a subset of the list of deployments.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                                  \n@param createTimeRange A time range (start and end) for returning a subset of the list of deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  A time range (start and end) for returning a subset of the list of deployments.

                                                                                                                                                                                                  \n@param createTimeRange A time range (start and end) for returning a subset of the list of deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LifecycleErrorCode" : { "c2jName" : "LifecycleErrorCode", "documentation" : "", "shapeName" : "LifecycleErrorCode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Success", "value" : "Success" }, { "name" : "ScriptMissing", "value" : "ScriptMissing" }, { "name" : "ScriptNotExecutable", "value" : "ScriptNotExecutable" }, { "name" : "ScriptTimedOut", "value" : "ScriptTimedOut" }, { "name" : "ScriptFailed", "value" : "ScriptFailed" }, { "name" : "UnknownError", "value" : "UnknownError" } ], "variable" : { "variableName" : "lifecycleErrorCode", "variableType" : "LifecycleErrorCode", "variableDeclarationType" : "LifecycleErrorCode", "documentation" : null, "simpleType" : "LifecycleErrorCode", "variableSetterType" : "LifecycleErrorCode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InstanceInfo" : { "c2jName" : "InstanceInfo", "documentation" : "

                                                                                                                                                                                                  Information about an on-premises instance.

                                                                                                                                                                                                  ", "shapeName" : "InstanceInfo", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the on-premises instance.

                                                                                                                                                                                                  ", "name" : "InstanceName", "c2jName" : "instanceName", "c2jShape" : "InstanceName", "variable" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the on-premises instance.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceName", "marshallLocationName" : "instanceName", "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 on-premises instance.

                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the on-premises instance.

                                                                                                                                                                                                  \n@return The name of the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the on-premises instance.

                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the on-premises instance.

                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  ", "name" : "IamUserArn", "c2jName" : "iamUserArn", "c2jShape" : "IamUserArn", "variable" : { "variableName" : "iamUserArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iamUserArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "iamUserArn", "marshallLocationName" : "iamUserArn", "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 IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  \n@param iamUserArn The IAM user ARN associated with the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  \n@return The IAM user ARN associated with the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  \n@param iamUserArn The IAM user ARN associated with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  \n@param iamUserArn The IAM user ARN associated with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  ", "name" : "InstanceArn", "c2jName" : "instanceArn", "c2jShape" : "InstanceArn", "variable" : { "variableName" : "instanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceArn", "marshallLocationName" : "instanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  \n@param instanceArn The ARN of the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  \n@return The ARN of the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  \n@param instanceArn The ARN of the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  \n@param instanceArn The ARN of the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The time at which the on-premises instance was registered.

                                                                                                                                                                                                  ", "name" : "RegisterTime", "c2jName" : "registerTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "registerTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  The time at which the on-premises instance was registered.

                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "registerTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "registerTime", "marshallLocationName" : "registerTime", "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 time at which the on-premises instance was registered.

                                                                                                                                                                                                  \n@param registerTime The time at which the on-premises instance was registered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The time at which the on-premises instance was registered.

                                                                                                                                                                                                  \n@return The time at which the on-premises instance was registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The time at which the on-premises instance was registered.

                                                                                                                                                                                                  \n@param registerTime The time at which the on-premises instance was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The time at which the on-premises instance was registered.

                                                                                                                                                                                                  \n@param registerTime The time at which the on-premises instance was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  ", "name" : "DeregisterTime", "c2jName" : "deregisterTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "deregisterTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deregisterTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "deregisterTime", "marshallLocationName" : "deregisterTime", "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" : "/**

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  \n@param deregisterTime If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  \n@return If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  \n@param deregisterTime If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  \n@param deregisterTime If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

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

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

                                                                                                                                                                                                  \n@param tags The tags currently associated with the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

                                                                                                                                                                                                  \n@return The tags currently associated with the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

                                                                                                                                                                                                  \n@param tags The tags currently associated with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                  \n@param tags The tags currently associated with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "instanceInfo", "variableType" : "InstanceInfo", "variableDeclarationType" : "InstanceInfo", "documentation" : null, "simpleType" : "InstanceInfo", "variableSetterType" : "InstanceInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

                                                                                                                                                                                                  ", "name" : "Tags", "c2jName" : "tags", "c2jShape" : "TagList", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

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

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

                                                                                                                                                                                                  \n@param tags The tags currently associated with the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

                                                                                                                                                                                                  \n@return The tags currently associated with the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

                                                                                                                                                                                                  \n@param tags The tags currently associated with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The tags currently associated with the on-premises instance.

                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                  \n@param tags The tags currently associated with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeregisterTime" : { "documentation" : "

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  ", "name" : "DeregisterTime", "c2jName" : "deregisterTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "deregisterTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "deregisterTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "deregisterTime", "marshallLocationName" : "deregisterTime", "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" : "/**

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  \n@param deregisterTime If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  \n@return If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  \n@param deregisterTime If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.

                                                                                                                                                                                                  \n@param deregisterTime If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RegisterTime" : { "documentation" : "

                                                                                                                                                                                                  The time at which the on-premises instance was registered.

                                                                                                                                                                                                  ", "name" : "RegisterTime", "c2jName" : "registerTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "registerTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                  The time at which the on-premises instance was registered.

                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "registerTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "registerTime", "marshallLocationName" : "registerTime", "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 time at which the on-premises instance was registered.

                                                                                                                                                                                                  \n@param registerTime The time at which the on-premises instance was registered.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The time at which the on-premises instance was registered.

                                                                                                                                                                                                  \n@return The time at which the on-premises instance was registered.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The time at which the on-premises instance was registered.

                                                                                                                                                                                                  \n@param registerTime The time at which the on-premises instance was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The time at which the on-premises instance was registered.

                                                                                                                                                                                                  \n@param registerTime The time at which the on-premises instance was registered.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceArn" : { "documentation" : "

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  ", "name" : "InstanceArn", "c2jName" : "instanceArn", "c2jShape" : "InstanceArn", "variable" : { "variableName" : "instanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceArn", "marshallLocationName" : "instanceArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  \n@param instanceArn The ARN of the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  \n@return The ARN of the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  \n@param instanceArn The ARN of the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The ARN of the on-premises instance.

                                                                                                                                                                                                  \n@param instanceArn The ARN of the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceName" : { "documentation" : "

                                                                                                                                                                                                  The name of the on-premises instance.

                                                                                                                                                                                                  ", "name" : "InstanceName", "c2jName" : "instanceName", "c2jShape" : "InstanceName", "variable" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the on-premises instance.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceName", "marshallLocationName" : "instanceName", "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 on-premises instance.

                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the on-premises instance.

                                                                                                                                                                                                  \n@return The name of the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the on-premises instance.

                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the on-premises instance.

                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IamUserArn" : { "documentation" : "

                                                                                                                                                                                                  The IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  ", "name" : "IamUserArn", "c2jName" : "iamUserArn", "c2jShape" : "IamUserArn", "variable" : { "variableName" : "iamUserArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iamUserArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "iamUserArn", "marshallLocationName" : "iamUserArn", "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 IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  \n@param iamUserArn The IAM user ARN associated with the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  \n@return The IAM user ARN associated with the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  \n@param iamUserArn The IAM user ARN associated with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The IAM user ARN associated with the on-premises instance.

                                                                                                                                                                                                  \n@param iamUserArn The IAM user ARN associated with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDeploymentConfigRequest" : { "c2jName" : "CreateDeploymentConfigInput", "documentation" : "

                                                                                                                                                                                                  Represents the input of a create deployment configuration operation.

                                                                                                                                                                                                  ", "shapeName" : "CreateDeploymentConfigRequest", "deprecated" : false, "required" : [ "deploymentConfigName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The name of the deployment configuration to create.

                                                                                                                                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the deployment configuration to create.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 deployment configuration to create.

                                                                                                                                                                                                  \n@param deploymentConfigName The name of the deployment configuration to create.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the deployment configuration to create.

                                                                                                                                                                                                  \n@return The name of the deployment configuration to create.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the deployment configuration to create.

                                                                                                                                                                                                  \n@param deploymentConfigName The name of the deployment configuration to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the deployment configuration to create.

                                                                                                                                                                                                  \n@param deploymentConfigName The name of the deployment configuration to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  ", "name" : "MinimumHealthyHosts", "c2jName" : "minimumHealthyHosts", "c2jShape" : "MinimumHealthyHosts", "variable" : { "variableName" : "minimumHealthyHosts", "variableType" : "MinimumHealthyHosts", "variableDeclarationType" : "MinimumHealthyHosts", "documentation" : "

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  ", "simpleType" : "MinimumHealthyHosts", "variableSetterType" : "MinimumHealthyHosts" }, "setterModel" : { "variableName" : "minimumHealthyHosts", "variableType" : "MinimumHealthyHosts", "variableDeclarationType" : "MinimumHealthyHosts", "documentation" : "", "simpleType" : "MinimumHealthyHosts", "variableSetterType" : "MinimumHealthyHosts" }, "getterModel" : { "returnType" : "MinimumHealthyHosts", "documentation" : null }, "http" : { "unmarshallLocationName" : "minimumHealthyHosts", "marshallLocationName" : "minimumHealthyHosts", "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" : "/**

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  \n@param minimumHealthyHosts The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  \n@return The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  \n@param minimumHealthyHosts The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  \n@param minimumHealthyHosts The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDeploymentConfigRequest", "variableType" : "CreateDeploymentConfigRequest", "variableDeclarationType" : "CreateDeploymentConfigRequest", "documentation" : null, "simpleType" : "CreateDeploymentConfigRequest", "variableSetterType" : "CreateDeploymentConfigRequest" }, "marshaller" : { "action" : "CreateDeploymentConfig", "verb" : "POST", "target" : "CodeDeploy_20141006.CreateDeploymentConfig", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MinimumHealthyHosts" : { "documentation" : "

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  ", "name" : "MinimumHealthyHosts", "c2jName" : "minimumHealthyHosts", "c2jShape" : "MinimumHealthyHosts", "variable" : { "variableName" : "minimumHealthyHosts", "variableType" : "MinimumHealthyHosts", "variableDeclarationType" : "MinimumHealthyHosts", "documentation" : "

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  ", "simpleType" : "MinimumHealthyHosts", "variableSetterType" : "MinimumHealthyHosts" }, "setterModel" : { "variableName" : "minimumHealthyHosts", "variableType" : "MinimumHealthyHosts", "variableDeclarationType" : "MinimumHealthyHosts", "documentation" : "", "simpleType" : "MinimumHealthyHosts", "variableSetterType" : "MinimumHealthyHosts" }, "getterModel" : { "returnType" : "MinimumHealthyHosts", "documentation" : null }, "http" : { "unmarshallLocationName" : "minimumHealthyHosts", "marshallLocationName" : "minimumHealthyHosts", "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" : "/**

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  \n@param minimumHealthyHosts The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  \n@return The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  \n@param minimumHealthyHosts The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

                                                                                                                                                                                                  \n@param minimumHealthyHosts The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

                                                                                                                                                                                                  The type parameter takes either of the following values:

                                                                                                                                                                                                  • HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
                                                                                                                                                                                                  • FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.

                                                                                                                                                                                                  The value parameter takes an integer.

                                                                                                                                                                                                  For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentConfigName" : { "documentation" : "

                                                                                                                                                                                                  The name of the deployment configuration to create.

                                                                                                                                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The name of the deployment configuration to create.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 deployment configuration to create.

                                                                                                                                                                                                  \n@param deploymentConfigName The name of the deployment configuration to create.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The name of the deployment configuration to create.

                                                                                                                                                                                                  \n@return The name of the deployment configuration to create.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the deployment configuration to create.

                                                                                                                                                                                                  \n@param deploymentConfigName The name of the deployment configuration to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The name of the deployment configuration to create.

                                                                                                                                                                                                  \n@param deploymentConfigName The name of the deployment configuration to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidTimeRangeException" : { "c2jName" : "InvalidTimeRangeException", "documentation" : "

                                                                                                                                                                                                  The specified time range was specified in an invalid format.

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

                                                                                                                                                                                                  The specified on-premises instance name was specified in an invalid format.

                                                                                                                                                                                                  ", "shapeName" : "InvalidInstanceNameException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidInstanceNameException", "variableType" : "InvalidInstanceNameException", "variableDeclarationType" : "InvalidInstanceNameException", "documentation" : null, "simpleType" : "InvalidInstanceNameException", "variableSetterType" : "InvalidInstanceNameException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidInstanceNameException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "BatchGetDeploymentGroupsResult" : { "c2jName" : "BatchGetDeploymentGroupsOutput", "documentation" : "

                                                                                                                                                                                                  Represents the output of a batch get deployment groups operation.

                                                                                                                                                                                                  ", "shapeName" : "BatchGetDeploymentGroupsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  Information about the deployment groups.

                                                                                                                                                                                                  ", "name" : "DeploymentGroupsInfo", "c2jName" : "deploymentGroupsInfo", "c2jShape" : "DeploymentGroupInfoList", "variable" : { "variableName" : "deploymentGroupsInfo", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  Information about the deployment groups.

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

                                                                                                                                                                                                  Information about the deployment groups.

                                                                                                                                                                                                  \n@param deploymentGroupsInfo Information about the deployment groups.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Information about the deployment groups.

                                                                                                                                                                                                  \n@return Information about the deployment groups.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about the deployment groups.

                                                                                                                                                                                                  \n@param deploymentGroupsInfo Information about the deployment groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about the deployment groups.

                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                  \n@param deploymentGroupsInfo Information about the deployment groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  ", "name" : "ErrorMessage", "c2jName" : "errorMessage", "c2jShape" : "ErrorMessage", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorMessage", "marshallLocationName" : "errorMessage", "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" : "/**

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  \n@return Information about errors that may have occurred during the API call.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetDeploymentGroupsResult", "variableType" : "BatchGetDeploymentGroupsResult", "variableDeclarationType" : "BatchGetDeploymentGroupsResult", "documentation" : null, "simpleType" : "BatchGetDeploymentGroupsResult", "variableSetterType" : "BatchGetDeploymentGroupsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ErrorMessage" : { "documentation" : "

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  ", "name" : "ErrorMessage", "c2jName" : "errorMessage", "c2jShape" : "ErrorMessage", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorMessage", "marshallLocationName" : "errorMessage", "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" : "/**

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  \n@return Information about errors that may have occurred during the API call.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentGroupsInfo" : { "documentation" : "

                                                                                                                                                                                                  Information about the deployment groups.

                                                                                                                                                                                                  ", "name" : "DeploymentGroupsInfo", "c2jName" : "deploymentGroupsInfo", "c2jShape" : "DeploymentGroupInfoList", "variable" : { "variableName" : "deploymentGroupsInfo", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  Information about the deployment groups.

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

                                                                                                                                                                                                  Information about the deployment groups.

                                                                                                                                                                                                  \n@param deploymentGroupsInfo Information about the deployment groups.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  Information about the deployment groups.

                                                                                                                                                                                                  \n@return Information about the deployment groups.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about the deployment groups.

                                                                                                                                                                                                  \n@param deploymentGroupsInfo Information about the deployment groups.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  Information about the deployment groups.

                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                  \n@param deploymentGroupsInfo Information about the deployment groups.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeregisterOnPremisesInstanceResult" : { "c2jName" : "DeregisterOnPremisesInstanceResult", "documentation" : null, "shapeName" : "DeregisterOnPremisesInstanceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deregisterOnPremisesInstanceResult", "variableType" : "DeregisterOnPremisesInstanceResult", "variableDeclarationType" : "DeregisterOnPremisesInstanceResult", "documentation" : null, "simpleType" : "DeregisterOnPremisesInstanceResult", "variableSetterType" : "DeregisterOnPremisesInstanceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InstanceStatus" : { "c2jName" : "InstanceStatus", "documentation" : "", "shapeName" : "InstanceStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Pending", "value" : "Pending" }, { "name" : "InProgress", "value" : "InProgress" }, { "name" : "Succeeded", "value" : "Succeeded" }, { "name" : "Failed", "value" : "Failed" }, { "name" : "Skipped", "value" : "Skipped" }, { "name" : "Unknown", "value" : "Unknown" } ], "variable" : { "variableName" : "instanceStatus", "variableType" : "InstanceStatus", "variableDeclarationType" : "InstanceStatus", "documentation" : null, "simpleType" : "InstanceStatus", "variableSetterType" : "InstanceStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteDeploymentGroupResult" : { "c2jName" : "DeleteDeploymentGroupOutput", "documentation" : "

                                                                                                                                                                                                  Represents the output of a delete deployment group operation.

                                                                                                                                                                                                  ", "shapeName" : "DeleteDeploymentGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

                                                                                                                                                                                                  ", "name" : "HooksNotCleanedUp", "c2jName" : "hooksNotCleanedUp", "c2jShape" : "AutoScalingGroupList", "variable" : { "variableName" : "hooksNotCleanedUp", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

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

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

                                                                                                                                                                                                  \n@return If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDeploymentGroupResult", "variableType" : "DeleteDeploymentGroupResult", "variableDeclarationType" : "DeleteDeploymentGroupResult", "documentation" : null, "simpleType" : "DeleteDeploymentGroupResult", "variableSetterType" : "DeleteDeploymentGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HooksNotCleanedUp" : { "documentation" : "

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

                                                                                                                                                                                                  ", "name" : "HooksNotCleanedUp", "c2jName" : "hooksNotCleanedUp", "c2jShape" : "AutoScalingGroupList", "variable" : { "variableName" : "hooksNotCleanedUp", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

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

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

                                                                                                                                                                                                  \n@return If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.

                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LifecycleHookLimitExceededException" : { "c2jName" : "LifecycleHookLimitExceededException", "documentation" : "

                                                                                                                                                                                                  The limit for lifecycle hooks was exceeded.

                                                                                                                                                                                                  ", "shapeName" : "LifecycleHookLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "lifecycleHookLimitExceededException", "variableType" : "LifecycleHookLimitExceededException", "variableDeclarationType" : "LifecycleHookLimitExceededException", "documentation" : null, "simpleType" : "LifecycleHookLimitExceededException", "variableSetterType" : "LifecycleHookLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LifecycleHookLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetDeploymentInstanceRequest" : { "c2jName" : "GetDeploymentInstanceInput", "documentation" : "

                                                                                                                                                                                                  Represents the input of a get deployment instance operation.

                                                                                                                                                                                                  ", "shapeName" : "GetDeploymentInstanceRequest", "deprecated" : false, "required" : [ "deploymentId", "instanceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@return The unique ID of a deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The unique ID of an instance in the deployment group.

                                                                                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "instanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique ID of an instance in the deployment group.

                                                                                                                                                                                                  ", "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 unique ID of an instance in the deployment group.

                                                                                                                                                                                                  \n@param instanceId The unique ID of an instance in the deployment group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of an instance in the deployment group.

                                                                                                                                                                                                  \n@return The unique ID of an instance in the deployment group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of an instance in the deployment group.

                                                                                                                                                                                                  \n@param instanceId The unique ID of an instance in the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of an instance in the deployment group.

                                                                                                                                                                                                  \n@param instanceId The unique ID of an instance in the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentInstanceRequest", "variableType" : "GetDeploymentInstanceRequest", "variableDeclarationType" : "GetDeploymentInstanceRequest", "documentation" : null, "simpleType" : "GetDeploymentInstanceRequest", "variableSetterType" : "GetDeploymentInstanceRequest" }, "marshaller" : { "action" : "GetDeploymentInstance", "verb" : "POST", "target" : "CodeDeploy_20141006.GetDeploymentInstance", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentId" : { "documentation" : "

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@return The unique ID of a deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceId" : { "documentation" : "

                                                                                                                                                                                                  The unique ID of an instance in the deployment group.

                                                                                                                                                                                                  ", "name" : "InstanceId", "c2jName" : "instanceId", "c2jShape" : "InstanceId", "variable" : { "variableName" : "instanceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique ID of an instance in the deployment group.

                                                                                                                                                                                                  ", "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 unique ID of an instance in the deployment group.

                                                                                                                                                                                                  \n@param instanceId The unique ID of an instance in the deployment group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of an instance in the deployment group.

                                                                                                                                                                                                  \n@return The unique ID of an instance in the deployment group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of an instance in the deployment group.

                                                                                                                                                                                                  \n@param instanceId The unique ID of an instance in the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of an instance in the deployment group.

                                                                                                                                                                                                  \n@param instanceId The unique ID of an instance in the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "BatchGetDeploymentInstancesRequest" : { "c2jName" : "BatchGetDeploymentInstancesInput", "documentation" : "

                                                                                                                                                                                                  Represents the input of a batch get deployment instances operation.

                                                                                                                                                                                                  ", "shapeName" : "BatchGetDeploymentInstancesRequest", "deprecated" : false, "required" : [ "deploymentId", "instanceIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@return The unique ID of a deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

                                                                                                                                                                                                  ", "name" : "InstanceIds", "c2jName" : "instanceIds", "c2jShape" : "InstancesList", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

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

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

                                                                                                                                                                                                  \n@param instanceIds The unique IDs of instances in the deployment group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

                                                                                                                                                                                                  \n@return The unique IDs of instances in the deployment group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

                                                                                                                                                                                                  \n@param instanceIds The unique IDs of instances in the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                  \n@param instanceIds The unique IDs of instances in the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetDeploymentInstancesRequest", "variableType" : "BatchGetDeploymentInstancesRequest", "variableDeclarationType" : "BatchGetDeploymentInstancesRequest", "documentation" : null, "simpleType" : "BatchGetDeploymentInstancesRequest", "variableSetterType" : "BatchGetDeploymentInstancesRequest" }, "marshaller" : { "action" : "BatchGetDeploymentInstances", "verb" : "POST", "target" : "CodeDeploy_20141006.BatchGetDeploymentInstances", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentId" : { "documentation" : "

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@return The unique ID of a deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique ID of a deployment.

                                                                                                                                                                                                  \n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InstanceIds" : { "documentation" : "

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

                                                                                                                                                                                                  ", "name" : "InstanceIds", "c2jName" : "instanceIds", "c2jShape" : "InstancesList", "variable" : { "variableName" : "instanceIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

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

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

                                                                                                                                                                                                  \n@param instanceIds The unique IDs of instances in the deployment group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

                                                                                                                                                                                                  \n@return The unique IDs of instances in the deployment group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

                                                                                                                                                                                                  \n@param instanceIds The unique IDs of instances in the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                  The unique IDs of instances in the deployment group.

                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                  \n@param instanceIds The unique IDs of instances in the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidBucketNameFilterException" : { "c2jName" : "InvalidBucketNameFilterException", "documentation" : "

                                                                                                                                                                                                  The bucket name either doesn't exist or was specified in an invalid format.

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

                                                                                                                                                                                                  Information about a deployment error.

                                                                                                                                                                                                  ", "shapeName" : "ErrorInformation", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                  The error code:

                                                                                                                                                                                                  • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                  • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                  • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                  • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                  • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                  • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                  • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                  • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                  • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                  • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                  • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  ", "name" : "Code", "c2jName" : "code", "c2jShape" : "ErrorCode", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                  The error code:

                                                                                                                                                                                                  • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                  • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                  • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                  • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                  • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                  • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                  • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                  • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                  • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                  • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                  • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "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" : "ErrorCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                  The error code:

                                                                                                                                                                                                  • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                  • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                  • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                  • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                  • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                  • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                  • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                  • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                  • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                  • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                  • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  \n@param code The error code:

                                                                                                                                                                                                  • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                  • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                  • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                  • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                  • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                  • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                  • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                  • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                  • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                  • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                  • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                  • \n@see ErrorCode*/", "getterDocumentation" : "/**

                                                                                                                                                                                                    The error code:

                                                                                                                                                                                                    • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                    • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                    • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                    • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                    • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                    • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                    • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                    • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                    • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                    • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                    • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                    • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                    • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                    \n@return The error code:

                                                                                                                                                                                                    • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                    • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                    • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                    • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                    • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                    • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                    • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                    • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                    • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                    • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                    • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                    • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                    • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                    • \n@see ErrorCode*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                      The error code:

                                                                                                                                                                                                      • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                      • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                      • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                      • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                      • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                      • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                      • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                      • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                      • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                      • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                      • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                      • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                      • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                      \n@param code The error code:

                                                                                                                                                                                                      • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                      • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                      • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                      • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                      • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                      • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                      • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                      • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                      • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                      • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                      • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                      • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                      • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ErrorCode*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                        The error code:

                                                                                                                                                                                                        • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                        • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                        • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                        • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                        • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                        • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                        • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                        • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                        • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                        • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                        • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                        • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                        • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                        \n@param code The error code:

                                                                                                                                                                                                        • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                        • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                        • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                        • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                        • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                        • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                        • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                        • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                        • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                        • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                        • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                        • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                        • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ErrorCode*/" }, { "documentation" : "

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          ", "name" : "Message", "c2jName" : "message", "c2jShape" : "ErrorMessage", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "message", "marshallLocationName" : "message", "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" : "/**

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          \n@param message An accompanying error message.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          \n@return An accompanying error message.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          \n@param message An accompanying error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          \n@param message An accompanying error message.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "errorInformation", "variableType" : "ErrorInformation", "variableDeclarationType" : "ErrorInformation", "documentation" : null, "simpleType" : "ErrorInformation", "variableSetterType" : "ErrorInformation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Message" : { "documentation" : "

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          ", "name" : "Message", "c2jName" : "message", "c2jShape" : "ErrorMessage", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "message", "marshallLocationName" : "message", "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" : "/**

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          \n@param message An accompanying error message.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          \n@return An accompanying error message.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          \n@param message An accompanying error message.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                          An accompanying error message.

                                                                                                                                                                                                          \n@param message An accompanying error message.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Code" : { "documentation" : "

                                                                                                                                                                                                          The error code:

                                                                                                                                                                                                          • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                          • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                          • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                          • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                          • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                          • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                          • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                          • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                          • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                          • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                          • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          ", "name" : "Code", "c2jName" : "code", "c2jShape" : "ErrorCode", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                          The error code:

                                                                                                                                                                                                          • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                          • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                          • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                          • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                          • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                          • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                          • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                          • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                          • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                          • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                          • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "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" : "ErrorCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                          The error code:

                                                                                                                                                                                                          • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                          • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                          • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                          • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                          • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                          • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                          • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                          • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                          • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                          • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                          • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          \n@param code The error code:

                                                                                                                                                                                                          • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                          • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                          • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                          • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                          • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                          • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                          • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                          • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                          • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                          • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                          • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                          • \n@see ErrorCode*/", "getterDocumentation" : "/**

                                                                                                                                                                                                            The error code:

                                                                                                                                                                                                            • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                            • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                            • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                            • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                            • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                            • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                            • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                            • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                            • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                            • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                            • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                            • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                            • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                            \n@return The error code:

                                                                                                                                                                                                            • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                            • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                            • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                            • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                            • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                            • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                            • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                            • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                            • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                            • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                            • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                            • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                            • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                            • \n@see ErrorCode*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                              The error code:

                                                                                                                                                                                                              • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                              • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                              • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                              • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                              • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                              • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                              • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                              • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                              • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                              • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                              • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                              • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                              • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                              \n@param code The error code:

                                                                                                                                                                                                              • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                              • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                              • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                              • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                              • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                              • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                              • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                              • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                              • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                              • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                              • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                              • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                              • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ErrorCode*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                The error code:

                                                                                                                                                                                                                • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                                • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                                • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                                • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                                • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                                • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                                • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                                • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                                • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                                • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                                • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                                • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                                • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                                \n@param code The error code:

                                                                                                                                                                                                                • APPLICATION_MISSING: The application was missing. This error code will most likely be raised if the application is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                                • DEPLOYMENT_GROUP_MISSING: The deployment group was missing. This error code will most likely be raised if the deployment group is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                                • HEALTH_CONSTRAINTS: The deployment failed on too many instances to be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                                • HEALTH_CONSTRAINTS_INVALID: The revision cannot be successfully deployed within the instance health constraints specified.
                                                                                                                                                                                                                • IAM_ROLE_MISSING: The service role cannot be accessed.
                                                                                                                                                                                                                • IAM_ROLE_PERMISSIONS: The service role does not have the correct permissions.
                                                                                                                                                                                                                • INTERNAL_ERROR: There was an internal error.
                                                                                                                                                                                                                • NO_EC2_SUBSCRIPTION: The calling account is not subscribed to the Amazon EC2 service.
                                                                                                                                                                                                                • NO_INSTANCES: No instance were specified, or no instance can be found.
                                                                                                                                                                                                                • OVER_MAX_INSTANCES: The maximum number of instance was exceeded.
                                                                                                                                                                                                                • THROTTLED: The operation was throttled because the calling account exceeded the throttling limits of one or more AWS services.
                                                                                                                                                                                                                • TIMEOUT: The deployment has timed out.
                                                                                                                                                                                                                • REVISION_MISSING: The revision ID was missing. This error code will most likely be raised if the revision is deleted after the deployment is created but before it is started.
                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ErrorCode*/" } } }, "InvalidDeploymentStatusException" : { "c2jName" : "InvalidDeploymentStatusException", "documentation" : "

                                                                                                                                                                                                                  The specified deployment status doesn't exist or cannot be determined.

                                                                                                                                                                                                                  ", "shapeName" : "InvalidDeploymentStatusException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidDeploymentStatusException", "variableType" : "InvalidDeploymentStatusException", "variableDeclarationType" : "InvalidDeploymentStatusException", "documentation" : null, "simpleType" : "InvalidDeploymentStatusException", "variableSetterType" : "InvalidDeploymentStatusException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidDeploymentStatusException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListDeploymentConfigsResult" : { "c2jName" : "ListDeploymentConfigsOutput", "documentation" : "

                                                                                                                                                                                                                  Represents the output of a list deployment configurations operation.

                                                                                                                                                                                                                  ", "shapeName" : "ListDeploymentConfigsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

                                                                                                                                                                                                                  ", "name" : "DeploymentConfigsList", "c2jName" : "deploymentConfigsList", "c2jShape" : "DeploymentConfigsList", "variable" : { "variableName" : "deploymentConfigsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

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

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

                                                                                                                                                                                                                  \n@param deploymentConfigsList A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

                                                                                                                                                                                                                  \n@return A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

                                                                                                                                                                                                                  \n@param deploymentConfigsList A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                  \n@param deploymentConfigsList A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

                                                                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

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

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

                                                                                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

                                                                                                                                                                                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

                                                                                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

                                                                                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDeploymentConfigsResult", "variableType" : "ListDeploymentConfigsResult", "variableDeclarationType" : "ListDeploymentConfigsResult", "documentation" : null, "simpleType" : "ListDeploymentConfigsResult", "variableSetterType" : "ListDeploymentConfigsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

                                                                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

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

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

                                                                                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

                                                                                                                                                                                                                  \n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

                                                                                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

                                                                                                                                                                                                                  \n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentConfigsList" : { "documentation" : "

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

                                                                                                                                                                                                                  ", "name" : "DeploymentConfigsList", "c2jName" : "deploymentConfigsList", "c2jShape" : "DeploymentConfigsList", "variable" : { "variableName" : "deploymentConfigsList", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

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

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

                                                                                                                                                                                                                  \n@param deploymentConfigsList A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

                                                                                                                                                                                                                  \n@return A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

                                                                                                                                                                                                                  \n@param deploymentConfigsList A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                  \n@param deploymentConfigsList A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeploymentGroupAlreadyExistsException" : { "c2jName" : "DeploymentGroupAlreadyExistsException", "documentation" : "

                                                                                                                                                                                                                  A deployment group with the specified name already exists with the applicable IAM user or AWS account.

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

                                                                                                                                                                                                                  The IAM user ARN was specified in an invalid format.

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

                                                                                                                                                                                                                  Information about a deployment.

                                                                                                                                                                                                                  ", "shapeName" : "DeploymentInfo", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                  The application name.

                                                                                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The application name.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application name.

                                                                                                                                                                                                                  \n@param applicationName The application name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The application name.

                                                                                                                                                                                                                  \n@return The application name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The application name.

                                                                                                                                                                                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The application name.

                                                                                                                                                                                                                  \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  The deployment group name.

                                                                                                                                                                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The deployment group name.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 deployment group name.

                                                                                                                                                                                                                  \n@param deploymentGroupName The deployment group name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The deployment group name.

                                                                                                                                                                                                                  \n@return The deployment group name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The deployment group name.

                                                                                                                                                                                                                  \n@param deploymentGroupName The deployment group name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The deployment group name.

                                                                                                                                                                                                                  \n@param deploymentGroupName The deployment group name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  The deployment configuration name.

                                                                                                                                                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The deployment configuration name.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 deployment configuration name.

                                                                                                                                                                                                                  \n@param deploymentConfigName The deployment configuration name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The deployment configuration name.

                                                                                                                                                                                                                  \n@return The deployment configuration name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The deployment configuration name.

                                                                                                                                                                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The deployment configuration name.

                                                                                                                                                                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  The deployment ID.

                                                                                                                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The deployment ID.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 deployment ID.

                                                                                                                                                                                                                  \n@param deploymentId The deployment ID.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The deployment ID.

                                                                                                                                                                                                                  \n@return The deployment ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The deployment ID.

                                                                                                                                                                                                                  \n@param deploymentId The deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The deployment ID.

                                                                                                                                                                                                                  \n@param deploymentId The deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                  ", "name" : "Revision", "c2jName" : "revision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revision", "marshallLocationName" : "revision", "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" : "/**

                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                  \n@param revision Information about the location of stored application artifacts and the service from which to retrieve them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                  \n@return Information about the location of stored application artifacts and the service from which to retrieve them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                  \n@param revision Information about the location of stored application artifacts and the service from which to retrieve them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                  \n@param revision Information about the location of stored application artifacts and the service from which to retrieve them.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "status", "c2jShape" : "DeploymentStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "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" : "DeploymentStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                  \n@param status The current state of the deployment as a whole.\n@see DeploymentStatus*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                  \n@return The current state of the deployment as a whole.\n@see DeploymentStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                  \n@param status The current state of the deployment as a whole.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                  \n@param status The current state of the deployment as a whole.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/" }, { "documentation" : "

                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                  ", "name" : "ErrorInformation", "c2jName" : "errorInformation", "c2jShape" : "ErrorInformation", "variable" : { "variableName" : "errorInformation", "variableType" : "ErrorInformation", "variableDeclarationType" : "ErrorInformation", "documentation" : "

                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                  ", "simpleType" : "ErrorInformation", "variableSetterType" : "ErrorInformation" }, "setterModel" : { "variableName" : "errorInformation", "variableType" : "ErrorInformation", "variableDeclarationType" : "ErrorInformation", "documentation" : "", "simpleType" : "ErrorInformation", "variableSetterType" : "ErrorInformation" }, "getterModel" : { "returnType" : "ErrorInformation", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorInformation", "marshallLocationName" : "errorInformation", "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" : "/**

                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                  \n@param errorInformation Information about any error associated with this deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                  \n@return Information about any error associated with this deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                  \n@param errorInformation Information about any error associated with this deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                  \n@param errorInformation Information about any error associated with this deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  A timestamp indicating when the deployment was created.

                                                                                                                                                                                                                  ", "name" : "CreateTime", "c2jName" : "createTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                  A timestamp indicating when the deployment was created.

                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createTime", "marshallLocationName" : "createTime", "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 timestamp indicating when the deployment was created.

                                                                                                                                                                                                                  \n@param createTime A timestamp indicating when the deployment was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A timestamp indicating when the deployment was created.

                                                                                                                                                                                                                  \n@return A timestamp indicating when the deployment was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A timestamp indicating when the deployment was created.

                                                                                                                                                                                                                  \n@param createTime A timestamp indicating when the deployment was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A timestamp indicating when the deployment was created.

                                                                                                                                                                                                                  \n@param createTime A timestamp indicating when the deployment was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

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

                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

                                                                                                                                                                                                                  \n@return A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  A timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                  ", "name" : "CompleteTime", "c2jName" : "completeTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "completeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                  A timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "completeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "completeTime", "marshallLocationName" : "completeTime", "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 timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                  \n@param completeTime A timestamp indicating when the deployment was complete.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                  \n@return A timestamp indicating when the deployment was complete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                  \n@param completeTime A timestamp indicating when the deployment was complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                  \n@param completeTime A timestamp indicating when the deployment was complete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                  ", "name" : "DeploymentOverview", "c2jName" : "deploymentOverview", "c2jShape" : "DeploymentOverview", "variable" : { "variableName" : "deploymentOverview", "variableType" : "DeploymentOverview", "variableDeclarationType" : "DeploymentOverview", "documentation" : "

                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                  ", "simpleType" : "DeploymentOverview", "variableSetterType" : "DeploymentOverview" }, "setterModel" : { "variableName" : "deploymentOverview", "variableType" : "DeploymentOverview", "variableDeclarationType" : "DeploymentOverview", "documentation" : "", "simpleType" : "DeploymentOverview", "variableSetterType" : "DeploymentOverview" }, "getterModel" : { "returnType" : "DeploymentOverview", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentOverview", "marshallLocationName" : "deploymentOverview", "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" : "/**

                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                  \n@param deploymentOverview A summary of the deployment status of the instances in the deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                  \n@return A summary of the deployment status of the instances in the deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                  \n@param deploymentOverview A summary of the deployment status of the instances in the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                  \n@param deploymentOverview A summary of the deployment status of the instances in the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                  \n@param description A comment about the deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                  \n@return A comment about the deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                  \n@param description A comment about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                  \n@param description A comment about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                  The means by which the deployment was created:

                                                                                                                                                                                                                  • user: A user created the deployment.
                                                                                                                                                                                                                  • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                  ", "name" : "Creator", "c2jName" : "creator", "c2jShape" : "DeploymentCreator", "variable" : { "variableName" : "creator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                  The means by which the deployment was created:

                                                                                                                                                                                                                  • user: A user created the deployment.
                                                                                                                                                                                                                  • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "creator", "marshallLocationName" : "creator", "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" : "DeploymentCreator", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                  The means by which the deployment was created:

                                                                                                                                                                                                                  • user: A user created the deployment.
                                                                                                                                                                                                                  • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                  \n@param creator The means by which the deployment was created:

                                                                                                                                                                                                                  • user: A user created the deployment.
                                                                                                                                                                                                                  • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                  • \n@see DeploymentCreator*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                    The means by which the deployment was created:

                                                                                                                                                                                                                    • user: A user created the deployment.
                                                                                                                                                                                                                    • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                    \n@return The means by which the deployment was created:

                                                                                                                                                                                                                    • user: A user created the deployment.
                                                                                                                                                                                                                    • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                    • \n@see DeploymentCreator*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                      The means by which the deployment was created:

                                                                                                                                                                                                                      • user: A user created the deployment.
                                                                                                                                                                                                                      • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                      \n@param creator The means by which the deployment was created:

                                                                                                                                                                                                                      • user: A user created the deployment.
                                                                                                                                                                                                                      • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentCreator*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                        The means by which the deployment was created:

                                                                                                                                                                                                                        • user: A user created the deployment.
                                                                                                                                                                                                                        • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                        \n@param creator The means by which the deployment was created:

                                                                                                                                                                                                                        • user: A user created the deployment.
                                                                                                                                                                                                                        • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentCreator*/" }, { "documentation" : "

                                                                                                                                                                                                                          If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                          If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                          ", "name" : "IgnoreApplicationStopFailures", "c2jName" : "ignoreApplicationStopFailures", "c2jShape" : "Boolean", "variable" : { "variableName" : "ignoreApplicationStopFailures", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                          If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                          If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                          ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ignoreApplicationStopFailures", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ignoreApplicationStopFailures", "marshallLocationName" : "ignoreApplicationStopFailures", "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" : "/**

                                                                                                                                                                                                                          If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                          If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                          \n@param ignoreApplicationStopFailures If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                          If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                          If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                          If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                          \n@return If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                          If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                          If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                          \n@param ignoreApplicationStopFailures If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                          If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                          If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                          \n@param ignoreApplicationStopFailures If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                          If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deploymentInfo", "variableType" : "DeploymentInfo", "variableDeclarationType" : "DeploymentInfo", "documentation" : null, "simpleType" : "DeploymentInfo", "variableSetterType" : "DeploymentInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                                                                                                                                                          The application name.

                                                                                                                                                                                                                          ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                          The application name.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application name.

                                                                                                                                                                                                                          \n@param applicationName The application name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                          The application name.

                                                                                                                                                                                                                          \n@return The application name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          The application name.

                                                                                                                                                                                                                          \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          The application name.

                                                                                                                                                                                                                          \n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                                                                                                                                                                                                                          A comment about the deployment.

                                                                                                                                                                                                                          ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                          A comment about the deployment.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                          A comment about the deployment.

                                                                                                                                                                                                                          \n@param description A comment about the deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                          A comment about the deployment.

                                                                                                                                                                                                                          \n@return A comment about the deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                          A comment about the deployment.

                                                                                                                                                                                                                          \n@param description A comment about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                          A comment about the deployment.

                                                                                                                                                                                                                          \n@param description A comment about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Creator" : { "documentation" : "

                                                                                                                                                                                                                          The means by which the deployment was created:

                                                                                                                                                                                                                          • user: A user created the deployment.
                                                                                                                                                                                                                          • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                          ", "name" : "Creator", "c2jName" : "creator", "c2jShape" : "DeploymentCreator", "variable" : { "variableName" : "creator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                          The means by which the deployment was created:

                                                                                                                                                                                                                          • user: A user created the deployment.
                                                                                                                                                                                                                          • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creator", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "creator", "marshallLocationName" : "creator", "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" : "DeploymentCreator", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                          The means by which the deployment was created:

                                                                                                                                                                                                                          • user: A user created the deployment.
                                                                                                                                                                                                                          • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                          \n@param creator The means by which the deployment was created:

                                                                                                                                                                                                                          • user: A user created the deployment.
                                                                                                                                                                                                                          • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                          • \n@see DeploymentCreator*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                            The means by which the deployment was created:

                                                                                                                                                                                                                            • user: A user created the deployment.
                                                                                                                                                                                                                            • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                            \n@return The means by which the deployment was created:

                                                                                                                                                                                                                            • user: A user created the deployment.
                                                                                                                                                                                                                            • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                            • \n@see DeploymentCreator*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                              The means by which the deployment was created:

                                                                                                                                                                                                                              • user: A user created the deployment.
                                                                                                                                                                                                                              • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                              \n@param creator The means by which the deployment was created:

                                                                                                                                                                                                                              • user: A user created the deployment.
                                                                                                                                                                                                                              • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentCreator*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                The means by which the deployment was created:

                                                                                                                                                                                                                                • user: A user created the deployment.
                                                                                                                                                                                                                                • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                                \n@param creator The means by which the deployment was created:

                                                                                                                                                                                                                                • user: A user created the deployment.
                                                                                                                                                                                                                                • autoscaling: Auto Scaling created the deployment.
                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentCreator*/" }, "Revision" : { "documentation" : "

                                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                                  ", "name" : "Revision", "c2jName" : "revision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revision", "marshallLocationName" : "revision", "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" : "/**

                                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                                  \n@param revision Information about the location of stored application artifacts and the service from which to retrieve them.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                                  \n@return Information about the location of stored application artifacts and the service from which to retrieve them.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                                  \n@param revision Information about the location of stored application artifacts and the service from which to retrieve them.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the location of stored application artifacts and the service from which to retrieve them.

                                                                                                                                                                                                                                  \n@param revision Information about the location of stored application artifacts and the service from which to retrieve them.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CompleteTime" : { "documentation" : "

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                                  ", "name" : "CompleteTime", "c2jName" : "completeTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "completeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "completeTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "completeTime", "marshallLocationName" : "completeTime", "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 timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                                  \n@param completeTime A timestamp indicating when the deployment was complete.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                                  \n@return A timestamp indicating when the deployment was complete.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                                  \n@param completeTime A timestamp indicating when the deployment was complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was complete.

                                                                                                                                                                                                                                  \n@param completeTime A timestamp indicating when the deployment was complete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IgnoreApplicationStopFailures" : { "documentation" : "

                                                                                                                                                                                                                                  If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  ", "name" : "IgnoreApplicationStopFailures", "c2jName" : "ignoreApplicationStopFailures", "c2jShape" : "Boolean", "variable" : { "variableName" : "ignoreApplicationStopFailures", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ignoreApplicationStopFailures", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ignoreApplicationStopFailures", "marshallLocationName" : "ignoreApplicationStopFailures", "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" : "/**

                                                                                                                                                                                                                                  If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@param ignoreApplicationStopFailures If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@return If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@param ignoreApplicationStopFailures If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@param ignoreApplicationStopFailures If true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentGroupName" : { "documentation" : "

                                                                                                                                                                                                                                  The deployment group name.

                                                                                                                                                                                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The deployment group name.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 deployment group name.

                                                                                                                                                                                                                                  \n@param deploymentGroupName The deployment group name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment group name.

                                                                                                                                                                                                                                  \n@return The deployment group name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment group name.

                                                                                                                                                                                                                                  \n@param deploymentGroupName The deployment group name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment group name.

                                                                                                                                                                                                                                  \n@param deploymentGroupName The deployment group name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentId" : { "documentation" : "

                                                                                                                                                                                                                                  The deployment ID.

                                                                                                                                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The deployment ID.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 deployment ID.

                                                                                                                                                                                                                                  \n@param deploymentId The deployment ID.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment ID.

                                                                                                                                                                                                                                  \n@return The deployment ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment ID.

                                                                                                                                                                                                                                  \n@param deploymentId The deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment ID.

                                                                                                                                                                                                                                  \n@param deploymentId The deployment ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "

                                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "status", "c2jShape" : "DeploymentStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "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" : "DeploymentStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                                  \n@param status The current state of the deployment as a whole.\n@see DeploymentStatus*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                                  \n@return The current state of the deployment as a whole.\n@see DeploymentStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                                  \n@param status The current state of the deployment as a whole.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The current state of the deployment as a whole.

                                                                                                                                                                                                                                  \n@param status The current state of the deployment as a whole.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DeploymentStatus*/" }, "DeploymentOverview" : { "documentation" : "

                                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                                  ", "name" : "DeploymentOverview", "c2jName" : "deploymentOverview", "c2jShape" : "DeploymentOverview", "variable" : { "variableName" : "deploymentOverview", "variableType" : "DeploymentOverview", "variableDeclarationType" : "DeploymentOverview", "documentation" : "

                                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                                  ", "simpleType" : "DeploymentOverview", "variableSetterType" : "DeploymentOverview" }, "setterModel" : { "variableName" : "deploymentOverview", "variableType" : "DeploymentOverview", "variableDeclarationType" : "DeploymentOverview", "documentation" : "", "simpleType" : "DeploymentOverview", "variableSetterType" : "DeploymentOverview" }, "getterModel" : { "returnType" : "DeploymentOverview", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentOverview", "marshallLocationName" : "deploymentOverview", "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" : "/**

                                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                                  \n@param deploymentOverview A summary of the deployment status of the instances in the deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                                  \n@return A summary of the deployment status of the instances in the deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                                  \n@param deploymentOverview A summary of the deployment status of the instances in the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A summary of the deployment status of the instances in the deployment.

                                                                                                                                                                                                                                  \n@param deploymentOverview A summary of the deployment status of the instances in the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentConfigName" : { "documentation" : "

                                                                                                                                                                                                                                  The deployment configuration name.

                                                                                                                                                                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The deployment configuration name.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 deployment configuration name.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The deployment configuration name.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment configuration name.

                                                                                                                                                                                                                                  \n@return The deployment configuration name.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment configuration name.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment configuration name.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreateTime" : { "documentation" : "

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was created.

                                                                                                                                                                                                                                  ", "name" : "CreateTime", "c2jName" : "createTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was created.

                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "createTime", "marshallLocationName" : "createTime", "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 timestamp indicating when the deployment was created.

                                                                                                                                                                                                                                  \n@param createTime A timestamp indicating when the deployment was created.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was created.

                                                                                                                                                                                                                                  \n@return A timestamp indicating when the deployment was created.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was created.

                                                                                                                                                                                                                                  \n@param createTime A timestamp indicating when the deployment was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was created.

                                                                                                                                                                                                                                  \n@param createTime A timestamp indicating when the deployment was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

                                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

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

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

                                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

                                                                                                                                                                                                                                  \n@return A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

                                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.

                                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment was deployed to the deployment group.

                                                                                                                                                                                                                                  In some cases, the reported value of the start time may be later than the complete time. This is due to differences in the clock settings of back-end servers that participate in the deployment process.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorInformation" : { "documentation" : "

                                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                                  ", "name" : "ErrorInformation", "c2jName" : "errorInformation", "c2jShape" : "ErrorInformation", "variable" : { "variableName" : "errorInformation", "variableType" : "ErrorInformation", "variableDeclarationType" : "ErrorInformation", "documentation" : "

                                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                                  ", "simpleType" : "ErrorInformation", "variableSetterType" : "ErrorInformation" }, "setterModel" : { "variableName" : "errorInformation", "variableType" : "ErrorInformation", "variableDeclarationType" : "ErrorInformation", "documentation" : "", "simpleType" : "ErrorInformation", "variableSetterType" : "ErrorInformation" }, "getterModel" : { "returnType" : "ErrorInformation", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorInformation", "marshallLocationName" : "errorInformation", "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" : "/**

                                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                                  \n@param errorInformation Information about any error associated with this deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                                  \n@return Information about any error associated with this deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                                  \n@param errorInformation Information about any error associated with this deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about any error associated with this deployment.

                                                                                                                                                                                                                                  \n@param errorInformation Information about any error associated with this deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ApplicationRevisionSortBy" : { "c2jName" : "ApplicationRevisionSortBy", "documentation" : "", "shapeName" : "ApplicationRevisionSortBy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "RegisterTime", "value" : "registerTime" }, { "name" : "FirstUsedTime", "value" : "firstUsedTime" }, { "name" : "LastUsedTime", "value" : "lastUsedTime" } ], "variable" : { "variableName" : "applicationRevisionSortBy", "variableType" : "ApplicationRevisionSortBy", "variableDeclarationType" : "ApplicationRevisionSortBy", "documentation" : null, "simpleType" : "ApplicationRevisionSortBy", "variableSetterType" : "ApplicationRevisionSortBy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TagRequiredException" : { "c2jName" : "TagRequiredException", "documentation" : "

                                                                                                                                                                                                                                  A tag was not specified.

                                                                                                                                                                                                                                  ", "shapeName" : "TagRequiredException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "tagRequiredException", "variableType" : "TagRequiredException", "variableDeclarationType" : "TagRequiredException", "documentation" : null, "simpleType" : "TagRequiredException", "variableSetterType" : "TagRequiredException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TagRequiredException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "BundleType" : { "c2jName" : "BundleType", "documentation" : "", "shapeName" : "BundleType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Tar", "value" : "tar" }, { "name" : "Tgz", "value" : "tgz" }, { "name" : "Zip", "value" : "zip" } ], "variable" : { "variableName" : "bundleType", "variableType" : "BundleType", "variableDeclarationType" : "BundleType", "documentation" : null, "simpleType" : "BundleType", "variableSetterType" : "BundleType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateDeploymentGroupRequest" : { "c2jName" : "UpdateDeploymentGroupInput", "documentation" : "

                                                                                                                                                                                                                                  Represents the input of an update deployment group operation.

                                                                                                                                                                                                                                  ", "shapeName" : "UpdateDeploymentGroupRequest", "deprecated" : false, "required" : [ "applicationName", "currentDeploymentGroupName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  \n@param applicationName The application name corresponding to the deployment group to update.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  \n@return The application name corresponding to the deployment group to update.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  \n@param applicationName The application name corresponding to the deployment group to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  \n@param applicationName The application name corresponding to the deployment group to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The current name of the deployment group.

                                                                                                                                                                                                                                  ", "name" : "CurrentDeploymentGroupName", "c2jName" : "currentDeploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "currentDeploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The current name of the deployment group.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "currentDeploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "currentDeploymentGroupName", "marshallLocationName" : "currentDeploymentGroupName", "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 current name of the deployment group.

                                                                                                                                                                                                                                  \n@param currentDeploymentGroupName The current name of the deployment group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The current name of the deployment group.

                                                                                                                                                                                                                                  \n@return The current name of the deployment group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The current name of the deployment group.

                                                                                                                                                                                                                                  \n@param currentDeploymentGroupName The current name of the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The current name of the deployment group.

                                                                                                                                                                                                                                  \n@param currentDeploymentGroupName The current name of the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  ", "name" : "NewDeploymentGroupName", "c2jName" : "newDeploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "newDeploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "newDeploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "newDeploymentGroupName", "marshallLocationName" : "newDeploymentGroupName", "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 new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  \n@param newDeploymentGroupName The new name of the deployment group, if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  \n@return The new name of the deployment group, if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  \n@param newDeploymentGroupName The new name of the deployment group, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  \n@param newDeploymentGroupName The new name of the deployment group, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The replacement deployment configuration name to use, if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  \n@return The replacement deployment configuration name to use, if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The replacement deployment configuration name to use, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The replacement deployment configuration name to use, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  ", "name" : "Ec2TagFilters", "c2jName" : "ec2TagFilters", "c2jShape" : "EC2TagFilterList", "variable" : { "variableName" : "ec2TagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

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

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@param ec2TagFilters The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@return The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@param ec2TagFilters The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param ec2TagFilters The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  ", "name" : "OnPremisesInstanceTagFilters", "c2jName" : "onPremisesInstanceTagFilters", "c2jShape" : "TagFilterList", "variable" : { "variableName" : "onPremisesInstanceTagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

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

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@param onPremisesInstanceTagFilters The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@return The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@param onPremisesInstanceTagFilters The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param onPremisesInstanceTagFilters The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

                                                                                                                                                                                                                                  ", "name" : "AutoScalingGroups", "c2jName" : "autoScalingGroups", "c2jShape" : "AutoScalingGroupNameList", "variable" : { "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

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

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

                                                                                                                                                                                                                                  \n@param autoScalingGroups The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

                                                                                                                                                                                                                                  \n@return The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

                                                                                                                                                                                                                                  \n@param autoScalingGroups The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param autoScalingGroups The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  A replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  ", "name" : "ServiceRoleArn", "c2jName" : "serviceRoleArn", "c2jShape" : "Role", "variable" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "serviceRoleArn", "marshallLocationName" : "serviceRoleArn", "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 replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  \n@param serviceRoleArn A replacement ARN for the service role, if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  \n@return A replacement ARN for the service role, if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  \n@param serviceRoleArn A replacement ARN for the service role, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  \n@param serviceRoleArn A replacement ARN for the service role, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

                                                                                                                                                                                                                                  ", "name" : "TriggerConfigurations", "c2jName" : "triggerConfigurations", "c2jShape" : "TriggerConfigList", "variable" : { "variableName" : "triggerConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

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

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

                                                                                                                                                                                                                                  \n@param triggerConfigurations Information about triggers to change when the deployment group is updated.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

                                                                                                                                                                                                                                  \n@return Information about triggers to change when the deployment group is updated.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

                                                                                                                                                                                                                                  \n@param triggerConfigurations Information about triggers to change when the deployment group is updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param triggerConfigurations Information about triggers to change when the deployment group is updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateDeploymentGroupRequest", "variableType" : "UpdateDeploymentGroupRequest", "variableDeclarationType" : "UpdateDeploymentGroupRequest", "documentation" : null, "simpleType" : "UpdateDeploymentGroupRequest", "variableSetterType" : "UpdateDeploymentGroupRequest" }, "marshaller" : { "action" : "UpdateDeploymentGroup", "verb" : "POST", "target" : "CodeDeploy_20141006.UpdateDeploymentGroup", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                                                                                                                                                                  The application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  \n@param applicationName The application name corresponding to the deployment group to update.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  \n@return The application name corresponding to the deployment group to update.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  \n@param applicationName The application name corresponding to the deployment group to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The application name corresponding to the deployment group to update.

                                                                                                                                                                                                                                  \n@param applicationName The application name corresponding to the deployment group to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OnPremisesInstanceTagFilters" : { "documentation" : "

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  ", "name" : "OnPremisesInstanceTagFilters", "c2jName" : "onPremisesInstanceTagFilters", "c2jShape" : "TagFilterList", "variable" : { "variableName" : "onPremisesInstanceTagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

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

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@param onPremisesInstanceTagFilters The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@return The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@param onPremisesInstanceTagFilters The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param onPremisesInstanceTagFilters The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TriggerConfigurations" : { "documentation" : "

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

                                                                                                                                                                                                                                  ", "name" : "TriggerConfigurations", "c2jName" : "triggerConfigurations", "c2jShape" : "TriggerConfigList", "variable" : { "variableName" : "triggerConfigurations", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

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

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

                                                                                                                                                                                                                                  \n@param triggerConfigurations Information about triggers to change when the deployment group is updated.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

                                                                                                                                                                                                                                  \n@return Information about triggers to change when the deployment group is updated.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

                                                                                                                                                                                                                                  \n@param triggerConfigurations Information about triggers to change when the deployment group is updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about triggers to change when the deployment group is updated.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param triggerConfigurations Information about triggers to change when the deployment group is updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AutoScalingGroups" : { "documentation" : "

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

                                                                                                                                                                                                                                  ", "name" : "AutoScalingGroups", "c2jName" : "autoScalingGroups", "c2jShape" : "AutoScalingGroupNameList", "variable" : { "variableName" : "autoScalingGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

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

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

                                                                                                                                                                                                                                  \n@param autoScalingGroups The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

                                                                                                                                                                                                                                  \n@return The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

                                                                                                                                                                                                                                  \n@param autoScalingGroups The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param autoScalingGroups The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them. To keep the Auto Scaling groups, enter their names. To remove Auto Scaling groups, do not enter any Auto Scaling group names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NewDeploymentGroupName" : { "documentation" : "

                                                                                                                                                                                                                                  The new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  ", "name" : "NewDeploymentGroupName", "c2jName" : "newDeploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "newDeploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "newDeploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "newDeploymentGroupName", "marshallLocationName" : "newDeploymentGroupName", "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 new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  \n@param newDeploymentGroupName The new name of the deployment group, if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  \n@return The new name of the deployment group, if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  \n@param newDeploymentGroupName The new name of the deployment group, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The new name of the deployment group, if you want to change it.

                                                                                                                                                                                                                                  \n@param newDeploymentGroupName The new name of the deployment group, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Ec2TagFilters" : { "documentation" : "

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  ", "name" : "Ec2TagFilters", "c2jName" : "ec2TagFilters", "c2jShape" : "EC2TagFilterList", "variable" : { "variableName" : "ec2TagFilters", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

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

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@param ec2TagFilters The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@return The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n@param ec2TagFilters The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param ec2TagFilters The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentConfigName" : { "documentation" : "

                                                                                                                                                                                                                                  The replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The replacement deployment configuration name to use, if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  \n@return The replacement deployment configuration name to use, if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The replacement deployment configuration name to use, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The replacement deployment configuration name to use, if you want to change it.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The replacement deployment configuration name to use, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ServiceRoleArn" : { "documentation" : "

                                                                                                                                                                                                                                  A replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  ", "name" : "ServiceRoleArn", "c2jName" : "serviceRoleArn", "c2jShape" : "Role", "variable" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "serviceRoleArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "serviceRoleArn", "marshallLocationName" : "serviceRoleArn", "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 replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  \n@param serviceRoleArn A replacement ARN for the service role, if you want to change it.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  \n@return A replacement ARN for the service role, if you want to change it.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  \n@param serviceRoleArn A replacement ARN for the service role, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A replacement ARN for the service role, if you want to change it.

                                                                                                                                                                                                                                  \n@param serviceRoleArn A replacement ARN for the service role, if you want to change it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CurrentDeploymentGroupName" : { "documentation" : "

                                                                                                                                                                                                                                  The current name of the deployment group.

                                                                                                                                                                                                                                  ", "name" : "CurrentDeploymentGroupName", "c2jName" : "currentDeploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "currentDeploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The current name of the deployment group.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "currentDeploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "currentDeploymentGroupName", "marshallLocationName" : "currentDeploymentGroupName", "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 current name of the deployment group.

                                                                                                                                                                                                                                  \n@param currentDeploymentGroupName The current name of the deployment group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The current name of the deployment group.

                                                                                                                                                                                                                                  \n@return The current name of the deployment group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The current name of the deployment group.

                                                                                                                                                                                                                                  \n@param currentDeploymentGroupName The current name of the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The current name of the deployment group.

                                                                                                                                                                                                                                  \n@param currentDeploymentGroupName The current name of the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeregisterOnPremisesInstanceRequest" : { "c2jName" : "DeregisterOnPremisesInstanceInput", "documentation" : "

                                                                                                                                                                                                                                  Represents the input of a deregister on-premises instance operation.

                                                                                                                                                                                                                                  ", "shapeName" : "DeregisterOnPremisesInstanceRequest", "deprecated" : false, "required" : [ "instanceName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The name of the on-premises instance to deregister.

                                                                                                                                                                                                                                  ", "name" : "InstanceName", "c2jName" : "instanceName", "c2jShape" : "InstanceName", "variable" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the on-premises instance to deregister.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceName", "marshallLocationName" : "instanceName", "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 on-premises instance to deregister.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to deregister.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to deregister.

                                                                                                                                                                                                                                  \n@return The name of the on-premises instance to deregister.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to deregister.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to deregister.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to deregister.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to deregister.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deregisterOnPremisesInstanceRequest", "variableType" : "DeregisterOnPremisesInstanceRequest", "variableDeclarationType" : "DeregisterOnPremisesInstanceRequest", "documentation" : null, "simpleType" : "DeregisterOnPremisesInstanceRequest", "variableSetterType" : "DeregisterOnPremisesInstanceRequest" }, "marshaller" : { "action" : "DeregisterOnPremisesInstance", "verb" : "POST", "target" : "CodeDeploy_20141006.DeregisterOnPremisesInstance", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceName" : { "documentation" : "

                                                                                                                                                                                                                                  The name of the on-premises instance to deregister.

                                                                                                                                                                                                                                  ", "name" : "InstanceName", "c2jName" : "instanceName", "c2jShape" : "InstanceName", "variable" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the on-premises instance to deregister.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceName", "marshallLocationName" : "instanceName", "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 on-premises instance to deregister.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to deregister.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to deregister.

                                                                                                                                                                                                                                  \n@return The name of the on-premises instance to deregister.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to deregister.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to deregister.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to deregister.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to deregister.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDeploymentGroupResult" : { "c2jName" : "CreateDeploymentGroupOutput", "documentation" : "

                                                                                                                                                                                                                                  Represents the output of a create deployment group operation.

                                                                                                                                                                                                                                  ", "shapeName" : "CreateDeploymentGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  A unique deployment group ID.

                                                                                                                                                                                                                                  ", "name" : "DeploymentGroupId", "c2jName" : "deploymentGroupId", "c2jShape" : "DeploymentGroupId", "variable" : { "variableName" : "deploymentGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A unique deployment group ID.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupId", "marshallLocationName" : "deploymentGroupId", "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 unique deployment group ID.

                                                                                                                                                                                                                                  \n@param deploymentGroupId A unique deployment group ID.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique deployment group ID.

                                                                                                                                                                                                                                  \n@return A unique deployment group ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique deployment group ID.

                                                                                                                                                                                                                                  \n@param deploymentGroupId A unique deployment group ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique deployment group ID.

                                                                                                                                                                                                                                  \n@param deploymentGroupId A unique deployment group ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDeploymentGroupResult", "variableType" : "CreateDeploymentGroupResult", "variableDeclarationType" : "CreateDeploymentGroupResult", "documentation" : null, "simpleType" : "CreateDeploymentGroupResult", "variableSetterType" : "CreateDeploymentGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentGroupId" : { "documentation" : "

                                                                                                                                                                                                                                  A unique deployment group ID.

                                                                                                                                                                                                                                  ", "name" : "DeploymentGroupId", "c2jName" : "deploymentGroupId", "c2jShape" : "DeploymentGroupId", "variable" : { "variableName" : "deploymentGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A unique deployment group ID.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupId", "marshallLocationName" : "deploymentGroupId", "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 unique deployment group ID.

                                                                                                                                                                                                                                  \n@param deploymentGroupId A unique deployment group ID.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique deployment group ID.

                                                                                                                                                                                                                                  \n@return A unique deployment group ID.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique deployment group ID.

                                                                                                                                                                                                                                  \n@param deploymentGroupId A unique deployment group ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A unique deployment group ID.

                                                                                                                                                                                                                                  \n@param deploymentGroupId A unique deployment group ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteApplicationRequest" : { "c2jName" : "DeleteApplicationInput", "documentation" : "

                                                                                                                                                                                                                                  Represents the input of a delete application operation.

                                                                                                                                                                                                                                  ", "shapeName" : "DeleteApplicationRequest", "deprecated" : false, "required" : [ "applicationName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteApplicationRequest", "variableType" : "DeleteApplicationRequest", "variableDeclarationType" : "DeleteApplicationRequest", "documentation" : null, "simpleType" : "DeleteApplicationRequest", "variableSetterType" : "DeleteApplicationRequest" }, "marshaller" : { "action" : "DeleteApplication", "verb" : "POST", "target" : "CodeDeploy_20141006.DeleteApplication", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TriggerTargetsLimitExceededException" : { "c2jName" : "TriggerTargetsLimitExceededException", "documentation" : "

                                                                                                                                                                                                                                  The maximum allowed number of triggers was exceeded.

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

                                                                                                                                                                                                                                  The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Auto Scaling.

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

                                                                                                                                                                                                                                  The deployed state filter was specified in an invalid format.

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

                                                                                                                                                                                                                                  Information about the deployment status of the instances in the deployment.

                                                                                                                                                                                                                                  ", "shapeName" : "DeploymentOverview", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a pending state.

                                                                                                                                                                                                                                  ", "name" : "Pending", "c2jName" : "Pending", "c2jShape" : "InstanceCount", "variable" : { "variableName" : "pending", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a pending state.

                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "pending", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pending", "marshallLocationName" : "Pending", "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 instances in the deployment in a pending state.

                                                                                                                                                                                                                                  \n@param pending The number of instances in the deployment in a pending state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a pending state.

                                                                                                                                                                                                                                  \n@return The number of instances in the deployment in a pending state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a pending state.

                                                                                                                                                                                                                                  \n@param pending The number of instances in the deployment in a pending state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a pending state.

                                                                                                                                                                                                                                  \n@param pending The number of instances in the deployment in a pending state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The number of instances in which the deployment is in progress.

                                                                                                                                                                                                                                  ", "name" : "InProgress", "c2jName" : "InProgress", "c2jShape" : "InstanceCount", "variable" : { "variableName" : "inProgress", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The number of instances in which the deployment is in progress.

                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "inProgress", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "InProgress", "marshallLocationName" : "InProgress", "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 instances in which the deployment is in progress.

                                                                                                                                                                                                                                  \n@param inProgress The number of instances in which the deployment is in progress.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in which the deployment is in progress.

                                                                                                                                                                                                                                  \n@return The number of instances in which the deployment is in progress.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in which the deployment is in progress.

                                                                                                                                                                                                                                  \n@param inProgress The number of instances in which the deployment is in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in which the deployment is in progress.

                                                                                                                                                                                                                                  \n@param inProgress The number of instances in which the deployment is in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  ", "name" : "Succeeded", "c2jName" : "Succeeded", "c2jShape" : "InstanceCount", "variable" : { "variableName" : "succeeded", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "succeeded", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Succeeded", "marshallLocationName" : "Succeeded", "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 instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  \n@param succeeded The number of instances in the deployment to which revisions have been successfully deployed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  \n@return The number of instances in the deployment to which revisions have been successfully deployed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  \n@param succeeded The number of instances in the deployment to which revisions have been successfully deployed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  \n@param succeeded The number of instances in the deployment to which revisions have been successfully deployed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a failed state.

                                                                                                                                                                                                                                  ", "name" : "Failed", "c2jName" : "Failed", "c2jShape" : "InstanceCount", "variable" : { "variableName" : "failed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a failed state.

                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "failed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Failed", "marshallLocationName" : "Failed", "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 instances in the deployment in a failed state.

                                                                                                                                                                                                                                  \n@param failed The number of instances in the deployment in a failed state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a failed state.

                                                                                                                                                                                                                                  \n@return The number of instances in the deployment in a failed state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a failed state.

                                                                                                                                                                                                                                  \n@param failed The number of instances in the deployment in a failed state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a failed state.

                                                                                                                                                                                                                                  \n@param failed The number of instances in the deployment in a failed state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  ", "name" : "Skipped", "c2jName" : "Skipped", "c2jShape" : "InstanceCount", "variable" : { "variableName" : "skipped", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "skipped", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Skipped", "marshallLocationName" : "Skipped", "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 instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  \n@param skipped The number of instances in the deployment in a skipped state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  \n@return The number of instances in the deployment in a skipped state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  \n@param skipped The number of instances in the deployment in a skipped state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  \n@param skipped The number of instances in the deployment in a skipped state.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deploymentOverview", "variableType" : "DeploymentOverview", "variableDeclarationType" : "DeploymentOverview", "documentation" : null, "simpleType" : "DeploymentOverview", "variableSetterType" : "DeploymentOverview" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Succeeded" : { "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  ", "name" : "Succeeded", "c2jName" : "Succeeded", "c2jShape" : "InstanceCount", "variable" : { "variableName" : "succeeded", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "succeeded", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Succeeded", "marshallLocationName" : "Succeeded", "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 instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  \n@param succeeded The number of instances in the deployment to which revisions have been successfully deployed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  \n@return The number of instances in the deployment to which revisions have been successfully deployed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  \n@param succeeded The number of instances in the deployment to which revisions have been successfully deployed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment to which revisions have been successfully deployed.

                                                                                                                                                                                                                                  \n@param succeeded The number of instances in the deployment to which revisions have been successfully deployed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Failed" : { "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a failed state.

                                                                                                                                                                                                                                  ", "name" : "Failed", "c2jName" : "Failed", "c2jShape" : "InstanceCount", "variable" : { "variableName" : "failed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a failed state.

                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "failed", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Failed", "marshallLocationName" : "Failed", "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 instances in the deployment in a failed state.

                                                                                                                                                                                                                                  \n@param failed The number of instances in the deployment in a failed state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a failed state.

                                                                                                                                                                                                                                  \n@return The number of instances in the deployment in a failed state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a failed state.

                                                                                                                                                                                                                                  \n@param failed The number of instances in the deployment in a failed state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a failed state.

                                                                                                                                                                                                                                  \n@param failed The number of instances in the deployment in a failed state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InProgress" : { "documentation" : "

                                                                                                                                                                                                                                  The number of instances in which the deployment is in progress.

                                                                                                                                                                                                                                  ", "name" : "InProgress", "c2jName" : "InProgress", "c2jShape" : "InstanceCount", "variable" : { "variableName" : "inProgress", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The number of instances in which the deployment is in progress.

                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "inProgress", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "InProgress", "marshallLocationName" : "InProgress", "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 instances in which the deployment is in progress.

                                                                                                                                                                                                                                  \n@param inProgress The number of instances in which the deployment is in progress.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in which the deployment is in progress.

                                                                                                                                                                                                                                  \n@return The number of instances in which the deployment is in progress.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in which the deployment is in progress.

                                                                                                                                                                                                                                  \n@param inProgress The number of instances in which the deployment is in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in which the deployment is in progress.

                                                                                                                                                                                                                                  \n@param inProgress The number of instances in which the deployment is in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Skipped" : { "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  ", "name" : "Skipped", "c2jName" : "Skipped", "c2jShape" : "InstanceCount", "variable" : { "variableName" : "skipped", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "skipped", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Skipped", "marshallLocationName" : "Skipped", "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 instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  \n@param skipped The number of instances in the deployment in a skipped state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  \n@return The number of instances in the deployment in a skipped state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  \n@param skipped The number of instances in the deployment in a skipped state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a skipped state.

                                                                                                                                                                                                                                  \n@param skipped The number of instances in the deployment in a skipped state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Pending" : { "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a pending state.

                                                                                                                                                                                                                                  ", "name" : "Pending", "c2jName" : "Pending", "c2jShape" : "InstanceCount", "variable" : { "variableName" : "pending", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

                                                                                                                                                                                                                                  The number of instances in the deployment in a pending state.

                                                                                                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "pending", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pending", "marshallLocationName" : "Pending", "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 instances in the deployment in a pending state.

                                                                                                                                                                                                                                  \n@param pending The number of instances in the deployment in a pending state.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a pending state.

                                                                                                                                                                                                                                  \n@return The number of instances in the deployment in a pending state.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a pending state.

                                                                                                                                                                                                                                  \n@param pending The number of instances in the deployment in a pending state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The number of instances in the deployment in a pending state.

                                                                                                                                                                                                                                  \n@param pending The number of instances in the deployment in a pending state.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TagFilterType" : { "c2jName" : "TagFilterType", "documentation" : "", "shapeName" : "TagFilterType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "KEY_ONLY", "value" : "KEY_ONLY" }, { "name" : "VALUE_ONLY", "value" : "VALUE_ONLY" }, { "name" : "KEY_AND_VALUE", "value" : "KEY_AND_VALUE" } ], "variable" : { "variableName" : "tagFilterType", "variableType" : "TagFilterType", "variableDeclarationType" : "TagFilterType", "documentation" : null, "simpleType" : "TagFilterType", "variableSetterType" : "TagFilterType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidEC2TagException" : { "c2jName" : "InvalidEC2TagException", "documentation" : "

                                                                                                                                                                                                                                  The tag was specified in an invalid format.

                                                                                                                                                                                                                                  ", "shapeName" : "InvalidEC2TagException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidEC2TagException", "variableType" : "InvalidEC2TagException", "variableDeclarationType" : "InvalidEC2TagException", "documentation" : null, "simpleType" : "InvalidEC2TagException", "variableSetterType" : "InvalidEC2TagException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidEC2TagException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetDeploymentResult" : { "c2jName" : "GetDeploymentOutput", "documentation" : "

                                                                                                                                                                                                                                  Represents the output of a get deployment operation.

                                                                                                                                                                                                                                  ", "shapeName" : "GetDeploymentResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  ", "name" : "DeploymentInfo", "c2jName" : "deploymentInfo", "c2jShape" : "DeploymentInfo", "variable" : { "variableName" : "deploymentInfo", "variableType" : "DeploymentInfo", "variableDeclarationType" : "DeploymentInfo", "documentation" : "

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  ", "simpleType" : "DeploymentInfo", "variableSetterType" : "DeploymentInfo" }, "setterModel" : { "variableName" : "deploymentInfo", "variableType" : "DeploymentInfo", "variableDeclarationType" : "DeploymentInfo", "documentation" : "", "simpleType" : "DeploymentInfo", "variableSetterType" : "DeploymentInfo" }, "getterModel" : { "returnType" : "DeploymentInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentInfo", "marshallLocationName" : "deploymentInfo", "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" : "/**

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  \n@param deploymentInfo Information about the deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  \n@return Information about the deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  \n@param deploymentInfo Information about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  \n@param deploymentInfo Information about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentResult", "variableType" : "GetDeploymentResult", "variableDeclarationType" : "GetDeploymentResult", "documentation" : null, "simpleType" : "GetDeploymentResult", "variableSetterType" : "GetDeploymentResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentInfo" : { "documentation" : "

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  ", "name" : "DeploymentInfo", "c2jName" : "deploymentInfo", "c2jShape" : "DeploymentInfo", "variable" : { "variableName" : "deploymentInfo", "variableType" : "DeploymentInfo", "variableDeclarationType" : "DeploymentInfo", "documentation" : "

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  ", "simpleType" : "DeploymentInfo", "variableSetterType" : "DeploymentInfo" }, "setterModel" : { "variableName" : "deploymentInfo", "variableType" : "DeploymentInfo", "variableDeclarationType" : "DeploymentInfo", "documentation" : "", "simpleType" : "DeploymentInfo", "variableSetterType" : "DeploymentInfo" }, "getterModel" : { "returnType" : "DeploymentInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentInfo", "marshallLocationName" : "deploymentInfo", "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" : "/**

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  \n@param deploymentInfo Information about the deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  \n@return Information about the deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  \n@param deploymentInfo Information about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment.

                                                                                                                                                                                                                                  \n@param deploymentInfo Information about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ApplicationAlreadyExistsException" : { "c2jName" : "ApplicationAlreadyExistsException", "documentation" : "

                                                                                                                                                                                                                                  An application with the specified name already exists with the applicable IAM user or AWS account.

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

                                                                                                                                                                                                                                  The minimum healthy instance value was specified in an invalid format.

                                                                                                                                                                                                                                  ", "shapeName" : "InvalidMinimumHealthyHostValueException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidMinimumHealthyHostValueException", "variableType" : "InvalidMinimumHealthyHostValueException", "variableDeclarationType" : "InvalidMinimumHealthyHostValueException", "documentation" : null, "simpleType" : "InvalidMinimumHealthyHostValueException", "variableSetterType" : "InvalidMinimumHealthyHostValueException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidMinimumHealthyHostValueException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RegisterOnPremisesInstanceRequest" : { "c2jName" : "RegisterOnPremisesInstanceInput", "documentation" : "

                                                                                                                                                                                                                                  Represents the input of the register on-premises instance operation.

                                                                                                                                                                                                                                  ", "shapeName" : "RegisterOnPremisesInstanceRequest", "deprecated" : false, "required" : [ "instanceName", "iamUserArn" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The name of the on-premises instance to register.

                                                                                                                                                                                                                                  ", "name" : "InstanceName", "c2jName" : "instanceName", "c2jShape" : "InstanceName", "variable" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the on-premises instance to register.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceName", "marshallLocationName" : "instanceName", "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 on-premises instance to register.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to register.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to register.

                                                                                                                                                                                                                                  \n@return The name of the on-premises instance to register.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to register.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to register.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to register.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to register.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  ", "name" : "IamUserArn", "c2jName" : "iamUserArn", "c2jShape" : "IamUserArn", "variable" : { "variableName" : "iamUserArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iamUserArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "iamUserArn", "marshallLocationName" : "iamUserArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  \n@param iamUserArn The ARN of the IAM user to associate with the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  \n@return The ARN of the IAM user to associate with the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  \n@param iamUserArn The ARN of the IAM user to associate with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  \n@param iamUserArn The ARN of the IAM user to associate with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerOnPremisesInstanceRequest", "variableType" : "RegisterOnPremisesInstanceRequest", "variableDeclarationType" : "RegisterOnPremisesInstanceRequest", "documentation" : null, "simpleType" : "RegisterOnPremisesInstanceRequest", "variableSetterType" : "RegisterOnPremisesInstanceRequest" }, "marshaller" : { "action" : "RegisterOnPremisesInstance", "verb" : "POST", "target" : "CodeDeploy_20141006.RegisterOnPremisesInstance", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceName" : { "documentation" : "

                                                                                                                                                                                                                                  The name of the on-premises instance to register.

                                                                                                                                                                                                                                  ", "name" : "InstanceName", "c2jName" : "instanceName", "c2jShape" : "InstanceName", "variable" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the on-premises instance to register.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "instanceName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceName", "marshallLocationName" : "instanceName", "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 on-premises instance to register.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to register.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to register.

                                                                                                                                                                                                                                  \n@return The name of the on-premises instance to register.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to register.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to register.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the on-premises instance to register.

                                                                                                                                                                                                                                  \n@param instanceName The name of the on-premises instance to register.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IamUserArn" : { "documentation" : "

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  ", "name" : "IamUserArn", "c2jName" : "iamUserArn", "c2jShape" : "IamUserArn", "variable" : { "variableName" : "iamUserArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "iamUserArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "iamUserArn", "marshallLocationName" : "iamUserArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  \n@param iamUserArn The ARN of the IAM user to associate with the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  \n@return The ARN of the IAM user to associate with the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  \n@param iamUserArn The ARN of the IAM user to associate with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The ARN of the IAM user to associate with the on-premises instance.

                                                                                                                                                                                                                                  \n@param iamUserArn The ARN of the IAM user to associate with the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InstanceDoesNotExistException" : { "c2jName" : "InstanceDoesNotExistException", "documentation" : "

                                                                                                                                                                                                                                  The specified instance does not exist in the deployment group.

                                                                                                                                                                                                                                  ", "shapeName" : "InstanceDoesNotExistException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "instanceDoesNotExistException", "variableType" : "InstanceDoesNotExistException", "variableDeclarationType" : "InstanceDoesNotExistException", "documentation" : null, "simpleType" : "InstanceDoesNotExistException", "variableSetterType" : "InstanceDoesNotExistException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InstanceDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetDeploymentConfigResult" : { "c2jName" : "GetDeploymentConfigOutput", "documentation" : "

                                                                                                                                                                                                                                  Represents the output of a get deployment configuration operation.

                                                                                                                                                                                                                                  ", "shapeName" : "GetDeploymentConfigResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  ", "name" : "DeploymentConfigInfo", "c2jName" : "deploymentConfigInfo", "c2jShape" : "DeploymentConfigInfo", "variable" : { "variableName" : "deploymentConfigInfo", "variableType" : "DeploymentConfigInfo", "variableDeclarationType" : "DeploymentConfigInfo", "documentation" : "

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  ", "simpleType" : "DeploymentConfigInfo", "variableSetterType" : "DeploymentConfigInfo" }, "setterModel" : { "variableName" : "deploymentConfigInfo", "variableType" : "DeploymentConfigInfo", "variableDeclarationType" : "DeploymentConfigInfo", "documentation" : "", "simpleType" : "DeploymentConfigInfo", "variableSetterType" : "DeploymentConfigInfo" }, "getterModel" : { "returnType" : "DeploymentConfigInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigInfo", "marshallLocationName" : "deploymentConfigInfo", "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" : "/**

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  \n@param deploymentConfigInfo Information about the deployment configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  \n@return Information about the deployment configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  \n@param deploymentConfigInfo Information about the deployment configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  \n@param deploymentConfigInfo Information about the deployment configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentConfigResult", "variableType" : "GetDeploymentConfigResult", "variableDeclarationType" : "GetDeploymentConfigResult", "documentation" : null, "simpleType" : "GetDeploymentConfigResult", "variableSetterType" : "GetDeploymentConfigResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentConfigInfo" : { "documentation" : "

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  ", "name" : "DeploymentConfigInfo", "c2jName" : "deploymentConfigInfo", "c2jShape" : "DeploymentConfigInfo", "variable" : { "variableName" : "deploymentConfigInfo", "variableType" : "DeploymentConfigInfo", "variableDeclarationType" : "DeploymentConfigInfo", "documentation" : "

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  ", "simpleType" : "DeploymentConfigInfo", "variableSetterType" : "DeploymentConfigInfo" }, "setterModel" : { "variableName" : "deploymentConfigInfo", "variableType" : "DeploymentConfigInfo", "variableDeclarationType" : "DeploymentConfigInfo", "documentation" : "", "simpleType" : "DeploymentConfigInfo", "variableSetterType" : "DeploymentConfigInfo" }, "getterModel" : { "returnType" : "DeploymentConfigInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigInfo", "marshallLocationName" : "deploymentConfigInfo", "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" : "/**

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  \n@param deploymentConfigInfo Information about the deployment configuration.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  \n@return Information about the deployment configuration.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  \n@param deploymentConfigInfo Information about the deployment configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the deployment configuration.

                                                                                                                                                                                                                                  \n@param deploymentConfigInfo Information about the deployment configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDeploymentRequest" : { "c2jName" : "GetDeploymentInput", "documentation" : "

                                                                                                                                                                                                                                  Represents the input of a get deployment operation.

                                                                                                                                                                                                                                  ", "shapeName" : "GetDeploymentRequest", "deprecated" : false, "required" : [ "deploymentId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  A deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param deploymentId A deployment ID associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@return A deployment ID associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param deploymentId A deployment ID associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param deploymentId A deployment ID associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDeploymentRequest", "variableType" : "GetDeploymentRequest", "variableDeclarationType" : "GetDeploymentRequest", "documentation" : null, "simpleType" : "GetDeploymentRequest", "variableSetterType" : "GetDeploymentRequest" }, "marshaller" : { "action" : "GetDeployment", "verb" : "POST", "target" : "CodeDeploy_20141006.GetDeployment", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeploymentId" : { "documentation" : "

                                                                                                                                                                                                                                  A deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "name" : "DeploymentId", "c2jName" : "deploymentId", "c2jShape" : "DeploymentId", "variable" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentId", "marshallLocationName" : "deploymentId", "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 deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param deploymentId A deployment ID associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@return A deployment ID associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param deploymentId A deployment ID associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A deployment ID associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param deploymentId A deployment ID associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateDeploymentGroupResult" : { "c2jName" : "UpdateDeploymentGroupOutput", "documentation" : "

                                                                                                                                                                                                                                  Represents the output of an update deployment group operation.

                                                                                                                                                                                                                                  ", "shapeName" : "UpdateDeploymentGroupResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

                                                                                                                                                                                                                                  ", "name" : "HooksNotCleanedUp", "c2jName" : "hooksNotCleanedUp", "c2jShape" : "AutoScalingGroupList", "variable" : { "variableName" : "hooksNotCleanedUp", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

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

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

                                                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

                                                                                                                                                                                                                                  \n@return If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

                                                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateDeploymentGroupResult", "variableType" : "UpdateDeploymentGroupResult", "variableDeclarationType" : "UpdateDeploymentGroupResult", "documentation" : null, "simpleType" : "UpdateDeploymentGroupResult", "variableSetterType" : "UpdateDeploymentGroupResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HooksNotCleanedUp" : { "documentation" : "

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

                                                                                                                                                                                                                                  ", "name" : "HooksNotCleanedUp", "c2jName" : "hooksNotCleanedUp", "c2jShape" : "AutoScalingGroupList", "variable" : { "variableName" : "hooksNotCleanedUp", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

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

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

                                                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

                                                                                                                                                                                                                                  \n@return If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

                                                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param hooksNotCleanedUp If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, AWS CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the AWS account. If the output contains data, AWS CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidTagException" : { "c2jName" : "InvalidTagException", "documentation" : "

                                                                                                                                                                                                                                  The specified tag was specified in an invalid format.

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

                                                                                                                                                                                                                                  The specified IAM user ARN is already registered with an on-premises instance.

                                                                                                                                                                                                                                  ", "shapeName" : "IamUserArnAlreadyRegisteredException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "iamUserArnAlreadyRegisteredException", "variableType" : "IamUserArnAlreadyRegisteredException", "variableDeclarationType" : "IamUserArnAlreadyRegisteredException", "documentation" : null, "simpleType" : "IamUserArnAlreadyRegisteredException", "variableSetterType" : "IamUserArnAlreadyRegisteredException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "IamUserArnAlreadyRegisteredException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeploymentStatus" : { "c2jName" : "DeploymentStatus", "documentation" : "", "shapeName" : "DeploymentStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Created", "value" : "Created" }, { "name" : "Queued", "value" : "Queued" }, { "name" : "InProgress", "value" : "InProgress" }, { "name" : "Succeeded", "value" : "Succeeded" }, { "name" : "Failed", "value" : "Failed" }, { "name" : "Stopped", "value" : "Stopped" } ], "variable" : { "variableName" : "deploymentStatus", "variableType" : "DeploymentStatus", "variableDeclarationType" : "DeploymentStatus", "documentation" : null, "simpleType" : "DeploymentStatus", "variableSetterType" : "DeploymentStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InstanceNameAlreadyRegisteredException" : { "c2jName" : "InstanceNameAlreadyRegisteredException", "documentation" : "

                                                                                                                                                                                                                                  The specified on-premises instance name is already registered.

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

                                                                                                                                                                                                                                  At least one deployment ID must be specified.

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

                                                                                                                                                                                                                                  At least one of the deployment IDs was specified in an invalid format.

                                                                                                                                                                                                                                  ", "shapeName" : "InvalidDeploymentIdException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidDeploymentIdException", "variableType" : "InvalidDeploymentIdException", "variableDeclarationType" : "InvalidDeploymentIdException", "documentation" : null, "simpleType" : "InvalidDeploymentIdException", "variableSetterType" : "InvalidDeploymentIdException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidDeploymentIdException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RevisionLocationType" : { "c2jName" : "RevisionLocationType", "documentation" : "", "shapeName" : "RevisionLocationType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "S3", "value" : "S3" }, { "name" : "GitHub", "value" : "GitHub" } ], "variable" : { "variableName" : "revisionLocationType", "variableType" : "RevisionLocationType", "variableDeclarationType" : "RevisionLocationType", "documentation" : null, "simpleType" : "RevisionLocationType", "variableSetterType" : "RevisionLocationType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateDeploymentRequest" : { "c2jName" : "CreateDeploymentInput", "documentation" : "

                                                                                                                                                                                                                                  Represents the input of a create deployment operation.

                                                                                                                                                                                                                                  ", "shapeName" : "CreateDeploymentRequest", "deprecated" : false, "required" : [ "applicationName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The name of the deployment group.

                                                                                                                                                                                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the deployment group.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 deployment group.

                                                                                                                                                                                                                                  \n@param deploymentGroupName The name of the deployment group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the deployment group.

                                                                                                                                                                                                                                  \n@return The name of the deployment group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the deployment group.

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

                                                                                                                                                                                                                                  The name of the deployment group.

                                                                                                                                                                                                                                  \n@param deploymentGroupName The name of the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  ", "name" : "Revision", "c2jName" : "revision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revision", "marshallLocationName" : "revision", "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" : "/**

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  \n@param revision The type and location of the revision to deploy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  \n@return The type and location of the revision to deploy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  \n@param revision The type and location of the revision to deploy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  \n@param revision The type and location of the revision to deploy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  \n@return The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  \n@param description A comment about the deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  \n@return A comment about the deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  \n@param description A comment about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  \n@param description A comment about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  ", "name" : "IgnoreApplicationStopFailures", "c2jName" : "ignoreApplicationStopFailures", "c2jShape" : "Boolean", "variable" : { "variableName" : "ignoreApplicationStopFailures", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ignoreApplicationStopFailures", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ignoreApplicationStopFailures", "marshallLocationName" : "ignoreApplicationStopFailures", "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" : "/**

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@param ignoreApplicationStopFailures If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@return If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@param ignoreApplicationStopFailures If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@param ignoreApplicationStopFailures If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDeploymentRequest", "variableType" : "CreateDeploymentRequest", "variableDeclarationType" : "CreateDeploymentRequest", "documentation" : null, "simpleType" : "CreateDeploymentRequest", "variableSetterType" : "CreateDeploymentRequest" }, "marshaller" : { "action" : "CreateDeployment", "verb" : "POST", "target" : "CodeDeploy_20141006.CreateDeployment", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IgnoreApplicationStopFailures" : { "documentation" : "

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  ", "name" : "IgnoreApplicationStopFailures", "c2jName" : "ignoreApplicationStopFailures", "c2jShape" : "Boolean", "variable" : { "variableName" : "ignoreApplicationStopFailures", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ignoreApplicationStopFailures", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ignoreApplicationStopFailures", "marshallLocationName" : "ignoreApplicationStopFailures", "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" : "/**

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@param ignoreApplicationStopFailures If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@return If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@param ignoreApplicationStopFailures If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.

                                                                                                                                                                                                                                  \n@param ignoreApplicationStopFailures If set to true, then if the deployment causes the ApplicationStop deployment lifecycle event to an instance to fail, the deployment to that instance will not be considered to have failed at that point and will continue on to the BeforeInstall deployment lifecycle event.

                                                                                                                                                                                                                                  If set to false or not specified, then if the deployment causes the ApplicationStop deployment lifecycle event to fail to an instance, the deployment to that instance will stop, and the deployment to that instance will be considered to have failed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ApplicationName" : { "documentation" : "

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  \n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentGroupName" : { "documentation" : "

                                                                                                                                                                                                                                  The name of the deployment group.

                                                                                                                                                                                                                                  ", "name" : "DeploymentGroupName", "c2jName" : "deploymentGroupName", "c2jShape" : "DeploymentGroupName", "variable" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the deployment group.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentGroupName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentGroupName", "marshallLocationName" : "deploymentGroupName", "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 deployment group.

                                                                                                                                                                                                                                  \n@param deploymentGroupName The name of the deployment group.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the deployment group.

                                                                                                                                                                                                                                  \n@return The name of the deployment group.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the deployment group.

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

                                                                                                                                                                                                                                  The name of the deployment group.

                                                                                                                                                                                                                                  \n@param deploymentGroupName The name of the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  \n@param description A comment about the deployment.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  \n@return A comment about the deployment.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  \n@param description A comment about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the deployment.

                                                                                                                                                                                                                                  \n@param description A comment about the deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentConfigName" : { "documentation" : "

                                                                                                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  ", "name" : "DeploymentConfigName", "c2jName" : "deploymentConfigName", "c2jShape" : "DeploymentConfigName", "variable" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "deploymentConfigName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "deploymentConfigName", "marshallLocationName" : "deploymentConfigName", "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 a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  \n@return The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.

                                                                                                                                                                                                                                  \n@param deploymentConfigName The name of a deployment configuration associated with the applicable IAM user or AWS account.

                                                                                                                                                                                                                                  If not specified, the value configured in the deployment group will be used as the default. If the deployment group does not have a deployment configuration associated with it, then CodeDeployDefault.OneAtATime will be used by default.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Revision" : { "documentation" : "

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  ", "name" : "Revision", "c2jName" : "revision", "c2jShape" : "RevisionLocation", "variable" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  ", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "setterModel" : { "variableName" : "revision", "variableType" : "RevisionLocation", "variableDeclarationType" : "RevisionLocation", "documentation" : "", "simpleType" : "RevisionLocation", "variableSetterType" : "RevisionLocation" }, "getterModel" : { "returnType" : "RevisionLocation", "documentation" : null }, "http" : { "unmarshallLocationName" : "revision", "marshallLocationName" : "revision", "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" : "/**

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  \n@param revision The type and location of the revision to deploy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  \n@return The type and location of the revision to deploy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  \n@param revision The type and location of the revision to deploy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The type and location of the revision to deploy.

                                                                                                                                                                                                                                  \n@param revision The type and location of the revision to deploy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidInstanceStatusException" : { "c2jName" : "InvalidInstanceStatusException", "documentation" : "

                                                                                                                                                                                                                                  The specified instance status does not exist.

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

                                                                                                                                                                                                                                  Information about an application revision.

                                                                                                                                                                                                                                  ", "shapeName" : "GenericRevisionInfo", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  \n@param description A comment about the revision.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  \n@return A comment about the revision.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  \n@param description A comment about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  \n@param description A comment about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

                                                                                                                                                                                                                                  ", "name" : "DeploymentGroups", "c2jName" : "deploymentGroups", "c2jShape" : "DeploymentGroupsList", "variable" : { "variableName" : "deploymentGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

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

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

                                                                                                                                                                                                                                  \n@param deploymentGroups The deployment groups for which this is the current target revision.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

                                                                                                                                                                                                                                  \n@return The deployment groups for which this is the current target revision.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

                                                                                                                                                                                                                                  \n@param deploymentGroups The deployment groups for which this is the current target revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param deploymentGroups The deployment groups for which this is the current target revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "name" : "FirstUsedTime", "c2jName" : "firstUsedTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "firstUsedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "firstUsedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "firstUsedTime", "marshallLocationName" : "firstUsedTime", "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" : "/**

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param firstUsedTime When the revision was first used by AWS CodeDeploy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@return When the revision was first used by AWS CodeDeploy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param firstUsedTime When the revision was first used by AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param firstUsedTime When the revision was first used by AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "name" : "LastUsedTime", "c2jName" : "lastUsedTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUsedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUsedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUsedTime", "marshallLocationName" : "lastUsedTime", "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" : "/**

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param lastUsedTime When the revision was last used by AWS CodeDeploy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@return When the revision was last used by AWS CodeDeploy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param lastUsedTime When the revision was last used by AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param lastUsedTime When the revision was last used by AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "name" : "RegisterTime", "c2jName" : "registerTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "registerTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "registerTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "registerTime", "marshallLocationName" : "registerTime", "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" : "/**

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param registerTime When the revision was registered with AWS CodeDeploy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@return When the revision was registered with AWS CodeDeploy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param registerTime When the revision was registered with AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param registerTime When the revision was registered with AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "genericRevisionInfo", "variableType" : "GenericRevisionInfo", "variableDeclarationType" : "GenericRevisionInfo", "documentation" : null, "simpleType" : "GenericRevisionInfo", "variableSetterType" : "GenericRevisionInfo" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastUsedTime" : { "documentation" : "

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "name" : "LastUsedTime", "c2jName" : "lastUsedTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "lastUsedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUsedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "lastUsedTime", "marshallLocationName" : "lastUsedTime", "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" : "/**

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param lastUsedTime When the revision was last used by AWS CodeDeploy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@return When the revision was last used by AWS CodeDeploy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param lastUsedTime When the revision was last used by AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was last used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param lastUsedTime When the revision was last used by AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  ", "name" : "Description", "c2jName" : "description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "description", "marshallLocationName" : "description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  \n@param description A comment about the revision.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  \n@return A comment about the revision.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  \n@param description A comment about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A comment about the revision.

                                                                                                                                                                                                                                  \n@param description A comment about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RegisterTime" : { "documentation" : "

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "name" : "RegisterTime", "c2jName" : "registerTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "registerTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "registerTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "registerTime", "marshallLocationName" : "registerTime", "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" : "/**

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param registerTime When the revision was registered with AWS CodeDeploy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@return When the revision was registered with AWS CodeDeploy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param registerTime When the revision was registered with AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was registered with AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param registerTime When the revision was registered with AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FirstUsedTime" : { "documentation" : "

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "name" : "FirstUsedTime", "c2jName" : "firstUsedTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "firstUsedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  ", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "firstUsedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "firstUsedTime", "marshallLocationName" : "firstUsedTime", "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" : "/**

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param firstUsedTime When the revision was first used by AWS CodeDeploy.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@return When the revision was first used by AWS CodeDeploy.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param firstUsedTime When the revision was first used by AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  When the revision was first used by AWS CodeDeploy.

                                                                                                                                                                                                                                  \n@param firstUsedTime When the revision was first used by AWS CodeDeploy.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DeploymentGroups" : { "documentation" : "

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

                                                                                                                                                                                                                                  ", "name" : "DeploymentGroups", "c2jName" : "deploymentGroups", "c2jShape" : "DeploymentGroupsList", "variable" : { "variableName" : "deploymentGroups", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

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

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

                                                                                                                                                                                                                                  \n@param deploymentGroups The deployment groups for which this is the current target revision.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

                                                                                                                                                                                                                                  \n@return The deployment groups for which this is the current target revision.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

                                                                                                                                                                                                                                  \n@param deploymentGroups The deployment groups for which this is the current target revision.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment groups for which this is the current target revision.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param deploymentGroups The deployment groups for which this is the current target revision.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListApplicationsRequest" : { "c2jName" : "ListApplicationsInput", "documentation" : "

                                                                                                                                                                                                                                  Represents the input of a list applications operation.

                                                                                                                                                                                                                                  ", "shapeName" : "ListApplicationsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

                                                                                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

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

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

                                                                                                                                                                                                                                  \n@param nextToken An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

                                                                                                                                                                                                                                  \n@return An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

                                                                                                                                                                                                                                  \n@param nextToken An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

                                                                                                                                                                                                                                  \n@param nextToken An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listApplicationsRequest", "variableType" : "ListApplicationsRequest", "variableDeclarationType" : "ListApplicationsRequest", "documentation" : null, "simpleType" : "ListApplicationsRequest", "variableSetterType" : "ListApplicationsRequest" }, "marshaller" : { "action" : "ListApplications", "verb" : "POST", "target" : "CodeDeploy_20141006.ListApplications", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

                                                                                                                                                                                                                                  ", "name" : "NextToken", "c2jName" : "nextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

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

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

                                                                                                                                                                                                                                  \n@param nextToken An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

                                                                                                                                                                                                                                  \n@return An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

                                                                                                                                                                                                                                  \n@param nextToken An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

                                                                                                                                                                                                                                  \n@param nextToken An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidRevisionException" : { "c2jName" : "InvalidRevisionException", "documentation" : "

                                                                                                                                                                                                                                  The revision was specified in an invalid format.

                                                                                                                                                                                                                                  ", "shapeName" : "InvalidRevisionException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "invalidRevisionException", "variableType" : "InvalidRevisionException", "variableDeclarationType" : "InvalidRevisionException", "documentation" : null, "simpleType" : "InvalidRevisionException", "variableSetterType" : "InvalidRevisionException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidRevisionException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "BatchGetApplicationRevisionsResult" : { "c2jName" : "BatchGetApplicationRevisionsOutput", "documentation" : "

                                                                                                                                                                                                                                  Represents the output of a batch get application revisions operation.

                                                                                                                                                                                                                                  ", "shapeName" : "BatchGetApplicationRevisionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The name of the application that corresponds to the revisions.

                                                                                                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the application that corresponds to the revisions.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application that corresponds to the revisions.

                                                                                                                                                                                                                                  \n@param applicationName The name of the application that corresponds to the revisions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the application that corresponds to the revisions.

                                                                                                                                                                                                                                  \n@return The name of the application that corresponds to the revisions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the application that corresponds to the revisions.

                                                                                                                                                                                                                                  \n@param applicationName The name of the application that corresponds to the revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the application that corresponds to the revisions.

                                                                                                                                                                                                                                  \n@param applicationName The name of the application that corresponds to the revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  ", "name" : "ErrorMessage", "c2jName" : "errorMessage", "c2jShape" : "ErrorMessage", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorMessage", "marshallLocationName" : "errorMessage", "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" : "/**

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  \n@return Information about errors that may have occurred during the API call.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

                                                                                                                                                                                                                                  ", "name" : "Revisions", "c2jName" : "revisions", "c2jShape" : "RevisionInfoList", "variable" : { "variableName" : "revisions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

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

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

                                                                                                                                                                                                                                  \n@param revisions Additional information about the revisions, including the type and location.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

                                                                                                                                                                                                                                  \n@return Additional information about the revisions, including the type and location.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

                                                                                                                                                                                                                                  \n@param revisions Additional information about the revisions, including the type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param revisions Additional information about the revisions, including the type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "batchGetApplicationRevisionsResult", "variableType" : "BatchGetApplicationRevisionsResult", "variableDeclarationType" : "BatchGetApplicationRevisionsResult", "documentation" : null, "simpleType" : "BatchGetApplicationRevisionsResult", "variableSetterType" : "BatchGetApplicationRevisionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ApplicationName" : { "documentation" : "

                                                                                                                                                                                                                                  The name of the application that corresponds to the revisions.

                                                                                                                                                                                                                                  ", "name" : "ApplicationName", "c2jName" : "applicationName", "c2jShape" : "ApplicationName", "variable" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The name of the application that corresponds to the revisions.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "applicationName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "applicationName", "marshallLocationName" : "applicationName", "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 application that corresponds to the revisions.

                                                                                                                                                                                                                                  \n@param applicationName The name of the application that corresponds to the revisions.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the application that corresponds to the revisions.

                                                                                                                                                                                                                                  \n@return The name of the application that corresponds to the revisions.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the application that corresponds to the revisions.

                                                                                                                                                                                                                                  \n@param applicationName The name of the application that corresponds to the revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The name of the application that corresponds to the revisions.

                                                                                                                                                                                                                                  \n@param applicationName The name of the application that corresponds to the revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorMessage" : { "documentation" : "

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  ", "name" : "ErrorMessage", "c2jName" : "errorMessage", "c2jShape" : "ErrorMessage", "variable" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "errorMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "errorMessage", "marshallLocationName" : "errorMessage", "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" : "/**

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  \n@return Information about errors that may have occurred during the API call.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about errors that may have occurred during the API call.

                                                                                                                                                                                                                                  \n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Revisions" : { "documentation" : "

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

                                                                                                                                                                                                                                  ", "name" : "Revisions", "c2jName" : "revisions", "c2jShape" : "RevisionInfoList", "variable" : { "variableName" : "revisions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

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

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

                                                                                                                                                                                                                                  \n@param revisions Additional information about the revisions, including the type and location.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

                                                                                                                                                                                                                                  \n@return Additional information about the revisions, including the type and location.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

                                                                                                                                                                                                                                  \n@param revisions Additional information about the revisions, including the type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Additional information about the revisions, including the type and location.

                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                  \n@param revisions Additional information about the revisions, including the type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeploymentConfigAlreadyExistsException" : { "c2jName" : "DeploymentConfigAlreadyExistsException", "documentation" : "

                                                                                                                                                                                                                                  A deployment configuration with the specified name already exists with the applicable IAM user or AWS account.

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

                                                                                                                                                                                                                                  The Auto Scaling group was specified in an invalid format or does not exist.

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

                                                                                                                                                                                                                                  The deployment does not exist with the applicable IAM user or AWS account.

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

                                                                                                                                                                                                                                  The application name was specified in an invalid format.

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

                                                                                                                                                                                                                                  The specified deployment has not started.

                                                                                                                                                                                                                                  ", "shapeName" : "DeploymentNotStartedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deploymentNotStartedException", "variableType" : "DeploymentNotStartedException", "variableDeclarationType" : "DeploymentNotStartedException", "documentation" : null, "simpleType" : "DeploymentNotStartedException", "variableSetterType" : "DeploymentNotStartedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DeploymentNotStartedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetOnPremisesInstanceResult" : { "c2jName" : "GetOnPremisesInstanceOutput", "documentation" : "

                                                                                                                                                                                                                                  Represents the output of a get on-premises instance operation.

                                                                                                                                                                                                                                  ", "shapeName" : "GetOnPremisesInstanceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  ", "name" : "InstanceInfo", "c2jName" : "instanceInfo", "c2jShape" : "InstanceInfo", "variable" : { "variableName" : "instanceInfo", "variableType" : "InstanceInfo", "variableDeclarationType" : "InstanceInfo", "documentation" : "

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  ", "simpleType" : "InstanceInfo", "variableSetterType" : "InstanceInfo" }, "setterModel" : { "variableName" : "instanceInfo", "variableType" : "InstanceInfo", "variableDeclarationType" : "InstanceInfo", "documentation" : "", "simpleType" : "InstanceInfo", "variableSetterType" : "InstanceInfo" }, "getterModel" : { "returnType" : "InstanceInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceInfo", "marshallLocationName" : "instanceInfo", "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" : "/**

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  \n@param instanceInfo Information about the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  \n@return Information about the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  \n@param instanceInfo Information about the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  \n@param instanceInfo Information about the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getOnPremisesInstanceResult", "variableType" : "GetOnPremisesInstanceResult", "variableDeclarationType" : "GetOnPremisesInstanceResult", "documentation" : null, "simpleType" : "GetOnPremisesInstanceResult", "variableSetterType" : "GetOnPremisesInstanceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InstanceInfo" : { "documentation" : "

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  ", "name" : "InstanceInfo", "c2jName" : "instanceInfo", "c2jShape" : "InstanceInfo", "variable" : { "variableName" : "instanceInfo", "variableType" : "InstanceInfo", "variableDeclarationType" : "InstanceInfo", "documentation" : "

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  ", "simpleType" : "InstanceInfo", "variableSetterType" : "InstanceInfo" }, "setterModel" : { "variableName" : "instanceInfo", "variableType" : "InstanceInfo", "variableDeclarationType" : "InstanceInfo", "documentation" : "", "simpleType" : "InstanceInfo", "variableSetterType" : "InstanceInfo" }, "getterModel" : { "returnType" : "InstanceInfo", "documentation" : null }, "http" : { "unmarshallLocationName" : "instanceInfo", "marshallLocationName" : "instanceInfo", "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" : "/**

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  \n@param instanceInfo Information about the on-premises instance.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  \n@return Information about the on-premises instance.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  \n@param instanceInfo Information about the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Information about the on-premises instance.

                                                                                                                                                                                                                                  \n@param instanceInfo Information about the on-premises instance.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LifecycleEvent" : { "c2jName" : "LifecycleEvent", "documentation" : "

                                                                                                                                                                                                                                  Information about a deployment lifecycle event.

                                                                                                                                                                                                                                  ", "shapeName" : "LifecycleEvent", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                  The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                  ", "name" : "LifecycleEventName", "c2jName" : "lifecycleEventName", "c2jShape" : "LifecycleEventName", "variable" : { "variableName" : "lifecycleEventName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleEventName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lifecycleEventName", "marshallLocationName" : "lifecycleEventName", "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 deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                  \n@param lifecycleEventName The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                  \n@return The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                  \n@param lifecycleEventName The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                  \n@param lifecycleEventName The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                  ", "name" : "Diagnostics", "c2jName" : "diagnostics", "c2jShape" : "Diagnostics", "variable" : { "variableName" : "diagnostics", "variableType" : "Diagnostics", "variableDeclarationType" : "Diagnostics", "documentation" : "

                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                  ", "simpleType" : "Diagnostics", "variableSetterType" : "Diagnostics" }, "setterModel" : { "variableName" : "diagnostics", "variableType" : "Diagnostics", "variableDeclarationType" : "Diagnostics", "documentation" : "", "simpleType" : "Diagnostics", "variableSetterType" : "Diagnostics" }, "getterModel" : { "returnType" : "Diagnostics", "documentation" : null }, "http" : { "unmarshallLocationName" : "diagnostics", "marshallLocationName" : "diagnostics", "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" : "/**

                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                  \n@param diagnostics Diagnostic information about the deployment lifecycle event.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                  \n@return Diagnostic information about the deployment lifecycle event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                  \n@param diagnostics Diagnostic information about the deployment lifecycle event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                  \n@param diagnostics Diagnostic information about the deployment lifecycle event.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

                                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

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

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

                                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment lifecycle event started.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

                                                                                                                                                                                                                                  \n@return A timestamp indicating when the deployment lifecycle event started.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

                                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment lifecycle event started.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

                                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment lifecycle event started.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

                                                                                                                                                                                                                                  ", "name" : "EndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

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

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

                                                                                                                                                                                                                                  \n@param endTime A timestamp indicating when the deployment lifecycle event ended.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

                                                                                                                                                                                                                                  \n@return A timestamp indicating when the deployment lifecycle event ended.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

                                                                                                                                                                                                                                  \n@param endTime A timestamp indicating when the deployment lifecycle event ended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

                                                                                                                                                                                                                                  \n@param endTime A timestamp indicating when the deployment lifecycle event ended.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                  The deployment lifecycle event status:

                                                                                                                                                                                                                                  • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                  • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                  • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                  • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                  • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                  • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                  ", "name" : "Status", "c2jName" : "status", "c2jShape" : "LifecycleEventStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                  The deployment lifecycle event status:

                                                                                                                                                                                                                                  • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                  • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                  • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                  • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                  • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                  • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "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" : "LifecycleEventStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                  The deployment lifecycle event status:

                                                                                                                                                                                                                                  • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                  • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                  • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                  • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                  • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                  • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                  \n@param status The deployment lifecycle event status:

                                                                                                                                                                                                                                  • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                  • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                  • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                  • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                  • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                  • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                  • \n@see LifecycleEventStatus*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                    The deployment lifecycle event status:

                                                                                                                                                                                                                                    • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                    • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                    • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                    • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                    • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                    • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                    \n@return The deployment lifecycle event status:

                                                                                                                                                                                                                                    • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                    • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                    • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                    • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                    • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                    • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                    • \n@see LifecycleEventStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                      The deployment lifecycle event status:

                                                                                                                                                                                                                                      • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                      • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                      • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                      • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                      • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                      • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                      \n@param status The deployment lifecycle event status:

                                                                                                                                                                                                                                      • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                      • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                      • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                      • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                      • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                      • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleEventStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                        The deployment lifecycle event status:

                                                                                                                                                                                                                                        • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                        • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                        • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                        • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                        • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                        • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                        \n@param status The deployment lifecycle event status:

                                                                                                                                                                                                                                        • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                        • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                        • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                        • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                        • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                        • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleEventStatus*/" } ], "enums" : null, "variable" : { "variableName" : "lifecycleEvent", "variableType" : "LifecycleEvent", "variableDeclarationType" : "LifecycleEvent", "documentation" : null, "simpleType" : "LifecycleEvent", "variableSetterType" : "LifecycleEvent" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                                                                                                                                                                                                                                          The deployment lifecycle event status:

                                                                                                                                                                                                                                          • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                          • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                          • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                          • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                          • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                          • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                          ", "name" : "Status", "c2jName" : "status", "c2jShape" : "LifecycleEventStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                          The deployment lifecycle event status:

                                                                                                                                                                                                                                          • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                          • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                          • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                          • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                          • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                          • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "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" : "LifecycleEventStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                          The deployment lifecycle event status:

                                                                                                                                                                                                                                          • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                          • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                          • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                          • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                          • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                          • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                          \n@param status The deployment lifecycle event status:

                                                                                                                                                                                                                                          • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                          • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                          • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                          • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                          • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                          • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                          • \n@see LifecycleEventStatus*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                            The deployment lifecycle event status:

                                                                                                                                                                                                                                            • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                            • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                            • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                            • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                            • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                            • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                            \n@return The deployment lifecycle event status:

                                                                                                                                                                                                                                            • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                            • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                            • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                            • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                            • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                            • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                            • \n@see LifecycleEventStatus*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                              The deployment lifecycle event status:

                                                                                                                                                                                                                                              • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                              • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                              • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                              • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                              • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                              • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                              \n@param status The deployment lifecycle event status:

                                                                                                                                                                                                                                              • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                              • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                              • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                              • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                              • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                              • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleEventStatus*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                The deployment lifecycle event status:

                                                                                                                                                                                                                                                • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                                • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                                • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                                • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                                • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                                • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                                \n@param status The deployment lifecycle event status:

                                                                                                                                                                                                                                                • Pending: The deployment lifecycle event is pending.
                                                                                                                                                                                                                                                • InProgress: The deployment lifecycle event is in progress.
                                                                                                                                                                                                                                                • Succeeded: The deployment lifecycle event ran successfully.
                                                                                                                                                                                                                                                • Failed: The deployment lifecycle event has failed.
                                                                                                                                                                                                                                                • Skipped: The deployment lifecycle event has been skipped.
                                                                                                                                                                                                                                                • Unknown: The deployment lifecycle event is unknown.
                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see LifecycleEventStatus*/" }, "Diagnostics" : { "documentation" : "

                                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                                  ", "name" : "Diagnostics", "c2jName" : "diagnostics", "c2jShape" : "Diagnostics", "variable" : { "variableName" : "diagnostics", "variableType" : "Diagnostics", "variableDeclarationType" : "Diagnostics", "documentation" : "

                                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                                  ", "simpleType" : "Diagnostics", "variableSetterType" : "Diagnostics" }, "setterModel" : { "variableName" : "diagnostics", "variableType" : "Diagnostics", "variableDeclarationType" : "Diagnostics", "documentation" : "", "simpleType" : "Diagnostics", "variableSetterType" : "Diagnostics" }, "getterModel" : { "returnType" : "Diagnostics", "documentation" : null }, "http" : { "unmarshallLocationName" : "diagnostics", "marshallLocationName" : "diagnostics", "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" : "/**

                                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                                  \n@param diagnostics Diagnostic information about the deployment lifecycle event.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                                  \n@return Diagnostic information about the deployment lifecycle event.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                                  \n@param diagnostics Diagnostic information about the deployment lifecycle event.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  Diagnostic information about the deployment lifecycle event.

                                                                                                                                                                                                                                                  \n@param diagnostics Diagnostic information about the deployment lifecycle event.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LifecycleEventName" : { "documentation" : "

                                                                                                                                                                                                                                                  The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                                  ", "name" : "LifecycleEventName", "c2jName" : "lifecycleEventName", "c2jShape" : "LifecycleEventName", "variable" : { "variableName" : "lifecycleEventName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lifecycleEventName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lifecycleEventName", "marshallLocationName" : "lifecycleEventName", "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 deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                                  \n@param lifecycleEventName The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                                  \n@return The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                                  \n@param lifecycleEventName The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

                                                                                                                                                                                                                                                  \n@param lifecycleEventName The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndTime" : { "documentation" : "

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

                                                                                                                                                                                                                                                  ", "name" : "EndTime", "c2jName" : "endTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "endTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

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

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

                                                                                                                                                                                                                                                  \n@param endTime A timestamp indicating when the deployment lifecycle event ended.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

                                                                                                                                                                                                                                                  \n@return A timestamp indicating when the deployment lifecycle event ended.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

                                                                                                                                                                                                                                                  \n@param endTime A timestamp indicating when the deployment lifecycle event ended.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event ended.

                                                                                                                                                                                                                                                  \n@param endTime A timestamp indicating when the deployment lifecycle event ended.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

                                                                                                                                                                                                                                                  ", "name" : "StartTime", "c2jName" : "startTime", "c2jShape" : "Timestamp", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

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

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

                                                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment lifecycle event started.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

                                                                                                                                                                                                                                                  \n@return A timestamp indicating when the deployment lifecycle event started.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

                                                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment lifecycle event started.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  A timestamp indicating when the deployment lifecycle event started.

                                                                                                                                                                                                                                                  \n@param startTime A timestamp indicating when the deployment lifecycle event started.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EC2TagFilter" : { "c2jName" : "EC2TagFilter", "documentation" : "

                                                                                                                                                                                                                                                  Information about a tag filter.

                                                                                                                                                                                                                                                  ", "shapeName" : "EC2TagFilter", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                                                                                                                                                                                                                                  The tag filter key.

                                                                                                                                                                                                                                                  ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "Key", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The tag filter key.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "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 tag filter key.

                                                                                                                                                                                                                                                  \n@param key The tag filter key.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tag filter key.

                                                                                                                                                                                                                                                  \n@return The tag filter key.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tag filter key.

                                                                                                                                                                                                                                                  \n@param key The tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tag filter key.

                                                                                                                                                                                                                                                  \n@param key The tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                  The tag filter value.

                                                                                                                                                                                                                                                  ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "Value", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The tag filter value.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 tag filter value.

                                                                                                                                                                                                                                                  \n@param value The tag filter value.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tag filter value.

                                                                                                                                                                                                                                                  \n@return The tag filter value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tag filter value.

                                                                                                                                                                                                                                                  \n@param value The tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tag filter value.

                                                                                                                                                                                                                                                  \n@param value The tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                                                                                                                                                                                                                                  The tag filter type:

                                                                                                                                                                                                                                                  • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                  • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                  • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                  ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "EC2TagFilterType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The tag filter type:

                                                                                                                                                                                                                                                  • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                  • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                  • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "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" : "EC2TagFilterType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                  The tag filter type:

                                                                                                                                                                                                                                                  • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                  • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                  • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                  \n@param type The tag filter type:

                                                                                                                                                                                                                                                  • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                  • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                  • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                  • \n@see EC2TagFilterType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                    The tag filter type:

                                                                                                                                                                                                                                                    • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                    • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                    • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                    \n@return The tag filter type:

                                                                                                                                                                                                                                                    • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                    • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                    • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                    • \n@see EC2TagFilterType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                      The tag filter type:

                                                                                                                                                                                                                                                      • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                      • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                      • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                      \n@param type The tag filter type:

                                                                                                                                                                                                                                                      • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                      • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                      • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2TagFilterType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                        The tag filter type:

                                                                                                                                                                                                                                                        • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                        • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                        • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                        \n@param type The tag filter type:

                                                                                                                                                                                                                                                        • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                        • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                        • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2TagFilterType*/" } ], "enums" : null, "variable" : { "variableName" : "eC2TagFilter", "variableType" : "EC2TagFilter", "variableDeclarationType" : "EC2TagFilter", "documentation" : null, "simpleType" : "EC2TagFilter", "variableSetterType" : "EC2TagFilter" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

                                                                                                                                                                                                                                                          The tag filter value.

                                                                                                                                                                                                                                                          ", "name" : "Value", "c2jName" : "Value", "c2jShape" : "Value", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                          The tag filter value.

                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "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 tag filter value.

                                                                                                                                                                                                                                                          \n@param value The tag filter value.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                          The tag filter value.

                                                                                                                                                                                                                                                          \n@return The tag filter value.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          The tag filter value.

                                                                                                                                                                                                                                                          \n@param value The tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          The tag filter value.

                                                                                                                                                                                                                                                          \n@param value The tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

                                                                                                                                                                                                                                                          The tag filter key.

                                                                                                                                                                                                                                                          ", "name" : "Key", "c2jName" : "Key", "c2jShape" : "Key", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                          The tag filter key.

                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "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 tag filter key.

                                                                                                                                                                                                                                                          \n@param key The tag filter key.*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                          The tag filter key.

                                                                                                                                                                                                                                                          \n@return The tag filter key.*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          The tag filter key.

                                                                                                                                                                                                                                                          \n@param key The tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                          The tag filter key.

                                                                                                                                                                                                                                                          \n@param key The tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

                                                                                                                                                                                                                                                          The tag filter type:

                                                                                                                                                                                                                                                          • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                          • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                          • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                          ", "name" : "Type", "c2jName" : "Type", "c2jShape" : "EC2TagFilterType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                                                                                                                                                                                                                                          The tag filter type:

                                                                                                                                                                                                                                                          • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                          • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                          • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "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" : "EC2TagFilterType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                                                                                                                                                                                                                                          The tag filter type:

                                                                                                                                                                                                                                                          • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                          • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                          • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                          \n@param type The tag filter type:

                                                                                                                                                                                                                                                          • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                          • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                          • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                          • \n@see EC2TagFilterType*/", "getterDocumentation" : "/**

                                                                                                                                                                                                                                                            The tag filter type:

                                                                                                                                                                                                                                                            • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                            • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                            • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                            \n@return The tag filter type:

                                                                                                                                                                                                                                                            • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                            • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                            • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                            • \n@see EC2TagFilterType*/", "fluentSetterDocumentation" : "/**

                                                                                                                                                                                                                                                              The tag filter type:

                                                                                                                                                                                                                                                              • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                              • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                              • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                              \n@param type The tag filter type:

                                                                                                                                                                                                                                                              • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                              • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                              • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2TagFilterType*/", "varargSetterDocumentation" : "/**

                                                                                                                                                                                                                                                                The tag filter type:

                                                                                                                                                                                                                                                                • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                                • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                                • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                                \n@param type The tag filter type:

                                                                                                                                                                                                                                                                • KEY_ONLY: Key only.
                                                                                                                                                                                                                                                                • VALUE_ONLY: Value only.
                                                                                                                                                                                                                                                                • KEY_AND_VALUE: Key and value.
                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see EC2TagFilterType*/" } } }, "DeploymentLimitExceededException" : { "c2jName" : "DeploymentLimitExceededException", "documentation" : "

                                                                                                                                                                                                                                                                  The number of allowed deployments was exceeded.

                                                                                                                                                                                                                                                                  ", "shapeName" : "DeploymentLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deploymentLimitExceededException", "variableType" : "DeploymentLimitExceededException", "variableDeclarationType" : "DeploymentLimitExceededException", "documentation" : null, "simpleType" : "DeploymentLimitExceededException", "variableSetterType" : "DeploymentLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DeploymentLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "ListApplications" : { "methodForms" : [ [ ] ] }, "BatchGetApplications" : { "methodForms" : [ [ ] ] }, "BatchGetDeployments" : { "methodForms" : [ [ ] ] }, "BatchGetOnPremisesInstances" : { "methodForms" : [ [ ] ] }, "ListDeploymentConfigs" : { "methodForms" : [ [ ] ] }, "ListDeployments" : { "methodForms" : [ [ ] ] }, "ListOnPremisesInstances" : { "methodForms" : [ [ ] ] }, "UpdateApplication" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy