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",
"exceptionUnmarshallerImpl" : null,
"protocol" : "json",
"checksumFormat" : null,
"documentation" : "AWS CodeDeploy Overview This reference guide provides descriptions of the AWS CodeDeploy APIs. For more information about AWS CodeDeploy, see the AWS CodeDeploy User Guide.
Using the APIs You can use the AWS CodeDeploy APIs to work with the following:
-
Applications are unique identifiers used by AWS CodeDeploy to ensure the correct combinations of revisions, deployment configurations, and deployment groups are being referenced during deployments.
You can use the AWS CodeDeploy APIs to create, delete, get, list, and update applications.
-
Deployment configurations are sets of deployment rules and success and failure conditions used by AWS CodeDeploy during deployments.
You can use the AWS CodeDeploy APIs to create, delete, get, and list deployment configurations.
-
Deployment groups are groups of instances to which application revisions can be deployed.
You can use the AWS CodeDeploy APIs to create, delete, get, list, and update deployment groups.
-
Instances represent Amazon EC2 instances to which application revisions are deployed. Instances are identified by their Amazon EC2 tags or Auto Scaling group names. Instances belong to deployment groups.
You can use the AWS CodeDeploy APIs to get and list instance.
-
Deployments represent the process of deploying revisions to instances.
You can use the AWS CodeDeploy APIs to create, get, list, and stop deployments.
-
Application revisions are archive files stored in Amazon S3 buckets or GitHub repositories. These revisions contain source content (such as source code, web pages, executable files, and deployment scripts) along with an application specification (AppSpec) file. (The AppSpec file is unique to AWS CodeDeploy; it defines the deployment actions you want AWS CodeDeploy to execute.) Ffor application revisions stored in Amazon S3 buckets, an application revision is uniquely identified by its Amazon S3 object key and its ETag, version, or both. For application revisions stored in GitHub repositories, an application revision is uniquely identified by its repository name and commit ID. Application revisions are deployed through deployment groups.
You can use the AWS CodeDeploy APIs to get, list, and register application revisions.
",
"defaultEndpoint" : "https://codedeploy.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "codedeploy.us-east-1.amazonaws.com",
"syncInterface" : "AmazonCodeDeploy",
"syncClient" : "AmazonCodeDeployClient",
"asyncInterface" : "AmazonCodeDeployAsync",
"asyncClient" : "AmazonCodeDeployAsyncClient",
"packageName" : "com.amazonaws.services.codedeploy",
"packagePath" : "com/amazonaws/services/codedeploy",
"serviceAbbreviation" : "CodeDeploy",
"serviceFullName" : "AWS CodeDeploy",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : "application/x-amz-json-1.1",
"jsonVersion" : "1.1",
"endpointPrefix" : "codedeploy",
"signingName" : "codedeploy",
"xmlProtocol" : false,
"jsonProtocol" : true,
"serviceName" : "CodeDeploy",
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller"
},
"operations" : {
"AddTagsToOnPremisesInstances" : {
"documentation" : "Adds tags to on-premises instances.
",
"operationName" : "AddTagsToOnPremisesInstances",
"deprecated" : false,
"input" : {
"variableName" : "addTagsToOnPremisesInstancesRequest",
"variableType" : "AddTagsToOnPremisesInstancesRequest",
"variableDeclarationType" : "AddTagsToOnPremisesInstancesRequest",
"documentation" : "Represents the input of, and adds tags to, an on-premises instance operation.
",
"simpleType" : "AddTagsToOnPremisesInstancesRequest",
"variableSetterType" : "AddTagsToOnPremisesInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddTagsToOnPremisesInstancesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InstanceNameRequiredException",
"documentation" : "An on-premises instance name was not specified.
"
}, {
"exceptionName" : "TagRequiredException",
"documentation" : "A tag was not specified.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The specified tag was specified in an invalid format.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : "The maximum allowed number of tags was exceeded.
"
}, {
"exceptionName" : "InstanceLimitExceededException",
"documentation" : "The maximum number of allowed on-premises instances in a single call was exceeded.
"
}, {
"exceptionName" : "InstanceNotRegisteredException",
"documentation" : "The specified on-premises instance is not registered.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "AddTagsToOnPremisesInstancesResult",
"asyncReturnType" : "AddTagsToOnPremisesInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "addTagsToOnPremisesInstances"
},
"BatchGetApplicationRevisions" : {
"documentation" : "Gets information about one or more application revisions.
",
"operationName" : "BatchGetApplicationRevisions",
"deprecated" : false,
"input" : {
"variableName" : "batchGetApplicationRevisionsRequest",
"variableType" : "BatchGetApplicationRevisionsRequest",
"variableDeclarationType" : "BatchGetApplicationRevisionsRequest",
"documentation" : "Represents the input of a batch get application revisions operation.
",
"simpleType" : "BatchGetApplicationRevisionsRequest",
"variableSetterType" : "BatchGetApplicationRevisionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "BatchGetApplicationRevisionsResult",
"documentation" : "Represents the output of a batch get application revisions operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "RevisionRequiredException",
"documentation" : "The revision ID was not specified.
"
}, {
"exceptionName" : "InvalidRevisionException",
"documentation" : "The revision was specified in an invalid format.
"
}, {
"exceptionName" : "BatchLimitExceededException",
"documentation" : "The maximum number of names or IDs allowed for this request (100) was exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "BatchGetApplicationRevisionsResult",
"asyncReturnType" : "BatchGetApplicationRevisionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "batchGetApplicationRevisions"
},
"BatchGetApplications" : {
"documentation" : "Gets information about one or more applications.
",
"operationName" : "BatchGetApplications",
"deprecated" : false,
"input" : {
"variableName" : "batchGetApplicationsRequest",
"variableType" : "BatchGetApplicationsRequest",
"variableDeclarationType" : "BatchGetApplicationsRequest",
"documentation" : "Represents the input of a batch get applications operation.
",
"simpleType" : "BatchGetApplicationsRequest",
"variableSetterType" : "BatchGetApplicationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "BatchGetApplicationsResult",
"documentation" : "Represents the output of a batch get applications operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "BatchLimitExceededException",
"documentation" : "The maximum number of names or IDs allowed for this request (100) was exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "BatchGetApplicationsResult",
"asyncReturnType" : "BatchGetApplicationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "batchGetApplications"
},
"BatchGetDeploymentGroups" : {
"documentation" : "Get information about one or more deployment groups.
",
"operationName" : "BatchGetDeploymentGroups",
"deprecated" : false,
"input" : {
"variableName" : "batchGetDeploymentGroupsRequest",
"variableType" : "BatchGetDeploymentGroupsRequest",
"variableDeclarationType" : "BatchGetDeploymentGroupsRequest",
"documentation" : "Represents the input of a batch get deployment groups operation.
",
"simpleType" : "BatchGetDeploymentGroupsRequest",
"variableSetterType" : "BatchGetDeploymentGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "BatchGetDeploymentGroupsResult",
"documentation" : "Represents the output of a batch get deployment groups operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "DeploymentGroupNameRequiredException",
"documentation" : "The deployment group name was not specified.
"
}, {
"exceptionName" : "InvalidDeploymentGroupNameException",
"documentation" : "The deployment group name was specified in an invalid format.
"
}, {
"exceptionName" : "BatchLimitExceededException",
"documentation" : "The maximum number of names or IDs allowed for this request (100) was exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "BatchGetDeploymentGroupsResult",
"asyncReturnType" : "BatchGetDeploymentGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "batchGetDeploymentGroups"
},
"BatchGetDeploymentInstances" : {
"documentation" : "Gets information about one or more instance that are part of a deployment group.
",
"operationName" : "BatchGetDeploymentInstances",
"deprecated" : false,
"input" : {
"variableName" : "batchGetDeploymentInstancesRequest",
"variableType" : "BatchGetDeploymentInstancesRequest",
"variableDeclarationType" : "BatchGetDeploymentInstancesRequest",
"documentation" : "Represents the input of a batch get deployment instances operation.
",
"simpleType" : "BatchGetDeploymentInstancesRequest",
"variableSetterType" : "BatchGetDeploymentInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "BatchGetDeploymentInstancesResult",
"documentation" : "Represents the output of a batch get deployment instance operation.
"
},
"exceptions" : [ {
"exceptionName" : "DeploymentIdRequiredException",
"documentation" : "At least one deployment ID must be specified.
"
}, {
"exceptionName" : "DeploymentDoesNotExistException",
"documentation" : "The deployment does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "InstanceIdRequiredException",
"documentation" : "The instance ID was not specified.
"
}, {
"exceptionName" : "InvalidDeploymentIdException",
"documentation" : "At least one of the deployment IDs was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidInstanceNameException",
"documentation" : "The specified on-premises instance name was specified in an invalid format.
"
}, {
"exceptionName" : "BatchLimitExceededException",
"documentation" : "The maximum number of names or IDs allowed for this request (100) was exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "BatchGetDeploymentInstancesResult",
"asyncReturnType" : "BatchGetDeploymentInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "batchGetDeploymentInstances"
},
"BatchGetDeployments" : {
"documentation" : "Gets information about one or more deployments.
",
"operationName" : "BatchGetDeployments",
"deprecated" : false,
"input" : {
"variableName" : "batchGetDeploymentsRequest",
"variableType" : "BatchGetDeploymentsRequest",
"variableDeclarationType" : "BatchGetDeploymentsRequest",
"documentation" : "Represents the input of a batch get deployments operation.
",
"simpleType" : "BatchGetDeploymentsRequest",
"variableSetterType" : "BatchGetDeploymentsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "BatchGetDeploymentsResult",
"documentation" : "Represents the output of a batch get deployments operation.
"
},
"exceptions" : [ {
"exceptionName" : "DeploymentIdRequiredException",
"documentation" : "At least one deployment ID must be specified.
"
}, {
"exceptionName" : "InvalidDeploymentIdException",
"documentation" : "At least one of the deployment IDs was specified in an invalid format.
"
}, {
"exceptionName" : "BatchLimitExceededException",
"documentation" : "The maximum number of names or IDs allowed for this request (100) was exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "BatchGetDeploymentsResult",
"asyncReturnType" : "BatchGetDeploymentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "batchGetDeployments"
},
"BatchGetOnPremisesInstances" : {
"documentation" : "Gets information about one or more on-premises instances.
",
"operationName" : "BatchGetOnPremisesInstances",
"deprecated" : false,
"input" : {
"variableName" : "batchGetOnPremisesInstancesRequest",
"variableType" : "BatchGetOnPremisesInstancesRequest",
"variableDeclarationType" : "BatchGetOnPremisesInstancesRequest",
"documentation" : "Represents the input of a batch get on-premises instances operation.
",
"simpleType" : "BatchGetOnPremisesInstancesRequest",
"variableSetterType" : "BatchGetOnPremisesInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "BatchGetOnPremisesInstancesResult",
"documentation" : "Represents the output of a batch get on-premises instances operation.
"
},
"exceptions" : [ {
"exceptionName" : "InstanceNameRequiredException",
"documentation" : "An on-premises instance name was not specified.
"
}, {
"exceptionName" : "InvalidInstanceNameException",
"documentation" : "The specified on-premises instance name was specified in an invalid format.
"
}, {
"exceptionName" : "BatchLimitExceededException",
"documentation" : "The maximum number of names or IDs allowed for this request (100) was exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "BatchGetOnPremisesInstancesResult",
"asyncReturnType" : "BatchGetOnPremisesInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "batchGetOnPremisesInstances"
},
"CreateApplication" : {
"documentation" : "Creates an application.
",
"operationName" : "CreateApplication",
"deprecated" : false,
"input" : {
"variableName" : "createApplicationRequest",
"variableType" : "CreateApplicationRequest",
"variableDeclarationType" : "CreateApplicationRequest",
"documentation" : "Represents the input of a create application operation.
",
"simpleType" : "CreateApplicationRequest",
"variableSetterType" : "CreateApplicationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateApplicationResult",
"documentation" : "Represents the output of a create application operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "ApplicationAlreadyExistsException",
"documentation" : "An application with the specified name already exists with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "ApplicationLimitExceededException",
"documentation" : "More applications were attempted to be created than are allowed.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateApplicationResult",
"asyncReturnType" : "CreateApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createApplication"
},
"CreateDeployment" : {
"documentation" : "Deploys an application revision through the specified deployment group.
",
"operationName" : "CreateDeployment",
"deprecated" : false,
"input" : {
"variableName" : "createDeploymentRequest",
"variableType" : "CreateDeploymentRequest",
"variableDeclarationType" : "CreateDeploymentRequest",
"documentation" : "Represents the input of a create deployment operation.
",
"simpleType" : "CreateDeploymentRequest",
"variableSetterType" : "CreateDeploymentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateDeploymentResult",
"documentation" : "Represents the output of a create deployment operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "DeploymentGroupNameRequiredException",
"documentation" : "The deployment group name was not specified.
"
}, {
"exceptionName" : "InvalidDeploymentGroupNameException",
"documentation" : "The deployment group name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentGroupDoesNotExistException",
"documentation" : "The named deployment group does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "RevisionRequiredException",
"documentation" : "The revision ID was not specified.
"
}, {
"exceptionName" : "InvalidRevisionException",
"documentation" : "The revision was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidDeploymentConfigNameException",
"documentation" : "The deployment configuration name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentConfigDoesNotExistException",
"documentation" : "The deployment configuration does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "DescriptionTooLongException",
"documentation" : "The description is too long.
"
}, {
"exceptionName" : "DeploymentLimitExceededException",
"documentation" : "The number of allowed deployments was exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateDeploymentResult",
"asyncReturnType" : "CreateDeploymentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createDeployment"
},
"CreateDeploymentConfig" : {
"documentation" : "Creates a deployment configuration.
",
"operationName" : "CreateDeploymentConfig",
"deprecated" : false,
"input" : {
"variableName" : "createDeploymentConfigRequest",
"variableType" : "CreateDeploymentConfigRequest",
"variableDeclarationType" : "CreateDeploymentConfigRequest",
"documentation" : "Represents the input of a create deployment configuration operation.
",
"simpleType" : "CreateDeploymentConfigRequest",
"variableSetterType" : "CreateDeploymentConfigRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateDeploymentConfigResult",
"documentation" : "Represents the output of a create deployment configuration operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidDeploymentConfigNameException",
"documentation" : "The deployment configuration name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentConfigNameRequiredException",
"documentation" : "The deployment configuration name was not specified.
"
}, {
"exceptionName" : "DeploymentConfigAlreadyExistsException",
"documentation" : "A deployment configuration with the specified name already exists with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "InvalidMinimumHealthyHostValueException",
"documentation" : "The minimum healthy instance value was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentConfigLimitExceededException",
"documentation" : "The deployment configurations limit was exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateDeploymentConfigResult",
"asyncReturnType" : "CreateDeploymentConfigResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createDeploymentConfig"
},
"CreateDeploymentGroup" : {
"documentation" : "Creates a deployment group to which application revisions will be deployed.
",
"operationName" : "CreateDeploymentGroup",
"deprecated" : false,
"input" : {
"variableName" : "createDeploymentGroupRequest",
"variableType" : "CreateDeploymentGroupRequest",
"variableDeclarationType" : "CreateDeploymentGroupRequest",
"documentation" : "Represents the input of a create deployment group operation.
",
"simpleType" : "CreateDeploymentGroupRequest",
"variableSetterType" : "CreateDeploymentGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateDeploymentGroupResult",
"documentation" : "Represents the output of a create deployment group operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "DeploymentGroupNameRequiredException",
"documentation" : "The deployment group name was not specified.
"
}, {
"exceptionName" : "InvalidDeploymentGroupNameException",
"documentation" : "The deployment group name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentGroupAlreadyExistsException",
"documentation" : "A deployment group with the specified name already exists with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "InvalidEC2TagException",
"documentation" : "The tag was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The specified tag was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidAutoScalingGroupException",
"documentation" : "The Auto Scaling group was specified in an invalid format or does not exist.
"
}, {
"exceptionName" : "InvalidDeploymentConfigNameException",
"documentation" : "The deployment configuration name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentConfigDoesNotExistException",
"documentation" : "The deployment configuration does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "RoleRequiredException",
"documentation" : "The role ID was not specified.
"
}, {
"exceptionName" : "InvalidRoleException",
"documentation" : "The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Auto Scaling.
"
}, {
"exceptionName" : "DeploymentGroupLimitExceededException",
"documentation" : " The deployment groups limit was exceeded.
"
}, {
"exceptionName" : "LifecycleHookLimitExceededException",
"documentation" : "The limit for lifecycle hooks was exceeded.
"
}, {
"exceptionName" : "InvalidTriggerConfigException",
"documentation" : "The trigger was specified in an invalid format.
"
}, {
"exceptionName" : "TriggerTargetsLimitExceededException",
"documentation" : "The maximum allowed number of triggers was exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateDeploymentGroupResult",
"asyncReturnType" : "CreateDeploymentGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createDeploymentGroup"
},
"DeleteApplication" : {
"documentation" : "Deletes an application.
",
"operationName" : "DeleteApplication",
"deprecated" : false,
"input" : {
"variableName" : "deleteApplicationRequest",
"variableType" : "DeleteApplicationRequest",
"variableDeclarationType" : "DeleteApplicationRequest",
"documentation" : "Represents the input of a delete application operation.
",
"simpleType" : "DeleteApplicationRequest",
"variableSetterType" : "DeleteApplicationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteApplicationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteApplicationResult",
"asyncReturnType" : "DeleteApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteApplication"
},
"DeleteDeploymentConfig" : {
"documentation" : "Deletes a deployment configuration.
A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted. ",
"operationName" : "DeleteDeploymentConfig",
"deprecated" : false,
"input" : {
"variableName" : "deleteDeploymentConfigRequest",
"variableType" : "DeleteDeploymentConfigRequest",
"variableDeclarationType" : "DeleteDeploymentConfigRequest",
"documentation" : "Represents the input of a delete deployment configuration operation.
",
"simpleType" : "DeleteDeploymentConfigRequest",
"variableSetterType" : "DeleteDeploymentConfigRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteDeploymentConfigResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidDeploymentConfigNameException",
"documentation" : "The deployment configuration name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentConfigNameRequiredException",
"documentation" : "The deployment configuration name was not specified.
"
}, {
"exceptionName" : "DeploymentConfigInUseException",
"documentation" : "The deployment configuration is still in use.
"
}, {
"exceptionName" : "InvalidOperationException",
"documentation" : "An invalid operation was detected.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteDeploymentConfigResult",
"asyncReturnType" : "DeleteDeploymentConfigResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteDeploymentConfig"
},
"DeleteDeploymentGroup" : {
"documentation" : "Deletes a deployment group.
",
"operationName" : "DeleteDeploymentGroup",
"deprecated" : false,
"input" : {
"variableName" : "deleteDeploymentGroupRequest",
"variableType" : "DeleteDeploymentGroupRequest",
"variableDeclarationType" : "DeleteDeploymentGroupRequest",
"documentation" : "Represents the input of a delete deployment group operation.
",
"simpleType" : "DeleteDeploymentGroupRequest",
"variableSetterType" : "DeleteDeploymentGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteDeploymentGroupResult",
"documentation" : "Represents the output of a delete deployment group operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentGroupNameRequiredException",
"documentation" : "The deployment group name was not specified.
"
}, {
"exceptionName" : "InvalidDeploymentGroupNameException",
"documentation" : "The deployment group name was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidRoleException",
"documentation" : "The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Auto Scaling.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteDeploymentGroupResult",
"asyncReturnType" : "DeleteDeploymentGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteDeploymentGroup"
},
"DeregisterOnPremisesInstance" : {
"documentation" : "Deregisters an on-premises instance.
",
"operationName" : "DeregisterOnPremisesInstance",
"deprecated" : false,
"input" : {
"variableName" : "deregisterOnPremisesInstanceRequest",
"variableType" : "DeregisterOnPremisesInstanceRequest",
"variableDeclarationType" : "DeregisterOnPremisesInstanceRequest",
"documentation" : "Represents the input of a deregister on-premises instance operation.
",
"simpleType" : "DeregisterOnPremisesInstanceRequest",
"variableSetterType" : "DeregisterOnPremisesInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterOnPremisesInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InstanceNameRequiredException",
"documentation" : "An on-premises instance name was not specified.
"
}, {
"exceptionName" : "InvalidInstanceNameException",
"documentation" : "The specified on-premises instance name was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeregisterOnPremisesInstanceResult",
"asyncReturnType" : "DeregisterOnPremisesInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deregisterOnPremisesInstance"
},
"GetApplication" : {
"documentation" : "Gets information about an application.
",
"operationName" : "GetApplication",
"deprecated" : false,
"input" : {
"variableName" : "getApplicationRequest",
"variableType" : "GetApplicationRequest",
"variableDeclarationType" : "GetApplicationRequest",
"documentation" : "Represents the input of a get application operation.
",
"simpleType" : "GetApplicationRequest",
"variableSetterType" : "GetApplicationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetApplicationResult",
"documentation" : "Represents the output of a get application operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetApplicationResult",
"asyncReturnType" : "GetApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getApplication"
},
"GetApplicationRevision" : {
"documentation" : "Gets information about an application revision.
",
"operationName" : "GetApplicationRevision",
"deprecated" : false,
"input" : {
"variableName" : "getApplicationRevisionRequest",
"variableType" : "GetApplicationRevisionRequest",
"variableDeclarationType" : "GetApplicationRevisionRequest",
"documentation" : "Represents the input of a get application revision operation.
",
"simpleType" : "GetApplicationRevisionRequest",
"variableSetterType" : "GetApplicationRevisionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetApplicationRevisionResult",
"documentation" : "Represents the output of a get application revision operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "RevisionDoesNotExistException",
"documentation" : "The named revision does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "RevisionRequiredException",
"documentation" : "The revision ID was not specified.
"
}, {
"exceptionName" : "InvalidRevisionException",
"documentation" : "The revision was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetApplicationRevisionResult",
"asyncReturnType" : "GetApplicationRevisionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getApplicationRevision"
},
"GetDeployment" : {
"documentation" : "Gets information about a deployment.
",
"operationName" : "GetDeployment",
"deprecated" : false,
"input" : {
"variableName" : "getDeploymentRequest",
"variableType" : "GetDeploymentRequest",
"variableDeclarationType" : "GetDeploymentRequest",
"documentation" : "Represents the input of a get deployment operation.
",
"simpleType" : "GetDeploymentRequest",
"variableSetterType" : "GetDeploymentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetDeploymentResult",
"documentation" : "Represents the output of a get deployment operation.
"
},
"exceptions" : [ {
"exceptionName" : "DeploymentIdRequiredException",
"documentation" : "At least one deployment ID must be specified.
"
}, {
"exceptionName" : "InvalidDeploymentIdException",
"documentation" : "At least one of the deployment IDs was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentDoesNotExistException",
"documentation" : "The deployment does not exist with the applicable IAM user or AWS account.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetDeploymentResult",
"asyncReturnType" : "GetDeploymentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getDeployment"
},
"GetDeploymentConfig" : {
"documentation" : "Gets information about a deployment configuration.
",
"operationName" : "GetDeploymentConfig",
"deprecated" : false,
"input" : {
"variableName" : "getDeploymentConfigRequest",
"variableType" : "GetDeploymentConfigRequest",
"variableDeclarationType" : "GetDeploymentConfigRequest",
"documentation" : "Represents the input of a get deployment configuration operation.
",
"simpleType" : "GetDeploymentConfigRequest",
"variableSetterType" : "GetDeploymentConfigRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetDeploymentConfigResult",
"documentation" : "Represents the output of a get deployment configuration operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidDeploymentConfigNameException",
"documentation" : "The deployment configuration name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentConfigNameRequiredException",
"documentation" : "The deployment configuration name was not specified.
"
}, {
"exceptionName" : "DeploymentConfigDoesNotExistException",
"documentation" : "The deployment configuration does not exist with the applicable IAM user or AWS account.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetDeploymentConfigResult",
"asyncReturnType" : "GetDeploymentConfigResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getDeploymentConfig"
},
"GetDeploymentGroup" : {
"documentation" : "Gets information about a deployment group.
",
"operationName" : "GetDeploymentGroup",
"deprecated" : false,
"input" : {
"variableName" : "getDeploymentGroupRequest",
"variableType" : "GetDeploymentGroupRequest",
"variableDeclarationType" : "GetDeploymentGroupRequest",
"documentation" : "Represents the input of a get deployment group operation.
",
"simpleType" : "GetDeploymentGroupRequest",
"variableSetterType" : "GetDeploymentGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetDeploymentGroupResult",
"documentation" : "Represents the output of a get deployment group operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "DeploymentGroupNameRequiredException",
"documentation" : "The deployment group name was not specified.
"
}, {
"exceptionName" : "InvalidDeploymentGroupNameException",
"documentation" : "The deployment group name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentGroupDoesNotExistException",
"documentation" : "The named deployment group does not exist with the applicable IAM user or AWS account.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetDeploymentGroupResult",
"asyncReturnType" : "GetDeploymentGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getDeploymentGroup"
},
"GetDeploymentInstance" : {
"documentation" : "Gets information about an instance as part of a deployment.
",
"operationName" : "GetDeploymentInstance",
"deprecated" : false,
"input" : {
"variableName" : "getDeploymentInstanceRequest",
"variableType" : "GetDeploymentInstanceRequest",
"variableDeclarationType" : "GetDeploymentInstanceRequest",
"documentation" : "Represents the input of a get deployment instance operation.
",
"simpleType" : "GetDeploymentInstanceRequest",
"variableSetterType" : "GetDeploymentInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetDeploymentInstanceResult",
"documentation" : "Represents the output of a get deployment instance operation.
"
},
"exceptions" : [ {
"exceptionName" : "DeploymentIdRequiredException",
"documentation" : "At least one deployment ID must be specified.
"
}, {
"exceptionName" : "DeploymentDoesNotExistException",
"documentation" : "The deployment does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "InstanceIdRequiredException",
"documentation" : "The instance ID was not specified.
"
}, {
"exceptionName" : "InvalidDeploymentIdException",
"documentation" : "At least one of the deployment IDs was specified in an invalid format.
"
}, {
"exceptionName" : "InstanceDoesNotExistException",
"documentation" : "The specified instance does not exist in the deployment group.
"
}, {
"exceptionName" : "InvalidInstanceNameException",
"documentation" : "The specified on-premises instance name was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetDeploymentInstanceResult",
"asyncReturnType" : "GetDeploymentInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getDeploymentInstance"
},
"GetOnPremisesInstance" : {
"documentation" : "Gets information about an on-premises instance.
",
"operationName" : "GetOnPremisesInstance",
"deprecated" : false,
"input" : {
"variableName" : "getOnPremisesInstanceRequest",
"variableType" : "GetOnPremisesInstanceRequest",
"variableDeclarationType" : "GetOnPremisesInstanceRequest",
"documentation" : "Represents the input of a get on-premises instance operation.
",
"simpleType" : "GetOnPremisesInstanceRequest",
"variableSetterType" : "GetOnPremisesInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetOnPremisesInstanceResult",
"documentation" : "Represents the output of a get on-premises instance operation.
"
},
"exceptions" : [ {
"exceptionName" : "InstanceNameRequiredException",
"documentation" : "An on-premises instance name was not specified.
"
}, {
"exceptionName" : "InstanceNotRegisteredException",
"documentation" : "The specified on-premises instance is not registered.
"
}, {
"exceptionName" : "InvalidInstanceNameException",
"documentation" : "The specified on-premises instance name was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetOnPremisesInstanceResult",
"asyncReturnType" : "GetOnPremisesInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getOnPremisesInstance"
},
"ListApplicationRevisions" : {
"documentation" : "Lists information about revisions for an application.
",
"operationName" : "ListApplicationRevisions",
"deprecated" : false,
"input" : {
"variableName" : "listApplicationRevisionsRequest",
"variableType" : "ListApplicationRevisionsRequest",
"variableDeclarationType" : "ListApplicationRevisionsRequest",
"documentation" : "Represents the input of a list application revisions operation.
",
"simpleType" : "ListApplicationRevisionsRequest",
"variableSetterType" : "ListApplicationRevisionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListApplicationRevisionsResult",
"documentation" : "Represents the output of a list application revisions operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidSortByException",
"documentation" : "The column name to sort by is either not present or was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidSortOrderException",
"documentation" : "The sort order was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidBucketNameFilterException",
"documentation" : "The bucket name either doesn't exist or was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidKeyPrefixFilterException",
"documentation" : "The specified key prefix filter was specified in an invalid format.
"
}, {
"exceptionName" : "BucketNameFilterRequiredException",
"documentation" : "A bucket name is required, but was not provided.
"
}, {
"exceptionName" : "InvalidDeployedStateFilterException",
"documentation" : "The deployed state filter was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListApplicationRevisionsResult",
"asyncReturnType" : "ListApplicationRevisionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listApplicationRevisions"
},
"ListApplications" : {
"documentation" : "Lists the applications registered with the applicable IAM user or AWS account.
",
"operationName" : "ListApplications",
"deprecated" : false,
"input" : {
"variableName" : "listApplicationsRequest",
"variableType" : "ListApplicationsRequest",
"variableDeclarationType" : "ListApplicationsRequest",
"documentation" : "Represents the input of a list applications operation.
",
"simpleType" : "ListApplicationsRequest",
"variableSetterType" : "ListApplicationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListApplicationsResult",
"documentation" : "Represents the output of a list applications operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListApplicationsResult",
"asyncReturnType" : "ListApplicationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listApplications"
},
"ListDeploymentConfigs" : {
"documentation" : "Lists the deployment configurations with the applicable IAM user or AWS account.
",
"operationName" : "ListDeploymentConfigs",
"deprecated" : false,
"input" : {
"variableName" : "listDeploymentConfigsRequest",
"variableType" : "ListDeploymentConfigsRequest",
"variableDeclarationType" : "ListDeploymentConfigsRequest",
"documentation" : "Represents the input of a list deployment configurations operation.
",
"simpleType" : "ListDeploymentConfigsRequest",
"variableSetterType" : "ListDeploymentConfigsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListDeploymentConfigsResult",
"documentation" : "Represents the output of a list deployment configurations operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListDeploymentConfigsResult",
"asyncReturnType" : "ListDeploymentConfigsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listDeploymentConfigs"
},
"ListDeploymentGroups" : {
"documentation" : "Lists the deployment groups for an application registered with the applicable IAM user or AWS account.
",
"operationName" : "ListDeploymentGroups",
"deprecated" : false,
"input" : {
"variableName" : "listDeploymentGroupsRequest",
"variableType" : "ListDeploymentGroupsRequest",
"variableDeclarationType" : "ListDeploymentGroupsRequest",
"documentation" : "Represents the input of a list deployment groups operation.
",
"simpleType" : "ListDeploymentGroupsRequest",
"variableSetterType" : "ListDeploymentGroupsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListDeploymentGroupsResult",
"documentation" : "Represents the output of a list deployment groups operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListDeploymentGroupsResult",
"asyncReturnType" : "ListDeploymentGroupsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listDeploymentGroups"
},
"ListDeploymentInstances" : {
"documentation" : "Lists the instance for a deployment associated with the applicable IAM user or AWS account.
",
"operationName" : "ListDeploymentInstances",
"deprecated" : false,
"input" : {
"variableName" : "listDeploymentInstancesRequest",
"variableType" : "ListDeploymentInstancesRequest",
"variableDeclarationType" : "ListDeploymentInstancesRequest",
"documentation" : "Represents the input of a list deployment instances operation.
",
"simpleType" : "ListDeploymentInstancesRequest",
"variableSetterType" : "ListDeploymentInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListDeploymentInstancesResult",
"documentation" : "Represents the output of a list deployment instances operation.
"
},
"exceptions" : [ {
"exceptionName" : "DeploymentIdRequiredException",
"documentation" : "At least one deployment ID must be specified.
"
}, {
"exceptionName" : "DeploymentDoesNotExistException",
"documentation" : "The deployment does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "DeploymentNotStartedException",
"documentation" : "The specified deployment has not started.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidDeploymentIdException",
"documentation" : "At least one of the deployment IDs was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidInstanceStatusException",
"documentation" : "The specified instance status does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListDeploymentInstancesResult",
"asyncReturnType" : "ListDeploymentInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listDeploymentInstances"
},
"ListDeployments" : {
"documentation" : "Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.
",
"operationName" : "ListDeployments",
"deprecated" : false,
"input" : {
"variableName" : "listDeploymentsRequest",
"variableType" : "ListDeploymentsRequest",
"variableDeclarationType" : "ListDeploymentsRequest",
"documentation" : "Represents the input of a list deployments operation.
",
"simpleType" : "ListDeploymentsRequest",
"variableSetterType" : "ListDeploymentsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListDeploymentsResult",
"documentation" : "Represents the output of a list deployments operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "InvalidDeploymentGroupNameException",
"documentation" : "The deployment group name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentGroupDoesNotExistException",
"documentation" : "The named deployment group does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "DeploymentGroupNameRequiredException",
"documentation" : "The deployment group name was not specified.
"
}, {
"exceptionName" : "InvalidTimeRangeException",
"documentation" : "The specified time range was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidDeploymentStatusException",
"documentation" : "The specified deployment status doesn't exist or cannot be determined.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListDeploymentsResult",
"asyncReturnType" : "ListDeploymentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listDeployments"
},
"ListOnPremisesInstances" : {
"documentation" : "Gets a list of names for one or more on-premises instances.
Unless otherwise specified, both registered and deregistered on-premises instance names will be listed. To list only registered or deregistered on-premises instance names, use the registration status parameter.
",
"operationName" : "ListOnPremisesInstances",
"deprecated" : false,
"input" : {
"variableName" : "listOnPremisesInstancesRequest",
"variableType" : "ListOnPremisesInstancesRequest",
"variableDeclarationType" : "ListOnPremisesInstancesRequest",
"documentation" : "Represents the input of a list on-premises instances operation.
.",
"simpleType" : "ListOnPremisesInstancesRequest",
"variableSetterType" : "ListOnPremisesInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListOnPremisesInstancesResult",
"documentation" : "Represents the output of list on-premises instances operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidRegistrationStatusException",
"documentation" : "The registration status was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidTagFilterException",
"documentation" : "The specified tag filter was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The next token was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListOnPremisesInstancesResult",
"asyncReturnType" : "ListOnPremisesInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listOnPremisesInstances"
},
"RegisterApplicationRevision" : {
"documentation" : "Registers with AWS CodeDeploy a revision for the specified application.
",
"operationName" : "RegisterApplicationRevision",
"deprecated" : false,
"input" : {
"variableName" : "registerApplicationRevisionRequest",
"variableType" : "RegisterApplicationRevisionRequest",
"variableDeclarationType" : "RegisterApplicationRevisionRequest",
"documentation" : "Represents the input of a register application revision operation.
",
"simpleType" : "RegisterApplicationRevisionRequest",
"variableSetterType" : "RegisterApplicationRevisionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterApplicationRevisionResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "DescriptionTooLongException",
"documentation" : "The description is too long.
"
}, {
"exceptionName" : "RevisionRequiredException",
"documentation" : "The revision ID was not specified.
"
}, {
"exceptionName" : "InvalidRevisionException",
"documentation" : "The revision was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RegisterApplicationRevisionResult",
"asyncReturnType" : "RegisterApplicationRevisionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "registerApplicationRevision"
},
"RegisterOnPremisesInstance" : {
"documentation" : "Registers an on-premises instance.
",
"operationName" : "RegisterOnPremisesInstance",
"deprecated" : false,
"input" : {
"variableName" : "registerOnPremisesInstanceRequest",
"variableType" : "RegisterOnPremisesInstanceRequest",
"variableDeclarationType" : "RegisterOnPremisesInstanceRequest",
"documentation" : "Represents the input of the register on-premises instance operation.
",
"simpleType" : "RegisterOnPremisesInstanceRequest",
"variableSetterType" : "RegisterOnPremisesInstanceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterOnPremisesInstanceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InstanceNameAlreadyRegisteredException",
"documentation" : "The specified on-premises instance name is already registered.
"
}, {
"exceptionName" : "IamUserArnAlreadyRegisteredException",
"documentation" : "The specified IAM user ARN is already registered with an on-premises instance.
"
}, {
"exceptionName" : "InstanceNameRequiredException",
"documentation" : "An on-premises instance name was not specified.
"
}, {
"exceptionName" : "IamUserArnRequiredException",
"documentation" : "An IAM user ARN was not specified.
"
}, {
"exceptionName" : "InvalidInstanceNameException",
"documentation" : "The specified on-premises instance name was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidIamUserArnException",
"documentation" : "The IAM user ARN was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RegisterOnPremisesInstanceResult",
"asyncReturnType" : "RegisterOnPremisesInstanceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "registerOnPremisesInstance"
},
"RemoveTagsFromOnPremisesInstances" : {
"documentation" : "Removes one or more tags from one or more on-premises instances.
",
"operationName" : "RemoveTagsFromOnPremisesInstances",
"deprecated" : false,
"input" : {
"variableName" : "removeTagsFromOnPremisesInstancesRequest",
"variableType" : "RemoveTagsFromOnPremisesInstancesRequest",
"variableDeclarationType" : "RemoveTagsFromOnPremisesInstancesRequest",
"documentation" : "Represents the input of a remove tags from on-premises instances operation.
",
"simpleType" : "RemoveTagsFromOnPremisesInstancesRequest",
"variableSetterType" : "RemoveTagsFromOnPremisesInstancesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RemoveTagsFromOnPremisesInstancesResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InstanceNameRequiredException",
"documentation" : "An on-premises instance name was not specified.
"
}, {
"exceptionName" : "TagRequiredException",
"documentation" : "A tag was not specified.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The specified tag was specified in an invalid format.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : "The maximum allowed number of tags was exceeded.
"
}, {
"exceptionName" : "InstanceLimitExceededException",
"documentation" : "The maximum number of allowed on-premises instances in a single call was exceeded.
"
}, {
"exceptionName" : "InstanceNotRegisteredException",
"documentation" : "The specified on-premises instance is not registered.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RemoveTagsFromOnPremisesInstancesResult",
"asyncReturnType" : "RemoveTagsFromOnPremisesInstancesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "removeTagsFromOnPremisesInstances"
},
"StopDeployment" : {
"documentation" : "Attempts to stop an ongoing deployment.
",
"operationName" : "StopDeployment",
"deprecated" : false,
"input" : {
"variableName" : "stopDeploymentRequest",
"variableType" : "StopDeploymentRequest",
"variableDeclarationType" : "StopDeploymentRequest",
"documentation" : "Represents the input of a stop deployment operation.
",
"simpleType" : "StopDeploymentRequest",
"variableSetterType" : "StopDeploymentRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "StopDeploymentResult",
"documentation" : "Represents the output of a stop deployment operation.
"
},
"exceptions" : [ {
"exceptionName" : "DeploymentIdRequiredException",
"documentation" : "At least one deployment ID must be specified.
"
}, {
"exceptionName" : "DeploymentDoesNotExistException",
"documentation" : "The deployment does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "DeploymentAlreadyCompletedException",
"documentation" : "The deployment is already complete.
"
}, {
"exceptionName" : "InvalidDeploymentIdException",
"documentation" : "At least one of the deployment IDs was specified in an invalid format.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "StopDeploymentResult",
"asyncReturnType" : "StopDeploymentResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "stopDeployment"
},
"UpdateApplication" : {
"documentation" : "Changes the name of an application.
",
"operationName" : "UpdateApplication",
"deprecated" : false,
"input" : {
"variableName" : "updateApplicationRequest",
"variableType" : "UpdateApplicationRequest",
"variableDeclarationType" : "UpdateApplicationRequest",
"documentation" : "Represents the input of an update application operation.
",
"simpleType" : "UpdateApplicationRequest",
"variableSetterType" : "UpdateApplicationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateApplicationResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "ApplicationAlreadyExistsException",
"documentation" : "An application with the specified name already exists with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateApplicationResult",
"asyncReturnType" : "UpdateApplicationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateApplication"
},
"UpdateDeploymentGroup" : {
"documentation" : "Changes information about a deployment group.
",
"operationName" : "UpdateDeploymentGroup",
"deprecated" : false,
"input" : {
"variableName" : "updateDeploymentGroupRequest",
"variableType" : "UpdateDeploymentGroupRequest",
"variableDeclarationType" : "UpdateDeploymentGroupRequest",
"documentation" : "Represents the input of an update deployment group operation.
",
"simpleType" : "UpdateDeploymentGroupRequest",
"variableSetterType" : "UpdateDeploymentGroupRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateDeploymentGroupResult",
"documentation" : "Represents the output of an update deployment group operation.
"
},
"exceptions" : [ {
"exceptionName" : "ApplicationNameRequiredException",
"documentation" : "The minimum number of required application names was not specified.
"
}, {
"exceptionName" : "InvalidApplicationNameException",
"documentation" : "The application name was specified in an invalid format.
"
}, {
"exceptionName" : "ApplicationDoesNotExistException",
"documentation" : "The application does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "InvalidDeploymentGroupNameException",
"documentation" : "The deployment group name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentGroupAlreadyExistsException",
"documentation" : "A deployment group with the specified name already exists with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "DeploymentGroupNameRequiredException",
"documentation" : "The deployment group name was not specified.
"
}, {
"exceptionName" : "DeploymentGroupDoesNotExistException",
"documentation" : "The named deployment group does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "InvalidEC2TagException",
"documentation" : "The tag was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : "The specified tag was specified in an invalid format.
"
}, {
"exceptionName" : "InvalidAutoScalingGroupException",
"documentation" : "The Auto Scaling group was specified in an invalid format or does not exist.
"
}, {
"exceptionName" : "InvalidDeploymentConfigNameException",
"documentation" : "The deployment configuration name was specified in an invalid format.
"
}, {
"exceptionName" : "DeploymentConfigDoesNotExistException",
"documentation" : "The deployment configuration does not exist with the applicable IAM user or AWS account.
"
}, {
"exceptionName" : "InvalidRoleException",
"documentation" : "The service role ARN was specified in an invalid format. Or, if an Auto Scaling group was specified, the specified service role does not grant the appropriate permissions to Auto Scaling.
"
}, {
"exceptionName" : "LifecycleHookLimitExceededException",
"documentation" : "The limit for lifecycle hooks was exceeded.
"
}, {
"exceptionName" : "InvalidTriggerConfigException",
"documentation" : "The trigger was specified in an invalid format.
"
}, {
"exceptionName" : "TriggerTargetsLimitExceededException",
"documentation" : "The maximum allowed number of triggers was exceeded.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateDeploymentGroupResult",
"asyncReturnType" : "UpdateDeploymentGroupResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateDeploymentGroup"
}
},
"shapes" : {
"S3Location" : {
"c2jName" : "S3Location",
"documentation" : "Information about the location of application artifacts stored in Amazon S3.
",
"shapeName" : "S3Location",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the Amazon S3 bucket where the application revision is stored.
",
"name" : "Bucket",
"c2jName" : "bucket",
"c2jShape" : "S3Bucket",
"variable" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Amazon S3 bucket where the application revision is stored.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "bucket",
"marshallLocationName" : "bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Amazon S3 bucket where the application revision is stored.
\n@param bucket The name of the Amazon S3 bucket where the application revision is stored.*/",
"getterDocumentation" : "/**The name of the Amazon S3 bucket where the application revision is stored.
\n@return The name of the Amazon S3 bucket where the application revision is stored.*/",
"fluentSetterDocumentation" : "/**The name of the Amazon S3 bucket where the application revision is stored.
\n@param bucket The name of the Amazon S3 bucket where the application revision is stored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Amazon S3 bucket where the application revision is stored.
\n@param bucket The name of the Amazon S3 bucket where the application revision is stored.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
",
"name" : "Key",
"c2jName" : "key",
"c2jShape" : "S3Key",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "key",
"marshallLocationName" : "key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
\n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.*/",
"getterDocumentation" : "/**The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
\n@return The name of the Amazon S3 object that represents the bundled artifacts for the application revision.*/",
"fluentSetterDocumentation" : "/**The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
\n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
\n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
",
"name" : "BundleType",
"c2jName" : "bundleType",
"c2jShape" : "BundleType",
"variable" : {
"variableName" : "bundleType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "bundleType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "bundleType",
"marshallLocationName" : "bundleType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "BundleType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@param bundleType The file type of the application revision. Must be one of the following: - tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@see BundleType*/",
"getterDocumentation" : "/**The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@return The file type of the application revision. Must be one of the following: - tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@see BundleType*/",
"fluentSetterDocumentation" : "/**The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@param bundleType The file type of the application revision. Must be one of the following: - tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see BundleType*/",
"varargSetterDocumentation" : "/**The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@param bundleType The file type of the application revision. Must be one of the following: - tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see BundleType*/"
}, {
"documentation" : "A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
",
"name" : "Version",
"c2jName" : "version",
"c2jShape" : "VersionId",
"variable" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "version",
"marshallLocationName" : "version",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
\n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision. If the version is not specified, the system will use the most recent version by default.*/",
"getterDocumentation" : "/**
A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
\n@return A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision. If the version is not specified, the system will use the most recent version by default.*/",
"fluentSetterDocumentation" : "/**
A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
\n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision. If the version is not specified, the system will use the most recent version by default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
\n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision. If the version is not specified, the system will use the most recent version by default.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
",
"name" : "ETag",
"c2jName" : "eTag",
"c2jShape" : "ETag",
"variable" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "eTag",
"marshallLocationName" : "eTag",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
\n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision. If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.*/",
"getterDocumentation" : "/**
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
\n@return The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision. If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.*/",
"fluentSetterDocumentation" : "/**
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
\n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision. If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
\n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision. If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "s3Location",
"variableType" : "S3Location",
"variableDeclarationType" : "S3Location",
"documentation" : null,
"simpleType" : "S3Location",
"variableSetterType" : "S3Location"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ETag" : {
"documentation" : "
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
",
"name" : "ETag",
"c2jName" : "eTag",
"c2jShape" : "ETag",
"variable" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "eTag",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "eTag",
"marshallLocationName" : "eTag",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
\n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision. If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.*/",
"getterDocumentation" : "/**
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
\n@return The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision. If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.*/",
"fluentSetterDocumentation" : "/**
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
\n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision. If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.
\n@param eTag The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision. If the ETag is not specified as an input parameter, ETag validation of the object will be skipped.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Key" : {
"documentation" : "
The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
",
"name" : "Key",
"c2jName" : "key",
"c2jShape" : "S3Key",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "key",
"marshallLocationName" : "key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
\n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.*/",
"getterDocumentation" : "/**The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
\n@return The name of the Amazon S3 object that represents the bundled artifacts for the application revision.*/",
"fluentSetterDocumentation" : "/**The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
\n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Amazon S3 object that represents the bundled artifacts for the application revision.
\n@param key The name of the Amazon S3 object that represents the bundled artifacts for the application revision.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Bucket" : {
"documentation" : "The name of the Amazon S3 bucket where the application revision is stored.
",
"name" : "Bucket",
"c2jName" : "bucket",
"c2jShape" : "S3Bucket",
"variable" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Amazon S3 bucket where the application revision is stored.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "bucket",
"marshallLocationName" : "bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Amazon S3 bucket where the application revision is stored.
\n@param bucket The name of the Amazon S3 bucket where the application revision is stored.*/",
"getterDocumentation" : "/**The name of the Amazon S3 bucket where the application revision is stored.
\n@return The name of the Amazon S3 bucket where the application revision is stored.*/",
"fluentSetterDocumentation" : "/**The name of the Amazon S3 bucket where the application revision is stored.
\n@param bucket The name of the Amazon S3 bucket where the application revision is stored.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the Amazon S3 bucket where the application revision is stored.
\n@param bucket The name of the Amazon S3 bucket where the application revision is stored.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"BundleType" : {
"documentation" : "The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
",
"name" : "BundleType",
"c2jName" : "bundleType",
"c2jShape" : "BundleType",
"variable" : {
"variableName" : "bundleType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "bundleType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "bundleType",
"marshallLocationName" : "bundleType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "BundleType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@param bundleType The file type of the application revision. Must be one of the following: - tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@see BundleType*/",
"getterDocumentation" : "/**The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@return The file type of the application revision. Must be one of the following: - tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@see BundleType*/",
"fluentSetterDocumentation" : "/**The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@param bundleType The file type of the application revision. Must be one of the following: - tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see BundleType*/",
"varargSetterDocumentation" : "/**The file type of the application revision. Must be one of the following:
- tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@param bundleType The file type of the application revision. Must be one of the following: - tar: A tar archive file.
- tgz: A compressed tar archive file.
- zip: A zip archive file.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see BundleType*/"
},
"Version" : {
"documentation" : "A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
",
"name" : "Version",
"c2jName" : "version",
"c2jShape" : "VersionId",
"variable" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "version",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "version",
"marshallLocationName" : "version",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
\n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision. If the version is not specified, the system will use the most recent version by default.*/",
"getterDocumentation" : "/**
A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
\n@return A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision. If the version is not specified, the system will use the most recent version by default.*/",
"fluentSetterDocumentation" : "/**
A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
\n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision. If the version is not specified, the system will use the most recent version by default.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.
If the version is not specified, the system will use the most recent version by default.
\n@param version A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision. If the version is not specified, the system will use the most recent version by default.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"BatchGetDeploymentInstancesResult" : {
"c2jName" : "BatchGetDeploymentInstancesOutput",
"documentation" : "
Represents the output of a batch get deployment instance operation.
",
"shapeName" : "BatchGetDeploymentInstancesResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Information about the instance.
",
"name" : "InstancesSummary",
"c2jName" : "instancesSummary",
"c2jShape" : "InstanceSummaryList",
"variable" : {
"variableName" : "instancesSummary",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Information about the instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "instancesSummary",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "instancesSummary",
"marshallLocationName" : "instancesSummary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "InstanceSummary",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "InstanceSummary",
"variable" : {
"variableName" : "member",
"variableType" : "InstanceSummary",
"variableDeclarationType" : "InstanceSummary",
"documentation" : "",
"simpleType" : "InstanceSummary",
"variableSetterType" : "InstanceSummary"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "InstanceSummary",
"variableDeclarationType" : "InstanceSummary",
"documentation" : "",
"simpleType" : "InstanceSummary",
"variableSetterType" : "InstanceSummary"
},
"getterModel" : {
"returnType" : "InstanceSummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "InstanceSummary",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the instance.
\n@param instancesSummary Information about the instance.*/",
"getterDocumentation" : "/**Information about the instance.
\n@return Information about the instance.*/",
"fluentSetterDocumentation" : "/**Information about the instance.
\n@param instancesSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the instance.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInstancesSummary(java.util.Collection)} or {@link #withInstancesSummary(java.util.Collection)} if you want to override the existing values.
\n@param instancesSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Information about errors that may have occurred during the API call.
",
"name" : "ErrorMessage",
"c2jName" : "errorMessage",
"c2jShape" : "ErrorMessage",
"variable" : {
"variableName" : "errorMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Information about errors that may have occurred during the API call.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "errorMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "errorMessage",
"marshallLocationName" : "errorMessage",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Information about errors that may have occurred during the API call.
\n@param errorMessage Information about errors that may have occurred during the API call.*/",
"getterDocumentation" : "/**Information about errors that may have occurred during the API call.
\n@return Information about errors that may have occurred during the API call.*/",
"fluentSetterDocumentation" : "/**Information about errors that may have occurred during the API call.
\n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about errors that may have occurred during the API call.
\n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "batchGetDeploymentInstancesResult",
"variableType" : "BatchGetDeploymentInstancesResult",
"variableDeclarationType" : "BatchGetDeploymentInstancesResult",
"documentation" : null,
"simpleType" : "BatchGetDeploymentInstancesResult",
"variableSetterType" : "BatchGetDeploymentInstancesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"InstancesSummary" : {
"documentation" : "Information about the instance.
",
"name" : "InstancesSummary",
"c2jName" : "instancesSummary",
"c2jShape" : "InstanceSummaryList",
"variable" : {
"variableName" : "instancesSummary",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Information about the instance.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "instancesSummary",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "instancesSummary",
"marshallLocationName" : "instancesSummary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "InstanceSummary",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "InstanceSummary",
"variable" : {
"variableName" : "member",
"variableType" : "InstanceSummary",
"variableDeclarationType" : "InstanceSummary",
"documentation" : "",
"simpleType" : "InstanceSummary",
"variableSetterType" : "InstanceSummary"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "InstanceSummary",
"variableDeclarationType" : "InstanceSummary",
"documentation" : "",
"simpleType" : "InstanceSummary",
"variableSetterType" : "InstanceSummary"
},
"getterModel" : {
"returnType" : "InstanceSummary",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "InstanceSummary",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the instance.
\n@param instancesSummary Information about the instance.*/",
"getterDocumentation" : "/**Information about the instance.
\n@return Information about the instance.*/",
"fluentSetterDocumentation" : "/**Information about the instance.
\n@param instancesSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the instance.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInstancesSummary(java.util.Collection)} or {@link #withInstancesSummary(java.util.Collection)} if you want to override the existing values.
\n@param instancesSummary Information about the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ErrorMessage" : {
"documentation" : "Information about errors that may have occurred during the API call.
",
"name" : "ErrorMessage",
"c2jName" : "errorMessage",
"c2jShape" : "ErrorMessage",
"variable" : {
"variableName" : "errorMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Information about errors that may have occurred during the API call.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "errorMessage",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "errorMessage",
"marshallLocationName" : "errorMessage",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Information about errors that may have occurred during the API call.
\n@param errorMessage Information about errors that may have occurred during the API call.*/",
"getterDocumentation" : "/**Information about errors that may have occurred during the API call.
\n@return Information about errors that may have occurred during the API call.*/",
"fluentSetterDocumentation" : "/**Information about errors that may have occurred during the API call.
\n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about errors that may have occurred during the API call.
\n@param errorMessage Information about errors that may have occurred during the API call.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeploymentGroupLimitExceededException" : {
"c2jName" : "DeploymentGroupLimitExceededException",
"documentation" : " The deployment groups limit was exceeded.
",
"shapeName" : "DeploymentGroupLimitExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deploymentGroupLimitExceededException",
"variableType" : "DeploymentGroupLimitExceededException",
"variableDeclarationType" : "DeploymentGroupLimitExceededException",
"documentation" : null,
"simpleType" : "DeploymentGroupLimitExceededException",
"variableSetterType" : "DeploymentGroupLimitExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "DeploymentGroupLimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"LifecycleEventStatus" : {
"c2jName" : "LifecycleEventStatus",
"documentation" : "",
"shapeName" : "LifecycleEventStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Pending",
"value" : "Pending"
}, {
"name" : "InProgress",
"value" : "InProgress"
}, {
"name" : "Succeeded",
"value" : "Succeeded"
}, {
"name" : "Failed",
"value" : "Failed"
}, {
"name" : "Skipped",
"value" : "Skipped"
}, {
"name" : "Unknown",
"value" : "Unknown"
} ],
"variable" : {
"variableName" : "lifecycleEventStatus",
"variableType" : "LifecycleEventStatus",
"variableDeclarationType" : "LifecycleEventStatus",
"documentation" : null,
"simpleType" : "LifecycleEventStatus",
"variableSetterType" : "LifecycleEventStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ListApplicationRevisionsRequest" : {
"c2jName" : "ListApplicationRevisionsInput",
"documentation" : "Represents the input of a list application revisions operation.
",
"shapeName" : "ListApplicationRevisionsRequest",
"deprecated" : false,
"required" : [ "applicationName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
",
"name" : "ApplicationName",
"c2jName" : "applicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applicationName",
"marshallLocationName" : "applicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/",
"getterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/",
"fluentSetterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
",
"name" : "SortBy",
"c2jName" : "sortBy",
"c2jShape" : "ApplicationRevisionSortBy",
"variable" : {
"variableName" : "sortBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sortBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "sortBy",
"marshallLocationName" : "sortBy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ApplicationRevisionSortBy",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
\n@param sortBy The column name to use to sort the list results: - registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.\n@see ApplicationRevisionSortBy*/",
"getterDocumentation" : "/**
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
\n@return The column name to use to sort the list results: - registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.\n@see ApplicationRevisionSortBy*/",
"fluentSetterDocumentation" : "/**
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
\n@param sortBy The column name to use to sort the list results: - registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationRevisionSortBy*/",
"varargSetterDocumentation" : "/**
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
\n@param sortBy The column name to use to sort the list results: - registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationRevisionSortBy*/"
}, {
"documentation" : "
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
",
"name" : "SortOrder",
"c2jName" : "sortOrder",
"c2jShape" : "SortOrder",
"variable" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "sortOrder",
"marshallLocationName" : "sortOrder",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SortOrder",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
\n@param sortOrder The order in which to sort the list results: - ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.\n@see SortOrder*/",
"getterDocumentation" : "/**
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
\n@return The order in which to sort the list results: - ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.\n@see SortOrder*/",
"fluentSetterDocumentation" : "/**
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
\n@param sortOrder The order in which to sort the list results: - ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/",
"varargSetterDocumentation" : "/**
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
\n@param sortOrder The order in which to sort the list results: - ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/"
}, {
"documentation" : "
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
",
"name" : "S3Bucket",
"c2jName" : "s3Bucket",
"c2jShape" : "S3Bucket",
"variable" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "s3Bucket",
"marshallLocationName" : "s3Bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
\n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions. If set to null, all of the user's buckets will be searched.*/",
"getterDocumentation" : "/**
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
\n@return An Amazon S3 bucket name to limit the search for revisions. If set to null, all of the user's buckets will be searched.*/",
"fluentSetterDocumentation" : "/**
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
\n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions. If set to null, all of the user's buckets will be searched.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
\n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions. If set to null, all of the user's buckets will be searched.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A key prefix for the set of Amazon S3 objects to limit the search for revisions.
",
"name" : "S3KeyPrefix",
"c2jName" : "s3KeyPrefix",
"c2jShape" : "S3Key",
"variable" : {
"variableName" : "s3KeyPrefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A key prefix for the set of Amazon S3 objects to limit the search for revisions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "s3KeyPrefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "s3KeyPrefix",
"marshallLocationName" : "s3KeyPrefix",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A key prefix for the set of Amazon S3 objects to limit the search for revisions.
\n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.*/",
"getterDocumentation" : "/**A key prefix for the set of Amazon S3 objects to limit the search for revisions.
\n@return A key prefix for the set of Amazon S3 objects to limit the search for revisions.*/",
"fluentSetterDocumentation" : "/**A key prefix for the set of Amazon S3 objects to limit the search for revisions.
\n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A key prefix for the set of Amazon S3 objects to limit the search for revisions.
\n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
",
"name" : "Deployed",
"c2jName" : "deployed",
"c2jShape" : "ListStateFilterAction",
"variable" : {
"variableName" : "deployed",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deployed",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deployed",
"marshallLocationName" : "deployed",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ListStateFilterAction",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group: - include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@see ListStateFilterAction*/",
"getterDocumentation" : "/**Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@return Whether to list revisions based on whether the revision is the target revision of an deployment group: - include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@see ListStateFilterAction*/",
"fluentSetterDocumentation" : "/**Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group: - include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ListStateFilterAction*/",
"varargSetterDocumentation" : "/**Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group: - include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ListStateFilterAction*/"
}, {
"documentation" : "An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
\n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.*/",
"getterDocumentation" : "/**An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
\n@return An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.*/",
"fluentSetterDocumentation" : "/**An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
\n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
\n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listApplicationRevisionsRequest",
"variableType" : "ListApplicationRevisionsRequest",
"variableDeclarationType" : "ListApplicationRevisionsRequest",
"documentation" : null,
"simpleType" : "ListApplicationRevisionsRequest",
"variableSetterType" : "ListApplicationRevisionsRequest"
},
"marshaller" : {
"action" : "ListApplicationRevisions",
"verb" : "POST",
"target" : "CodeDeploy_20141006.ListApplicationRevisions",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ApplicationName" : {
"documentation" : "The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
",
"name" : "ApplicationName",
"c2jName" : "applicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applicationName",
"marshallLocationName" : "applicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/",
"getterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/",
"fluentSetterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"S3Bucket" : {
"documentation" : "An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
",
"name" : "S3Bucket",
"c2jName" : "s3Bucket",
"c2jShape" : "S3Bucket",
"variable" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "s3Bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "s3Bucket",
"marshallLocationName" : "s3Bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
\n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions. If set to null, all of the user's buckets will be searched.*/",
"getterDocumentation" : "/**
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
\n@return An Amazon S3 bucket name to limit the search for revisions. If set to null, all of the user's buckets will be searched.*/",
"fluentSetterDocumentation" : "/**
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
\n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions. If set to null, all of the user's buckets will be searched.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
An Amazon S3 bucket name to limit the search for revisions.
If set to null, all of the user's buckets will be searched.
\n@param s3Bucket An Amazon S3 bucket name to limit the search for revisions. If set to null, all of the user's buckets will be searched.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextToken" : {
"documentation" : "
An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
\n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.*/",
"getterDocumentation" : "/**An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
\n@return An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.*/",
"fluentSetterDocumentation" : "/**An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
\n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.
\n@param nextToken An identifier returned from the previous list application revisions call. It can be used to return the next set of applications in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"S3KeyPrefix" : {
"documentation" : "A key prefix for the set of Amazon S3 objects to limit the search for revisions.
",
"name" : "S3KeyPrefix",
"c2jName" : "s3KeyPrefix",
"c2jShape" : "S3Key",
"variable" : {
"variableName" : "s3KeyPrefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A key prefix for the set of Amazon S3 objects to limit the search for revisions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "s3KeyPrefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "s3KeyPrefix",
"marshallLocationName" : "s3KeyPrefix",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A key prefix for the set of Amazon S3 objects to limit the search for revisions.
\n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.*/",
"getterDocumentation" : "/**A key prefix for the set of Amazon S3 objects to limit the search for revisions.
\n@return A key prefix for the set of Amazon S3 objects to limit the search for revisions.*/",
"fluentSetterDocumentation" : "/**A key prefix for the set of Amazon S3 objects to limit the search for revisions.
\n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A key prefix for the set of Amazon S3 objects to limit the search for revisions.
\n@param s3KeyPrefix A key prefix for the set of Amazon S3 objects to limit the search for revisions.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SortOrder" : {
"documentation" : "The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
",
"name" : "SortOrder",
"c2jName" : "sortOrder",
"c2jShape" : "SortOrder",
"variable" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "sortOrder",
"marshallLocationName" : "sortOrder",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SortOrder",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
\n@param sortOrder The order in which to sort the list results: - ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.\n@see SortOrder*/",
"getterDocumentation" : "/**
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
\n@return The order in which to sort the list results: - ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.\n@see SortOrder*/",
"fluentSetterDocumentation" : "/**
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
\n@param sortOrder The order in which to sort the list results: - ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/",
"varargSetterDocumentation" : "/**
The order in which to sort the list results:
- ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.
\n@param sortOrder The order in which to sort the list results: - ascending: ascending order.
- descending: descending order.
If not specified, the results will be sorted in ascending order.
If set to null, the results will be sorted in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/"
},
"SortBy" : {
"documentation" : "
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
",
"name" : "SortBy",
"c2jName" : "sortBy",
"c2jShape" : "ApplicationRevisionSortBy",
"variable" : {
"variableName" : "sortBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sortBy",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "sortBy",
"marshallLocationName" : "sortBy",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ApplicationRevisionSortBy",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
\n@param sortBy The column name to use to sort the list results: - registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.\n@see ApplicationRevisionSortBy*/",
"getterDocumentation" : "/**
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
\n@return The column name to use to sort the list results: - registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.\n@see ApplicationRevisionSortBy*/",
"fluentSetterDocumentation" : "/**
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
\n@param sortBy The column name to use to sort the list results: - registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationRevisionSortBy*/",
"varargSetterDocumentation" : "/**
The column name to use to sort the list results:
- registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.
\n@param sortBy The column name to use to sort the list results: - registerTime: Sort by the time the revisions were registered with AWS CodeDeploy.
- firstUsedTime: Sort by the time the revisions were first used in a deployment.
- lastUsedTime: Sort by the time the revisions were last used in a deployment.
If not specified or set to null, the results will be returned in an arbitrary order.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ApplicationRevisionSortBy*/"
},
"Deployed" : {
"documentation" : "
Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
",
"name" : "Deployed",
"c2jName" : "deployed",
"c2jShape" : "ListStateFilterAction",
"variable" : {
"variableName" : "deployed",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deployed",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deployed",
"marshallLocationName" : "deployed",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "ListStateFilterAction",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group: - include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@see ListStateFilterAction*/",
"getterDocumentation" : "/**Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@return Whether to list revisions based on whether the revision is the target revision of an deployment group: - include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@see ListStateFilterAction*/",
"fluentSetterDocumentation" : "/**Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group: - include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ListStateFilterAction*/",
"varargSetterDocumentation" : "/**Whether to list revisions based on whether the revision is the target revision of an deployment group:
- include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@param deployed Whether to list revisions based on whether the revision is the target revision of an deployment group: - include: List revisions that are target revisions of a deployment group.
- exclude: Do not list revisions that are target revisions of a deployment group.
- ignore: List all revisions.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see ListStateFilterAction*/"
}
}
},
"CreateApplicationResult" : {
"c2jName" : "CreateApplicationOutput",
"documentation" : "Represents the output of a create application operation.
",
"shapeName" : "CreateApplicationResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A unique application ID.
",
"name" : "ApplicationId",
"c2jName" : "applicationId",
"c2jShape" : "ApplicationId",
"variable" : {
"variableName" : "applicationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A unique application ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applicationId",
"marshallLocationName" : "applicationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A unique application ID.
\n@param applicationId A unique application ID.*/",
"getterDocumentation" : "/**A unique application ID.
\n@return A unique application ID.*/",
"fluentSetterDocumentation" : "/**A unique application ID.
\n@param applicationId A unique application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A unique application ID.
\n@param applicationId A unique application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createApplicationResult",
"variableType" : "CreateApplicationResult",
"variableDeclarationType" : "CreateApplicationResult",
"documentation" : null,
"simpleType" : "CreateApplicationResult",
"variableSetterType" : "CreateApplicationResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ApplicationId" : {
"documentation" : "A unique application ID.
",
"name" : "ApplicationId",
"c2jName" : "applicationId",
"c2jShape" : "ApplicationId",
"variable" : {
"variableName" : "applicationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A unique application ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applicationId",
"marshallLocationName" : "applicationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A unique application ID.
\n@param applicationId A unique application ID.*/",
"getterDocumentation" : "/**A unique application ID.
\n@return A unique application ID.*/",
"fluentSetterDocumentation" : "/**A unique application ID.
\n@param applicationId A unique application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A unique application ID.
\n@param applicationId A unique application ID.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"StopStatus" : {
"c2jName" : "StopStatus",
"documentation" : "",
"shapeName" : "StopStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Pending",
"value" : "Pending"
}, {
"name" : "Succeeded",
"value" : "Succeeded"
} ],
"variable" : {
"variableName" : "stopStatus",
"variableType" : "StopStatus",
"variableDeclarationType" : "StopStatus",
"documentation" : null,
"simpleType" : "StopStatus",
"variableSetterType" : "StopStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"RoleRequiredException" : {
"c2jName" : "RoleRequiredException",
"documentation" : "The role ID was not specified.
",
"shapeName" : "RoleRequiredException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "roleRequiredException",
"variableType" : "RoleRequiredException",
"variableDeclarationType" : "RoleRequiredException",
"documentation" : null,
"simpleType" : "RoleRequiredException",
"variableSetterType" : "RoleRequiredException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "RoleRequiredException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetDeploymentGroupResult" : {
"c2jName" : "GetDeploymentGroupOutput",
"documentation" : "Represents the output of a get deployment group operation.
",
"shapeName" : "GetDeploymentGroupResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Information about the deployment group.
",
"name" : "DeploymentGroupInfo",
"c2jName" : "deploymentGroupInfo",
"c2jShape" : "DeploymentGroupInfo",
"variable" : {
"variableName" : "deploymentGroupInfo",
"variableType" : "DeploymentGroupInfo",
"variableDeclarationType" : "DeploymentGroupInfo",
"documentation" : "Information about the deployment group.
",
"simpleType" : "DeploymentGroupInfo",
"variableSetterType" : "DeploymentGroupInfo"
},
"setterModel" : {
"variableName" : "deploymentGroupInfo",
"variableType" : "DeploymentGroupInfo",
"variableDeclarationType" : "DeploymentGroupInfo",
"documentation" : "",
"simpleType" : "DeploymentGroupInfo",
"variableSetterType" : "DeploymentGroupInfo"
},
"getterModel" : {
"returnType" : "DeploymentGroupInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentGroupInfo",
"marshallLocationName" : "deploymentGroupInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Information about the deployment group.
\n@param deploymentGroupInfo Information about the deployment group.*/",
"getterDocumentation" : "/**Information about the deployment group.
\n@return Information about the deployment group.*/",
"fluentSetterDocumentation" : "/**Information about the deployment group.
\n@param deploymentGroupInfo Information about the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the deployment group.
\n@param deploymentGroupInfo Information about the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getDeploymentGroupResult",
"variableType" : "GetDeploymentGroupResult",
"variableDeclarationType" : "GetDeploymentGroupResult",
"documentation" : null,
"simpleType" : "GetDeploymentGroupResult",
"variableSetterType" : "GetDeploymentGroupResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DeploymentGroupInfo" : {
"documentation" : "Information about the deployment group.
",
"name" : "DeploymentGroupInfo",
"c2jName" : "deploymentGroupInfo",
"c2jShape" : "DeploymentGroupInfo",
"variable" : {
"variableName" : "deploymentGroupInfo",
"variableType" : "DeploymentGroupInfo",
"variableDeclarationType" : "DeploymentGroupInfo",
"documentation" : "Information about the deployment group.
",
"simpleType" : "DeploymentGroupInfo",
"variableSetterType" : "DeploymentGroupInfo"
},
"setterModel" : {
"variableName" : "deploymentGroupInfo",
"variableType" : "DeploymentGroupInfo",
"variableDeclarationType" : "DeploymentGroupInfo",
"documentation" : "",
"simpleType" : "DeploymentGroupInfo",
"variableSetterType" : "DeploymentGroupInfo"
},
"getterModel" : {
"returnType" : "DeploymentGroupInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentGroupInfo",
"marshallLocationName" : "deploymentGroupInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Information about the deployment group.
\n@param deploymentGroupInfo Information about the deployment group.*/",
"getterDocumentation" : "/**Information about the deployment group.
\n@return Information about the deployment group.*/",
"fluentSetterDocumentation" : "/**Information about the deployment group.
\n@param deploymentGroupInfo Information about the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the deployment group.
\n@param deploymentGroupInfo Information about the deployment group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InstanceIdRequiredException" : {
"c2jName" : "InstanceIdRequiredException",
"documentation" : "The instance ID was not specified.
",
"shapeName" : "InstanceIdRequiredException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "instanceIdRequiredException",
"variableType" : "InstanceIdRequiredException",
"variableDeclarationType" : "InstanceIdRequiredException",
"documentation" : null,
"simpleType" : "InstanceIdRequiredException",
"variableSetterType" : "InstanceIdRequiredException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InstanceIdRequiredException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"TagFilter" : {
"c2jName" : "TagFilter",
"documentation" : "Information about an on-premises instance tag filter.
",
"shapeName" : "TagFilter",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The on-premises instance tag filter key.
",
"name" : "Key",
"c2jName" : "Key",
"c2jShape" : "Key",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The on-premises instance tag filter key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Key",
"marshallLocationName" : "Key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The on-premises instance tag filter key.
\n@param key The on-premises instance tag filter key.*/",
"getterDocumentation" : "/**The on-premises instance tag filter key.
\n@return The on-premises instance tag filter key.*/",
"fluentSetterDocumentation" : "/**The on-premises instance tag filter key.
\n@param key The on-premises instance tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The on-premises instance tag filter key.
\n@param key The on-premises instance tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The on-premises instance tag filter value.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "Value",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The on-premises instance tag filter value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The on-premises instance tag filter value.
\n@param value The on-premises instance tag filter value.*/",
"getterDocumentation" : "/**The on-premises instance tag filter value.
\n@return The on-premises instance tag filter value.*/",
"fluentSetterDocumentation" : "/**The on-premises instance tag filter value.
\n@param value The on-premises instance tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The on-premises instance tag filter value.
\n@param value The on-premises instance tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
",
"name" : "Type",
"c2jName" : "Type",
"c2jShape" : "TagFilterType",
"variable" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Type",
"marshallLocationName" : "Type",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "TagFilterType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@param type The on-premises instance tag filter type: - KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@see TagFilterType*/",
"getterDocumentation" : "/**The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@return The on-premises instance tag filter type: - KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@see TagFilterType*/",
"fluentSetterDocumentation" : "/**The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@param type The on-premises instance tag filter type: - KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagFilterType*/",
"varargSetterDocumentation" : "/**The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@param type The on-premises instance tag filter type: - KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagFilterType*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "tagFilter",
"variableType" : "TagFilter",
"variableDeclarationType" : "TagFilter",
"documentation" : null,
"simpleType" : "TagFilter",
"variableSetterType" : "TagFilter"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Value" : {
"documentation" : "The on-premises instance tag filter value.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "Value",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The on-premises instance tag filter value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The on-premises instance tag filter value.
\n@param value The on-premises instance tag filter value.*/",
"getterDocumentation" : "/**The on-premises instance tag filter value.
\n@return The on-premises instance tag filter value.*/",
"fluentSetterDocumentation" : "/**The on-premises instance tag filter value.
\n@param value The on-premises instance tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The on-premises instance tag filter value.
\n@param value The on-premises instance tag filter value.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Key" : {
"documentation" : "The on-premises instance tag filter key.
",
"name" : "Key",
"c2jName" : "Key",
"c2jShape" : "Key",
"variable" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The on-premises instance tag filter key.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "key",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Key",
"marshallLocationName" : "Key",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The on-premises instance tag filter key.
\n@param key The on-premises instance tag filter key.*/",
"getterDocumentation" : "/**The on-premises instance tag filter key.
\n@return The on-premises instance tag filter key.*/",
"fluentSetterDocumentation" : "/**The on-premises instance tag filter key.
\n@param key The on-premises instance tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The on-premises instance tag filter key.
\n@param key The on-premises instance tag filter key.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Type" : {
"documentation" : "The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
",
"name" : "Type",
"c2jName" : "Type",
"c2jShape" : "TagFilterType",
"variable" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "type",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Type",
"marshallLocationName" : "Type",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "TagFilterType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@param type The on-premises instance tag filter type: - KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@see TagFilterType*/",
"getterDocumentation" : "/**The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@return The on-premises instance tag filter type: - KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@see TagFilterType*/",
"fluentSetterDocumentation" : "/**The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@param type The on-premises instance tag filter type: - KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagFilterType*/",
"varargSetterDocumentation" : "/**The on-premises instance tag filter type:
- KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@param type The on-premises instance tag filter type: - KEY_ONLY: Key only.
- VALUE_ONLY: Value only.
- KEY_AND_VALUE: Key and value.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see TagFilterType*/"
}
}
},
"ListDeploymentGroupsResult" : {
"c2jName" : "ListDeploymentGroupsOutput",
"documentation" : "Represents the output of a list deployment groups operation.
",
"shapeName" : "ListDeploymentGroupsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The application name.
",
"name" : "ApplicationName",
"c2jName" : "applicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The application name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applicationName",
"marshallLocationName" : "applicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The application name.
\n@param applicationName The application name.*/",
"getterDocumentation" : "/**The application name.
\n@return The application name.*/",
"fluentSetterDocumentation" : "/**The application name.
\n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The application name.
\n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of corresponding deployment group names.
",
"name" : "DeploymentGroups",
"c2jName" : "deploymentGroups",
"c2jShape" : "DeploymentGroupsList",
"variable" : {
"variableName" : "deploymentGroups",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of corresponding deployment group names.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "deploymentGroups",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentGroups",
"marshallLocationName" : "deploymentGroups",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DeploymentGroupName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of corresponding deployment group names.
\n@param deploymentGroups A list of corresponding deployment group names.*/",
"getterDocumentation" : "/**A list of corresponding deployment group names.
\n@return A list of corresponding deployment group names.*/",
"fluentSetterDocumentation" : "/**A list of corresponding deployment group names.
\n@param deploymentGroups A list of corresponding deployment group names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of corresponding deployment group names.
\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" : {
"ApplicationName" : {
"documentation" : "The application name.
",
"name" : "ApplicationName",
"c2jName" : "applicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The application name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applicationName",
"marshallLocationName" : "applicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The application name.
\n@param applicationName The application name.*/",
"getterDocumentation" : "/**The application name.
\n@return The application name.*/",
"fluentSetterDocumentation" : "/**The application name.
\n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The application name.
\n@param applicationName The application name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextToken" : {
"documentation" : "If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
\n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.*/",
"getterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
\n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.*/",
"fluentSetterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
\n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
\n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DeploymentGroups" : {
"documentation" : "A list of corresponding deployment group names.
",
"name" : "DeploymentGroups",
"c2jName" : "deploymentGroups",
"c2jShape" : "DeploymentGroupsList",
"variable" : {
"variableName" : "deploymentGroups",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of corresponding deployment group names.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "deploymentGroups",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentGroups",
"marshallLocationName" : "deploymentGroups",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DeploymentGroupName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of corresponding deployment group names.
\n@param deploymentGroups A list of corresponding deployment group names.*/",
"getterDocumentation" : "/**A list of corresponding deployment group names.
\n@return A list of corresponding deployment group names.*/",
"fluentSetterDocumentation" : "/**A list of corresponding deployment group names.
\n@param deploymentGroups A list of corresponding deployment group names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of corresponding deployment group names.
\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.*/"
}
}
},
"DeleteApplicationResult" : {
"c2jName" : "DeleteApplicationResult",
"documentation" : null,
"shapeName" : "DeleteApplicationResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteApplicationResult",
"variableType" : "DeleteApplicationResult",
"variableDeclarationType" : "DeleteApplicationResult",
"documentation" : null,
"simpleType" : "DeleteApplicationResult",
"variableSetterType" : "DeleteApplicationResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InvalidRegistrationStatusException" : {
"c2jName" : "InvalidRegistrationStatusException",
"documentation" : "The registration status was specified in an invalid format.
",
"shapeName" : "InvalidRegistrationStatusException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "invalidRegistrationStatusException",
"variableType" : "InvalidRegistrationStatusException",
"variableDeclarationType" : "InvalidRegistrationStatusException",
"documentation" : null,
"simpleType" : "InvalidRegistrationStatusException",
"variableSetterType" : "InvalidRegistrationStatusException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidRegistrationStatusException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"RevisionInfo" : {
"c2jName" : "RevisionInfo",
"documentation" : "Information about an application revision.
",
"shapeName" : "RevisionInfo",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "RevisionLocation",
"c2jName" : "revisionLocation",
"c2jShape" : "RevisionLocation",
"variable" : {
"variableName" : "revisionLocation",
"variableType" : "RevisionLocation",
"variableDeclarationType" : "RevisionLocation",
"documentation" : "",
"simpleType" : "RevisionLocation",
"variableSetterType" : "RevisionLocation"
},
"setterModel" : {
"variableName" : "revisionLocation",
"variableType" : "RevisionLocation",
"variableDeclarationType" : "RevisionLocation",
"documentation" : "",
"simpleType" : "RevisionLocation",
"variableSetterType" : "RevisionLocation"
},
"getterModel" : {
"returnType" : "RevisionLocation",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "revisionLocation",
"marshallLocationName" : "revisionLocation",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param revisionLocation */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param revisionLocation \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param revisionLocation \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "GenericRevisionInfo",
"c2jName" : "genericRevisionInfo",
"c2jShape" : "GenericRevisionInfo",
"variable" : {
"variableName" : "genericRevisionInfo",
"variableType" : "GenericRevisionInfo",
"variableDeclarationType" : "GenericRevisionInfo",
"documentation" : "",
"simpleType" : "GenericRevisionInfo",
"variableSetterType" : "GenericRevisionInfo"
},
"setterModel" : {
"variableName" : "genericRevisionInfo",
"variableType" : "GenericRevisionInfo",
"variableDeclarationType" : "GenericRevisionInfo",
"documentation" : "",
"simpleType" : "GenericRevisionInfo",
"variableSetterType" : "GenericRevisionInfo"
},
"getterModel" : {
"returnType" : "GenericRevisionInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "genericRevisionInfo",
"marshallLocationName" : "genericRevisionInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param genericRevisionInfo */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param genericRevisionInfo \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param genericRevisionInfo \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "revisionInfo",
"variableType" : "RevisionInfo",
"variableDeclarationType" : "RevisionInfo",
"documentation" : null,
"simpleType" : "RevisionInfo",
"variableSetterType" : "RevisionInfo"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"GenericRevisionInfo" : {
"documentation" : "",
"name" : "GenericRevisionInfo",
"c2jName" : "genericRevisionInfo",
"c2jShape" : "GenericRevisionInfo",
"variable" : {
"variableName" : "genericRevisionInfo",
"variableType" : "GenericRevisionInfo",
"variableDeclarationType" : "GenericRevisionInfo",
"documentation" : "",
"simpleType" : "GenericRevisionInfo",
"variableSetterType" : "GenericRevisionInfo"
},
"setterModel" : {
"variableName" : "genericRevisionInfo",
"variableType" : "GenericRevisionInfo",
"variableDeclarationType" : "GenericRevisionInfo",
"documentation" : "",
"simpleType" : "GenericRevisionInfo",
"variableSetterType" : "GenericRevisionInfo"
},
"getterModel" : {
"returnType" : "GenericRevisionInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "genericRevisionInfo",
"marshallLocationName" : "genericRevisionInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param genericRevisionInfo */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param genericRevisionInfo \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param genericRevisionInfo \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RevisionLocation" : {
"documentation" : "",
"name" : "RevisionLocation",
"c2jName" : "revisionLocation",
"c2jShape" : "RevisionLocation",
"variable" : {
"variableName" : "revisionLocation",
"variableType" : "RevisionLocation",
"variableDeclarationType" : "RevisionLocation",
"documentation" : "",
"simpleType" : "RevisionLocation",
"variableSetterType" : "RevisionLocation"
},
"setterModel" : {
"variableName" : "revisionLocation",
"variableType" : "RevisionLocation",
"variableDeclarationType" : "RevisionLocation",
"documentation" : "",
"simpleType" : "RevisionLocation",
"variableSetterType" : "RevisionLocation"
},
"getterModel" : {
"returnType" : "RevisionLocation",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "revisionLocation",
"marshallLocationName" : "revisionLocation",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param revisionLocation */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param revisionLocation \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param revisionLocation \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RegistrationStatus" : {
"c2jName" : "RegistrationStatus",
"documentation" : "",
"shapeName" : "RegistrationStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Registered",
"value" : "Registered"
}, {
"name" : "Deregistered",
"value" : "Deregistered"
} ],
"variable" : {
"variableName" : "registrationStatus",
"variableType" : "RegistrationStatus",
"variableDeclarationType" : "RegistrationStatus",
"documentation" : null,
"simpleType" : "RegistrationStatus",
"variableSetterType" : "RegistrationStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetApplicationRevisionResult" : {
"c2jName" : "GetApplicationRevisionOutput",
"documentation" : "Represents the output of a get application revision operation.
",
"shapeName" : "GetApplicationRevisionResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the application that corresponds to the revision.
",
"name" : "ApplicationName",
"c2jName" : "applicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application that corresponds to the revision.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applicationName",
"marshallLocationName" : "applicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the application that corresponds to the revision.
\n@param applicationName The name of the application that corresponds to the revision.*/",
"getterDocumentation" : "/**The name of the application that corresponds to the revision.
\n@return The name of the application that corresponds to the revision.*/",
"fluentSetterDocumentation" : "/**The name of the application that corresponds to the revision.
\n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application that corresponds to the revision.
\n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Additional information about the revision, including type and location.
",
"name" : "Revision",
"c2jName" : "revision",
"c2jShape" : "RevisionLocation",
"variable" : {
"variableName" : "revision",
"variableType" : "RevisionLocation",
"variableDeclarationType" : "RevisionLocation",
"documentation" : "Additional information about the revision, including type and location.
",
"simpleType" : "RevisionLocation",
"variableSetterType" : "RevisionLocation"
},
"setterModel" : {
"variableName" : "revision",
"variableType" : "RevisionLocation",
"variableDeclarationType" : "RevisionLocation",
"documentation" : "",
"simpleType" : "RevisionLocation",
"variableSetterType" : "RevisionLocation"
},
"getterModel" : {
"returnType" : "RevisionLocation",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "revision",
"marshallLocationName" : "revision",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Additional information about the revision, including type and location.
\n@param revision Additional information about the revision, including type and location.*/",
"getterDocumentation" : "/**Additional information about the revision, including type and location.
\n@return Additional information about the revision, including type and location.*/",
"fluentSetterDocumentation" : "/**Additional information about the revision, including type and location.
\n@param revision Additional information about the revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Additional information about the revision, including type and location.
\n@param revision Additional information about the revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "General information about the revision.
",
"name" : "RevisionInfo",
"c2jName" : "revisionInfo",
"c2jShape" : "GenericRevisionInfo",
"variable" : {
"variableName" : "revisionInfo",
"variableType" : "GenericRevisionInfo",
"variableDeclarationType" : "GenericRevisionInfo",
"documentation" : "General information about the revision.
",
"simpleType" : "GenericRevisionInfo",
"variableSetterType" : "GenericRevisionInfo"
},
"setterModel" : {
"variableName" : "revisionInfo",
"variableType" : "GenericRevisionInfo",
"variableDeclarationType" : "GenericRevisionInfo",
"documentation" : "",
"simpleType" : "GenericRevisionInfo",
"variableSetterType" : "GenericRevisionInfo"
},
"getterModel" : {
"returnType" : "GenericRevisionInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "revisionInfo",
"marshallLocationName" : "revisionInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**General information about the revision.
\n@param revisionInfo General information about the revision.*/",
"getterDocumentation" : "/**General information about the revision.
\n@return General information about the revision.*/",
"fluentSetterDocumentation" : "/**General information about the revision.
\n@param revisionInfo General information about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**General information about the revision.
\n@param revisionInfo General information about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getApplicationRevisionResult",
"variableType" : "GetApplicationRevisionResult",
"variableDeclarationType" : "GetApplicationRevisionResult",
"documentation" : null,
"simpleType" : "GetApplicationRevisionResult",
"variableSetterType" : "GetApplicationRevisionResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ApplicationName" : {
"documentation" : "The name of the application that corresponds to the revision.
",
"name" : "ApplicationName",
"c2jName" : "applicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the application that corresponds to the revision.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applicationName",
"marshallLocationName" : "applicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the application that corresponds to the revision.
\n@param applicationName The name of the application that corresponds to the revision.*/",
"getterDocumentation" : "/**The name of the application that corresponds to the revision.
\n@return The name of the application that corresponds to the revision.*/",
"fluentSetterDocumentation" : "/**The name of the application that corresponds to the revision.
\n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the application that corresponds to the revision.
\n@param applicationName The name of the application that corresponds to the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RevisionInfo" : {
"documentation" : "General information about the revision.
",
"name" : "RevisionInfo",
"c2jName" : "revisionInfo",
"c2jShape" : "GenericRevisionInfo",
"variable" : {
"variableName" : "revisionInfo",
"variableType" : "GenericRevisionInfo",
"variableDeclarationType" : "GenericRevisionInfo",
"documentation" : "General information about the revision.
",
"simpleType" : "GenericRevisionInfo",
"variableSetterType" : "GenericRevisionInfo"
},
"setterModel" : {
"variableName" : "revisionInfo",
"variableType" : "GenericRevisionInfo",
"variableDeclarationType" : "GenericRevisionInfo",
"documentation" : "",
"simpleType" : "GenericRevisionInfo",
"variableSetterType" : "GenericRevisionInfo"
},
"getterModel" : {
"returnType" : "GenericRevisionInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "revisionInfo",
"marshallLocationName" : "revisionInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**General information about the revision.
\n@param revisionInfo General information about the revision.*/",
"getterDocumentation" : "/**General information about the revision.
\n@return General information about the revision.*/",
"fluentSetterDocumentation" : "/**General information about the revision.
\n@param revisionInfo General information about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**General information about the revision.
\n@param revisionInfo General information about the revision.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Revision" : {
"documentation" : "Additional information about the revision, including type and location.
",
"name" : "Revision",
"c2jName" : "revision",
"c2jShape" : "RevisionLocation",
"variable" : {
"variableName" : "revision",
"variableType" : "RevisionLocation",
"variableDeclarationType" : "RevisionLocation",
"documentation" : "Additional information about the revision, including type and location.
",
"simpleType" : "RevisionLocation",
"variableSetterType" : "RevisionLocation"
},
"setterModel" : {
"variableName" : "revision",
"variableType" : "RevisionLocation",
"variableDeclarationType" : "RevisionLocation",
"documentation" : "",
"simpleType" : "RevisionLocation",
"variableSetterType" : "RevisionLocation"
},
"getterModel" : {
"returnType" : "RevisionLocation",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "revision",
"marshallLocationName" : "revision",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Additional information about the revision, including type and location.
\n@param revision Additional information about the revision, including type and location.*/",
"getterDocumentation" : "/**Additional information about the revision, including type and location.
\n@return Additional information about the revision, including type and location.*/",
"fluentSetterDocumentation" : "/**Additional information about the revision, including type and location.
\n@param revision Additional information about the revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Additional information about the revision, including type and location.
\n@param revision Additional information about the revision, including type and location.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidOperationException" : {
"c2jName" : "InvalidOperationException",
"documentation" : "An invalid operation was detected.
",
"shapeName" : "InvalidOperationException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "invalidOperationException",
"variableType" : "InvalidOperationException",
"variableDeclarationType" : "InvalidOperationException",
"documentation" : null,
"simpleType" : "InvalidOperationException",
"variableSetterType" : "InvalidOperationException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidOperationException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"InstanceLimitExceededException" : {
"c2jName" : "InstanceLimitExceededException",
"documentation" : "The maximum number of allowed on-premises instances in a single call was exceeded.
",
"shapeName" : "InstanceLimitExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "instanceLimitExceededException",
"variableType" : "InstanceLimitExceededException",
"variableDeclarationType" : "InstanceLimitExceededException",
"documentation" : null,
"simpleType" : "InstanceLimitExceededException",
"variableSetterType" : "InstanceLimitExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InstanceLimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeploymentCreator" : {
"c2jName" : "DeploymentCreator",
"documentation" : "",
"shapeName" : "DeploymentCreator",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "User",
"value" : "user"
}, {
"name" : "Autoscaling",
"value" : "autoscaling"
} ],
"variable" : {
"variableName" : "deploymentCreator",
"variableType" : "DeploymentCreator",
"variableDeclarationType" : "DeploymentCreator",
"documentation" : null,
"simpleType" : "DeploymentCreator",
"variableSetterType" : "DeploymentCreator"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ListDeploymentInstancesRequest" : {
"c2jName" : "ListDeploymentInstancesInput",
"documentation" : "Represents the input of a list deployment instances operation.
",
"shapeName" : "ListDeploymentInstancesRequest",
"deprecated" : false,
"required" : [ "deploymentId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The unique ID of a deployment.
",
"name" : "DeploymentId",
"c2jName" : "deploymentId",
"c2jShape" : "DeploymentId",
"variable" : {
"variableName" : "deploymentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID of a deployment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deploymentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentId",
"marshallLocationName" : "deploymentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID of a deployment.
\n@param deploymentId The unique ID of a deployment.*/",
"getterDocumentation" : "/**The unique ID of a deployment.
\n@return The unique ID of a deployment.*/",
"fluentSetterDocumentation" : "/**The unique ID of a deployment.
\n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID of a deployment.
\n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
\n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.*/",
"getterDocumentation" : "/**An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
\n@return An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.*/",
"fluentSetterDocumentation" : "/**An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
\n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
\n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
",
"name" : "InstanceStatusFilter",
"c2jName" : "instanceStatusFilter",
"c2jShape" : "InstanceStatusList",
"variable" : {
"variableName" : "instanceStatusFilter",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "instanceStatusFilter",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "instanceStatusFilter",
"marshallLocationName" : "instanceStatusFilter",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "InstanceStatus",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "InstanceStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see InstanceStatus*/",
"getterDocumentation" : "/**\n@return \n@see InstanceStatus*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : "InstanceStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@param instanceStatusFilter A subset of instances to list by status: - Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@see InstanceStatus*/",
"getterDocumentation" : "/**A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@return A subset of instances to list by status: - Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@see InstanceStatus*/",
"fluentSetterDocumentation" : "/**A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@param instanceStatusFilter A subset of instances to list by status: - Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/",
"varargSetterDocumentation" : "/**A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceStatusFilter(java.util.Collection)} or {@link #withInstanceStatusFilter(java.util.Collection)} if you want to override the existing values.
\n@param instanceStatusFilter A subset of instances to list by status: - Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listDeploymentInstancesRequest",
"variableType" : "ListDeploymentInstancesRequest",
"variableDeclarationType" : "ListDeploymentInstancesRequest",
"documentation" : null,
"simpleType" : "ListDeploymentInstancesRequest",
"variableSetterType" : "ListDeploymentInstancesRequest"
},
"marshaller" : {
"action" : "ListDeploymentInstances",
"verb" : "POST",
"target" : "CodeDeploy_20141006.ListDeploymentInstances",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DeploymentId" : {
"documentation" : "The unique ID of a deployment.
",
"name" : "DeploymentId",
"c2jName" : "deploymentId",
"c2jShape" : "DeploymentId",
"variable" : {
"variableName" : "deploymentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID of a deployment.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deploymentId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentId",
"marshallLocationName" : "deploymentId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID of a deployment.
\n@param deploymentId The unique ID of a deployment.*/",
"getterDocumentation" : "/**The unique ID of a deployment.
\n@return The unique ID of a deployment.*/",
"fluentSetterDocumentation" : "/**The unique ID of a deployment.
\n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID of a deployment.
\n@param deploymentId The unique ID of a deployment.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextToken" : {
"documentation" : "An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
\n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.*/",
"getterDocumentation" : "/**An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
\n@return An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.*/",
"fluentSetterDocumentation" : "/**An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
\n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.
\n@param nextToken An identifier returned from the previous list deployment instances call. It can be used to return the next set of deployment instances in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InstanceStatusFilter" : {
"documentation" : "A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
",
"name" : "InstanceStatusFilter",
"c2jName" : "instanceStatusFilter",
"c2jShape" : "InstanceStatusList",
"variable" : {
"variableName" : "instanceStatusFilter",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "instanceStatusFilter",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "instanceStatusFilter",
"marshallLocationName" : "instanceStatusFilter",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "InstanceStatus",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "InstanceStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member \n@see InstanceStatus*/",
"getterDocumentation" : "/**\n@return \n@see InstanceStatus*/",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : "InstanceStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@param instanceStatusFilter A subset of instances to list by status: - Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@see InstanceStatus*/",
"getterDocumentation" : "/**A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@return A subset of instances to list by status: - Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@see InstanceStatus*/",
"fluentSetterDocumentation" : "/**A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@param instanceStatusFilter A subset of instances to list by status: - Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/",
"varargSetterDocumentation" : "/**A subset of instances to list by status:
- Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setInstanceStatusFilter(java.util.Collection)} or {@link #withInstanceStatusFilter(java.util.Collection)} if you want to override the existing values.
\n@param instanceStatusFilter A subset of instances to list by status: - Pending: Include those instance with pending deployments.
- InProgress: Include those instance where deployments are still in progress.
- Succeeded: Include those instances with successful deployments.
- Failed: Include those instance with failed deployments.
- Skipped: Include those instance with skipped deployments.
- Unknown: Include those instance with deployments in an unknown state.
\n@return Returns a reference to this object so that method calls can be chained together.\n@see InstanceStatus*/"
}
}
},
"GetDeploymentGroupRequest" : {
"c2jName" : "GetDeploymentGroupInput",
"documentation" : "Represents the input of a get deployment group operation.
",
"shapeName" : "GetDeploymentGroupRequest",
"deprecated" : false,
"required" : [ "applicationName", "deploymentGroupName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
",
"name" : "ApplicationName",
"c2jName" : "applicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applicationName",
"marshallLocationName" : "applicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/",
"getterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/",
"fluentSetterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of an existing deployment group for the specified application.
",
"name" : "DeploymentGroupName",
"c2jName" : "deploymentGroupName",
"c2jShape" : "DeploymentGroupName",
"variable" : {
"variableName" : "deploymentGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of an existing deployment group for the specified application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deploymentGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentGroupName",
"marshallLocationName" : "deploymentGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of an existing deployment group for the specified application.
\n@param deploymentGroupName The name of an existing deployment group for the specified application.*/",
"getterDocumentation" : "/**The name of an existing deployment group for the specified application.
\n@return The name of an existing deployment group for the specified application.*/",
"fluentSetterDocumentation" : "/**The name of an existing deployment group for the specified application.
\n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of an existing deployment group for the specified application.
\n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getDeploymentGroupRequest",
"variableType" : "GetDeploymentGroupRequest",
"variableDeclarationType" : "GetDeploymentGroupRequest",
"documentation" : null,
"simpleType" : "GetDeploymentGroupRequest",
"variableSetterType" : "GetDeploymentGroupRequest"
},
"marshaller" : {
"action" : "GetDeploymentGroup",
"verb" : "POST",
"target" : "CodeDeploy_20141006.GetDeploymentGroup",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ApplicationName" : {
"documentation" : "The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
",
"name" : "ApplicationName",
"c2jName" : "applicationName",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "applicationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applicationName",
"marshallLocationName" : "applicationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/",
"getterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@return The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.*/",
"fluentSetterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
\n@param applicationName The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DeploymentGroupName" : {
"documentation" : "The name of an existing deployment group for the specified application.
",
"name" : "DeploymentGroupName",
"c2jName" : "deploymentGroupName",
"c2jShape" : "DeploymentGroupName",
"variable" : {
"variableName" : "deploymentGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of an existing deployment group for the specified application.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deploymentGroupName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentGroupName",
"marshallLocationName" : "deploymentGroupName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of an existing deployment group for the specified application.
\n@param deploymentGroupName The name of an existing deployment group for the specified application.*/",
"getterDocumentation" : "/**The name of an existing deployment group for the specified application.
\n@return The name of an existing deployment group for the specified application.*/",
"fluentSetterDocumentation" : "/**The name of an existing deployment group for the specified application.
\n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of an existing deployment group for the specified application.
\n@param deploymentGroupName The name of an existing deployment group for the specified application.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeploymentConfigInfo" : {
"c2jName" : "DeploymentConfigInfo",
"documentation" : "Information about a deployment configuration.
",
"shapeName" : "DeploymentConfigInfo",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The deployment configuration ID.
",
"name" : "DeploymentConfigId",
"c2jName" : "deploymentConfigId",
"c2jShape" : "DeploymentConfigId",
"variable" : {
"variableName" : "deploymentConfigId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The deployment configuration ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deploymentConfigId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentConfigId",
"marshallLocationName" : "deploymentConfigId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The deployment configuration ID.
\n@param deploymentConfigId The deployment configuration ID.*/",
"getterDocumentation" : "/**The deployment configuration ID.
\n@return The deployment configuration ID.*/",
"fluentSetterDocumentation" : "/**The deployment configuration ID.
\n@param deploymentConfigId The deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The deployment configuration ID.
\n@param deploymentConfigId The deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The deployment configuration name.
",
"name" : "DeploymentConfigName",
"c2jName" : "deploymentConfigName",
"c2jShape" : "DeploymentConfigName",
"variable" : {
"variableName" : "deploymentConfigName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The deployment configuration name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deploymentConfigName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentConfigName",
"marshallLocationName" : "deploymentConfigName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The deployment configuration name.
\n@param deploymentConfigName The deployment configuration name.*/",
"getterDocumentation" : "/**The deployment configuration name.
\n@return The deployment configuration name.*/",
"fluentSetterDocumentation" : "/**The deployment configuration name.
\n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The deployment configuration name.
\n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Information about the number or percentage of minimum healthy instance.
",
"name" : "MinimumHealthyHosts",
"c2jName" : "minimumHealthyHosts",
"c2jShape" : "MinimumHealthyHosts",
"variable" : {
"variableName" : "minimumHealthyHosts",
"variableType" : "MinimumHealthyHosts",
"variableDeclarationType" : "MinimumHealthyHosts",
"documentation" : "Information about the number or percentage of minimum healthy instance.
",
"simpleType" : "MinimumHealthyHosts",
"variableSetterType" : "MinimumHealthyHosts"
},
"setterModel" : {
"variableName" : "minimumHealthyHosts",
"variableType" : "MinimumHealthyHosts",
"variableDeclarationType" : "MinimumHealthyHosts",
"documentation" : "",
"simpleType" : "MinimumHealthyHosts",
"variableSetterType" : "MinimumHealthyHosts"
},
"getterModel" : {
"returnType" : "MinimumHealthyHosts",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "minimumHealthyHosts",
"marshallLocationName" : "minimumHealthyHosts",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Information about the number or percentage of minimum healthy instance.
\n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.*/",
"getterDocumentation" : "/**Information about the number or percentage of minimum healthy instance.
\n@return Information about the number or percentage of minimum healthy instance.*/",
"fluentSetterDocumentation" : "/**Information about the number or percentage of minimum healthy instance.
\n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the number or percentage of minimum healthy instance.
\n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time at which the deployment configuration was created.
",
"name" : "CreateTime",
"c2jName" : "createTime",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "createTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time at which the deployment configuration was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "createTime",
"marshallLocationName" : "createTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time at which the deployment configuration was created.
\n@param createTime The time at which the deployment configuration was created.*/",
"getterDocumentation" : "/**The time at which the deployment configuration was created.
\n@return The time at which the deployment configuration was created.*/",
"fluentSetterDocumentation" : "/**The time at which the deployment configuration was created.
\n@param createTime The time at which the deployment configuration was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time at which the deployment configuration was created.
\n@param createTime The time at which the deployment configuration was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deploymentConfigInfo",
"variableType" : "DeploymentConfigInfo",
"variableDeclarationType" : "DeploymentConfigInfo",
"documentation" : null,
"simpleType" : "DeploymentConfigInfo",
"variableSetterType" : "DeploymentConfigInfo"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MinimumHealthyHosts" : {
"documentation" : "Information about the number or percentage of minimum healthy instance.
",
"name" : "MinimumHealthyHosts",
"c2jName" : "minimumHealthyHosts",
"c2jShape" : "MinimumHealthyHosts",
"variable" : {
"variableName" : "minimumHealthyHosts",
"variableType" : "MinimumHealthyHosts",
"variableDeclarationType" : "MinimumHealthyHosts",
"documentation" : "Information about the number or percentage of minimum healthy instance.
",
"simpleType" : "MinimumHealthyHosts",
"variableSetterType" : "MinimumHealthyHosts"
},
"setterModel" : {
"variableName" : "minimumHealthyHosts",
"variableType" : "MinimumHealthyHosts",
"variableDeclarationType" : "MinimumHealthyHosts",
"documentation" : "",
"simpleType" : "MinimumHealthyHosts",
"variableSetterType" : "MinimumHealthyHosts"
},
"getterModel" : {
"returnType" : "MinimumHealthyHosts",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "minimumHealthyHosts",
"marshallLocationName" : "minimumHealthyHosts",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Information about the number or percentage of minimum healthy instance.
\n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.*/",
"getterDocumentation" : "/**Information about the number or percentage of minimum healthy instance.
\n@return Information about the number or percentage of minimum healthy instance.*/",
"fluentSetterDocumentation" : "/**Information about the number or percentage of minimum healthy instance.
\n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the number or percentage of minimum healthy instance.
\n@param minimumHealthyHosts Information about the number or percentage of minimum healthy instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DeploymentConfigId" : {
"documentation" : "The deployment configuration ID.
",
"name" : "DeploymentConfigId",
"c2jName" : "deploymentConfigId",
"c2jShape" : "DeploymentConfigId",
"variable" : {
"variableName" : "deploymentConfigId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The deployment configuration ID.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deploymentConfigId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentConfigId",
"marshallLocationName" : "deploymentConfigId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The deployment configuration ID.
\n@param deploymentConfigId The deployment configuration ID.*/",
"getterDocumentation" : "/**The deployment configuration ID.
\n@return The deployment configuration ID.*/",
"fluentSetterDocumentation" : "/**The deployment configuration ID.
\n@param deploymentConfigId The deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The deployment configuration ID.
\n@param deploymentConfigId The deployment configuration ID.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DeploymentConfigName" : {
"documentation" : "The deployment configuration name.
",
"name" : "DeploymentConfigName",
"c2jName" : "deploymentConfigName",
"c2jShape" : "DeploymentConfigName",
"variable" : {
"variableName" : "deploymentConfigName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The deployment configuration name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "deploymentConfigName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentConfigName",
"marshallLocationName" : "deploymentConfigName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The deployment configuration name.
\n@param deploymentConfigName The deployment configuration name.*/",
"getterDocumentation" : "/**The deployment configuration name.
\n@return The deployment configuration name.*/",
"fluentSetterDocumentation" : "/**The deployment configuration name.
\n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The deployment configuration name.
\n@param deploymentConfigName The deployment configuration name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CreateTime" : {
"documentation" : "The time at which the deployment configuration was created.
",
"name" : "CreateTime",
"c2jName" : "createTime",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "createTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time at which the deployment configuration was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "createTime",
"marshallLocationName" : "createTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time at which the deployment configuration was created.
\n@param createTime The time at which the deployment configuration was created.*/",
"getterDocumentation" : "/**The time at which the deployment configuration was created.
\n@return The time at which the deployment configuration was created.*/",
"fluentSetterDocumentation" : "/**The time at which the deployment configuration was created.
\n@param createTime The time at which the deployment configuration was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time at which the deployment configuration was created.
\n@param createTime The time at which the deployment configuration was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListApplicationsResult" : {
"c2jName" : "ListApplicationsOutput",
"documentation" : "Represents the output of a list applications operation.
",
"shapeName" : "ListApplicationsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list of application names.
",
"name" : "Applications",
"c2jName" : "applications",
"c2jShape" : "ApplicationsList",
"variable" : {
"variableName" : "applications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of application names.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "applications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applications",
"marshallLocationName" : "applications",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of application names.
\n@param applications A list of application names.*/",
"getterDocumentation" : "/**A list of application names.
\n@return A list of application names.*/",
"fluentSetterDocumentation" : "/**A list of application names.
\n@param applications A list of application names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of application names.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setApplications(java.util.Collection)} or {@link #withApplications(java.util.Collection)} if you want to override the existing values.
\n@param applications A list of application names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
\n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.*/",
"getterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
\n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.*/",
"fluentSetterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
\n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
\n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listApplicationsResult",
"variableType" : "ListApplicationsResult",
"variableDeclarationType" : "ListApplicationsResult",
"documentation" : null,
"simpleType" : "ListApplicationsResult",
"variableSetterType" : "ListApplicationsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
",
"name" : "NextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "nextToken",
"marshallLocationName" : "nextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
\n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.*/",
"getterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
\n@return If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.*/",
"fluentSetterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
\n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.
\n@param nextToken If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications, will also be returned. in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Applications" : {
"documentation" : "A list of application names.
",
"name" : "Applications",
"c2jName" : "applications",
"c2jShape" : "ApplicationsList",
"variable" : {
"variableName" : "applications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of application names.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "applications",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "applications",
"marshallLocationName" : "applications",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ApplicationName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of application names.
\n@param applications A list of application names.*/",
"getterDocumentation" : "/**A list of application names.
\n@return A list of application names.*/",
"fluentSetterDocumentation" : "/**A list of application names.
\n@param applications A list of application names.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of application names.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setApplications(java.util.Collection)} or {@link #withApplications(java.util.Collection)} if you want to override the existing values.
\n@param applications A list of application names.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"BatchGetDeploymentsResult" : {
"c2jName" : "BatchGetDeploymentsOutput",
"documentation" : "Represents the output of a batch get deployments operation.
",
"shapeName" : "BatchGetDeploymentsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Information about the deployments.
",
"name" : "DeploymentsInfo",
"c2jName" : "deploymentsInfo",
"c2jShape" : "DeploymentsInfoList",
"variable" : {
"variableName" : "deploymentsInfo",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Information about the deployments.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "deploymentsInfo",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentsInfo",
"marshallLocationName" : "deploymentsInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "DeploymentInfo",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DeploymentInfo",
"variable" : {
"variableName" : "member",
"variableType" : "DeploymentInfo",
"variableDeclarationType" : "DeploymentInfo",
"documentation" : "",
"simpleType" : "DeploymentInfo",
"variableSetterType" : "DeploymentInfo"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "DeploymentInfo",
"variableDeclarationType" : "DeploymentInfo",
"documentation" : "",
"simpleType" : "DeploymentInfo",
"variableSetterType" : "DeploymentInfo"
},
"getterModel" : {
"returnType" : "DeploymentInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "DeploymentInfo",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the deployments.
\n@param deploymentsInfo Information about the deployments.*/",
"getterDocumentation" : "/**Information about the deployments.
\n@return Information about the deployments.*/",
"fluentSetterDocumentation" : "/**Information about the deployments.
\n@param deploymentsInfo Information about the deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the deployments.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDeploymentsInfo(java.util.Collection)} or {@link #withDeploymentsInfo(java.util.Collection)} if you want to override the existing values.
\n@param deploymentsInfo Information about the deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "batchGetDeploymentsResult",
"variableType" : "BatchGetDeploymentsResult",
"variableDeclarationType" : "BatchGetDeploymentsResult",
"documentation" : null,
"simpleType" : "BatchGetDeploymentsResult",
"variableSetterType" : "BatchGetDeploymentsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DeploymentsInfo" : {
"documentation" : "Information about the deployments.
",
"name" : "DeploymentsInfo",
"c2jName" : "deploymentsInfo",
"c2jShape" : "DeploymentsInfoList",
"variable" : {
"variableName" : "deploymentsInfo",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Information about the deployments.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "deploymentsInfo",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "deploymentsInfo",
"marshallLocationName" : "deploymentsInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "DeploymentInfo",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DeploymentInfo",
"variable" : {
"variableName" : "member",
"variableType" : "DeploymentInfo",
"variableDeclarationType" : "DeploymentInfo",
"documentation" : "",
"simpleType" : "DeploymentInfo",
"variableSetterType" : "DeploymentInfo"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "DeploymentInfo",
"variableDeclarationType" : "DeploymentInfo",
"documentation" : "",
"simpleType" : "DeploymentInfo",
"variableSetterType" : "DeploymentInfo"
},
"getterModel" : {
"returnType" : "DeploymentInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "DeploymentInfo",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**Information about the deployments.
\n@param deploymentsInfo Information about the deployments.*/",
"getterDocumentation" : "/**Information about the deployments.
\n@return Information about the deployments.*/",
"fluentSetterDocumentation" : "/**Information about the deployments.
\n@param deploymentsInfo Information about the deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Information about the deployments.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDeploymentsInfo(java.util.Collection)} or {@link #withDeploymentsInfo(java.util.Collection)} if you want to override the existing values.
\n@param deploymentsInfo Information about the deployments.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RevisionLocation" : {
"c2jName" : "RevisionLocation",
"documentation" : "Information about the location of an application revision.
",
"shapeName" : "RevisionLocation",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The type of application revision:
- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
",
"name" : "RevisionType",
"c2jName" : "revisionType",
"c2jShape" : "RevisionLocationType",
"variable" : {
"variableName" : "revisionType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of application revision:
- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "revisionType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "revisionType",
"marshallLocationName" : "revisionType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "RevisionLocationType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of application revision:
- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
\n@param revisionType The type of application revision: - S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
\n@see RevisionLocationType*/",
"getterDocumentation" : "/**The type of application revision:
- S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
\n@return The type of application revision: - S3: An application revision stored in Amazon S3.
- GitHub: An application revision stored in GitHub.
\n@see RevisionLocationType*/",
"fluentSetterDocumentation" : "/**The type of application revision: