models.codedeploy-2014-10-06-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-codedeploy Show documentation
{
"metadata" : {
"apiVersion" : "2014-10-06",
"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,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "codedeploy",
"signingName" : "codedeploy",
"protocolDefaultExceptionUmarshallerImpl" : null,
"jsonProtocol" : true,
"syncClientBuilderClassName" : "AmazonCodeDeployClientBuilder",
"asyncClientBuilderClassName" : "AmazonCodeDeployAsyncClientBuilder",
"cucumberModuleInjectorClassName" : "AmazonCodeDeployModuleInjector",
"smokeTestsPackageName" : "com.amazonaws.services.codedeploy.smoketests",
"serviceName" : "CodeDeploy",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller"
},
"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,
"syncReturnType" : "AddTagsToOnPremisesInstancesResult",
"asyncReturnType" : "AddTagsToOnPremisesInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "BatchGetApplicationRevisionsResult",
"asyncReturnType" : "BatchGetApplicationRevisionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "BatchGetApplicationsResult",
"asyncReturnType" : "BatchGetApplicationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "BatchGetDeploymentGroupsResult",
"asyncReturnType" : "BatchGetDeploymentGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "BatchGetDeploymentInstancesResult",
"asyncReturnType" : "BatchGetDeploymentInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "BatchGetDeploymentsResult",
"asyncReturnType" : "BatchGetDeploymentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "BatchGetOnPremisesInstancesResult",
"asyncReturnType" : "BatchGetOnPremisesInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "CreateApplicationResult",
"asyncReturnType" : "CreateApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "CreateDeploymentResult",
"asyncReturnType" : "CreateDeploymentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "CreateDeploymentConfigResult",
"asyncReturnType" : "CreateDeploymentConfigResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "CreateDeploymentGroupResult",
"asyncReturnType" : "CreateDeploymentGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DeleteApplicationResult",
"asyncReturnType" : "DeleteApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DeleteDeploymentConfigResult",
"asyncReturnType" : "DeleteDeploymentConfigResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DeleteDeploymentGroupResult",
"asyncReturnType" : "DeleteDeploymentGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DeregisterOnPremisesInstanceResult",
"asyncReturnType" : "DeregisterOnPremisesInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetApplicationResult",
"asyncReturnType" : "GetApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetApplicationRevisionResult",
"asyncReturnType" : "GetApplicationRevisionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetDeploymentResult",
"asyncReturnType" : "GetDeploymentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetDeploymentConfigResult",
"asyncReturnType" : "GetDeploymentConfigResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetDeploymentGroupResult",
"asyncReturnType" : "GetDeploymentGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetDeploymentInstanceResult",
"asyncReturnType" : "GetDeploymentInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetOnPremisesInstanceResult",
"asyncReturnType" : "GetOnPremisesInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListApplicationRevisionsResult",
"asyncReturnType" : "ListApplicationRevisionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListApplicationsResult",
"asyncReturnType" : "ListApplicationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListDeploymentConfigsResult",
"asyncReturnType" : "ListDeploymentConfigsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListDeploymentGroupsResult",
"asyncReturnType" : "ListDeploymentGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListDeploymentInstancesResult",
"asyncReturnType" : "ListDeploymentInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListDeploymentsResult",
"asyncReturnType" : "ListDeploymentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "ListOnPremisesInstancesResult",
"asyncReturnType" : "ListOnPremisesInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "RegisterApplicationRevisionResult",
"asyncReturnType" : "RegisterApplicationRevisionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "RegisterOnPremisesInstanceResult",
"asyncReturnType" : "RegisterOnPremisesInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "RemoveTagsFromOnPremisesInstancesResult",
"asyncReturnType" : "RemoveTagsFromOnPremisesInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "StopDeploymentResult",
"asyncReturnType" : "StopDeploymentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "UpdateApplicationResult",
"asyncReturnType" : "UpdateApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "UpdateDeploymentGroupResult",
"asyncReturnType" : "UpdateDeploymentGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateDeploymentGroup"
}
},
"shapes" : {
"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,
"marshallNonAutoConstructedEmptyLists" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The 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.
\nNOTE: 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,
"marshallNonAutoConstructedEmptyLists" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The 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.
\nNOTE: 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.*/"
}
}
},
"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" : { }
},
"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,
"marshallNonAutoConstructedEmptyLists" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"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
\nNOTE: 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" : {
"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.*/"
},
"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,
"marshallNonAutoConstructedEmptyLists" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"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
\nNOTE: 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.*/"
}
}
},
"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" : {
"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 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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
},
"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.*/"
}
}
},
"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.*/"
},
"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*/"
},
"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*/"
},
"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*/"
}
}
},
"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.*/"
}
}
},
"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,
"marshallNonAutoConstructedEmptyLists" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"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.
\nNOTE: 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" : {
"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 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.*/"
},
"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.*/"
},
"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,
"marshallNonAutoConstructedEmptyLists" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"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.
\nNOTE: 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*/"
}
}
},
"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,
"marshallNonAutoConstructedEmptyLists" : false,
"simpleType" : "LifecycleEvent",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A 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.
\nNOTE: 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.*/"
},
"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.*/"
},
"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,
"marshallNonAutoConstructedEmptyLists" : false,
"simpleType" : "LifecycleEvent",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A 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.
\nNOTE: 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.*/"
}
}
},
"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.*/"
}
}
},
"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.*/"
}
}
},
"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" : { }
},
"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" : { }
},
"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.*/"
}
}
},
"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" : {
"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.*/"
},
"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.*/"
}
}
},
"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" : { }
},
"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" : { }
},
"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" : { }
},
"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.*/"
}
}
},
"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,
"marshallNonAutoConstructedEmptyLists" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**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.
\nNOTE: 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" : {
"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,
"marshallNonAutoConstructedEmptyLists" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**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.
\nNOTE: 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.*/"
},
"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.*/"
}
}
},
"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