openapi: 3.0.0 info: version: '2014-10-06' x-release: v4 title: AWS CodeDeploy description: '

CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.

You can deploy a nearly unlimited variety of application content, such as an updated Lambda function, updated applications in an Amazon ECS service, code, web and configuration files, executables, packages, scripts, multimedia files, and so on. CodeDeploy can deploy application content stored in Amazon S3 buckets, GitHub repositories, or Bitbucket repositories. You do not need to make changes to your existing code before you can use CodeDeploy.

CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications, without many of the risks associated with error-prone manual deployments.

CodeDeploy Components

Use the information in this guide to help you work with the following CodeDeploy components:

This guide also contains information to help you get details about the instances in your deployments, to make on-premises instances available for CodeDeploy deployments, to get details about a Lambda function deployment, and to get details about Amazon ECS service deployments.

CodeDeploy Information Resources

' x-logo: url: 'https://twitter.com/awscloud/profile_image?size=original' backgroundColor: '#FFFFFF' termsOfService: 'https://aws.amazon.com/service-terms/' contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: 'https://github.com/mermade/aws2openapi' x-twitter: PermittedSoc license: name: Apache 2.0 License url: 'http://www.apache.org/licenses/' x-providerName: amazonaws.com x-serviceName: codedeploy x-origin: - contentType: application/json url: 'https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/codedeploy-2014-10-06.normal.json' converter: url: 'https://github.com/mermade/aws2openapi' version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: 'https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct' x-apisguru-categories: - cloud x-preferred: true externalDocs: description: Amazon Web Services documentation url: 'https://docs.aws.amazon.com/codedeploy/' servers: - url: 'http://codedeploy.{region}.amazonaws.com' variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The CodeDeploy multi-region endpoint - url: 'https://codedeploy.{region}.amazonaws.com' variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The CodeDeploy multi-region endpoint - url: 'http://codedeploy.{region}.amazonaws.com.cn' variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The CodeDeploy endpoint for China (Beijing) and China (Ningxia) - url: 'https://codedeploy.{region}.amazonaws.com.cn' variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The CodeDeploy endpoint for China (Beijing) and China (Ningxia) x-hasEquivalentPaths: true paths: /#X-Amz-Target=CodeDeploy_20141006.AddTagsToOnPremisesInstances: post: operationId: AddTagsToOnPremisesInstances description: Adds tags to on-premises instances. responses: '200': description: Success '480': description: InstanceNameRequiredException content: application/json: schema: $ref: '#/components/schemas/InstanceNameRequiredException' examples: AddTagsToOnPremisesInstances480Example: summary: Default AddTagsToOnPremisesInstances 480 response x-microcks-default: true value: example-value '481': description: InvalidInstanceNameException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceNameException' examples: AddTagsToOnPremisesInstances481Example: summary: Default AddTagsToOnPremisesInstances 481 response x-microcks-default: true value: example-value '482': description: TagRequiredException content: application/json: schema: $ref: '#/components/schemas/TagRequiredException' examples: AddTagsToOnPremisesInstances482Example: summary: Default AddTagsToOnPremisesInstances 482 response x-microcks-default: true value: example-value '483': description: InvalidTagException content: application/json: schema: $ref: '#/components/schemas/InvalidTagException' examples: AddTagsToOnPremisesInstances483Example: summary: Default AddTagsToOnPremisesInstances 483 response x-microcks-default: true value: example-value '484': description: TagLimitExceededException content: application/json: schema: $ref: '#/components/schemas/TagLimitExceededException' examples: AddTagsToOnPremisesInstances484Example: summary: Default AddTagsToOnPremisesInstances 484 response x-microcks-default: true value: example-value '485': description: InstanceLimitExceededException content: application/json: schema: $ref: '#/components/schemas/InstanceLimitExceededException' examples: AddTagsToOnPremisesInstances485Example: summary: Default AddTagsToOnPremisesInstances 485 response x-microcks-default: true value: example-value '486': description: InstanceNotRegisteredException content: application/json: schema: $ref: '#/components/schemas/InstanceNotRegisteredException' examples: AddTagsToOnPremisesInstances486Example: summary: Default AddTagsToOnPremisesInstances 486 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/AddTagsToOnPremisesInstancesInput' examples: AddTagsToOnPremisesInstancesRequestExample: summary: Default AddTagsToOnPremisesInstances request x-microcks-default: true value: tags: example-value instanceNames: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.AddTagsToOnPremisesInstances summary: Amazon CodeDeploy Add Tags to on Premises Instances x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions: post: operationId: BatchGetApplicationRevisions description: Gets information about one or more application revisions. The maximum number of application revisions that can be returned is 25. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchGetApplicationRevisionsOutput' examples: BatchGetApplicationRevisions200Example: summary: Default BatchGetApplicationRevisions 200 response x-microcks-default: true value: applicationName: example-resource errorMessage: example-value revisions: example-value '480': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: BatchGetApplicationRevisions480Example: summary: Default BatchGetApplicationRevisions 480 response x-microcks-default: true value: example-value '481': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: BatchGetApplicationRevisions481Example: summary: Default BatchGetApplicationRevisions 481 response x-microcks-default: true value: example-value '482': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: BatchGetApplicationRevisions482Example: summary: Default BatchGetApplicationRevisions 482 response x-microcks-default: true value: example-value '483': description: RevisionRequiredException content: application/json: schema: $ref: '#/components/schemas/RevisionRequiredException' examples: BatchGetApplicationRevisions483Example: summary: Default BatchGetApplicationRevisions 483 response x-microcks-default: true value: example-value '484': description: InvalidRevisionException content: application/json: schema: $ref: '#/components/schemas/InvalidRevisionException' examples: BatchGetApplicationRevisions484Example: summary: Default BatchGetApplicationRevisions 484 response x-microcks-default: true value: example-value '485': description: BatchLimitExceededException content: application/json: schema: $ref: '#/components/schemas/BatchLimitExceededException' examples: BatchGetApplicationRevisions485Example: summary: Default BatchGetApplicationRevisions 485 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/BatchGetApplicationRevisionsInput' examples: BatchGetApplicationRevisionsRequestExample: summary: Default BatchGetApplicationRevisions request x-microcks-default: true value: applicationName: example-resource revisions: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.BatchGetApplicationRevisions summary: Amazon CodeDeploy Batch Get Application Revisions x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.BatchGetApplications: post: operationId: BatchGetApplications description: Gets information about one or more applications. The maximum number of applications that can be returned is 100. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchGetApplicationsOutput' examples: BatchGetApplications200Example: summary: Default BatchGetApplications 200 response x-microcks-default: true value: applicationsInfo: example-value '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: BatchGetApplications480Example: summary: Default BatchGetApplications 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: BatchGetApplications481Example: summary: Default BatchGetApplications 481 response x-microcks-default: true value: example-value '482': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: BatchGetApplications482Example: summary: Default BatchGetApplications 482 response x-microcks-default: true value: example-value '483': description: BatchLimitExceededException content: application/json: schema: $ref: '#/components/schemas/BatchLimitExceededException' examples: BatchGetApplications483Example: summary: Default BatchGetApplications 483 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/BatchGetApplicationsInput' examples: BatchGetApplicationsRequestExample: summary: Default BatchGetApplications request x-microcks-default: true value: applicationNames: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.BatchGetApplications summary: Amazon CodeDeploy Batch Get Applications x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentGroups: post: operationId: BatchGetDeploymentGroups description: Gets information about one or more deployment groups. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchGetDeploymentGroupsOutput' examples: BatchGetDeploymentGroups200Example: summary: Default BatchGetDeploymentGroups 200 response x-microcks-default: true value: deploymentGroupsInfo: example-value errorMessage: example-value '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: BatchGetDeploymentGroups480Example: summary: Default BatchGetDeploymentGroups 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: BatchGetDeploymentGroups481Example: summary: Default BatchGetDeploymentGroups 481 response x-microcks-default: true value: example-value '482': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: BatchGetDeploymentGroups482Example: summary: Default BatchGetDeploymentGroups 482 response x-microcks-default: true value: example-value '483': description: DeploymentGroupNameRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupNameRequiredException' examples: BatchGetDeploymentGroups483Example: summary: Default BatchGetDeploymentGroups 483 response x-microcks-default: true value: example-value '484': description: InvalidDeploymentGroupNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentGroupNameException' examples: BatchGetDeploymentGroups484Example: summary: Default BatchGetDeploymentGroups 484 response x-microcks-default: true value: example-value '485': description: BatchLimitExceededException content: application/json: schema: $ref: '#/components/schemas/BatchLimitExceededException' examples: BatchGetDeploymentGroups485Example: summary: Default BatchGetDeploymentGroups 485 response x-microcks-default: true value: example-value '486': description: DeploymentConfigDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigDoesNotExistException' examples: BatchGetDeploymentGroups486Example: summary: Default BatchGetDeploymentGroups 486 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/BatchGetDeploymentGroupsInput' examples: BatchGetDeploymentGroupsRequestExample: summary: Default BatchGetDeploymentGroups request x-microcks-default: true value: applicationName: example-resource deploymentGroupNames: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.BatchGetDeploymentGroups summary: Amazon CodeDeploy Batch Get Deployment Groups x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentInstances: post: deprecated: true operationId: BatchGetDeploymentInstances description: '

This method works, but is deprecated. Use BatchGetDeploymentTargets instead.

Returns an array of one or more instances associated with a deployment. This method works with EC2/On-premises and Lambda compute platforms. The newer BatchGetDeploymentTargets works with all compute platforms. The maximum number of instances that can be returned is 25.

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchGetDeploymentInstancesOutput' examples: BatchGetDeploymentInstances200Example: summary: Default BatchGetDeploymentInstances 200 response x-microcks-default: true value: instancesSummary: example-value errorMessage: example-value '480': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: BatchGetDeploymentInstances480Example: summary: Default BatchGetDeploymentInstances 480 response x-microcks-default: true value: example-value '481': description: DeploymentDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentDoesNotExistException' examples: BatchGetDeploymentInstances481Example: summary: Default BatchGetDeploymentInstances 481 response x-microcks-default: true value: example-value '482': description: InstanceIdRequiredException content: application/json: schema: $ref: '#/components/schemas/InstanceIdRequiredException' examples: BatchGetDeploymentInstances482Example: summary: Default BatchGetDeploymentInstances 482 response x-microcks-default: true value: example-value '483': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: BatchGetDeploymentInstances483Example: summary: Default BatchGetDeploymentInstances 483 response x-microcks-default: true value: example-value '484': description: InvalidInstanceNameException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceNameException' examples: BatchGetDeploymentInstances484Example: summary: Default BatchGetDeploymentInstances 484 response x-microcks-default: true value: example-value '485': description: BatchLimitExceededException content: application/json: schema: $ref: '#/components/schemas/BatchLimitExceededException' examples: BatchGetDeploymentInstances485Example: summary: Default BatchGetDeploymentInstances 485 response x-microcks-default: true value: example-value '486': description: InvalidComputePlatformException content: application/json: schema: $ref: '#/components/schemas/InvalidComputePlatformException' examples: BatchGetDeploymentInstances486Example: summary: Default BatchGetDeploymentInstances 486 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/BatchGetDeploymentInstancesInput' examples: BatchGetDeploymentInstancesRequestExample: summary: Default BatchGetDeploymentInstances request x-microcks-default: true value: deploymentId: '500123' instanceIds: '500123' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.BatchGetDeploymentInstances summary: Amazon CodeDeploy Batch Get Deployment Instances x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentTargets: post: operationId: BatchGetDeploymentTargets description: '

Returns an array of one or more targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated BatchGetDeploymentInstances. The maximum number of targets that can be returned is 25.

The type of targets returned depends on the deployment''s compute platform or deployment method:

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchGetDeploymentTargetsOutput' examples: BatchGetDeploymentTargets200Example: summary: Default BatchGetDeploymentTargets 200 response x-microcks-default: true value: deploymentTargets: example-value '480': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: BatchGetDeploymentTargets480Example: summary: Default BatchGetDeploymentTargets 480 response x-microcks-default: true value: example-value '481': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: BatchGetDeploymentTargets481Example: summary: Default BatchGetDeploymentTargets 481 response x-microcks-default: true value: example-value '482': description: DeploymentDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentDoesNotExistException' examples: BatchGetDeploymentTargets482Example: summary: Default BatchGetDeploymentTargets 482 response x-microcks-default: true value: example-value '483': description: DeploymentNotStartedException content: application/json: schema: $ref: '#/components/schemas/DeploymentNotStartedException' examples: BatchGetDeploymentTargets483Example: summary: Default BatchGetDeploymentTargets 483 response x-microcks-default: true value: example-value '484': description: DeploymentTargetIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentTargetIdRequiredException' examples: BatchGetDeploymentTargets484Example: summary: Default BatchGetDeploymentTargets 484 response x-microcks-default: true value: example-value '485': description: InvalidDeploymentTargetIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentTargetIdException' examples: BatchGetDeploymentTargets485Example: summary: Default BatchGetDeploymentTargets 485 response x-microcks-default: true value: example-value '486': description: DeploymentTargetDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentTargetDoesNotExistException' examples: BatchGetDeploymentTargets486Example: summary: Default BatchGetDeploymentTargets 486 response x-microcks-default: true value: example-value '487': description: DeploymentTargetListSizeExceededException content: application/json: schema: $ref: '#/components/schemas/DeploymentTargetListSizeExceededException' examples: BatchGetDeploymentTargets487Example: summary: Default BatchGetDeploymentTargets 487 response x-microcks-default: true value: example-value '488': description: InstanceDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/InstanceDoesNotExistException' examples: BatchGetDeploymentTargets488Example: summary: Default BatchGetDeploymentTargets 488 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/BatchGetDeploymentTargetsInput' examples: BatchGetDeploymentTargetsRequestExample: summary: Default BatchGetDeploymentTargets request x-microcks-default: true value: deploymentId: '500123' targetIds: '500123' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.BatchGetDeploymentTargets summary: Amazon CodeDeploy Batch Get Deployment Targets x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.BatchGetDeployments: post: operationId: BatchGetDeployments description: Gets information about one or more deployments. The maximum number of deployments that can be returned is 25. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchGetDeploymentsOutput' examples: BatchGetDeployments200Example: summary: Default BatchGetDeployments 200 response x-microcks-default: true value: deploymentsInfo: example-value '480': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: BatchGetDeployments480Example: summary: Default BatchGetDeployments 480 response x-microcks-default: true value: example-value '481': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: BatchGetDeployments481Example: summary: Default BatchGetDeployments 481 response x-microcks-default: true value: example-value '482': description: BatchLimitExceededException content: application/json: schema: $ref: '#/components/schemas/BatchLimitExceededException' examples: BatchGetDeployments482Example: summary: Default BatchGetDeployments 482 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/BatchGetDeploymentsInput' examples: BatchGetDeploymentsRequestExample: summary: Default BatchGetDeployments request x-microcks-default: true value: deploymentIds: '500123' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.BatchGetDeployments summary: Amazon CodeDeploy Batch Get Deployments x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.BatchGetOnPremisesInstances: post: operationId: BatchGetOnPremisesInstances description: Gets information about one or more on-premises instances. The maximum number of on-premises instances that can be returned is 25. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/BatchGetOnPremisesInstancesOutput' examples: BatchGetOnPremisesInstances200Example: summary: Default BatchGetOnPremisesInstances 200 response x-microcks-default: true value: instanceInfos: example-value '480': description: InstanceNameRequiredException content: application/json: schema: $ref: '#/components/schemas/InstanceNameRequiredException' examples: BatchGetOnPremisesInstances480Example: summary: Default BatchGetOnPremisesInstances 480 response x-microcks-default: true value: example-value '481': description: InvalidInstanceNameException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceNameException' examples: BatchGetOnPremisesInstances481Example: summary: Default BatchGetOnPremisesInstances 481 response x-microcks-default: true value: example-value '482': description: BatchLimitExceededException content: application/json: schema: $ref: '#/components/schemas/BatchLimitExceededException' examples: BatchGetOnPremisesInstances482Example: summary: Default BatchGetOnPremisesInstances 482 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/BatchGetOnPremisesInstancesInput' examples: BatchGetOnPremisesInstancesRequestExample: summary: Default BatchGetOnPremisesInstances request x-microcks-default: true value: instanceNames: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.BatchGetOnPremisesInstances summary: Amazon CodeDeploy Batch Get on Premises Instances x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.ContinueDeployment: post: operationId: ContinueDeployment description: 'For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.) ' responses: '200': description: Success '480': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: ContinueDeployment480Example: summary: Default ContinueDeployment 480 response x-microcks-default: true value: example-value '481': description: DeploymentDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentDoesNotExistException' examples: ContinueDeployment481Example: summary: Default ContinueDeployment 481 response x-microcks-default: true value: example-value '482': description: DeploymentAlreadyCompletedException content: application/json: schema: $ref: '#/components/schemas/DeploymentAlreadyCompletedException' examples: ContinueDeployment482Example: summary: Default ContinueDeployment 482 response x-microcks-default: true value: example-value '483': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: ContinueDeployment483Example: summary: Default ContinueDeployment 483 response x-microcks-default: true value: example-value '484': description: DeploymentIsNotInReadyStateException content: application/json: schema: $ref: '#/components/schemas/DeploymentIsNotInReadyStateException' examples: ContinueDeployment484Example: summary: Default ContinueDeployment 484 response x-microcks-default: true value: example-value '485': description: UnsupportedActionForDeploymentTypeException content: application/json: schema: $ref: '#/components/schemas/UnsupportedActionForDeploymentTypeException' examples: ContinueDeployment485Example: summary: Default ContinueDeployment 485 response x-microcks-default: true value: example-value '486': description: InvalidDeploymentWaitTypeException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentWaitTypeException' examples: ContinueDeployment486Example: summary: Default ContinueDeployment 486 response x-microcks-default: true value: example-value '487': description: InvalidDeploymentStatusException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentStatusException' examples: ContinueDeployment487Example: summary: Default ContinueDeployment 487 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ContinueDeploymentInput' examples: ContinueDeploymentRequestExample: summary: Default ContinueDeployment request x-microcks-default: true value: deploymentId: '500123' deploymentWaitType: STANDARD parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.ContinueDeployment summary: Amazon CodeDeploy Continue Deployment x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.CreateApplication: post: operationId: CreateApplication description: Creates an application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateApplicationOutput' examples: CreateApplication200Example: summary: Default CreateApplication 200 response x-microcks-default: true value: applicationId: '500123' '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: CreateApplication480Example: summary: Default CreateApplication 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: CreateApplication481Example: summary: Default CreateApplication 481 response x-microcks-default: true value: example-value '482': description: ApplicationAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/ApplicationAlreadyExistsException' examples: CreateApplication482Example: summary: Default CreateApplication 482 response x-microcks-default: true value: example-value '483': description: ApplicationLimitExceededException content: application/json: schema: $ref: '#/components/schemas/ApplicationLimitExceededException' examples: CreateApplication483Example: summary: Default CreateApplication 483 response x-microcks-default: true value: example-value '484': description: InvalidComputePlatformException content: application/json: schema: $ref: '#/components/schemas/InvalidComputePlatformException' examples: CreateApplication484Example: summary: Default CreateApplication 484 response x-microcks-default: true value: example-value '485': description: InvalidTagsToAddException content: application/json: schema: $ref: '#/components/schemas/InvalidTagsToAddException' examples: CreateApplication485Example: summary: Default CreateApplication 485 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateApplicationInput' examples: CreateApplicationRequestExample: summary: Default CreateApplication request x-microcks-default: true value: applicationName: example-resource computePlatform: example-value tags: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.CreateApplication summary: Amazon CodeDeploy Create Application x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.CreateDeployment: post: operationId: CreateDeployment description: Deploys an application revision through the specified deployment group. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateDeploymentOutput' examples: CreateDeployment200Example: summary: Default CreateDeployment 200 response x-microcks-default: true value: deploymentId: '500123' '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: CreateDeployment480Example: summary: Default CreateDeployment 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: CreateDeployment481Example: summary: Default CreateDeployment 481 response x-microcks-default: true value: example-value '482': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: CreateDeployment482Example: summary: Default CreateDeployment 482 response x-microcks-default: true value: example-value '483': description: DeploymentGroupNameRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupNameRequiredException' examples: CreateDeployment483Example: summary: Default CreateDeployment 483 response x-microcks-default: true value: example-value '484': description: InvalidDeploymentGroupNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentGroupNameException' examples: CreateDeployment484Example: summary: Default CreateDeployment 484 response x-microcks-default: true value: example-value '485': description: DeploymentGroupDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupDoesNotExistException' examples: CreateDeployment485Example: summary: Default CreateDeployment 485 response x-microcks-default: true value: example-value '486': description: RevisionRequiredException content: application/json: schema: $ref: '#/components/schemas/RevisionRequiredException' examples: CreateDeployment486Example: summary: Default CreateDeployment 486 response x-microcks-default: true value: example-value '487': description: RevisionDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/RevisionDoesNotExistException' examples: CreateDeployment487Example: summary: Default CreateDeployment 487 response x-microcks-default: true value: example-value '488': description: InvalidRevisionException content: application/json: schema: $ref: '#/components/schemas/InvalidRevisionException' examples: CreateDeployment488Example: summary: Default CreateDeployment 488 response x-microcks-default: true value: example-value '489': description: InvalidDeploymentConfigNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentConfigNameException' examples: CreateDeployment489Example: summary: Default CreateDeployment 489 response x-microcks-default: true value: example-value '490': description: DeploymentConfigDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigDoesNotExistException' examples: CreateDeployment490Example: summary: Default CreateDeployment 490 response x-microcks-default: true value: example-value '491': description: DescriptionTooLongException content: application/json: schema: $ref: '#/components/schemas/DescriptionTooLongException' examples: CreateDeployment491Example: summary: Default CreateDeployment 491 response x-microcks-default: true value: example-value '492': description: DeploymentLimitExceededException content: application/json: schema: $ref: '#/components/schemas/DeploymentLimitExceededException' examples: CreateDeployment492Example: summary: Default CreateDeployment 492 response x-microcks-default: true value: example-value '493': description: InvalidTargetInstancesException content: application/json: schema: $ref: '#/components/schemas/InvalidTargetInstancesException' examples: CreateDeployment493Example: summary: Default CreateDeployment 493 response x-microcks-default: true value: example-value '494': description: InvalidAlarmConfigException content: application/json: schema: $ref: '#/components/schemas/InvalidAlarmConfigException' examples: CreateDeployment494Example: summary: Default CreateDeployment 494 response x-microcks-default: true value: example-value '495': description: AlarmsLimitExceededException content: application/json: schema: $ref: '#/components/schemas/AlarmsLimitExceededException' examples: CreateDeployment495Example: summary: Default CreateDeployment 495 response x-microcks-default: true value: example-value '496': description: InvalidAutoRollbackConfigException content: application/json: schema: $ref: '#/components/schemas/InvalidAutoRollbackConfigException' examples: CreateDeployment496Example: summary: Default CreateDeployment 496 response x-microcks-default: true value: example-value '497': description: InvalidLoadBalancerInfoException content: application/json: schema: $ref: '#/components/schemas/InvalidLoadBalancerInfoException' examples: CreateDeployment497Example: summary: Default CreateDeployment 497 response x-microcks-default: true value: example-value '498': description: InvalidFileExistsBehaviorException content: application/json: schema: $ref: '#/components/schemas/InvalidFileExistsBehaviorException' examples: CreateDeployment498Example: summary: Default CreateDeployment 498 response x-microcks-default: true value: example-value '499': description: InvalidRoleException content: application/json: schema: $ref: '#/components/schemas/InvalidRoleException' examples: CreateDeployment499Example: summary: Default CreateDeployment 499 response x-microcks-default: true value: example-value '500': description: InvalidAutoScalingGroupException content: application/json: schema: $ref: '#/components/schemas/InvalidAutoScalingGroupException' examples: CreateDeployment500Example: summary: Default CreateDeployment 500 response x-microcks-default: true value: example-value '501': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' examples: CreateDeployment501Example: summary: Default CreateDeployment 501 response x-microcks-default: true value: example-value '502': description: InvalidUpdateOutdatedInstancesOnlyValueException content: application/json: schema: $ref: '#/components/schemas/InvalidUpdateOutdatedInstancesOnlyValueException' examples: CreateDeployment502Example: summary: Default CreateDeployment 502 response x-microcks-default: true value: example-value '503': description: InvalidIgnoreApplicationStopFailuresValueException content: application/json: schema: $ref: '#/components/schemas/InvalidIgnoreApplicationStopFailuresValueException' examples: CreateDeployment503Example: summary: Default CreateDeployment 503 response x-microcks-default: true value: example-value '504': description: InvalidGitHubAccountTokenException content: application/json: schema: $ref: '#/components/schemas/InvalidGitHubAccountTokenException' examples: CreateDeployment504Example: summary: Default CreateDeployment 504 response x-microcks-default: true value: example-value '505': description: InvalidTrafficRoutingConfigurationException content: application/json: schema: $ref: '#/components/schemas/InvalidTrafficRoutingConfigurationException' examples: CreateDeployment505Example: summary: Default CreateDeployment 505 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateDeploymentInput' examples: CreateDeploymentRequestExample: summary: Default CreateDeployment request x-microcks-default: true value: applicationName: example-resource deploymentGroupName: example-resource revision: example-value deploymentConfigName: example-resource description: Example description ignoreApplicationStopFailures: example-value targetInstances: example-value autoRollbackConfiguration: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.CreateDeployment summary: Amazon CodeDeploy Create Deployment x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.CreateDeploymentConfig: post: operationId: CreateDeploymentConfig description: ' Creates a deployment configuration. ' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateDeploymentConfigOutput' examples: CreateDeploymentConfig200Example: summary: Default CreateDeploymentConfig 200 response x-microcks-default: true value: deploymentConfigId: '500123' '480': description: InvalidDeploymentConfigNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentConfigNameException' examples: CreateDeploymentConfig480Example: summary: Default CreateDeploymentConfig 480 response x-microcks-default: true value: example-value '481': description: DeploymentConfigNameRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigNameRequiredException' examples: CreateDeploymentConfig481Example: summary: Default CreateDeploymentConfig 481 response x-microcks-default: true value: example-value '482': description: DeploymentConfigAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigAlreadyExistsException' examples: CreateDeploymentConfig482Example: summary: Default CreateDeploymentConfig 482 response x-microcks-default: true value: example-value '483': description: InvalidMinimumHealthyHostValueException content: application/json: schema: $ref: '#/components/schemas/InvalidMinimumHealthyHostValueException' examples: CreateDeploymentConfig483Example: summary: Default CreateDeploymentConfig 483 response x-microcks-default: true value: example-value '484': description: DeploymentConfigLimitExceededException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigLimitExceededException' examples: CreateDeploymentConfig484Example: summary: Default CreateDeploymentConfig 484 response x-microcks-default: true value: example-value '485': description: InvalidComputePlatformException content: application/json: schema: $ref: '#/components/schemas/InvalidComputePlatformException' examples: CreateDeploymentConfig485Example: summary: Default CreateDeploymentConfig 485 response x-microcks-default: true value: example-value '486': description: InvalidTrafficRoutingConfigurationException content: application/json: schema: $ref: '#/components/schemas/InvalidTrafficRoutingConfigurationException' examples: CreateDeploymentConfig486Example: summary: Default CreateDeploymentConfig 486 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateDeploymentConfigInput' examples: CreateDeploymentConfigRequestExample: summary: Default CreateDeploymentConfig request x-microcks-default: true value: deploymentConfigName: example-resource minimumHealthyHosts: example-value trafficRoutingConfig: example-value computePlatform: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.CreateDeploymentConfig summary: Amazon CodeDeploy Create Deployment Config x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.CreateDeploymentGroup: post: operationId: CreateDeploymentGroup description: Creates a deployment group to which application revisions are deployed. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/CreateDeploymentGroupOutput' examples: CreateDeploymentGroup200Example: summary: Default CreateDeploymentGroup 200 response x-microcks-default: true value: deploymentGroupId: '500123' '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: CreateDeploymentGroup480Example: summary: Default CreateDeploymentGroup 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: CreateDeploymentGroup481Example: summary: Default CreateDeploymentGroup 481 response x-microcks-default: true value: example-value '482': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: CreateDeploymentGroup482Example: summary: Default CreateDeploymentGroup 482 response x-microcks-default: true value: example-value '483': description: DeploymentGroupNameRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupNameRequiredException' examples: CreateDeploymentGroup483Example: summary: Default CreateDeploymentGroup 483 response x-microcks-default: true value: example-value '484': description: InvalidDeploymentGroupNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentGroupNameException' examples: CreateDeploymentGroup484Example: summary: Default CreateDeploymentGroup 484 response x-microcks-default: true value: example-value '485': description: DeploymentGroupAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupAlreadyExistsException' examples: CreateDeploymentGroup485Example: summary: Default CreateDeploymentGroup 485 response x-microcks-default: true value: example-value '486': description: InvalidEC2TagException content: application/json: schema: $ref: '#/components/schemas/InvalidEC2TagException' examples: CreateDeploymentGroup486Example: summary: Default CreateDeploymentGroup 486 response x-microcks-default: true value: example-value '487': description: InvalidTagException content: application/json: schema: $ref: '#/components/schemas/InvalidTagException' examples: CreateDeploymentGroup487Example: summary: Default CreateDeploymentGroup 487 response x-microcks-default: true value: example-value '488': description: InvalidAutoScalingGroupException content: application/json: schema: $ref: '#/components/schemas/InvalidAutoScalingGroupException' examples: CreateDeploymentGroup488Example: summary: Default CreateDeploymentGroup 488 response x-microcks-default: true value: example-value '489': description: InvalidDeploymentConfigNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentConfigNameException' examples: CreateDeploymentGroup489Example: summary: Default CreateDeploymentGroup 489 response x-microcks-default: true value: example-value '490': description: DeploymentConfigDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigDoesNotExistException' examples: CreateDeploymentGroup490Example: summary: Default CreateDeploymentGroup 490 response x-microcks-default: true value: example-value '491': description: RoleRequiredException content: application/json: schema: $ref: '#/components/schemas/RoleRequiredException' examples: CreateDeploymentGroup491Example: summary: Default CreateDeploymentGroup 491 response x-microcks-default: true value: example-value '492': description: InvalidRoleException content: application/json: schema: $ref: '#/components/schemas/InvalidRoleException' examples: CreateDeploymentGroup492Example: summary: Default CreateDeploymentGroup 492 response x-microcks-default: true value: example-value '493': description: DeploymentGroupLimitExceededException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupLimitExceededException' examples: CreateDeploymentGroup493Example: summary: Default CreateDeploymentGroup 493 response x-microcks-default: true value: example-value '494': description: LifecycleHookLimitExceededException content: application/json: schema: $ref: '#/components/schemas/LifecycleHookLimitExceededException' examples: CreateDeploymentGroup494Example: summary: Default CreateDeploymentGroup 494 response x-microcks-default: true value: example-value '495': description: InvalidTriggerConfigException content: application/json: schema: $ref: '#/components/schemas/InvalidTriggerConfigException' examples: CreateDeploymentGroup495Example: summary: Default CreateDeploymentGroup 495 response x-microcks-default: true value: example-value '496': description: TriggerTargetsLimitExceededException content: application/json: schema: $ref: '#/components/schemas/TriggerTargetsLimitExceededException' examples: CreateDeploymentGroup496Example: summary: Default CreateDeploymentGroup 496 response x-microcks-default: true value: example-value '497': description: InvalidAlarmConfigException content: application/json: schema: $ref: '#/components/schemas/InvalidAlarmConfigException' examples: CreateDeploymentGroup497Example: summary: Default CreateDeploymentGroup 497 response x-microcks-default: true value: example-value '498': description: AlarmsLimitExceededException content: application/json: schema: $ref: '#/components/schemas/AlarmsLimitExceededException' examples: CreateDeploymentGroup498Example: summary: Default CreateDeploymentGroup 498 response x-microcks-default: true value: example-value '499': description: InvalidAutoRollbackConfigException content: application/json: schema: $ref: '#/components/schemas/InvalidAutoRollbackConfigException' examples: CreateDeploymentGroup499Example: summary: Default CreateDeploymentGroup 499 response x-microcks-default: true value: example-value '500': description: InvalidLoadBalancerInfoException content: application/json: schema: $ref: '#/components/schemas/InvalidLoadBalancerInfoException' examples: CreateDeploymentGroup500Example: summary: Default CreateDeploymentGroup 500 response x-microcks-default: true value: example-value '501': description: InvalidDeploymentStyleException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentStyleException' examples: CreateDeploymentGroup501Example: summary: Default CreateDeploymentGroup 501 response x-microcks-default: true value: example-value '502': description: InvalidBlueGreenDeploymentConfigurationException content: application/json: schema: $ref: '#/components/schemas/InvalidBlueGreenDeploymentConfigurationException' examples: CreateDeploymentGroup502Example: summary: Default CreateDeploymentGroup 502 response x-microcks-default: true value: example-value '503': description: InvalidEC2TagCombinationException content: application/json: schema: $ref: '#/components/schemas/InvalidEC2TagCombinationException' examples: CreateDeploymentGroup503Example: summary: Default CreateDeploymentGroup 503 response x-microcks-default: true value: example-value '504': description: InvalidOnPremisesTagCombinationException content: application/json: schema: $ref: '#/components/schemas/InvalidOnPremisesTagCombinationException' examples: CreateDeploymentGroup504Example: summary: Default CreateDeploymentGroup 504 response x-microcks-default: true value: example-value '505': description: TagSetListLimitExceededException content: application/json: schema: $ref: '#/components/schemas/TagSetListLimitExceededException' examples: CreateDeploymentGroup505Example: summary: Default CreateDeploymentGroup 505 response x-microcks-default: true value: example-value '506': description: InvalidInputException content: application/json: schema: $ref: '#/components/schemas/InvalidInputException' examples: CreateDeploymentGroup506Example: summary: Default CreateDeploymentGroup 506 response x-microcks-default: true value: example-value '507': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' examples: CreateDeploymentGroup507Example: summary: Default CreateDeploymentGroup 507 response x-microcks-default: true value: example-value '508': description: InvalidECSServiceException content: application/json: schema: $ref: '#/components/schemas/InvalidECSServiceException' examples: CreateDeploymentGroup508Example: summary: Default CreateDeploymentGroup 508 response x-microcks-default: true value: example-value '509': description: InvalidTargetGroupPairException content: application/json: schema: $ref: '#/components/schemas/InvalidTargetGroupPairException' examples: CreateDeploymentGroup509Example: summary: Default CreateDeploymentGroup 509 response x-microcks-default: true value: example-value '510': description: ECSServiceMappingLimitExceededException content: application/json: schema: $ref: '#/components/schemas/ECSServiceMappingLimitExceededException' examples: CreateDeploymentGroup510Example: summary: Default CreateDeploymentGroup 510 response x-microcks-default: true value: example-value '511': description: InvalidTagsToAddException content: application/json: schema: $ref: '#/components/schemas/InvalidTagsToAddException' examples: CreateDeploymentGroup511Example: summary: Default CreateDeploymentGroup 511 response x-microcks-default: true value: example-value '512': description: InvalidTrafficRoutingConfigurationException content: application/json: schema: $ref: '#/components/schemas/InvalidTrafficRoutingConfigurationException' examples: CreateDeploymentGroup512Example: summary: Default CreateDeploymentGroup 512 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/CreateDeploymentGroupInput' examples: CreateDeploymentGroupRequestExample: summary: Default CreateDeploymentGroup request x-microcks-default: true value: applicationName: example-resource deploymentGroupName: example-resource deploymentConfigName: example-resource ec2TagFilters: example-value onPremisesInstanceTagFilters: example-value autoScalingGroups: example-value serviceRoleArn: arn:aws:service:us-east-1:123456789012:resource/example triggerConfigurations: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.CreateDeploymentGroup summary: Amazon CodeDeploy Create Deployment Group x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.DeleteApplication: post: operationId: DeleteApplication description: Deletes an application. responses: '200': description: Success '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: DeleteApplication480Example: summary: Default DeleteApplication 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: DeleteApplication481Example: summary: Default DeleteApplication 481 response x-microcks-default: true value: example-value '482': description: InvalidRoleException content: application/json: schema: $ref: '#/components/schemas/InvalidRoleException' examples: DeleteApplication482Example: summary: Default DeleteApplication 482 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteApplicationInput' examples: DeleteApplicationRequestExample: summary: Default DeleteApplication request x-microcks-default: true value: applicationName: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.DeleteApplication summary: Amazon CodeDeploy Delete Application x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.DeleteDeploymentConfig: post: operationId: DeleteDeploymentConfig description:

Deletes a deployment configuration.

A deployment configuration cannot be deleted if it is currently in use. Predefined configurations cannot be deleted.

responses: '200': description: Success '480': description: InvalidDeploymentConfigNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentConfigNameException' examples: DeleteDeploymentConfig480Example: summary: Default DeleteDeploymentConfig 480 response x-microcks-default: true value: example-value '481': description: DeploymentConfigNameRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigNameRequiredException' examples: DeleteDeploymentConfig481Example: summary: Default DeleteDeploymentConfig 481 response x-microcks-default: true value: example-value '482': description: DeploymentConfigInUseException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigInUseException' examples: DeleteDeploymentConfig482Example: summary: Default DeleteDeploymentConfig 482 response x-microcks-default: true value: example-value '483': description: InvalidOperationException content: application/json: schema: $ref: '#/components/schemas/InvalidOperationException' examples: DeleteDeploymentConfig483Example: summary: Default DeleteDeploymentConfig 483 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteDeploymentConfigInput' examples: DeleteDeploymentConfigRequestExample: summary: Default DeleteDeploymentConfig request x-microcks-default: true value: deploymentConfigName: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.DeleteDeploymentConfig summary: Amazon CodeDeploy Delete Deployment Config x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.DeleteDeploymentGroup: post: operationId: DeleteDeploymentGroup description: Deletes a deployment group. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteDeploymentGroupOutput' examples: DeleteDeploymentGroup200Example: summary: Default DeleteDeploymentGroup 200 response x-microcks-default: true value: hooksNotCleanedUp: example-value '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: DeleteDeploymentGroup480Example: summary: Default DeleteDeploymentGroup 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: DeleteDeploymentGroup481Example: summary: Default DeleteDeploymentGroup 481 response x-microcks-default: true value: example-value '482': description: DeploymentGroupNameRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupNameRequiredException' examples: DeleteDeploymentGroup482Example: summary: Default DeleteDeploymentGroup 482 response x-microcks-default: true value: example-value '483': description: InvalidDeploymentGroupNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentGroupNameException' examples: DeleteDeploymentGroup483Example: summary: Default DeleteDeploymentGroup 483 response x-microcks-default: true value: example-value '484': description: InvalidRoleException content: application/json: schema: $ref: '#/components/schemas/InvalidRoleException' examples: DeleteDeploymentGroup484Example: summary: Default DeleteDeploymentGroup 484 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteDeploymentGroupInput' examples: DeleteDeploymentGroupRequestExample: summary: Default DeleteDeploymentGroup request x-microcks-default: true value: applicationName: example-resource deploymentGroupName: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.DeleteDeploymentGroup summary: Amazon CodeDeploy Delete Deployment Group x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.DeleteGitHubAccountToken: post: operationId: DeleteGitHubAccountToken description: Deletes a GitHub account connection. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteGitHubAccountTokenOutput' examples: DeleteGitHubAccountToken200Example: summary: Default DeleteGitHubAccountToken 200 response x-microcks-default: true value: tokenName: example-resource '480': description: GitHubAccountTokenNameRequiredException content: application/json: schema: $ref: '#/components/schemas/GitHubAccountTokenNameRequiredException' examples: DeleteGitHubAccountToken480Example: summary: Default DeleteGitHubAccountToken 480 response x-microcks-default: true value: '123456789012' '481': description: GitHubAccountTokenDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/GitHubAccountTokenDoesNotExistException' examples: DeleteGitHubAccountToken481Example: summary: Default DeleteGitHubAccountToken 481 response x-microcks-default: true value: '123456789012' '482': description: InvalidGitHubAccountTokenNameException content: application/json: schema: $ref: '#/components/schemas/InvalidGitHubAccountTokenNameException' examples: DeleteGitHubAccountToken482Example: summary: Default DeleteGitHubAccountToken 482 response x-microcks-default: true value: '123456789012' '483': description: ResourceValidationException content: application/json: schema: $ref: '#/components/schemas/ResourceValidationException' examples: DeleteGitHubAccountToken483Example: summary: Default DeleteGitHubAccountToken 483 response x-microcks-default: true value: '123456789012' '484': description: OperationNotSupportedException content: application/json: schema: $ref: '#/components/schemas/OperationNotSupportedException' examples: DeleteGitHubAccountToken484Example: summary: Default DeleteGitHubAccountToken 484 response x-microcks-default: true value: '123456789012' requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteGitHubAccountTokenInput' examples: DeleteGitHubAccountTokenRequestExample: summary: Default DeleteGitHubAccountToken request x-microcks-default: true value: tokenName: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.DeleteGitHubAccountToken summary: Amazon CodeDeploy Delete Git Hub Account Token x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.DeleteResourcesByExternalId: post: operationId: DeleteResourcesByExternalId description: Deletes resources linked to an external ID. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/DeleteResourcesByExternalIdOutput' examples: DeleteResourcesByExternalId200Example: summary: Default DeleteResourcesByExternalId 200 response x-microcks-default: true value: {} requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeleteResourcesByExternalIdInput' examples: DeleteResourcesByExternalIdRequestExample: summary: Default DeleteResourcesByExternalId request x-microcks-default: true value: externalId: '500123' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.DeleteResourcesByExternalId summary: Amazon CodeDeploy Delete Resources by External Id x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.DeregisterOnPremisesInstance: post: operationId: DeregisterOnPremisesInstance description: Deregisters an on-premises instance. responses: '200': description: Success '480': description: InstanceNameRequiredException content: application/json: schema: $ref: '#/components/schemas/InstanceNameRequiredException' examples: DeregisterOnPremisesInstance480Example: summary: Default DeregisterOnPremisesInstance 480 response x-microcks-default: true value: example-value '481': description: InvalidInstanceNameException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceNameException' examples: DeregisterOnPremisesInstance481Example: summary: Default DeregisterOnPremisesInstance 481 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/DeregisterOnPremisesInstanceInput' examples: DeregisterOnPremisesInstanceRequestExample: summary: Default DeregisterOnPremisesInstance request x-microcks-default: true value: instanceName: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.DeregisterOnPremisesInstance summary: Amazon CodeDeploy Deregister on Premises Instance x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.GetApplication: post: operationId: GetApplication description: Gets information about an application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetApplicationOutput' examples: GetApplication200Example: summary: Default GetApplication 200 response x-microcks-default: true value: application: example-value '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: GetApplication480Example: summary: Default GetApplication 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: GetApplication481Example: summary: Default GetApplication 481 response x-microcks-default: true value: example-value '482': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: GetApplication482Example: summary: Default GetApplication 482 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/GetApplicationInput' examples: GetApplicationRequestExample: summary: Default GetApplication request x-microcks-default: true value: applicationName: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.GetApplication summary: Amazon CodeDeploy Get Application x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.GetApplicationRevision: post: operationId: GetApplicationRevision description: Gets information about an application revision. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetApplicationRevisionOutput' examples: GetApplicationRevision200Example: summary: Default GetApplicationRevision 200 response x-microcks-default: true value: applicationName: example-resource revision: example-value revisionInfo: example-value '480': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: GetApplicationRevision480Example: summary: Default GetApplicationRevision 480 response x-microcks-default: true value: example-value '481': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: GetApplicationRevision481Example: summary: Default GetApplicationRevision 481 response x-microcks-default: true value: example-value '482': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: GetApplicationRevision482Example: summary: Default GetApplicationRevision 482 response x-microcks-default: true value: example-value '483': description: RevisionDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/RevisionDoesNotExistException' examples: GetApplicationRevision483Example: summary: Default GetApplicationRevision 483 response x-microcks-default: true value: example-value '484': description: RevisionRequiredException content: application/json: schema: $ref: '#/components/schemas/RevisionRequiredException' examples: GetApplicationRevision484Example: summary: Default GetApplicationRevision 484 response x-microcks-default: true value: example-value '485': description: InvalidRevisionException content: application/json: schema: $ref: '#/components/schemas/InvalidRevisionException' examples: GetApplicationRevision485Example: summary: Default GetApplicationRevision 485 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/GetApplicationRevisionInput' examples: GetApplicationRevisionRequestExample: summary: Default GetApplicationRevision request x-microcks-default: true value: applicationName: example-resource revision: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.GetApplicationRevision summary: Amazon CodeDeploy Get Application Revision x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.GetDeployment: post: operationId: GetDeployment description:

Gets information about a deployment.

The content property of the appSpecContent object in the returned revision is always null. Use GetApplicationRevision and the sha256 property of the returned appSpecContent object to get the content of the deployment’s AppSpec file.

responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetDeploymentOutput' examples: GetDeployment200Example: summary: Default GetDeployment 200 response x-microcks-default: true value: deploymentInfo: example-value '480': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: GetDeployment480Example: summary: Default GetDeployment 480 response x-microcks-default: true value: example-value '481': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: GetDeployment481Example: summary: Default GetDeployment 481 response x-microcks-default: true value: example-value '482': description: DeploymentDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentDoesNotExistException' examples: GetDeployment482Example: summary: Default GetDeployment 482 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/GetDeploymentInput' examples: GetDeploymentRequestExample: summary: Default GetDeployment request x-microcks-default: true value: deploymentId: '500123' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.GetDeployment summary: Amazon CodeDeploy Get Deployment x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.GetDeploymentConfig: post: operationId: GetDeploymentConfig description: Gets information about a deployment configuration. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetDeploymentConfigOutput' examples: GetDeploymentConfig200Example: summary: Default GetDeploymentConfig 200 response x-microcks-default: true value: deploymentConfigInfo: example-value '480': description: InvalidDeploymentConfigNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentConfigNameException' examples: GetDeploymentConfig480Example: summary: Default GetDeploymentConfig 480 response x-microcks-default: true value: example-value '481': description: DeploymentConfigNameRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigNameRequiredException' examples: GetDeploymentConfig481Example: summary: Default GetDeploymentConfig 481 response x-microcks-default: true value: example-value '482': description: DeploymentConfigDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigDoesNotExistException' examples: GetDeploymentConfig482Example: summary: Default GetDeploymentConfig 482 response x-microcks-default: true value: example-value '483': description: InvalidComputePlatformException content: application/json: schema: $ref: '#/components/schemas/InvalidComputePlatformException' examples: GetDeploymentConfig483Example: summary: Default GetDeploymentConfig 483 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/GetDeploymentConfigInput' examples: GetDeploymentConfigRequestExample: summary: Default GetDeploymentConfig request x-microcks-default: true value: deploymentConfigName: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.GetDeploymentConfig summary: Amazon CodeDeploy Get Deployment Config x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.GetDeploymentGroup: post: operationId: GetDeploymentGroup description: Gets information about a deployment group. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetDeploymentGroupOutput' examples: GetDeploymentGroup200Example: summary: Default GetDeploymentGroup 200 response x-microcks-default: true value: deploymentGroupInfo: example-value '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: GetDeploymentGroup480Example: summary: Default GetDeploymentGroup 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: GetDeploymentGroup481Example: summary: Default GetDeploymentGroup 481 response x-microcks-default: true value: example-value '482': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: GetDeploymentGroup482Example: summary: Default GetDeploymentGroup 482 response x-microcks-default: true value: example-value '483': description: DeploymentGroupNameRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupNameRequiredException' examples: GetDeploymentGroup483Example: summary: Default GetDeploymentGroup 483 response x-microcks-default: true value: example-value '484': description: InvalidDeploymentGroupNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentGroupNameException' examples: GetDeploymentGroup484Example: summary: Default GetDeploymentGroup 484 response x-microcks-default: true value: example-value '485': description: DeploymentGroupDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupDoesNotExistException' examples: GetDeploymentGroup485Example: summary: Default GetDeploymentGroup 485 response x-microcks-default: true value: example-value '486': description: DeploymentConfigDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigDoesNotExistException' examples: GetDeploymentGroup486Example: summary: Default GetDeploymentGroup 486 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/GetDeploymentGroupInput' examples: GetDeploymentGroupRequestExample: summary: Default GetDeploymentGroup request x-microcks-default: true value: applicationName: example-resource deploymentGroupName: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.GetDeploymentGroup summary: Amazon CodeDeploy Get Deployment Group x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.GetDeploymentInstance: post: deprecated: true operationId: GetDeploymentInstance description: Gets information about an instance as part of a deployment. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetDeploymentInstanceOutput' examples: GetDeploymentInstance200Example: summary: Default GetDeploymentInstance 200 response x-microcks-default: true value: instanceSummary: example-value '480': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: GetDeploymentInstance480Example: summary: Default GetDeploymentInstance 480 response x-microcks-default: true value: example-value '481': description: DeploymentDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentDoesNotExistException' examples: GetDeploymentInstance481Example: summary: Default GetDeploymentInstance 481 response x-microcks-default: true value: example-value '482': description: InstanceIdRequiredException content: application/json: schema: $ref: '#/components/schemas/InstanceIdRequiredException' examples: GetDeploymentInstance482Example: summary: Default GetDeploymentInstance 482 response x-microcks-default: true value: example-value '483': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: GetDeploymentInstance483Example: summary: Default GetDeploymentInstance 483 response x-microcks-default: true value: example-value '484': description: InstanceDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/InstanceDoesNotExistException' examples: GetDeploymentInstance484Example: summary: Default GetDeploymentInstance 484 response x-microcks-default: true value: example-value '485': description: InvalidInstanceNameException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceNameException' examples: GetDeploymentInstance485Example: summary: Default GetDeploymentInstance 485 response x-microcks-default: true value: example-value '486': description: InvalidComputePlatformException content: application/json: schema: $ref: '#/components/schemas/InvalidComputePlatformException' examples: GetDeploymentInstance486Example: summary: Default GetDeploymentInstance 486 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/GetDeploymentInstanceInput' examples: GetDeploymentInstanceRequestExample: summary: Default GetDeploymentInstance request x-microcks-default: true value: deploymentId: '500123' instanceId: '500123' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.GetDeploymentInstance summary: Amazon CodeDeploy Get Deployment Instance x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.GetDeploymentTarget: post: operationId: GetDeploymentTarget description: ' Returns information about a deployment target. ' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetDeploymentTargetOutput' examples: GetDeploymentTarget200Example: summary: Default GetDeploymentTarget 200 response x-microcks-default: true value: deploymentTarget: example-value '480': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: GetDeploymentTarget480Example: summary: Default GetDeploymentTarget 480 response x-microcks-default: true value: example-value '481': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: GetDeploymentTarget481Example: summary: Default GetDeploymentTarget 481 response x-microcks-default: true value: example-value '482': description: DeploymentDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentDoesNotExistException' examples: GetDeploymentTarget482Example: summary: Default GetDeploymentTarget 482 response x-microcks-default: true value: example-value '483': description: DeploymentNotStartedException content: application/json: schema: $ref: '#/components/schemas/DeploymentNotStartedException' examples: GetDeploymentTarget483Example: summary: Default GetDeploymentTarget 483 response x-microcks-default: true value: example-value '484': description: DeploymentTargetIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentTargetIdRequiredException' examples: GetDeploymentTarget484Example: summary: Default GetDeploymentTarget 484 response x-microcks-default: true value: example-value '485': description: InvalidDeploymentTargetIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentTargetIdException' examples: GetDeploymentTarget485Example: summary: Default GetDeploymentTarget 485 response x-microcks-default: true value: example-value '486': description: DeploymentTargetDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentTargetDoesNotExistException' examples: GetDeploymentTarget486Example: summary: Default GetDeploymentTarget 486 response x-microcks-default: true value: example-value '487': description: InvalidInstanceNameException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceNameException' examples: GetDeploymentTarget487Example: summary: Default GetDeploymentTarget 487 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/GetDeploymentTargetInput' examples: GetDeploymentTargetRequestExample: summary: Default GetDeploymentTarget request x-microcks-default: true value: deploymentId: '500123' targetId: '500123' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.GetDeploymentTarget summary: Amazon CodeDeploy Get Deployment Target x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.GetOnPremisesInstance: post: operationId: GetOnPremisesInstance description: ' Gets information about an on-premises instance. ' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/GetOnPremisesInstanceOutput' examples: GetOnPremisesInstance200Example: summary: Default GetOnPremisesInstance 200 response x-microcks-default: true value: instanceInfo: example-value '480': description: InstanceNameRequiredException content: application/json: schema: $ref: '#/components/schemas/InstanceNameRequiredException' examples: GetOnPremisesInstance480Example: summary: Default GetOnPremisesInstance 480 response x-microcks-default: true value: example-value '481': description: InstanceNotRegisteredException content: application/json: schema: $ref: '#/components/schemas/InstanceNotRegisteredException' examples: GetOnPremisesInstance481Example: summary: Default GetOnPremisesInstance 481 response x-microcks-default: true value: example-value '482': description: InvalidInstanceNameException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceNameException' examples: GetOnPremisesInstance482Example: summary: Default GetOnPremisesInstance 482 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/GetOnPremisesInstanceInput' examples: GetOnPremisesInstanceRequestExample: summary: Default GetOnPremisesInstance request x-microcks-default: true value: instanceName: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.GetOnPremisesInstance summary: Amazon CodeDeploy Get on Premises Instance x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.ListApplicationRevisions: post: operationId: ListApplicationRevisions description: Lists information about revisions for an application. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListApplicationRevisionsOutput' examples: ListApplicationRevisions200Example: summary: Default ListApplicationRevisions 200 response x-microcks-default: true value: revisions: example-value nextToken: example-value '480': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: ListApplicationRevisions480Example: summary: Default ListApplicationRevisions 480 response x-microcks-default: true value: example-value '481': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: ListApplicationRevisions481Example: summary: Default ListApplicationRevisions 481 response x-microcks-default: true value: example-value '482': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: ListApplicationRevisions482Example: summary: Default ListApplicationRevisions 482 response x-microcks-default: true value: example-value '483': description: InvalidSortByException content: application/json: schema: $ref: '#/components/schemas/InvalidSortByException' examples: ListApplicationRevisions483Example: summary: Default ListApplicationRevisions 483 response x-microcks-default: true value: example-value '484': description: InvalidSortOrderException content: application/json: schema: $ref: '#/components/schemas/InvalidSortOrderException' examples: ListApplicationRevisions484Example: summary: Default ListApplicationRevisions 484 response x-microcks-default: true value: example-value '485': description: InvalidBucketNameFilterException content: application/json: schema: $ref: '#/components/schemas/InvalidBucketNameFilterException' examples: ListApplicationRevisions485Example: summary: Default ListApplicationRevisions 485 response x-microcks-default: true value: example-value '486': description: InvalidKeyPrefixFilterException content: application/json: schema: $ref: '#/components/schemas/InvalidKeyPrefixFilterException' examples: ListApplicationRevisions486Example: summary: Default ListApplicationRevisions 486 response x-microcks-default: true value: example-value '487': description: BucketNameFilterRequiredException content: application/json: schema: $ref: '#/components/schemas/BucketNameFilterRequiredException' examples: ListApplicationRevisions487Example: summary: Default ListApplicationRevisions 487 response x-microcks-default: true value: example-value '488': description: InvalidDeployedStateFilterException content: application/json: schema: $ref: '#/components/schemas/InvalidDeployedStateFilterException' examples: ListApplicationRevisions488Example: summary: Default ListApplicationRevisions 488 response x-microcks-default: true value: example-value '489': description: InvalidNextTokenException content: application/json: schema: $ref: '#/components/schemas/InvalidNextTokenException' examples: ListApplicationRevisions489Example: summary: Default ListApplicationRevisions 489 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListApplicationRevisionsInput' examples: ListApplicationRevisionsRequestExample: summary: Default ListApplicationRevisions request x-microcks-default: true value: applicationName: example-resource sortBy: example-value sortOrder: example-value s3Bucket: example-value s3KeyPrefix: example-value deployed: example-value nextToken: example-value parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.ListApplicationRevisions summary: Amazon CodeDeploy List Application Revisions x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.ListApplications: post: operationId: ListApplications description: Lists the applications registered with the IAM user or Amazon Web Services account. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListApplicationsOutput' examples: ListApplications200Example: summary: Default ListApplications 200 response x-microcks-default: true value: applications: example-value nextToken: example-value '480': description: InvalidNextTokenException content: application/json: schema: $ref: '#/components/schemas/InvalidNextTokenException' examples: ListApplications480Example: summary: Default ListApplications 480 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListApplicationsInput' examples: ListApplicationsRequestExample: summary: Default ListApplications request x-microcks-default: true value: nextToken: example-value parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.ListApplications summary: Amazon CodeDeploy List Applications x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.ListDeploymentConfigs: post: operationId: ListDeploymentConfigs description: Lists the deployment configurations with the IAM user or Amazon Web Services account. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListDeploymentConfigsOutput' examples: ListDeploymentConfigs200Example: summary: Default ListDeploymentConfigs 200 response x-microcks-default: true value: deploymentConfigsList: example-value nextToken: example-value '480': description: InvalidNextTokenException content: application/json: schema: $ref: '#/components/schemas/InvalidNextTokenException' examples: ListDeploymentConfigs480Example: summary: Default ListDeploymentConfigs 480 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListDeploymentConfigsInput' examples: ListDeploymentConfigsRequestExample: summary: Default ListDeploymentConfigs request x-microcks-default: true value: nextToken: example-value parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.ListDeploymentConfigs summary: Amazon CodeDeploy List Deployment Configs x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.ListDeploymentGroups: post: operationId: ListDeploymentGroups description: Lists the deployment groups for an application registered with the IAM user or Amazon Web Services account. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListDeploymentGroupsOutput' examples: ListDeploymentGroups200Example: summary: Default ListDeploymentGroups 200 response x-microcks-default: true value: applicationName: example-resource deploymentGroups: example-value nextToken: example-value '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: ListDeploymentGroups480Example: summary: Default ListDeploymentGroups 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: ListDeploymentGroups481Example: summary: Default ListDeploymentGroups 481 response x-microcks-default: true value: example-value '482': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: ListDeploymentGroups482Example: summary: Default ListDeploymentGroups 482 response x-microcks-default: true value: example-value '483': description: InvalidNextTokenException content: application/json: schema: $ref: '#/components/schemas/InvalidNextTokenException' examples: ListDeploymentGroups483Example: summary: Default ListDeploymentGroups 483 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListDeploymentGroupsInput' examples: ListDeploymentGroupsRequestExample: summary: Default ListDeploymentGroups request x-microcks-default: true value: applicationName: example-resource nextToken: example-value parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.ListDeploymentGroups summary: Amazon CodeDeploy List Deployment Groups x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.ListDeploymentInstances: post: deprecated: true operationId: ListDeploymentInstances description:

The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda.

Lists the instance for a deployment associated with the IAM user or Amazon Web Services account.

responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListDeploymentInstancesOutput' examples: ListDeploymentInstances200Example: summary: Default ListDeploymentInstances 200 response x-microcks-default: true value: instancesList: example-value nextToken: example-value '480': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: ListDeploymentInstances480Example: summary: Default ListDeploymentInstances 480 response x-microcks-default: true value: example-value '481': description: DeploymentDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentDoesNotExistException' examples: ListDeploymentInstances481Example: summary: Default ListDeploymentInstances 481 response x-microcks-default: true value: example-value '482': description: DeploymentNotStartedException content: application/json: schema: $ref: '#/components/schemas/DeploymentNotStartedException' examples: ListDeploymentInstances482Example: summary: Default ListDeploymentInstances 482 response x-microcks-default: true value: example-value '483': description: InvalidNextTokenException content: application/json: schema: $ref: '#/components/schemas/InvalidNextTokenException' examples: ListDeploymentInstances483Example: summary: Default ListDeploymentInstances 483 response x-microcks-default: true value: example-value '484': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: ListDeploymentInstances484Example: summary: Default ListDeploymentInstances 484 response x-microcks-default: true value: example-value '485': description: InvalidInstanceStatusException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceStatusException' examples: ListDeploymentInstances485Example: summary: Default ListDeploymentInstances 485 response x-microcks-default: true value: example-value '486': description: InvalidInstanceTypeException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceTypeException' examples: ListDeploymentInstances486Example: summary: Default ListDeploymentInstances 486 response x-microcks-default: true value: example-value '487': description: InvalidDeploymentInstanceTypeException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentInstanceTypeException' examples: ListDeploymentInstances487Example: summary: Default ListDeploymentInstances 487 response x-microcks-default: true value: example-value '488': description: InvalidTargetFilterNameException content: application/json: schema: $ref: '#/components/schemas/InvalidTargetFilterNameException' examples: ListDeploymentInstances488Example: summary: Default ListDeploymentInstances 488 response x-microcks-default: true value: example-value '489': description: InvalidComputePlatformException content: application/json: schema: $ref: '#/components/schemas/InvalidComputePlatformException' examples: ListDeploymentInstances489Example: summary: Default ListDeploymentInstances 489 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListDeploymentInstancesInput' examples: ListDeploymentInstancesRequestExample: summary: Default ListDeploymentInstances request x-microcks-default: true value: deploymentId: '500123' nextToken: example-value instanceStatusFilter: ACTIVE instanceTypeFilter: STANDARD parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.ListDeploymentInstances summary: Amazon CodeDeploy List Deployment Instances x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.ListDeploymentTargets: post: operationId: ListDeploymentTargets description: ' Returns an array of target IDs that are associated a deployment. ' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListDeploymentTargetsOutput' examples: ListDeploymentTargets200Example: summary: Default ListDeploymentTargets 200 response x-microcks-default: true value: targetIds: '500123' nextToken: example-value '480': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: ListDeploymentTargets480Example: summary: Default ListDeploymentTargets 480 response x-microcks-default: true value: example-value '481': description: DeploymentDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentDoesNotExistException' examples: ListDeploymentTargets481Example: summary: Default ListDeploymentTargets 481 response x-microcks-default: true value: example-value '482': description: DeploymentNotStartedException content: application/json: schema: $ref: '#/components/schemas/DeploymentNotStartedException' examples: ListDeploymentTargets482Example: summary: Default ListDeploymentTargets 482 response x-microcks-default: true value: example-value '483': description: InvalidNextTokenException content: application/json: schema: $ref: '#/components/schemas/InvalidNextTokenException' examples: ListDeploymentTargets483Example: summary: Default ListDeploymentTargets 483 response x-microcks-default: true value: example-value '484': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: ListDeploymentTargets484Example: summary: Default ListDeploymentTargets 484 response x-microcks-default: true value: example-value '485': description: InvalidInstanceStatusException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceStatusException' examples: ListDeploymentTargets485Example: summary: Default ListDeploymentTargets 485 response x-microcks-default: true value: example-value '486': description: InvalidInstanceTypeException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceTypeException' examples: ListDeploymentTargets486Example: summary: Default ListDeploymentTargets 486 response x-microcks-default: true value: example-value '487': description: InvalidDeploymentInstanceTypeException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentInstanceTypeException' examples: ListDeploymentTargets487Example: summary: Default ListDeploymentTargets 487 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListDeploymentTargetsInput' examples: ListDeploymentTargetsRequestExample: summary: Default ListDeploymentTargets request x-microcks-default: true value: deploymentId: '500123' nextToken: example-value targetFilters: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.ListDeploymentTargets summary: Amazon CodeDeploy List Deployment Targets x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.ListDeployments: post: operationId: ListDeployments description: Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web Services account. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListDeploymentsOutput' examples: ListDeployments200Example: summary: Default ListDeployments 200 response x-microcks-default: true value: deployments: example-value nextToken: example-value '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: ListDeployments480Example: summary: Default ListDeployments 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: ListDeployments481Example: summary: Default ListDeployments 481 response x-microcks-default: true value: example-value '482': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: ListDeployments482Example: summary: Default ListDeployments 482 response x-microcks-default: true value: example-value '483': description: InvalidDeploymentGroupNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentGroupNameException' examples: ListDeployments483Example: summary: Default ListDeployments 483 response x-microcks-default: true value: example-value '484': description: DeploymentGroupDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupDoesNotExistException' examples: ListDeployments484Example: summary: Default ListDeployments 484 response x-microcks-default: true value: example-value '485': description: DeploymentGroupNameRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupNameRequiredException' examples: ListDeployments485Example: summary: Default ListDeployments 485 response x-microcks-default: true value: example-value '486': description: InvalidTimeRangeException content: application/json: schema: $ref: '#/components/schemas/InvalidTimeRangeException' examples: ListDeployments486Example: summary: Default ListDeployments 486 response x-microcks-default: true value: example-value '487': description: InvalidDeploymentStatusException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentStatusException' examples: ListDeployments487Example: summary: Default ListDeployments 487 response x-microcks-default: true value: example-value '488': description: InvalidNextTokenException content: application/json: schema: $ref: '#/components/schemas/InvalidNextTokenException' examples: ListDeployments488Example: summary: Default ListDeployments 488 response x-microcks-default: true value: example-value '489': description: InvalidExternalIdException content: application/json: schema: $ref: '#/components/schemas/InvalidExternalIdException' examples: ListDeployments489Example: summary: Default ListDeployments 489 response x-microcks-default: true value: example-value '490': description: InvalidInputException content: application/json: schema: $ref: '#/components/schemas/InvalidInputException' examples: ListDeployments490Example: summary: Default ListDeployments 490 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListDeploymentsInput' examples: ListDeploymentsRequestExample: summary: Default ListDeployments request x-microcks-default: true value: applicationName: example-resource deploymentGroupName: example-resource externalId: '500123' includeOnlyStatuses: ACTIVE createTimeRange: example-value nextToken: example-value parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.ListDeployments summary: Amazon CodeDeploy List Deployments x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.ListGitHubAccountTokenNames: post: operationId: ListGitHubAccountTokenNames description: Lists the names of stored connections to GitHub accounts. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListGitHubAccountTokenNamesOutput' examples: ListGitHubAccountTokenNames200Example: summary: Default ListGitHubAccountTokenNames 200 response x-microcks-default: true value: tokenNameList: example-resource nextToken: example-value '480': description: InvalidNextTokenException content: application/json: schema: $ref: '#/components/schemas/InvalidNextTokenException' examples: ListGitHubAccountTokenNames480Example: summary: Default ListGitHubAccountTokenNames 480 response x-microcks-default: true value: example-resource '481': description: ResourceValidationException content: application/json: schema: $ref: '#/components/schemas/ResourceValidationException' examples: ListGitHubAccountTokenNames481Example: summary: Default ListGitHubAccountTokenNames 481 response x-microcks-default: true value: example-resource '482': description: OperationNotSupportedException content: application/json: schema: $ref: '#/components/schemas/OperationNotSupportedException' examples: ListGitHubAccountTokenNames482Example: summary: Default ListGitHubAccountTokenNames 482 response x-microcks-default: true value: example-resource requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListGitHubAccountTokenNamesInput' examples: ListGitHubAccountTokenNamesRequestExample: summary: Default ListGitHubAccountTokenNames request x-microcks-default: true value: nextToken: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.ListGitHubAccountTokenNames summary: Amazon CodeDeploy List Git Hub Account Token Names x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.ListOnPremisesInstances: post: operationId: ListOnPremisesInstances description: '

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

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

' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListOnPremisesInstancesOutput' examples: ListOnPremisesInstances200Example: summary: Default ListOnPremisesInstances 200 response x-microcks-default: true value: instanceNames: example-resource nextToken: example-value '480': description: InvalidRegistrationStatusException content: application/json: schema: $ref: '#/components/schemas/InvalidRegistrationStatusException' examples: ListOnPremisesInstances480Example: summary: Default ListOnPremisesInstances 480 response x-microcks-default: true value: example-value '481': description: InvalidTagFilterException content: application/json: schema: $ref: '#/components/schemas/InvalidTagFilterException' examples: ListOnPremisesInstances481Example: summary: Default ListOnPremisesInstances 481 response x-microcks-default: true value: example-value '482': description: InvalidNextTokenException content: application/json: schema: $ref: '#/components/schemas/InvalidNextTokenException' examples: ListOnPremisesInstances482Example: summary: Default ListOnPremisesInstances 482 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListOnPremisesInstancesInput' examples: ListOnPremisesInstancesRequestExample: summary: Default ListOnPremisesInstances request x-microcks-default: true value: registrationStatus: ACTIVE tagFilters: example-value nextToken: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.ListOnPremisesInstances summary: Amazon CodeDeploy List on Premises Instances x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.ListTagsForResource: post: operationId: ListTagsForResource description: ' Returns a list of tags for the resource identified by a specified Amazon Resource Name (ARN). Tags are used to organize and categorize your CodeDeploy resources. ' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/ListTagsForResourceOutput' examples: ListTagsForResource200Example: summary: Default ListTagsForResource 200 response x-microcks-default: true value: Tags: example-value NextToken: example-value '480': description: ArnNotSupportedException content: application/json: schema: $ref: '#/components/schemas/ArnNotSupportedException' examples: ListTagsForResource480Example: summary: Default ListTagsForResource 480 response x-microcks-default: true value: example-value '481': description: InvalidArnException content: application/json: schema: $ref: '#/components/schemas/InvalidArnException' examples: ListTagsForResource481Example: summary: Default ListTagsForResource 481 response x-microcks-default: true value: example-value '482': description: ResourceArnRequiredException content: application/json: schema: $ref: '#/components/schemas/ResourceArnRequiredException' examples: ListTagsForResource482Example: summary: Default ListTagsForResource 482 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/ListTagsForResourceInput' examples: ListTagsForResourceRequestExample: summary: Default ListTagsForResource request x-microcks-default: true value: ResourceArn: arn:aws:service:us-east-1:123456789012:resource/example NextToken: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.ListTagsForResource summary: Amazon CodeDeploy List Tags for Resource x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.PutLifecycleEventHookExecutionStatus: post: operationId: PutLifecycleEventHookExecutionStatus description: ' Sets the result of a Lambda validation function. The function validates lifecycle hooks during a deployment that uses the Lambda or Amazon ECS compute platform. For Lambda deployments, the available lifecycle hooks are BeforeAllowTraffic and AfterAllowTraffic. For Amazon ECS deployments, the available lifecycle hooks are BeforeInstall, AfterInstall, AfterAllowTestTraffic, BeforeAllowTraffic, and AfterAllowTraffic. Lambda validation functions return Succeeded or Failed. For more information, see AppSpec ''hooks'' Section for an Lambda Deployment and AppSpec ''hooks'' Section for an Amazon ECS Deployment.' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/PutLifecycleEventHookExecutionStatusOutput' examples: PutLifecycleEventHookExecutionStatus200Example: summary: Default PutLifecycleEventHookExecutionStatus 200 response x-microcks-default: true value: lifecycleEventHookExecutionId: '500123' '480': description: InvalidLifecycleEventHookExecutionStatusException content: application/json: schema: $ref: '#/components/schemas/InvalidLifecycleEventHookExecutionStatusException' examples: PutLifecycleEventHookExecutionStatus480Example: summary: Default PutLifecycleEventHookExecutionStatus 480 response x-microcks-default: true value: ACTIVE '481': description: InvalidLifecycleEventHookExecutionIdException content: application/json: schema: $ref: '#/components/schemas/InvalidLifecycleEventHookExecutionIdException' examples: PutLifecycleEventHookExecutionStatus481Example: summary: Default PutLifecycleEventHookExecutionStatus 481 response x-microcks-default: true value: ACTIVE '482': description: LifecycleEventAlreadyCompletedException content: application/json: schema: $ref: '#/components/schemas/LifecycleEventAlreadyCompletedException' examples: PutLifecycleEventHookExecutionStatus482Example: summary: Default PutLifecycleEventHookExecutionStatus 482 response x-microcks-default: true value: ACTIVE '483': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: PutLifecycleEventHookExecutionStatus483Example: summary: Default PutLifecycleEventHookExecutionStatus 483 response x-microcks-default: true value: ACTIVE '484': description: DeploymentDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentDoesNotExistException' examples: PutLifecycleEventHookExecutionStatus484Example: summary: Default PutLifecycleEventHookExecutionStatus 484 response x-microcks-default: true value: ACTIVE '485': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: PutLifecycleEventHookExecutionStatus485Example: summary: Default PutLifecycleEventHookExecutionStatus 485 response x-microcks-default: true value: ACTIVE '486': description: UnsupportedActionForDeploymentTypeException content: application/json: schema: $ref: '#/components/schemas/UnsupportedActionForDeploymentTypeException' examples: PutLifecycleEventHookExecutionStatus486Example: summary: Default PutLifecycleEventHookExecutionStatus 486 response x-microcks-default: true value: ACTIVE requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/PutLifecycleEventHookExecutionStatusInput' examples: PutLifecycleEventHookExecutionStatusRequestExample: summary: Default PutLifecycleEventHookExecutionStatus request x-microcks-default: true value: deploymentId: '500123' lifecycleEventHookExecutionId: '500123' status: ACTIVE parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.PutLifecycleEventHookExecutionStatus summary: Amazon CodeDeploy Put Lifecycle Event Hook Execution Status x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.RegisterApplicationRevision: post: operationId: RegisterApplicationRevision description: Registers with CodeDeploy a revision for the specified application. responses: '200': description: Success '480': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: RegisterApplicationRevision480Example: summary: Default RegisterApplicationRevision 480 response x-microcks-default: true value: example-value '481': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: RegisterApplicationRevision481Example: summary: Default RegisterApplicationRevision 481 response x-microcks-default: true value: example-value '482': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: RegisterApplicationRevision482Example: summary: Default RegisterApplicationRevision 482 response x-microcks-default: true value: example-value '483': description: DescriptionTooLongException content: application/json: schema: $ref: '#/components/schemas/DescriptionTooLongException' examples: RegisterApplicationRevision483Example: summary: Default RegisterApplicationRevision 483 response x-microcks-default: true value: example-value '484': description: RevisionRequiredException content: application/json: schema: $ref: '#/components/schemas/RevisionRequiredException' examples: RegisterApplicationRevision484Example: summary: Default RegisterApplicationRevision 484 response x-microcks-default: true value: example-value '485': description: InvalidRevisionException content: application/json: schema: $ref: '#/components/schemas/InvalidRevisionException' examples: RegisterApplicationRevision485Example: summary: Default RegisterApplicationRevision 485 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/RegisterApplicationRevisionInput' examples: RegisterApplicationRevisionRequestExample: summary: Default RegisterApplicationRevision request x-microcks-default: true value: applicationName: example-resource description: Example description revision: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.RegisterApplicationRevision summary: Amazon CodeDeploy Register Application Revision x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.RegisterOnPremisesInstance: post: operationId: RegisterOnPremisesInstance description:

Registers an on-premises instance.

Only one IAM ARN (an IAM session ARN or IAM user ARN) is supported in the request. You cannot use both.

responses: '200': description: Success '480': description: InstanceNameAlreadyRegisteredException content: application/json: schema: $ref: '#/components/schemas/InstanceNameAlreadyRegisteredException' examples: RegisterOnPremisesInstance480Example: summary: Default RegisterOnPremisesInstance 480 response x-microcks-default: true value: example-value '481': description: IamArnRequiredException content: application/json: schema: $ref: '#/components/schemas/IamArnRequiredException' examples: RegisterOnPremisesInstance481Example: summary: Default RegisterOnPremisesInstance 481 response x-microcks-default: true value: example-value '482': description: IamSessionArnAlreadyRegisteredException content: application/json: schema: $ref: '#/components/schemas/IamSessionArnAlreadyRegisteredException' examples: RegisterOnPremisesInstance482Example: summary: Default RegisterOnPremisesInstance 482 response x-microcks-default: true value: example-value '483': description: IamUserArnAlreadyRegisteredException content: application/json: schema: $ref: '#/components/schemas/IamUserArnAlreadyRegisteredException' examples: RegisterOnPremisesInstance483Example: summary: Default RegisterOnPremisesInstance 483 response x-microcks-default: true value: example-value '484': description: InstanceNameRequiredException content: application/json: schema: $ref: '#/components/schemas/InstanceNameRequiredException' examples: RegisterOnPremisesInstance484Example: summary: Default RegisterOnPremisesInstance 484 response x-microcks-default: true value: example-value '485': description: IamUserArnRequiredException content: application/json: schema: $ref: '#/components/schemas/IamUserArnRequiredException' examples: RegisterOnPremisesInstance485Example: summary: Default RegisterOnPremisesInstance 485 response x-microcks-default: true value: example-value '486': description: InvalidInstanceNameException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceNameException' examples: RegisterOnPremisesInstance486Example: summary: Default RegisterOnPremisesInstance 486 response x-microcks-default: true value: example-value '487': description: InvalidIamSessionArnException content: application/json: schema: $ref: '#/components/schemas/InvalidIamSessionArnException' examples: RegisterOnPremisesInstance487Example: summary: Default RegisterOnPremisesInstance 487 response x-microcks-default: true value: example-value '488': description: InvalidIamUserArnException content: application/json: schema: $ref: '#/components/schemas/InvalidIamUserArnException' examples: RegisterOnPremisesInstance488Example: summary: Default RegisterOnPremisesInstance 488 response x-microcks-default: true value: example-value '489': description: MultipleIamArnsProvidedException content: application/json: schema: $ref: '#/components/schemas/MultipleIamArnsProvidedException' examples: RegisterOnPremisesInstance489Example: summary: Default RegisterOnPremisesInstance 489 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/RegisterOnPremisesInstanceInput' examples: RegisterOnPremisesInstanceRequestExample: summary: Default RegisterOnPremisesInstance request x-microcks-default: true value: instanceName: example-resource iamSessionArn: arn:aws:service:us-east-1:123456789012:resource/example iamUserArn: arn:aws:service:us-east-1:123456789012:resource/example parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.RegisterOnPremisesInstance summary: Amazon CodeDeploy Register on Premises Instance x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.RemoveTagsFromOnPremisesInstances: post: operationId: RemoveTagsFromOnPremisesInstances description: Removes one or more tags from one or more on-premises instances. responses: '200': description: Success '480': description: InstanceNameRequiredException content: application/json: schema: $ref: '#/components/schemas/InstanceNameRequiredException' examples: RemoveTagsFromOnPremisesInstances480Example: summary: Default RemoveTagsFromOnPremisesInstances 480 response x-microcks-default: true value: example-value '481': description: InvalidInstanceNameException content: application/json: schema: $ref: '#/components/schemas/InvalidInstanceNameException' examples: RemoveTagsFromOnPremisesInstances481Example: summary: Default RemoveTagsFromOnPremisesInstances 481 response x-microcks-default: true value: example-value '482': description: TagRequiredException content: application/json: schema: $ref: '#/components/schemas/TagRequiredException' examples: RemoveTagsFromOnPremisesInstances482Example: summary: Default RemoveTagsFromOnPremisesInstances 482 response x-microcks-default: true value: example-value '483': description: InvalidTagException content: application/json: schema: $ref: '#/components/schemas/InvalidTagException' examples: RemoveTagsFromOnPremisesInstances483Example: summary: Default RemoveTagsFromOnPremisesInstances 483 response x-microcks-default: true value: example-value '484': description: TagLimitExceededException content: application/json: schema: $ref: '#/components/schemas/TagLimitExceededException' examples: RemoveTagsFromOnPremisesInstances484Example: summary: Default RemoveTagsFromOnPremisesInstances 484 response x-microcks-default: true value: example-value '485': description: InstanceLimitExceededException content: application/json: schema: $ref: '#/components/schemas/InstanceLimitExceededException' examples: RemoveTagsFromOnPremisesInstances485Example: summary: Default RemoveTagsFromOnPremisesInstances 485 response x-microcks-default: true value: example-value '486': description: InstanceNotRegisteredException content: application/json: schema: $ref: '#/components/schemas/InstanceNotRegisteredException' examples: RemoveTagsFromOnPremisesInstances486Example: summary: Default RemoveTagsFromOnPremisesInstances 486 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/RemoveTagsFromOnPremisesInstancesInput' examples: RemoveTagsFromOnPremisesInstancesRequestExample: summary: Default RemoveTagsFromOnPremisesInstances request x-microcks-default: true value: tags: example-value instanceNames: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.RemoveTagsFromOnPremisesInstances summary: Amazon CodeDeploy Remove Tags from on Premises Instances x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.SkipWaitTimeForInstanceTermination: post: deprecated: true operationId: SkipWaitTimeForInstanceTermination description: 'In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.' responses: '200': description: Success '480': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: SkipWaitTimeForInstanceTermination480Example: summary: Default SkipWaitTimeForInstanceTermination 480 response x-microcks-default: true value: example-value '481': description: DeploymentDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentDoesNotExistException' examples: SkipWaitTimeForInstanceTermination481Example: summary: Default SkipWaitTimeForInstanceTermination 481 response x-microcks-default: true value: example-value '482': description: DeploymentAlreadyCompletedException content: application/json: schema: $ref: '#/components/schemas/DeploymentAlreadyCompletedException' examples: SkipWaitTimeForInstanceTermination482Example: summary: Default SkipWaitTimeForInstanceTermination 482 response x-microcks-default: true value: example-value '483': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: SkipWaitTimeForInstanceTermination483Example: summary: Default SkipWaitTimeForInstanceTermination 483 response x-microcks-default: true value: example-value '484': description: DeploymentNotStartedException content: application/json: schema: $ref: '#/components/schemas/DeploymentNotStartedException' examples: SkipWaitTimeForInstanceTermination484Example: summary: Default SkipWaitTimeForInstanceTermination 484 response x-microcks-default: true value: example-value '485': description: UnsupportedActionForDeploymentTypeException content: application/json: schema: $ref: '#/components/schemas/UnsupportedActionForDeploymentTypeException' examples: SkipWaitTimeForInstanceTermination485Example: summary: Default SkipWaitTimeForInstanceTermination 485 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/SkipWaitTimeForInstanceTerminationInput' examples: SkipWaitTimeForInstanceTerminationRequestExample: summary: Default SkipWaitTimeForInstanceTermination request x-microcks-default: true value: deploymentId: '500123' parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.SkipWaitTimeForInstanceTermination summary: Amazon CodeDeploy Skip Wait Time for Instance Termination x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.StopDeployment: post: operationId: StopDeployment description: Attempts to stop an ongoing deployment. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/StopDeploymentOutput' examples: StopDeployment200Example: summary: Default StopDeployment 200 response x-microcks-default: true value: status: ACTIVE statusMessage: ACTIVE '480': description: DeploymentIdRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentIdRequiredException' examples: StopDeployment480Example: summary: Default StopDeployment 480 response x-microcks-default: true value: example-value '481': description: DeploymentDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentDoesNotExistException' examples: StopDeployment481Example: summary: Default StopDeployment 481 response x-microcks-default: true value: example-value '482': description: DeploymentGroupDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupDoesNotExistException' examples: StopDeployment482Example: summary: Default StopDeployment 482 response x-microcks-default: true value: example-value '483': description: DeploymentAlreadyCompletedException content: application/json: schema: $ref: '#/components/schemas/DeploymentAlreadyCompletedException' examples: StopDeployment483Example: summary: Default StopDeployment 483 response x-microcks-default: true value: example-value '484': description: InvalidDeploymentIdException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentIdException' examples: StopDeployment484Example: summary: Default StopDeployment 484 response x-microcks-default: true value: example-value '485': description: UnsupportedActionForDeploymentTypeException content: application/json: schema: $ref: '#/components/schemas/UnsupportedActionForDeploymentTypeException' examples: StopDeployment485Example: summary: Default StopDeployment 485 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/StopDeploymentInput' examples: StopDeploymentRequestExample: summary: Default StopDeployment request x-microcks-default: true value: deploymentId: '500123' autoRollbackEnabled: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.StopDeployment summary: Amazon CodeDeploy Stop Deployment x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.TagResource: post: operationId: TagResource description: ' Associates the list of tags in the input Tags parameter with the resource identified by the ResourceArn input parameter. ' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/TagResourceOutput' examples: TagResource200Example: summary: Default TagResource 200 response x-microcks-default: true value: {} '480': description: ResourceArnRequiredException content: application/json: schema: $ref: '#/components/schemas/ResourceArnRequiredException' examples: TagResource480Example: summary: Default TagResource 480 response x-microcks-default: true value: example-value '481': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: TagResource481Example: summary: Default TagResource 481 response x-microcks-default: true value: example-value '482': description: DeploymentGroupDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupDoesNotExistException' examples: TagResource482Example: summary: Default TagResource 482 response x-microcks-default: true value: example-value '483': description: DeploymentConfigDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigDoesNotExistException' examples: TagResource483Example: summary: Default TagResource 483 response x-microcks-default: true value: example-value '484': description: TagRequiredException content: application/json: schema: $ref: '#/components/schemas/TagRequiredException' examples: TagResource484Example: summary: Default TagResource 484 response x-microcks-default: true value: example-value '485': description: InvalidTagsToAddException content: application/json: schema: $ref: '#/components/schemas/InvalidTagsToAddException' examples: TagResource485Example: summary: Default TagResource 485 response x-microcks-default: true value: example-value '486': description: ArnNotSupportedException content: application/json: schema: $ref: '#/components/schemas/ArnNotSupportedException' examples: TagResource486Example: summary: Default TagResource 486 response x-microcks-default: true value: example-value '487': description: InvalidArnException content: application/json: schema: $ref: '#/components/schemas/InvalidArnException' examples: TagResource487Example: summary: Default TagResource 487 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/TagResourceInput' examples: TagResourceRequestExample: summary: Default TagResource request x-microcks-default: true value: ResourceArn: arn:aws:service:us-east-1:123456789012:resource/example Tags: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.TagResource summary: Amazon CodeDeploy Tag Resource x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.UntagResource: post: operationId: UntagResource description: ' Disassociates a resource from a list of tags. The resource is identified by the ResourceArn input parameter. The tags are identified by the list of keys in the TagKeys input parameter. ' responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UntagResourceOutput' examples: UntagResource200Example: summary: Default UntagResource 200 response x-microcks-default: true value: {} '480': description: ResourceArnRequiredException content: application/json: schema: $ref: '#/components/schemas/ResourceArnRequiredException' examples: UntagResource480Example: summary: Default UntagResource 480 response x-microcks-default: true value: example-value '481': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: UntagResource481Example: summary: Default UntagResource 481 response x-microcks-default: true value: example-value '482': description: DeploymentGroupDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupDoesNotExistException' examples: UntagResource482Example: summary: Default UntagResource 482 response x-microcks-default: true value: example-value '483': description: DeploymentConfigDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigDoesNotExistException' examples: UntagResource483Example: summary: Default UntagResource 483 response x-microcks-default: true value: example-value '484': description: TagRequiredException content: application/json: schema: $ref: '#/components/schemas/TagRequiredException' examples: UntagResource484Example: summary: Default UntagResource 484 response x-microcks-default: true value: example-value '485': description: InvalidTagsToAddException content: application/json: schema: $ref: '#/components/schemas/InvalidTagsToAddException' examples: UntagResource485Example: summary: Default UntagResource 485 response x-microcks-default: true value: example-value '486': description: ArnNotSupportedException content: application/json: schema: $ref: '#/components/schemas/ArnNotSupportedException' examples: UntagResource486Example: summary: Default UntagResource 486 response x-microcks-default: true value: example-value '487': description: InvalidArnException content: application/json: schema: $ref: '#/components/schemas/InvalidArnException' examples: UntagResource487Example: summary: Default UntagResource 487 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UntagResourceInput' examples: UntagResourceRequestExample: summary: Default UntagResource request x-microcks-default: true value: ResourceArn: arn:aws:service:us-east-1:123456789012:resource/example TagKeys: example-value parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.UntagResource summary: Amazon CodeDeploy Untag Resource x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.UpdateApplication: post: operationId: UpdateApplication description: Changes the name of an application. responses: '200': description: Success '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: UpdateApplication480Example: summary: Default UpdateApplication 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: UpdateApplication481Example: summary: Default UpdateApplication 481 response x-microcks-default: true value: example-value '482': description: ApplicationAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/ApplicationAlreadyExistsException' examples: UpdateApplication482Example: summary: Default UpdateApplication 482 response x-microcks-default: true value: example-value '483': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: UpdateApplication483Example: summary: Default UpdateApplication 483 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateApplicationInput' examples: UpdateApplicationRequestExample: summary: Default UpdateApplication request x-microcks-default: true value: applicationName: example-resource newApplicationName: example-resource parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.UpdateApplication summary: Amazon CodeDeploy Update Application x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' /#X-Amz-Target=CodeDeploy_20141006.UpdateDeploymentGroup: post: operationId: UpdateDeploymentGroup description: Changes information about a deployment group. responses: '200': description: Success content: application/json: schema: $ref: '#/components/schemas/UpdateDeploymentGroupOutput' examples: UpdateDeploymentGroup200Example: summary: Default UpdateDeploymentGroup 200 response x-microcks-default: true value: hooksNotCleanedUp: example-value '480': description: ApplicationNameRequiredException content: application/json: schema: $ref: '#/components/schemas/ApplicationNameRequiredException' examples: UpdateDeploymentGroup480Example: summary: Default UpdateDeploymentGroup 480 response x-microcks-default: true value: example-value '481': description: InvalidApplicationNameException content: application/json: schema: $ref: '#/components/schemas/InvalidApplicationNameException' examples: UpdateDeploymentGroup481Example: summary: Default UpdateDeploymentGroup 481 response x-microcks-default: true value: example-value '482': description: ApplicationDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/ApplicationDoesNotExistException' examples: UpdateDeploymentGroup482Example: summary: Default UpdateDeploymentGroup 482 response x-microcks-default: true value: example-value '483': description: InvalidDeploymentGroupNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentGroupNameException' examples: UpdateDeploymentGroup483Example: summary: Default UpdateDeploymentGroup 483 response x-microcks-default: true value: example-value '484': description: DeploymentGroupAlreadyExistsException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupAlreadyExistsException' examples: UpdateDeploymentGroup484Example: summary: Default UpdateDeploymentGroup 484 response x-microcks-default: true value: example-value '485': description: DeploymentGroupNameRequiredException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupNameRequiredException' examples: UpdateDeploymentGroup485Example: summary: Default UpdateDeploymentGroup 485 response x-microcks-default: true value: example-value '486': description: DeploymentGroupDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentGroupDoesNotExistException' examples: UpdateDeploymentGroup486Example: summary: Default UpdateDeploymentGroup 486 response x-microcks-default: true value: example-value '487': description: InvalidEC2TagException content: application/json: schema: $ref: '#/components/schemas/InvalidEC2TagException' examples: UpdateDeploymentGroup487Example: summary: Default UpdateDeploymentGroup 487 response x-microcks-default: true value: example-value '488': description: InvalidTagException content: application/json: schema: $ref: '#/components/schemas/InvalidTagException' examples: UpdateDeploymentGroup488Example: summary: Default UpdateDeploymentGroup 488 response x-microcks-default: true value: example-value '489': description: InvalidAutoScalingGroupException content: application/json: schema: $ref: '#/components/schemas/InvalidAutoScalingGroupException' examples: UpdateDeploymentGroup489Example: summary: Default UpdateDeploymentGroup 489 response x-microcks-default: true value: example-value '490': description: InvalidDeploymentConfigNameException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentConfigNameException' examples: UpdateDeploymentGroup490Example: summary: Default UpdateDeploymentGroup 490 response x-microcks-default: true value: example-value '491': description: DeploymentConfigDoesNotExistException content: application/json: schema: $ref: '#/components/schemas/DeploymentConfigDoesNotExistException' examples: UpdateDeploymentGroup491Example: summary: Default UpdateDeploymentGroup 491 response x-microcks-default: true value: example-value '492': description: InvalidRoleException content: application/json: schema: $ref: '#/components/schemas/InvalidRoleException' examples: UpdateDeploymentGroup492Example: summary: Default UpdateDeploymentGroup 492 response x-microcks-default: true value: example-value '493': description: LifecycleHookLimitExceededException content: application/json: schema: $ref: '#/components/schemas/LifecycleHookLimitExceededException' examples: UpdateDeploymentGroup493Example: summary: Default UpdateDeploymentGroup 493 response x-microcks-default: true value: example-value '494': description: InvalidTriggerConfigException content: application/json: schema: $ref: '#/components/schemas/InvalidTriggerConfigException' examples: UpdateDeploymentGroup494Example: summary: Default UpdateDeploymentGroup 494 response x-microcks-default: true value: example-value '495': description: TriggerTargetsLimitExceededException content: application/json: schema: $ref: '#/components/schemas/TriggerTargetsLimitExceededException' examples: UpdateDeploymentGroup495Example: summary: Default UpdateDeploymentGroup 495 response x-microcks-default: true value: example-value '496': description: InvalidAlarmConfigException content: application/json: schema: $ref: '#/components/schemas/InvalidAlarmConfigException' examples: UpdateDeploymentGroup496Example: summary: Default UpdateDeploymentGroup 496 response x-microcks-default: true value: example-value '497': description: AlarmsLimitExceededException content: application/json: schema: $ref: '#/components/schemas/AlarmsLimitExceededException' examples: UpdateDeploymentGroup497Example: summary: Default UpdateDeploymentGroup 497 response x-microcks-default: true value: example-value '498': description: InvalidAutoRollbackConfigException content: application/json: schema: $ref: '#/components/schemas/InvalidAutoRollbackConfigException' examples: UpdateDeploymentGroup498Example: summary: Default UpdateDeploymentGroup 498 response x-microcks-default: true value: example-value '499': description: InvalidLoadBalancerInfoException content: application/json: schema: $ref: '#/components/schemas/InvalidLoadBalancerInfoException' examples: UpdateDeploymentGroup499Example: summary: Default UpdateDeploymentGroup 499 response x-microcks-default: true value: example-value '500': description: InvalidDeploymentStyleException content: application/json: schema: $ref: '#/components/schemas/InvalidDeploymentStyleException' examples: UpdateDeploymentGroup500Example: summary: Default UpdateDeploymentGroup 500 response x-microcks-default: true value: example-value '501': description: InvalidBlueGreenDeploymentConfigurationException content: application/json: schema: $ref: '#/components/schemas/InvalidBlueGreenDeploymentConfigurationException' examples: UpdateDeploymentGroup501Example: summary: Default UpdateDeploymentGroup 501 response x-microcks-default: true value: example-value '502': description: InvalidEC2TagCombinationException content: application/json: schema: $ref: '#/components/schemas/InvalidEC2TagCombinationException' examples: UpdateDeploymentGroup502Example: summary: Default UpdateDeploymentGroup 502 response x-microcks-default: true value: example-value '503': description: InvalidOnPremisesTagCombinationException content: application/json: schema: $ref: '#/components/schemas/InvalidOnPremisesTagCombinationException' examples: UpdateDeploymentGroup503Example: summary: Default UpdateDeploymentGroup 503 response x-microcks-default: true value: example-value '504': description: TagSetListLimitExceededException content: application/json: schema: $ref: '#/components/schemas/TagSetListLimitExceededException' examples: UpdateDeploymentGroup504Example: summary: Default UpdateDeploymentGroup 504 response x-microcks-default: true value: example-value '505': description: InvalidInputException content: application/json: schema: $ref: '#/components/schemas/InvalidInputException' examples: UpdateDeploymentGroup505Example: summary: Default UpdateDeploymentGroup 505 response x-microcks-default: true value: example-value '506': description: ThrottlingException content: application/json: schema: $ref: '#/components/schemas/ThrottlingException' examples: UpdateDeploymentGroup506Example: summary: Default UpdateDeploymentGroup 506 response x-microcks-default: true value: example-value '507': description: InvalidECSServiceException content: application/json: schema: $ref: '#/components/schemas/InvalidECSServiceException' examples: UpdateDeploymentGroup507Example: summary: Default UpdateDeploymentGroup 507 response x-microcks-default: true value: example-value '508': description: InvalidTargetGroupPairException content: application/json: schema: $ref: '#/components/schemas/InvalidTargetGroupPairException' examples: UpdateDeploymentGroup508Example: summary: Default UpdateDeploymentGroup 508 response x-microcks-default: true value: example-value '509': description: ECSServiceMappingLimitExceededException content: application/json: schema: $ref: '#/components/schemas/ECSServiceMappingLimitExceededException' examples: UpdateDeploymentGroup509Example: summary: Default UpdateDeploymentGroup 509 response x-microcks-default: true value: example-value '510': description: InvalidTrafficRoutingConfigurationException content: application/json: schema: $ref: '#/components/schemas/InvalidTrafficRoutingConfigurationException' examples: UpdateDeploymentGroup510Example: summary: Default UpdateDeploymentGroup 510 response x-microcks-default: true value: example-value requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/UpdateDeploymentGroupInput' examples: UpdateDeploymentGroupRequestExample: summary: Default UpdateDeploymentGroup request x-microcks-default: true value: applicationName: example-resource currentDeploymentGroupName: example-resource newDeploymentGroupName: example-resource deploymentConfigName: example-resource ec2TagFilters: example-value onPremisesInstanceTagFilters: example-value autoScalingGroups: example-value serviceRoleArn: arn:aws:service:us-east-1:123456789012:resource/example parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - CodeDeploy_20141006.UpdateDeploymentGroup summary: Amazon CodeDeploy Update Deployment Group x-microcks-operation: delay: 0 dispatcher: FALLBACK parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' - $ref: '#/components/parameters/X-Amz-Algorithm' - $ref: '#/components/parameters/X-Amz-Credential' - $ref: '#/components/parameters/X-Amz-Security-Token' - $ref: '#/components/parameters/X-Amz-Signature' - $ref: '#/components/parameters/X-Amz-SignedHeaders' components: parameters: X-Amz-Content-Sha256: name: X-Amz-Content-Sha256 in: header schema: type: string required: false X-Amz-Date: name: X-Amz-Date in: header schema: type: string required: false X-Amz-Algorithm: name: X-Amz-Algorithm in: header schema: type: string required: false X-Amz-Credential: name: X-Amz-Credential in: header schema: type: string required: false X-Amz-Security-Token: name: X-Amz-Security-Token in: header schema: type: string required: false X-Amz-Signature: name: X-Amz-Signature in: header schema: type: string required: false X-Amz-SignedHeaders: name: X-Amz-SignedHeaders in: header schema: type: string required: false securitySchemes: hmac: type: apiKey name: Authorization in: header description: Amazon Signature authorization v4 x-amazon-apigateway-authtype: awsSigv4 schemas: AddTagsToOnPremisesInstancesInput: type: object required: - tags - instanceNames title: AddTagsToOnPremisesInstancesInput properties: tags: allOf: - $ref: '#/components/schemas/TagList' - description:

The tag key-value pairs to add to the on-premises instances.

Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.

instanceNames: allOf: - $ref: '#/components/schemas/InstanceNameList' - description: The names of the on-premises instances to which to add tags. description: 'Represents the input of, and adds tags to, an on-premises instance operation.' InstanceNameRequiredException: {} InvalidInstanceNameException: {} TagRequiredException: {} InvalidTagException: {} TagLimitExceededException: {} InstanceLimitExceededException: {} InstanceNotRegisteredException: {} BatchGetApplicationRevisionsOutput: type: object properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of the application that corresponds to the revisions. errorMessage: allOf: - $ref: '#/components/schemas/ErrorMessage' - description: Information about errors that might have occurred during the API call. revisions: allOf: - $ref: '#/components/schemas/RevisionInfoList' - description: 'Additional information about the revisions, including the type and location.' description: Represents the output of a BatchGetApplicationRevisions operation. BatchGetApplicationRevisionsInput: type: object required: - applicationName - revisions title: BatchGetApplicationRevisionsInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of an CodeDeploy application about which to get revision information. revisions: allOf: - $ref: '#/components/schemas/RevisionLocationList' - description: 'An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.' description: Represents the input of a BatchGetApplicationRevisions operation. ApplicationDoesNotExistException: {} ApplicationNameRequiredException: {} InvalidApplicationNameException: {} RevisionRequiredException: {} InvalidRevisionException: {} BatchLimitExceededException: {} BatchGetApplicationsOutput: type: object properties: applicationsInfo: allOf: - $ref: '#/components/schemas/ApplicationsInfoList' - description: Information about the applications. description: Represents the output of a BatchGetApplications operation. BatchGetApplicationsInput: type: object required: - applicationNames title: BatchGetApplicationsInput properties: applicationNames: allOf: - $ref: '#/components/schemas/ApplicationsList' - description: A list of application names separated by spaces. The maximum number of application names you can specify is 100. description: Represents the input of a BatchGetApplications operation. BatchGetDeploymentGroupsOutput: type: object properties: deploymentGroupsInfo: allOf: - $ref: '#/components/schemas/DeploymentGroupInfoList' - description: Information about the deployment groups. errorMessage: allOf: - $ref: '#/components/schemas/ErrorMessage' - description: Information about errors that might have occurred during the API call. description: Represents the output of a BatchGetDeploymentGroups operation. BatchGetDeploymentGroupsInput: type: object required: - applicationName - deploymentGroupNames title: BatchGetDeploymentGroupsInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of an CodeDeploy application associated with the applicable IAM or Amazon Web Services account. deploymentGroupNames: allOf: - $ref: '#/components/schemas/DeploymentGroupsList' - description: The names of the deployment groups. description: Represents the input of a BatchGetDeploymentGroups operation. DeploymentGroupNameRequiredException: {} InvalidDeploymentGroupNameException: {} DeploymentConfigDoesNotExistException: {} BatchGetDeploymentInstancesOutput: type: object properties: instancesSummary: allOf: - $ref: '#/components/schemas/InstanceSummaryList' - description: Information about the instance. errorMessage: allOf: - $ref: '#/components/schemas/ErrorMessage' - description: Information about errors that might have occurred during the API call. description: Represents the output of a BatchGetDeploymentInstances operation. BatchGetDeploymentInstancesInput: type: object required: - deploymentId - instanceIds title: BatchGetDeploymentInstancesInput properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' instanceIds: allOf: - $ref: '#/components/schemas/InstancesList' - description: The unique IDs of instances used in the deployment. The maximum number of instance IDs you can specify is 25. description: ' Represents the input of a BatchGetDeploymentInstances operation. ' DeploymentIdRequiredException: {} DeploymentDoesNotExistException: {} InstanceIdRequiredException: {} InvalidDeploymentIdException: {} InvalidComputePlatformException: {} BatchGetDeploymentTargetsOutput: type: object properties: deploymentTargets: allOf: - $ref: '#/components/schemas/DeploymentTargetList' - description: '

A list of target objects for a deployment. Each target object contains details about the target, such as its status and lifecycle events. The type of the target objects depends on the deployment'' compute platform.

' BatchGetDeploymentTargetsInput: type: object title: BatchGetDeploymentTargetsInput properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' targetIds: allOf: - $ref: '#/components/schemas/TargetIdList' - description: '

The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats. The maximum number of deployment target IDs you can specify is 25.

' DeploymentNotStartedException: {} DeploymentTargetIdRequiredException: {} InvalidDeploymentTargetIdException: {} DeploymentTargetDoesNotExistException: {} DeploymentTargetListSizeExceededException: {} InstanceDoesNotExistException: {} BatchGetDeploymentsOutput: type: object properties: deploymentsInfo: allOf: - $ref: '#/components/schemas/DeploymentsInfoList' - description: ' Information about the deployments. ' description: ' Represents the output of a BatchGetDeployments operation. ' BatchGetDeploymentsInput: type: object required: - deploymentIds title: BatchGetDeploymentsInput properties: deploymentIds: allOf: - $ref: '#/components/schemas/DeploymentsList' - description: ' A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.' description: ' Represents the input of a BatchGetDeployments operation. ' BatchGetOnPremisesInstancesOutput: type: object properties: instanceInfos: allOf: - $ref: '#/components/schemas/InstanceInfoList' - description: Information about the on-premises instances. description: Represents the output of a BatchGetOnPremisesInstances operation. BatchGetOnPremisesInstancesInput: type: object required: - instanceNames title: BatchGetOnPremisesInstancesInput properties: instanceNames: allOf: - $ref: '#/components/schemas/InstanceNameList' - description: The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25. description: Represents the input of a BatchGetOnPremisesInstances operation. ContinueDeploymentInput: type: object title: ContinueDeploymentInput properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment. ' deploymentWaitType: allOf: - $ref: '#/components/schemas/DeploymentWaitType' - description: ' The status of the deployment''s waiting period. READY_WAIT indicates that the deployment is ready to start shifting traffic. TERMINATION_WAIT indicates that the traffic is shifted, but the original target is not terminated. ' DeploymentAlreadyCompletedException: {} DeploymentIsNotInReadyStateException: {} UnsupportedActionForDeploymentTypeException: {} InvalidDeploymentWaitTypeException: {} InvalidDeploymentStatusException: {} CreateApplicationOutput: type: object properties: applicationId: allOf: - $ref: '#/components/schemas/ApplicationId' - description: A unique application ID. description: Represents the output of a CreateApplication operation. CreateApplicationInput: type: object required: - applicationName title: CreateApplicationInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of the application. This name must be unique with the applicable IAM or Amazon Web Services account. computePlatform: allOf: - $ref: '#/components/schemas/ComputePlatform' - description: ' The destination platform type for the deployment (Lambda, Server, or ECS).' tags: allOf: - $ref: '#/components/schemas/TagList' - description: ' The metadata that you apply to CodeDeploy applications to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define. ' description: Represents the input of a CreateApplication operation. ApplicationAlreadyExistsException: {} ApplicationLimitExceededException: {} InvalidTagsToAddException: {} CreateDeploymentOutput: type: object properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' description: ' Represents the output of a CreateDeployment operation. ' CreateDeploymentInput: type: object required: - applicationName title: CreateDeploymentInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. deploymentGroupName: allOf: - $ref: '#/components/schemas/DeploymentGroupName' - description: The name of the deployment group. revision: allOf: - $ref: '#/components/schemas/RevisionLocation' - description: ' The type and location of the revision to deploy. ' deploymentConfigName: allOf: - $ref: '#/components/schemas/DeploymentConfigName' - description: '

The name of a deployment configuration associated with the IAM user or Amazon Web Services account.

If not specified, the value configured in the deployment group is used as the default. If the deployment group does not have a deployment configuration associated with it, CodeDeployDefault.OneAtATime is used by default.

' description: allOf: - $ref: '#/components/schemas/Description' - description: A comment about the deployment. ignoreApplicationStopFailures: allOf: - $ref: '#/components/schemas/Boolean' - description: '

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

During a deployment, the CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

' targetInstances: allOf: - $ref: '#/components/schemas/TargetInstances' - description: ' Information about the instances that belong to the replacement environment in a blue/green deployment. ' autoRollbackConfiguration: allOf: - $ref: '#/components/schemas/AutoRollbackConfiguration' - description: Configuration information for an automatic rollback that is added when a deployment is created. updateOutdatedInstancesOnly: allOf: - $ref: '#/components/schemas/Boolean' - description: ' Indicates whether to deploy to all instances or only to instances that are not running the latest application revision. ' fileExistsBehavior: allOf: - $ref: '#/components/schemas/FileExistsBehavior' - description: '

Information about how CodeDeploy handles files that already exist in a deployment target location but weren''t part of the previous successful deployment.

The fileExistsBehavior parameter takes any of the following values:

' overrideAlarmConfiguration: allOf: - $ref: '#/components/schemas/AlarmConfiguration' - description: '

Allows you to specify information about alarms associated with a deployment. The alarm configuration that you specify here will override the alarm configuration at the deployment group level. Consider overriding the alarm configuration if you have set up alarms at the deployment group level that are causing deployment failures. In this case, you would call CreateDeployment to create a new deployment that uses a previous application revision that is known to work, and set its alarm configuration to turn off alarm polling. Turning off alarm polling ensures that the new deployment proceeds without being blocked by the alarm that was generated by the previous, failed, deployment.

If you specify an overrideAlarmConfiguration, you need the UpdateDeploymentGroup IAM permission when calling CreateDeployment.

' description: Represents the input of a CreateDeployment operation. DeploymentGroupDoesNotExistException: {} RevisionDoesNotExistException: {} InvalidDeploymentConfigNameException: {} DescriptionTooLongException: {} DeploymentLimitExceededException: {} InvalidTargetInstancesException: {} InvalidAlarmConfigException: {} AlarmsLimitExceededException: {} InvalidAutoRollbackConfigException: {} InvalidLoadBalancerInfoException: {} InvalidFileExistsBehaviorException: {} InvalidRoleException: {} InvalidAutoScalingGroupException: {} ThrottlingException: {} InvalidUpdateOutdatedInstancesOnlyValueException: {} InvalidIgnoreApplicationStopFailuresValueException: {} InvalidGitHubAccountTokenException: {} InvalidTrafficRoutingConfigurationException: {} CreateDeploymentConfigOutput: type: object properties: deploymentConfigId: allOf: - $ref: '#/components/schemas/DeploymentConfigId' - description: A unique deployment configuration ID. description: Represents the output of a CreateDeploymentConfig operation. CreateDeploymentConfigInput: type: object required: - deploymentConfigName title: CreateDeploymentConfigInput properties: deploymentConfigName: allOf: - $ref: '#/components/schemas/DeploymentConfigName' - description: The name of the deployment configuration to create. minimumHealthyHosts: allOf: - $ref: '#/components/schemas/MinimumHealthyHosts' - description: '

The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.

The type parameter takes either of the following values:

The value parameter takes an integer.

For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.

' trafficRoutingConfig: allOf: - $ref: '#/components/schemas/TrafficRoutingConfig' - description: The configuration that specifies how the deployment traffic is routed. computePlatform: allOf: - $ref: '#/components/schemas/ComputePlatform' - description: 'The destination platform type for the deployment (Lambda, Server, or ECS).' description: Represents the input of a CreateDeploymentConfig operation. DeploymentConfigNameRequiredException: {} DeploymentConfigAlreadyExistsException: {} InvalidMinimumHealthyHostValueException: {} DeploymentConfigLimitExceededException: {} CreateDeploymentGroupOutput: type: object properties: deploymentGroupId: allOf: - $ref: '#/components/schemas/DeploymentGroupId' - description: A unique deployment group ID. description: Represents the output of a CreateDeploymentGroup operation. CreateDeploymentGroupInput: type: object required: - applicationName - deploymentGroupName - serviceRoleArn title: CreateDeploymentGroupInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. deploymentGroupName: allOf: - $ref: '#/components/schemas/DeploymentGroupName' - description: The name of a new deployment group for the specified application. deploymentConfigName: allOf: - $ref: '#/components/schemas/DeploymentConfigName' - description: '

If specified, the deployment configuration name can be either one of the predefined configurations provided with CodeDeploy or a custom deployment configuration that you create by calling the create deployment configuration operation.

CodeDeployDefault.OneAtATime is the default deployment configuration. It is used if a configuration isn''t specified for the deployment or deployment group.

For more information about the predefined deployment configurations in CodeDeploy, see Working with Deployment Configurations in CodeDeploy in the CodeDeploy User Guide.

' ec2TagFilters: allOf: - $ref: '#/components/schemas/EC2TagFilterList' - description: The Amazon EC2 tags on which to filter. The deployment group includes Amazon EC2 instances with any of the specified tags. Cannot be used in the same call as ec2TagSet. onPremisesInstanceTagFilters: allOf: - $ref: '#/components/schemas/TagFilterList' - description: The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags. Cannot be used in the same call as OnPremisesTagSet. autoScalingGroups: allOf: - $ref: '#/components/schemas/AutoScalingGroupNameList' - description: A list of associated Amazon EC2 Auto Scaling groups. serviceRoleArn: allOf: - $ref: '#/components/schemas/Role' - description: A service role Amazon Resource Name (ARN) that allows CodeDeploy to act on the user's behalf when interacting with Amazon Web Services services. triggerConfigurations: allOf: - $ref: '#/components/schemas/TriggerConfigList' - description: 'Information about triggers to create when the deployment group is created. For examples, see Create a Trigger for an CodeDeploy Event in the CodeDeploy User Guide.' alarmConfiguration: allOf: - $ref: '#/components/schemas/AlarmConfiguration' - description: Information to add about Amazon CloudWatch alarms when the deployment group is created. autoRollbackConfiguration: allOf: - $ref: '#/components/schemas/AutoRollbackConfiguration' - description: Configuration information for an automatic rollback that is added when a deployment group is created. outdatedInstancesStrategy: allOf: - $ref: '#/components/schemas/OutdatedInstancesStrategy' - description: '

Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.

If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more ''auto-update outdated instances'' deployments to apply the deployed application revision to the new Amazon EC2 instances.

If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.

' deploymentStyle: allOf: - $ref: '#/components/schemas/DeploymentStyle' - description: 'Information about the type of deployment, in-place or blue/green, that you want to run and whether to route deployment traffic behind a load balancer.' blueGreenDeploymentConfiguration: allOf: - $ref: '#/components/schemas/BlueGreenDeploymentConfiguration' - description: Information about blue/green deployment options for a deployment group. loadBalancerInfo: allOf: - $ref: '#/components/schemas/LoadBalancerInfo' - description: Information about the load balancer used in a deployment. ec2TagSet: allOf: - $ref: '#/components/schemas/EC2TagSet' - description: Information about groups of tags applied to Amazon EC2 instances. The deployment group includes only Amazon EC2 instances identified by all the tag groups. Cannot be used in the same call as ec2TagFilters. ecsServices: allOf: - $ref: '#/components/schemas/ECSServiceList' - description: ' The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>. ' onPremisesTagSet: allOf: - $ref: '#/components/schemas/OnPremisesTagSet' - description: Information about groups of tags applied to on-premises instances. The deployment group includes only on-premises instances identified by all of the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters. tags: allOf: - $ref: '#/components/schemas/TagList' - description: ' The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them. Each tag consists of a key and an optional value, both of which you define. ' description: Represents the input of a CreateDeploymentGroup operation. DeploymentGroupAlreadyExistsException: {} InvalidEC2TagException: {} RoleRequiredException: {} DeploymentGroupLimitExceededException: {} LifecycleHookLimitExceededException: {} InvalidTriggerConfigException: {} TriggerTargetsLimitExceededException: {} InvalidDeploymentStyleException: {} InvalidBlueGreenDeploymentConfigurationException: {} InvalidEC2TagCombinationException: {} InvalidOnPremisesTagCombinationException: {} TagSetListLimitExceededException: {} InvalidInputException: {} InvalidECSServiceException: {} InvalidTargetGroupPairException: {} ECSServiceMappingLimitExceededException: {} DeleteApplicationInput: type: object required: - applicationName title: DeleteApplicationInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. description: Represents the input of a DeleteApplication operation. DeleteDeploymentConfigInput: type: object required: - deploymentConfigName title: DeleteDeploymentConfigInput properties: deploymentConfigName: allOf: - $ref: '#/components/schemas/DeploymentConfigName' - description: The name of a deployment configuration associated with the IAM user or Amazon Web Services account. description: Represents the input of a DeleteDeploymentConfig operation. DeploymentConfigInUseException: {} InvalidOperationException: {} DeleteDeploymentGroupOutput: type: object properties: hooksNotCleanedUp: allOf: - $ref: '#/components/schemas/AutoScalingGroupList' - description: 'If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.' description: Represents the output of a DeleteDeploymentGroup operation. DeleteDeploymentGroupInput: type: object required: - applicationName - deploymentGroupName title: DeleteDeploymentGroupInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. deploymentGroupName: allOf: - $ref: '#/components/schemas/DeploymentGroupName' - description: The name of a deployment group for the specified application. description: Represents the input of a DeleteDeploymentGroup operation. DeleteGitHubAccountTokenOutput: type: object properties: tokenName: allOf: - $ref: '#/components/schemas/GitHubAccountTokenName' - description: The name of the GitHub account connection that was deleted. description: Represents the output of a DeleteGitHubAccountToken operation. DeleteGitHubAccountTokenInput: type: object title: DeleteGitHubAccountTokenInput properties: tokenName: allOf: - $ref: '#/components/schemas/GitHubAccountTokenName' - description: The name of the GitHub account connection to delete. description: Represents the input of a DeleteGitHubAccount operation. GitHubAccountTokenNameRequiredException: {} GitHubAccountTokenDoesNotExistException: {} InvalidGitHubAccountTokenNameException: {} ResourceValidationException: {} OperationNotSupportedException: {} DeleteResourcesByExternalIdOutput: type: object properties: {} DeleteResourcesByExternalIdInput: type: object title: DeleteResourcesByExternalIdInput properties: externalId: allOf: - $ref: '#/components/schemas/ExternalId' - description: 'The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.' DeregisterOnPremisesInstanceInput: type: object required: - instanceName title: DeregisterOnPremisesInstanceInput properties: instanceName: allOf: - $ref: '#/components/schemas/InstanceName' - description: The name of the on-premises instance to deregister. description: Represents the input of a DeregisterOnPremisesInstance operation. GetApplicationOutput: type: object properties: application: allOf: - $ref: '#/components/schemas/ApplicationInfo' - description: Information about the application. description: Represents the output of a GetApplication operation. GetApplicationInput: type: object required: - applicationName title: GetApplicationInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. description: Represents the input of a GetApplication operation. GetApplicationRevisionOutput: type: object properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of the application that corresponds to the revision. revision: allOf: - $ref: '#/components/schemas/RevisionLocation' - description: 'Additional information about the revision, including type and location.' revisionInfo: allOf: - $ref: '#/components/schemas/GenericRevisionInfo' - description: General information about the revision. description: Represents the output of a GetApplicationRevision operation. GetApplicationRevisionInput: type: object required: - applicationName - revision title: GetApplicationRevisionInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of the application that corresponds to the revision. revision: allOf: - $ref: '#/components/schemas/RevisionLocation' - description: 'Information about the application revision to get, including type and location.' description: Represents the input of a GetApplicationRevision operation. GetDeploymentOutput: type: object properties: deploymentInfo: allOf: - $ref: '#/components/schemas/DeploymentInfo' - description: Information about the deployment. description: Represents the output of a GetDeployment operation. GetDeploymentInput: type: object required: - deploymentId title: GetDeploymentInput properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment associated with the IAM user or Amazon Web Services account. ' description: Represents the input of a GetDeployment operation. GetDeploymentConfigOutput: type: object properties: deploymentConfigInfo: allOf: - $ref: '#/components/schemas/DeploymentConfigInfo' - description: Information about the deployment configuration. description: Represents the output of a GetDeploymentConfig operation. GetDeploymentConfigInput: type: object required: - deploymentConfigName title: GetDeploymentConfigInput properties: deploymentConfigName: allOf: - $ref: '#/components/schemas/DeploymentConfigName' - description: The name of a deployment configuration associated with the IAM user or Amazon Web Services account. description: Represents the input of a GetDeploymentConfig operation. GetDeploymentGroupOutput: type: object properties: deploymentGroupInfo: allOf: - $ref: '#/components/schemas/DeploymentGroupInfo' - description: Information about the deployment group. description: Represents the output of a GetDeploymentGroup operation. GetDeploymentGroupInput: type: object required: - applicationName - deploymentGroupName title: GetDeploymentGroupInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. deploymentGroupName: allOf: - $ref: '#/components/schemas/DeploymentGroupName' - description: The name of a deployment group for the specified application. description: Represents the input of a GetDeploymentGroup operation. GetDeploymentInstanceOutput: type: object properties: instanceSummary: allOf: - $ref: '#/components/schemas/InstanceSummary' - description: ' Information about the instance. ' description: ' Represents the output of a GetDeploymentInstance operation. ' GetDeploymentInstanceInput: type: object required: - deploymentId - instanceId title: GetDeploymentInstanceInput properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' instanceId: allOf: - $ref: '#/components/schemas/InstanceId' - description: ' The unique ID of an instance in the deployment group. ' description: ' Represents the input of a GetDeploymentInstance operation. ' GetDeploymentTargetOutput: type: object properties: deploymentTarget: allOf: - $ref: '#/components/schemas/DeploymentTarget' - description: ' A deployment target that contains information about a deployment such as its status, lifecycle events, and when it was last updated. It also contains metadata about the deployment target. The deployment target metadata depends on the deployment target''s type (instanceTarget, lambdaTarget, or ecsTarget). ' GetDeploymentTargetInput: type: object title: GetDeploymentTargetInput properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' targetId: allOf: - $ref: '#/components/schemas/TargetId' - description: ' The unique ID of a deployment target. ' GetOnPremisesInstanceOutput: type: object properties: instanceInfo: allOf: - $ref: '#/components/schemas/InstanceInfo' - description: ' Information about the on-premises instance. ' description: ' Represents the output of a GetOnPremisesInstance operation. ' GetOnPremisesInstanceInput: type: object required: - instanceName title: GetOnPremisesInstanceInput properties: instanceName: allOf: - $ref: '#/components/schemas/InstanceName' - description: ' The name of the on-premises instance about which to get information. ' description: ' Represents the input of a GetOnPremisesInstance operation. ' ListApplicationRevisionsOutput: type: object properties: revisions: allOf: - $ref: '#/components/schemas/RevisionLocationList' - description: A list of locations that contain the matching revisions. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.' description: Represents the output of a ListApplicationRevisions operation. ListApplicationRevisionsInput: type: object required: - applicationName title: ListApplicationRevisionsInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: ' The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. ' sortBy: allOf: - $ref: '#/components/schemas/ApplicationRevisionSortBy' - description: '

The column name to use to sort the list results:

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

' sortOrder: allOf: - $ref: '#/components/schemas/SortOrder' - description: '

The order in which to sort the list results:

If not specified, the results are sorted in ascending order.

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

' s3Bucket: allOf: - $ref: '#/components/schemas/S3Bucket' - description: '

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

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

' s3KeyPrefix: allOf: - $ref: '#/components/schemas/S3Key' - description: ' A key prefix for the set of Amazon S3 objects to limit the search for revisions. ' deployed: allOf: - $ref: '#/components/schemas/ListStateFilterAction' - description: '

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

' nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: An identifier returned from the previous ListApplicationRevisions call. It can be used to return the next set of applications in the list. description: ' Represents the input of a ListApplicationRevisions operation. ' InvalidSortByException: {} InvalidSortOrderException: {} InvalidBucketNameFilterException: {} InvalidKeyPrefixFilterException: {} BucketNameFilterRequiredException: {} InvalidDeployedStateFilterException: {} InvalidNextTokenException: {} ListApplicationsOutput: type: object properties: applications: allOf: - $ref: '#/components/schemas/ApplicationsList' - description: A list of application names. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: '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 in the list.' description: Represents the output of a ListApplications operation. ListApplicationsInput: type: object title: ListApplicationsInput properties: nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list. description: Represents the input of a ListApplications operation. ListDeploymentConfigsOutput: type: object properties: deploymentConfigsList: allOf: - $ref: '#/components/schemas/DeploymentConfigsList' - description: 'A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.' nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.' description: Represents the output of a ListDeploymentConfigs operation. ListDeploymentConfigsInput: type: object title: ListDeploymentConfigsInput properties: nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'An identifier returned from the previous ListDeploymentConfigs call. It can be used to return the next set of deployment configurations in the list. ' description: Represents the input of a ListDeploymentConfigs operation. ListDeploymentGroupsOutput: type: object properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The application name. deploymentGroups: allOf: - $ref: '#/components/schemas/DeploymentGroupsList' - description: A list of deployment group names. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: '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.' description: Represents the output of a ListDeploymentGroups operation. ListDeploymentGroupsInput: type: object required: - applicationName title: ListDeploymentGroupsInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list. description: Represents the input of a ListDeploymentGroups operation. ListDeploymentInstancesOutput: type: object properties: instancesList: allOf: - $ref: '#/components/schemas/InstancesList' - description: A list of instance IDs. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment instances call to return the next set of deployment instances in the list.' description: Represents the output of a ListDeploymentInstances operation. ListDeploymentInstancesInput: type: object required: - deploymentId title: ListDeploymentInstancesInput properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 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. instanceStatusFilter: allOf: - $ref: '#/components/schemas/InstanceStatusList' - description: '

A subset of instances to list by status:

' instanceTypeFilter: allOf: - $ref: '#/components/schemas/InstanceTypeList' - description: 'The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information.' description: ' Represents the input of a ListDeploymentInstances operation. ' InvalidInstanceStatusException: {} InvalidInstanceTypeException: {} InvalidDeploymentInstanceTypeException: {} InvalidTargetFilterNameException: {} ListDeploymentTargetsOutput: type: object properties: targetIds: allOf: - $ref: '#/components/schemas/TargetIdList' - description: ' The unique IDs of deployment targets. ' nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: ' If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent ListDeploymentTargets call to return the next set of deployment targets in the list. ' ListDeploymentTargetsInput: type: object title: ListDeploymentTargetsInput properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: ' A token identifier returned from the previous ListDeploymentTargets call. It can be used to return the next set of deployment targets in the list. ' targetFilters: allOf: - $ref: '#/components/schemas/TargetFilters' - description: '

A key used to filter the returned targets. The two valid values are:

' ListDeploymentsOutput: type: object properties: deployments: allOf: - $ref: '#/components/schemas/DeploymentsList' - description: A list of deployment IDs. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployments call to return the next set of deployments in the list.' description: Represents the output of a ListDeployments operation. ListDeploymentsInput: type: object title: ListDeploymentsInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: '

The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.

If applicationName is specified, then deploymentGroupName must be specified. If it is not specified, then deploymentGroupName must not be specified.

' deploymentGroupName: allOf: - $ref: '#/components/schemas/DeploymentGroupName' - description: '

The name of a deployment group for the specified application.

If deploymentGroupName is specified, then applicationName must be specified. If it is not specified, then applicationName must not be specified.

' externalId: allOf: - $ref: '#/components/schemas/ExternalId' - description: The unique ID of an external resource for returning deployments linked to the external resource. includeOnlyStatuses: allOf: - $ref: '#/components/schemas/DeploymentStatusList' - description: '

A subset of deployments to list by status:

' createTimeRange: allOf: - $ref: '#/components/schemas/TimeRange' - description: A time range (start and end) for returning a subset of the list of deployments. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: An identifier returned from the previous list deployments call. It can be used to return the next set of deployments in the list. description: Represents the input of a ListDeployments operation. InvalidTimeRangeException: {} InvalidExternalIdException: {} ListGitHubAccountTokenNamesOutput: type: object properties: tokenNameList: allOf: - $ref: '#/components/schemas/GitHubAccountTokenNameList' - description: A list of names of connections to GitHub accounts. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list. ' description: Represents the output of a ListGitHubAccountTokenNames operation. ListGitHubAccountTokenNamesInput: type: object title: ListGitHubAccountTokenNamesInput properties: nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list. ' description: Represents the input of a ListGitHubAccountTokenNames operation. ListOnPremisesInstancesOutput: type: object properties: instanceNames: allOf: - $ref: '#/components/schemas/InstanceNameList' - description: The list of matching on-premises instance names. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.' description: Represents the output of the list on-premises instances operation. ListOnPremisesInstancesInput: type: object title: ListOnPremisesInstancesInput properties: registrationStatus: allOf: - $ref: '#/components/schemas/RegistrationStatus' - description: '

The registration status of the on-premises instances:

' tagFilters: allOf: - $ref: '#/components/schemas/TagFilterList' - description: The on-premises instance tags that are used to restrict the on-premises instance names returned. nextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list. description: Represents the input of a ListOnPremisesInstances operation. InvalidRegistrationStatusException: {} InvalidTagFilterException: {} ListTagsForResourceOutput: type: object properties: Tags: allOf: - $ref: '#/components/schemas/TagList' - description: ' A list of tags returned by ListTagsForResource. The tags are associated with the resource identified by the input ResourceArn parameter. ' NextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: 'If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.' ListTagsForResourceInput: type: object required: - ResourceArn title: ListTagsForResourceInput properties: ResourceArn: allOf: - $ref: '#/components/schemas/Arn' - description: ' The ARN of a CodeDeploy resource. ListTagsForResource returns all the tags associated with the resource that is identified by the ResourceArn. ' NextToken: allOf: - $ref: '#/components/schemas/NextToken' - description: An identifier returned from the previous ListTagsForResource call. It can be used to return the next set of applications in the list. ArnNotSupportedException: {} InvalidArnException: {} ResourceArnRequiredException: {} PutLifecycleEventHookExecutionStatusOutput: type: object properties: lifecycleEventHookExecutionId: allOf: - $ref: '#/components/schemas/LifecycleEventHookExecutionId' - description: The execution ID of the lifecycle event hook. A hook is specified in the hooks section of the deployment's AppSpec file. PutLifecycleEventHookExecutionStatusInput: type: object title: PutLifecycleEventHookExecutionStatusInput properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. Pass this ID to a Lambda function that validates a deployment lifecycle event. ' lifecycleEventHookExecutionId: allOf: - $ref: '#/components/schemas/LifecycleEventHookExecutionId' - description: ' The execution ID of a deployment''s lifecycle hook. A deployment lifecycle hook is specified in the hooks section of the AppSpec file. ' status: allOf: - $ref: '#/components/schemas/LifecycleEventStatus' - description: 'The result of a Lambda function that validates a deployment lifecycle event. The values listed in Valid Values are valid for lifecycle statuses in general; however, only Succeeded and Failed can be passed successfully in your API call.' InvalidLifecycleEventHookExecutionStatusException: {} InvalidLifecycleEventHookExecutionIdException: {} LifecycleEventAlreadyCompletedException: {} RegisterApplicationRevisionInput: type: object required: - applicationName - revision title: RegisterApplicationRevisionInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account. description: allOf: - $ref: '#/components/schemas/Description' - description: A comment about the revision. revision: allOf: - $ref: '#/components/schemas/RevisionLocation' - description: 'Information about the application revision to register, including type and location.' description: Represents the input of a RegisterApplicationRevision operation. RegisterOnPremisesInstanceInput: type: object required: - instanceName title: RegisterOnPremisesInstanceInput properties: instanceName: allOf: - $ref: '#/components/schemas/InstanceName' - description: The name of the on-premises instance to register. iamSessionArn: allOf: - $ref: '#/components/schemas/IamSessionArn' - description: The ARN of the IAM session to associate with the on-premises instance. iamUserArn: allOf: - $ref: '#/components/schemas/IamUserArn' - description: The ARN of the IAM user to associate with the on-premises instance. description: Represents the input of the register on-premises instance operation. InstanceNameAlreadyRegisteredException: {} IamArnRequiredException: {} IamSessionArnAlreadyRegisteredException: {} IamUserArnAlreadyRegisteredException: {} IamUserArnRequiredException: {} InvalidIamSessionArnException: {} InvalidIamUserArnException: {} MultipleIamArnsProvidedException: {} RemoveTagsFromOnPremisesInstancesInput: type: object required: - tags - instanceNames title: RemoveTagsFromOnPremisesInstancesInput properties: tags: allOf: - $ref: '#/components/schemas/TagList' - description: The tag key-value pairs to remove from the on-premises instances. instanceNames: allOf: - $ref: '#/components/schemas/InstanceNameList' - description: The names of the on-premises instances from which to remove tags. description: Represents the input of a RemoveTagsFromOnPremisesInstances operation. SkipWaitTimeForInstanceTerminationInput: type: object title: SkipWaitTimeForInstanceTerminationInput properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a blue/green deployment for which you want to skip the instance termination wait time. ' StopDeploymentOutput: type: object properties: status: allOf: - $ref: '#/components/schemas/StopStatus' - description: '

The status of the stop deployment operation:

' statusMessage: allOf: - $ref: '#/components/schemas/Message' - description: An accompanying status message. description: ' Represents the output of a StopDeployment operation. ' StopDeploymentInput: type: object required: - deploymentId title: StopDeploymentInput properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' autoRollbackEnabled: allOf: - $ref: '#/components/schemas/NullableBoolean' - description: ' Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision. ' description: ' Represents the input of a StopDeployment operation. ' TagResourceOutput: type: object properties: {} TagResourceInput: type: object required: - ResourceArn - Tags title: TagResourceInput properties: ResourceArn: allOf: - $ref: '#/components/schemas/Arn' - description: ' The ARN of a resource, such as a CodeDeploy application or deployment group. ' Tags: allOf: - $ref: '#/components/schemas/TagList' - description: ' A list of tags that TagResource associates with a resource. The resource is identified by the ResourceArn input parameter. ' UntagResourceOutput: type: object properties: {} UntagResourceInput: type: object required: - ResourceArn - TagKeys title: UntagResourceInput properties: ResourceArn: allOf: - $ref: '#/components/schemas/Arn' - description: ' The Amazon Resource Name (ARN) that specifies from which resource to disassociate the tags with the keys in the TagKeys input parameter. ' TagKeys: allOf: - $ref: '#/components/schemas/TagKeyList' - description: ' A list of keys of Tag objects. The Tag objects identified by the keys are disassociated from the resource specified by the ResourceArn input parameter. ' UpdateApplicationInput: type: object title: UpdateApplicationInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The current name of the application you want to change. newApplicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The new name to give the application. description: Represents the input of an UpdateApplication operation. UpdateDeploymentGroupOutput: type: object properties: hooksNotCleanedUp: allOf: - $ref: '#/components/schemas/AutoScalingGroupList' - description: 'If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.' description: Represents the output of an UpdateDeploymentGroup operation. UpdateDeploymentGroupInput: type: object required: - applicationName - currentDeploymentGroupName title: UpdateDeploymentGroupInput properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The application name that corresponds to the deployment group to update. currentDeploymentGroupName: allOf: - $ref: '#/components/schemas/DeploymentGroupName' - description: The current name of the deployment group. newDeploymentGroupName: allOf: - $ref: '#/components/schemas/DeploymentGroupName' - description: 'The new name of the deployment group, if you want to change it.' deploymentConfigName: allOf: - $ref: '#/components/schemas/DeploymentConfigName' - description: 'The replacement deployment configuration name to use, if you want to change it.' ec2TagFilters: allOf: - $ref: '#/components/schemas/EC2TagFilterList' - description: 'The replacement set of Amazon EC2 tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.' onPremisesInstanceTagFilters: allOf: - $ref: '#/components/schemas/TagFilterList' - description: 'The replacement set of on-premises instance tags on which to filter, if you want to change them. To keep the existing tags, enter their names. To remove tags, do not enter any tag names.' autoScalingGroups: allOf: - $ref: '#/components/schemas/AutoScalingGroupNameList' - description: '

The replacement list of Auto Scaling groups to be included in the deployment group, if you want to change them.

' serviceRoleArn: allOf: - $ref: '#/components/schemas/Role' - description: 'A replacement ARN for the service role, if you want to change it.' triggerConfigurations: allOf: - $ref: '#/components/schemas/TriggerConfigList' - description: 'Information about triggers to change when the deployment group is updated. For examples, see Edit a Trigger in a CodeDeploy Deployment Group in the CodeDeploy User Guide.' alarmConfiguration: allOf: - $ref: '#/components/schemas/AlarmConfiguration' - description: Information to add or change about Amazon CloudWatch alarms when the deployment group is updated. autoRollbackConfiguration: allOf: - $ref: '#/components/schemas/AutoRollbackConfiguration' - description: Information for an automatic rollback configuration that is added or changed when a deployment group is updated. outdatedInstancesStrategy: allOf: - $ref: '#/components/schemas/OutdatedInstancesStrategy' - description: '

Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.

If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more ''auto-update outdated instances'' deployments to apply the deployed application revision to the new Amazon EC2 instances.

If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.

' deploymentStyle: allOf: - $ref: '#/components/schemas/DeploymentStyle' - description: 'Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.' blueGreenDeploymentConfiguration: allOf: - $ref: '#/components/schemas/BlueGreenDeploymentConfiguration' - description: Information about blue/green deployment options for a deployment group. loadBalancerInfo: allOf: - $ref: '#/components/schemas/LoadBalancerInfo' - description: Information about the load balancer used in a deployment. ec2TagSet: allOf: - $ref: '#/components/schemas/EC2TagSet' - description: Information about groups of tags applied to on-premises instances. The deployment group includes only Amazon EC2 instances identified by all the tag groups. ecsServices: allOf: - $ref: '#/components/schemas/ECSServiceList' - description: ' The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>. ' onPremisesTagSet: allOf: - $ref: '#/components/schemas/OnPremisesTagSet' - description: Information about an on-premises instance tag set. The deployment group includes only on-premises instances identified by all the tag groups. description: Represents the input of an UpdateDeploymentGroup operation. TagList: type: array items: $ref: '#/components/schemas/Tag' InstanceNameList: type: array items: $ref: '#/components/schemas/InstanceName' AdditionalDeploymentStatusInfo: type: string deprecated: true description: 'AdditionalDeploymentStatusInfo is deprecated, use DeploymentStatusMessageList instead.' AlarmName: type: string Alarm: type: object properties: name: allOf: - $ref: '#/components/schemas/AlarmName' - description: The name of the alarm. Maximum length is 255 characters. Each alarm name can be used only once in a list of alarms. description: Information about an alarm. Boolean: type: boolean AlarmList: type: array items: $ref: '#/components/schemas/Alarm' AlarmConfiguration: type: object properties: enabled: allOf: - $ref: '#/components/schemas/Boolean' - description: Indicates whether the alarm configuration is enabled. ignorePollAlarmFailure: allOf: - $ref: '#/components/schemas/Boolean' - description: '

Indicates whether a deployment should continue if information about the current state of alarms cannot be retrieved from Amazon CloudWatch. The default value is false.

' alarms: allOf: - $ref: '#/components/schemas/AlarmList' - description: A list of alarms configured for the deployment or deployment group. A maximum of 10 alarms can be added. description: Information about alarms associated with a deployment or deployment group. RawStringContent: type: string RawStringSha256: type: string AppSpecContent: type: object properties: content: allOf: - $ref: '#/components/schemas/RawStringContent' - description: '

The YAML-formatted or JSON-formatted revision string.

For an Lambda deployment, the content includes a Lambda function name, the alias for its original version, and the alias for its replacement version. The deployment shifts traffic from the original version of the Lambda function to the replacement version.

For an Amazon ECS deployment, the content includes the task name, information about the load balancer that serves traffic to the container, and more.

For both types of deployments, the content can specify Lambda functions that run at specified hooks, such as BeforeInstall, during a deployment.

' sha256: allOf: - $ref: '#/components/schemas/RawStringSha256' - description: ' The SHA256 hash value of the revision content. ' description: ' A revision for an Lambda or Amazon ECS deployment that is a YAML-formatted or JSON-formatted string. For Lambda and Amazon ECS deployments, the revision is the same as the AppSpec file. This method replaces the deprecated RawString data type. ' ApplicationId: type: string ApplicationName: type: string minLength: 1 maxLength: 100 Timestamp: type: string format: date-time GitHubAccountTokenName: type: string ComputePlatform: type: string enum: - Server - Lambda - ECS ApplicationInfo: type: object properties: applicationId: allOf: - $ref: '#/components/schemas/ApplicationId' - description: The application ID. applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The application name. createTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The time at which the application was created. linkedToGitHub: allOf: - $ref: '#/components/schemas/Boolean' - description: 'True if the user has authenticated with GitHub for the specified application. Otherwise, false.' gitHubAccountName: allOf: - $ref: '#/components/schemas/GitHubAccountTokenName' - description: The name for a connection to a GitHub account. computePlatform: allOf: - $ref: '#/components/schemas/ComputePlatform' - description: The destination platform type for deployment of the application (Lambda or Server). description: Information about an application. ApplicationRevisionSortBy: type: string enum: - registerTime - firstUsedTime - lastUsedTime ApplicationsInfoList: type: array items: $ref: '#/components/schemas/ApplicationInfo' ApplicationsList: type: array items: $ref: '#/components/schemas/ApplicationName' Arn: type: string minLength: 1 maxLength: 1011 AutoRollbackEventsList: type: array items: $ref: '#/components/schemas/AutoRollbackEvent' AutoRollbackConfiguration: type: object properties: enabled: allOf: - $ref: '#/components/schemas/Boolean' - description: Indicates whether a defined automatic rollback configuration is currently enabled. events: allOf: - $ref: '#/components/schemas/AutoRollbackEventsList' - description: The event type or types that trigger a rollback. description: Information about a configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully. AutoRollbackEvent: type: string enum: - DEPLOYMENT_FAILURE - DEPLOYMENT_STOP_ON_ALARM - DEPLOYMENT_STOP_ON_REQUEST AutoScalingGroupName: type: string AutoScalingGroupHook: type: string AutoScalingGroup: type: object properties: name: allOf: - $ref: '#/components/schemas/AutoScalingGroupName' - description: The Auto Scaling group name. hook: allOf: - $ref: '#/components/schemas/AutoScalingGroupHook' - description: An Auto Scaling lifecycle event hook name. description: Information about an Auto Scaling group. AutoScalingGroupList: type: array items: $ref: '#/components/schemas/AutoScalingGroup' AutoScalingGroupNameList: type: array items: $ref: '#/components/schemas/AutoScalingGroupName' RevisionLocationList: type: array items: $ref: '#/components/schemas/RevisionLocation' ErrorMessage: type: string RevisionInfoList: type: array items: $ref: '#/components/schemas/RevisionInfo' DeploymentGroupsList: type: array items: $ref: '#/components/schemas/DeploymentGroupName' DeploymentGroupInfoList: type: array items: $ref: '#/components/schemas/DeploymentGroupInfo' DeploymentId: type: string InstancesList: type: array items: $ref: '#/components/schemas/InstanceId' InstanceSummaryList: type: array items: $ref: '#/components/schemas/InstanceSummary' TargetIdList: type: array items: $ref: '#/components/schemas/TargetId' DeploymentTargetList: type: array items: $ref: '#/components/schemas/DeploymentTarget' DeploymentsList: type: array items: $ref: '#/components/schemas/DeploymentId' DeploymentsInfoList: type: array items: $ref: '#/components/schemas/DeploymentInfo' InstanceInfoList: type: array items: $ref: '#/components/schemas/InstanceInfo' BlueInstanceTerminationOption: type: object properties: action: allOf: - $ref: '#/components/schemas/InstanceAction' - description: '

The action to take on instances in the original environment after a successful blue/green deployment.

' terminationWaitTimeInMinutes: allOf: - $ref: '#/components/schemas/Duration' - description: '

For an Amazon EC2 deployment, the number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.

For an Amazon ECS deployment, the number of minutes before deleting the original (blue) task set. During an Amazon ECS deployment, CodeDeploy shifts traffic from the original (blue) task set to a replacement (green) task set.

The maximum setting is 2880 minutes (2 days).

' description: 'Information about whether instances in the original environment are terminated when a blue/green deployment is successful. BlueInstanceTerminationOption does not apply to Lambda deployments. ' DeploymentReadyOption: type: object properties: actionOnTimeout: allOf: - $ref: '#/components/schemas/DeploymentReadyAction' - description: '

Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.

' waitTimeInMinutes: allOf: - $ref: '#/components/schemas/Duration' - description: The number of minutes to wait before the status of a blue/green deployment is changed to Stopped if rerouting is not started manually. Applies only to the STOP_DEPLOYMENT option for actionOnTimeout. description: Information about how traffic is rerouted to instances in a replacement environment in a blue/green deployment. GreenFleetProvisioningOption: type: object properties: action: allOf: - $ref: '#/components/schemas/GreenFleetProvisioningAction' - description: '

The method used to add instances to a replacement environment.

' description: Information about the instances that belong to the replacement environment in a blue/green deployment. BlueGreenDeploymentConfiguration: type: object properties: terminateBlueInstancesOnDeploymentSuccess: allOf: - $ref: '#/components/schemas/BlueInstanceTerminationOption' - description: Information about whether to terminate instances in the original fleet during a blue/green deployment. deploymentReadyOption: allOf: - $ref: '#/components/schemas/DeploymentReadyOption' - description: Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment. greenFleetProvisioningOption: allOf: - $ref: '#/components/schemas/GreenFleetProvisioningOption' - description: Information about how instances are provisioned for a replacement environment in a blue/green deployment. description: Information about blue/green deployment options for a deployment group. InstanceAction: type: string enum: - TERMINATE - KEEP_ALIVE Duration: type: integer BundleType: type: string enum: - tar - tgz - zip - YAML - JSON CloudFormationResourceType: type: string TargetId: type: string Time: type: string format: date-time LifecycleEventList: type: array items: $ref: '#/components/schemas/LifecycleEvent' TargetStatus: type: string enum: - Pending - InProgress - Succeeded - Failed - Skipped - Unknown - Ready TrafficWeight: type: number format: double CloudFormationTarget: type: object properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: The unique ID of an CloudFormation blue/green deployment. targetId: allOf: - $ref: '#/components/schemas/TargetId' - description: " The unique ID of a deployment target that has a type of CloudFormationTarget. " lastUpdatedAt: allOf: - $ref: '#/components/schemas/Time' - description: ' The date and time when the target application was updated by an CloudFormation blue/green deployment. ' lifecycleEvents: allOf: - $ref: '#/components/schemas/LifecycleEventList' - description: ' The lifecycle events of the CloudFormation blue/green deployment to this target application. ' status: allOf: - $ref: '#/components/schemas/TargetStatus' - description: ' The status of an CloudFormation blue/green deployment''s target application. ' resourceType: allOf: - $ref: '#/components/schemas/CloudFormationResourceType' - description: The resource type for the CloudFormation blue/green deployment. targetVersionWeight: allOf: - $ref: '#/components/schemas/TrafficWeight' - description: The percentage of production traffic that the target version of an CloudFormation blue/green deployment receives. description: ' Information about the target to be updated by an CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.' CommitId: type: string DeploymentWaitType: type: string enum: - READY_WAIT - TERMINATION_WAIT DeploymentConfigName: type: string minLength: 1 maxLength: 100 MinimumHealthyHosts: type: object properties: type: allOf: - $ref: '#/components/schemas/MinimumHealthyHostsType' - description: '

The minimum healthy instance type:

In an example of nine instances, if a HOST_COUNT of six is specified, deploy to up to three instances at a time. The deployment is successful if six or more instances are deployed to successfully. Otherwise, the deployment fails. If a FLEET_PERCENT of 40 is specified, deploy to up to five instances at a time. The deployment is successful if four or more instances are deployed to successfully. Otherwise, the deployment fails.

In a call to the GetDeploymentConfig, CodeDeployDefault.OneAtATime returns a minimum healthy instance type of MOST_CONCURRENCY and a value of 1. This means a deployment to only one instance at a time. (You cannot set the type to MOST_CONCURRENCY, only to HOST_COUNT or FLEET_PERCENT.) In addition, with CodeDeployDefault.OneAtATime, CodeDeploy attempts to ensure that all instances but one are kept in a healthy state during the deployment. Although this allows one instance at a time to be taken offline for a new deployment, it also means that if the deployment to the last instance fails, the overall deployment is still successful.

For more information, see CodeDeploy Instance Health in the CodeDeploy User Guide.

' value: allOf: - $ref: '#/components/schemas/MinimumHealthyHostsValue' - description: The minimum healthy instance value. description: Information about minimum healthy instance. TrafficRoutingConfig: type: object properties: type: allOf: - $ref: '#/components/schemas/TrafficRoutingType' - description: The type of traffic shifting (TimeBasedCanary or TimeBasedLinear) used by a deployment configuration. timeBasedCanary: allOf: - $ref: '#/components/schemas/TimeBasedCanary' - description: A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file. timeBasedLinear: allOf: - $ref: '#/components/schemas/TimeBasedLinear' - description: 'A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions or Amazon ECS task sets are specified in the deployment''s AppSpec file.' description: 'The configuration that specifies how traffic is shifted from one version of a Lambda function to another version during an Lambda deployment, or from one Amazon ECS task set to another during an Amazon ECS deployment.' DeploymentConfigId: type: string DeploymentGroupName: type: string minLength: 1 maxLength: 100 EC2TagFilterList: type: array items: $ref: '#/components/schemas/EC2TagFilter' TagFilterList: type: array items: $ref: '#/components/schemas/TagFilter' Role: type: string TriggerConfigList: type: array items: $ref: '#/components/schemas/TriggerConfig' OutdatedInstancesStrategy: type: string enum: - UPDATE - IGNORE DeploymentStyle: type: object properties: deploymentType: allOf: - $ref: '#/components/schemas/DeploymentType' - description: Indicates whether to run an in-place deployment or a blue/green deployment. deploymentOption: allOf: - $ref: '#/components/schemas/DeploymentOption' - description: Indicates whether to route deployment traffic behind a load balancer. description: 'Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.' LoadBalancerInfo: type: object properties: elbInfoList: allOf: - $ref: '#/components/schemas/ELBInfoList' - description: '

An array that contains information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.

Adding more than one load balancer to the array is not supported.

' targetGroupInfoList: allOf: - $ref: '#/components/schemas/TargetGroupInfoList' - description: '

An array that contains information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.

Adding more than one target group to the array is not supported.

' targetGroupPairInfoList: allOf: - $ref: '#/components/schemas/TargetGroupPairInfoList' - description: ' The target group pair information. This is an array of TargeGroupPairInfo objects with a maximum size of one. ' description: Information about the Elastic Load Balancing load balancer or target group used in a deployment. EC2TagSet: type: object properties: ec2TagSetList: allOf: - $ref: '#/components/schemas/EC2TagSetList' - description: 'A list that contains other lists of Amazon EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.' description: Information about groups of Amazon EC2 instance tags. ECSServiceList: type: array items: $ref: '#/components/schemas/ECSService' OnPremisesTagSet: type: object properties: onPremisesTagSetList: allOf: - $ref: '#/components/schemas/OnPremisesTagSetList' - description: 'A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.' description: Information about groups of on-premises instance tags. DeploymentGroupId: type: string RevisionLocation: type: object properties: revisionType: allOf: - $ref: '#/components/schemas/RevisionLocationType' - description: '

The type of application revision:

' s3Location: allOf: - $ref: '#/components/schemas/S3Location' - description: 'Information about the location of a revision stored in Amazon S3. ' gitHubLocation: allOf: - $ref: '#/components/schemas/GitHubLocation' - description: Information about the location of application artifacts stored in GitHub. string: allOf: - $ref: '#/components/schemas/RawString' - description: Information about the location of an Lambda deployment revision stored as a RawString. appSpecContent: allOf: - $ref: '#/components/schemas/AppSpecContent' - description: ' The content of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString. ' description: Information about the location of an application revision. Description: type: string TargetInstances: type: object properties: tagFilters: allOf: - $ref: '#/components/schemas/EC2TagFilterList' - description: 'The tag filter key, type, and value used to identify Amazon EC2 instances in a replacement environment for a blue/green deployment. Cannot be used in the same call as ec2TagSet.' autoScalingGroups: allOf: - $ref: '#/components/schemas/AutoScalingGroupNameList' - description: The names of one or more Auto Scaling groups to identify a replacement environment for a blue/green deployment. ec2TagSet: allOf: - $ref: '#/components/schemas/EC2TagSet' - description: Information about the groups of Amazon EC2 instance tags that an instance must be identified by in order for it to be included in the replacement environment for a blue/green deployment. Cannot be used in the same call as tagFilters. description: Information about the instances to be used in the replacement environment in a blue/green deployment. FileExistsBehavior: type: string enum: - DISALLOW - OVERWRITE - RETAIN ExternalId: type: string DeploymentConfigInfo: type: object properties: deploymentConfigId: allOf: - $ref: '#/components/schemas/DeploymentConfigId' - description: The deployment configuration ID. deploymentConfigName: allOf: - $ref: '#/components/schemas/DeploymentConfigName' - description: The deployment configuration name. minimumHealthyHosts: allOf: - $ref: '#/components/schemas/MinimumHealthyHosts' - description: Information about the number or percentage of minimum healthy instance. createTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The time at which the deployment configuration was created. computePlatform: allOf: - $ref: '#/components/schemas/ComputePlatform' - description: 'The destination platform type for the deployment (Lambda, Server, or ECS).' trafficRoutingConfig: allOf: - $ref: '#/components/schemas/TrafficRoutingConfig' - description: The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or Amazon ECS compute platform only. description: Information about a deployment configuration. DeploymentConfigsList: type: array items: $ref: '#/components/schemas/DeploymentConfigName' DeploymentCreator: type: string enum: - user - autoscaling - codeDeployRollback - CodeDeploy - CodeDeployAutoUpdate - CloudFormation - CloudFormationRollback LastDeploymentInfo: type: object properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' status: allOf: - $ref: '#/components/schemas/DeploymentStatus' - description: The status of the most recent deployment. endTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: A timestamp that indicates when the most recent deployment to the deployment group was complete. createTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: A timestamp that indicates when the most recent deployment to the deployment group started. description: Information about the most recent attempted or successful deployment to a deployment group. DeploymentGroupInfo: type: object properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The application name. deploymentGroupId: allOf: - $ref: '#/components/schemas/DeploymentGroupId' - description: The deployment group ID. deploymentGroupName: allOf: - $ref: '#/components/schemas/DeploymentGroupName' - description: The deployment group name. deploymentConfigName: allOf: - $ref: '#/components/schemas/DeploymentConfigName' - description: The deployment configuration name. ec2TagFilters: allOf: - $ref: '#/components/schemas/EC2TagFilterList' - description: The Amazon EC2 tags on which to filter. The deployment group includes EC2 instances with any of the specified tags. onPremisesInstanceTagFilters: allOf: - $ref: '#/components/schemas/TagFilterList' - description: The on-premises instance tags on which to filter. The deployment group includes on-premises instances with any of the specified tags. autoScalingGroups: allOf: - $ref: '#/components/schemas/AutoScalingGroupList' - description: A list of associated Auto Scaling groups. serviceRoleArn: allOf: - $ref: '#/components/schemas/Role' - description: 'A service role Amazon Resource Name (ARN) that grants CodeDeploy permission to make calls to Amazon Web Services services on your behalf. For more information, see Create a Service Role for CodeDeploy in the CodeDeploy User Guide.' targetRevision: allOf: - $ref: '#/components/schemas/RevisionLocation' - description: 'Information about the deployment group''s target revision, including type and location.' triggerConfigurations: allOf: - $ref: '#/components/schemas/TriggerConfigList' - description: Information about triggers associated with the deployment group. alarmConfiguration: allOf: - $ref: '#/components/schemas/AlarmConfiguration' - description: A list of alarms associated with the deployment group. autoRollbackConfiguration: allOf: - $ref: '#/components/schemas/AutoRollbackConfiguration' - description: Information about the automatic rollback configuration associated with the deployment group. deploymentStyle: allOf: - $ref: '#/components/schemas/DeploymentStyle' - description: 'Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.' outdatedInstancesStrategy: allOf: - $ref: '#/components/schemas/OutdatedInstancesStrategy' - description: '

Indicates what happens when new Amazon EC2 instances are launched mid-deployment and do not receive the deployed application revision.

If this option is set to UPDATE or is unspecified, CodeDeploy initiates one or more ''auto-update outdated instances'' deployments to apply the deployed application revision to the new Amazon EC2 instances.

If this option is set to IGNORE, CodeDeploy does not initiate a deployment to update the new Amazon EC2 instances. This may result in instances having different revisions.

' blueGreenDeploymentConfiguration: allOf: - $ref: '#/components/schemas/BlueGreenDeploymentConfiguration' - description: Information about blue/green deployment options for a deployment group. loadBalancerInfo: allOf: - $ref: '#/components/schemas/LoadBalancerInfo' - description: Information about the load balancer to use in a deployment. lastSuccessfulDeployment: allOf: - $ref: '#/components/schemas/LastDeploymentInfo' - description: Information about the most recent successful deployment to the deployment group. lastAttemptedDeployment: allOf: - $ref: '#/components/schemas/LastDeploymentInfo' - description: Information about the most recent attempted deployment to the deployment group. ec2TagSet: allOf: - $ref: '#/components/schemas/EC2TagSet' - description: Information about groups of tags applied to an Amazon EC2 instance. The deployment group includes only Amazon EC2 instances identified by all of the tag groups. Cannot be used in the same call as ec2TagFilters. onPremisesTagSet: allOf: - $ref: '#/components/schemas/OnPremisesTagSet' - description: Information about groups of tags applied to an on-premises instance. The deployment group includes only on-premises instances identified by all the tag groups. Cannot be used in the same call as onPremisesInstanceTagFilters. computePlatform: allOf: - $ref: '#/components/schemas/ComputePlatform' - description: 'The destination platform type for the deployment (Lambda, Server, or ECS).' ecsServices: allOf: - $ref: '#/components/schemas/ECSServiceList' - description: ' The target Amazon ECS services in the deployment group. This applies only to deployment groups that use the Amazon ECS compute platform. A target Amazon ECS service is specified as an Amazon ECS cluster and service name pair using the format <clustername>:<servicename>. ' description: Information about a deployment group. DeploymentStatus: type: string enum: - Created - Queued - InProgress - Baking - Succeeded - Failed - Stopped - Ready ErrorInformation: type: object properties: code: allOf: - $ref: '#/components/schemas/ErrorCode' - description: '

For more information, see Error Codes for CodeDeploy in the CodeDeploy User Guide.

The error code:

' message: allOf: - $ref: '#/components/schemas/ErrorMessage' - description: An accompanying error message. description: Information about a deployment error. DeploymentOverview: type: object properties: Pending: allOf: - $ref: '#/components/schemas/InstanceCount' - description: The number of instances in the deployment in a pending state. InProgress: allOf: - $ref: '#/components/schemas/InstanceCount' - description: The number of instances in which the deployment is in progress. Succeeded: allOf: - $ref: '#/components/schemas/InstanceCount' - description: The number of instances in the deployment to which revisions have been successfully deployed. Failed: allOf: - $ref: '#/components/schemas/InstanceCount' - description: The number of instances in the deployment in a failed state. Skipped: allOf: - $ref: '#/components/schemas/InstanceCount' - description: The number of instances in the deployment in a skipped state. Ready: allOf: - $ref: '#/components/schemas/InstanceCount' - description: The number of instances in a replacement environment ready to receive traffic in a blue/green deployment. description: Information about the deployment status of the instances in the deployment. RollbackInfo: type: object properties: rollbackDeploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: The ID of the deployment rollback. rollbackTriggeringDeploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped. rollbackMessage: allOf: - $ref: '#/components/schemas/Description' - description: 'Information that describes the status of a deployment rollback (for example, whether the deployment can''t be rolled back, is in progress, failed, or succeeded). ' description: Information about a deployment rollback. DeploymentStatusMessageList: type: array items: $ref: '#/components/schemas/ErrorMessage' RelatedDeployments: type: object properties: autoUpdateOutdatedInstancesRootDeploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: The deployment ID of the root deployment that triggered this deployment. autoUpdateOutdatedInstancesDeploymentIds: allOf: - $ref: '#/components/schemas/DeploymentsList' - description: The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment. description: Information about deployments related to the specified deployment. DeploymentInfo: type: object properties: applicationName: allOf: - $ref: '#/components/schemas/ApplicationName' - description: The application name. deploymentGroupName: allOf: - $ref: '#/components/schemas/DeploymentGroupName' - description: ' The deployment group name. ' deploymentConfigName: allOf: - $ref: '#/components/schemas/DeploymentConfigName' - description: ' The deployment configuration name. ' deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' previousRevision: allOf: - $ref: '#/components/schemas/RevisionLocation' - description: Information about the application revision that was deployed to the deployment group before the most recent successful deployment. revision: allOf: - $ref: '#/components/schemas/RevisionLocation' - description: Information about the location of stored application artifacts and the service from which to retrieve them. status: allOf: - $ref: '#/components/schemas/DeploymentStatus' - description: The current state of the deployment as a whole. errorInformation: allOf: - $ref: '#/components/schemas/ErrorInformation' - description: Information about any error associated with this deployment. createTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: A timestamp that indicates when the deployment was created. startTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: '

A timestamp that indicates when the deployment was deployed to the deployment group.

In some cases, the reported value of the start time might be later than the complete time. This is due to differences in the clock settings of backend servers that participate in the deployment process.

' completeTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: A timestamp that indicates when the deployment was complete. deploymentOverview: allOf: - $ref: '#/components/schemas/DeploymentOverview' - description: A summary of the deployment status of the instances in the deployment. description: allOf: - $ref: '#/components/schemas/Description' - description: A comment about the deployment. creator: allOf: - $ref: '#/components/schemas/DeploymentCreator' - description: '

The means by which the deployment was created:

' ignoreApplicationStopFailures: allOf: - $ref: '#/components/schemas/Boolean' - description: '

If true, then if an ApplicationStop, BeforeBlockTraffic, or AfterBlockTraffic deployment lifecycle event to an instance fails, then the deployment continues to the next deployment lifecycle event. For example, if ApplicationStop fails, the deployment continues with DownloadBundle. If BeforeBlockTraffic fails, the deployment continues with BlockTraffic. If AfterBlockTraffic fails, the deployment continues with ApplicationStop.

If false or not specified, then if a lifecycle event fails during a deployment to an instance, that deployment fails. If deployment to that instance is part of an overall deployment and the number of healthy hosts is not less than the minimum number of healthy hosts, then a deployment to the next instance is attempted.

During a deployment, the CodeDeploy agent runs the scripts specified for ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic in the AppSpec file from the previous successful deployment. (All other scripts are run from the AppSpec file in the current deployment.) If one of these scripts contains an error and does not run successfully, the deployment can fail.

If the cause of the failure is a script from the last successful deployment that will never run successfully, create a new deployment and use ignoreApplicationStopFailures to specify that the ApplicationStop, BeforeBlockTraffic, and AfterBlockTraffic failures should be ignored.

' autoRollbackConfiguration: allOf: - $ref: '#/components/schemas/AutoRollbackConfiguration' - description: Information about the automatic rollback configuration associated with the deployment. updateOutdatedInstancesOnly: allOf: - $ref: '#/components/schemas/Boolean' - description: Indicates whether only instances that are not running the latest application revision are to be deployed to. rollbackInfo: allOf: - $ref: '#/components/schemas/RollbackInfo' - description: Information about a deployment rollback. deploymentStyle: allOf: - $ref: '#/components/schemas/DeploymentStyle' - description: 'Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.' targetInstances: allOf: - $ref: '#/components/schemas/TargetInstances' - description: Information about the instances that belong to the replacement environment in a blue/green deployment. instanceTerminationWaitTimeStarted: allOf: - $ref: '#/components/schemas/Boolean' - description: 'Indicates whether the wait period set for the termination of instances in the original environment has started. Status is ''false'' if the KEEP_ALIVE option is specified. Otherwise, ''true'' as soon as the termination wait period starts.' blueGreenDeploymentConfiguration: allOf: - $ref: '#/components/schemas/BlueGreenDeploymentConfiguration' - description: Information about blue/green deployment options for this deployment. loadBalancerInfo: allOf: - $ref: '#/components/schemas/LoadBalancerInfo' - description: Information about the load balancer used in the deployment. additionalDeploymentStatusInfo: allOf: - $ref: '#/components/schemas/AdditionalDeploymentStatusInfo' - description: 'Provides information about the results of a deployment, such as whether instances in the original environment in a blue/green deployment were not terminated.' fileExistsBehavior: allOf: - $ref: '#/components/schemas/FileExistsBehavior' - description: '

Information about how CodeDeploy handles files that already exist in a deployment target location but weren''t part of the previous successful deployment.

' deploymentStatusMessages: allOf: - $ref: '#/components/schemas/DeploymentStatusMessageList' - description: Messages that contain information about the status of a deployment. computePlatform: allOf: - $ref: '#/components/schemas/ComputePlatform' - description: 'The destination platform type for the deployment (Lambda, Server, or ECS).' externalId: allOf: - $ref: '#/components/schemas/ExternalId' - description: 'The unique ID for an external resource (for example, a CloudFormation stack ID) that is linked to this deployment.' relatedDeployments: $ref: '#/components/schemas/RelatedDeployments' overrideAlarmConfiguration: $ref: '#/components/schemas/AlarmConfiguration' description: Information about a deployment. DeploymentOption: type: string enum: - WITH_TRAFFIC_CONTROL - WITHOUT_TRAFFIC_CONTROL InstanceCount: type: integer DeploymentReadyAction: type: string enum: - CONTINUE_DEPLOYMENT - STOP_DEPLOYMENT DeploymentStatusList: type: array items: $ref: '#/components/schemas/DeploymentStatus' DeploymentType: type: string enum: - IN_PLACE - BLUE_GREEN DeploymentTargetType: type: string enum: - InstanceTarget - LambdaTarget - ECSTarget - CloudFormationTarget InstanceTarget: type: object properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' targetId: allOf: - $ref: '#/components/schemas/TargetId' - description: ' The unique ID of a deployment target that has a type of instanceTarget. ' targetArn: allOf: - $ref: '#/components/schemas/TargetArn' - description: ' The Amazon Resource Name (ARN) of the target. ' status: allOf: - $ref: '#/components/schemas/TargetStatus' - description: ' The status an EC2/On-premises deployment''s target instance. ' lastUpdatedAt: allOf: - $ref: '#/components/schemas/Time' - description: ' The date and time when the target instance was updated by a deployment. ' lifecycleEvents: allOf: - $ref: '#/components/schemas/LifecycleEventList' - description: ' The lifecycle events of the deployment to this target instance. ' instanceLabel: allOf: - $ref: '#/components/schemas/TargetLabel' - description: ' A label that identifies whether the instance is an original target (BLUE) or a replacement target (GREEN). ' description: ' A target Amazon EC2 or on-premises instance during a deployment that uses the EC2/On-premises compute platform. ' LambdaTarget: type: object properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' targetId: allOf: - $ref: '#/components/schemas/TargetId' - description: ' The unique ID of a deployment target that has a type of lambdaTarget. ' targetArn: allOf: - $ref: '#/components/schemas/TargetArn' - description: ' The Amazon Resource Name (ARN) of the target. ' status: allOf: - $ref: '#/components/schemas/TargetStatus' - description: ' The status an Lambda deployment''s target Lambda function. ' lastUpdatedAt: allOf: - $ref: '#/components/schemas/Time' - description: ' The date and time when the target Lambda function was updated by a deployment. ' lifecycleEvents: allOf: - $ref: '#/components/schemas/LifecycleEventList' - description: ' The lifecycle events of the deployment to this target Lambda function. ' lambdaFunctionInfo: allOf: - $ref: '#/components/schemas/LambdaFunctionInfo' - description: ' A LambdaFunctionInfo object that describes a target Lambda function. ' description: ' Information about the target Lambda function during an Lambda deployment. ' ECSTarget: type: object properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' targetId: allOf: - $ref: '#/components/schemas/TargetId' - description: ' The unique ID of a deployment target that has a type of ecsTarget. ' targetArn: allOf: - $ref: '#/components/schemas/TargetArn' - description: ' The Amazon Resource Name (ARN) of the target. ' lastUpdatedAt: allOf: - $ref: '#/components/schemas/Time' - description: ' The date and time when the target Amazon ECS application was updated by a deployment. ' lifecycleEvents: allOf: - $ref: '#/components/schemas/LifecycleEventList' - description: ' The lifecycle events of the deployment to this target Amazon ECS application. ' status: allOf: - $ref: '#/components/schemas/TargetStatus' - description: ' The status an Amazon ECS deployment''s target ECS application. ' taskSetsInfo: allOf: - $ref: '#/components/schemas/ECSTaskSetList' - description: ' The ECSTaskSet objects associated with the ECS target. ' description: ' Information about the target of an Amazon ECS deployment. ' DeploymentTarget: type: object properties: deploymentTargetType: allOf: - $ref: '#/components/schemas/DeploymentTargetType' - description: The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update. instanceTarget: allOf: - $ref: '#/components/schemas/InstanceTarget' - description: ' Information about the target for a deployment that uses the EC2/On-premises compute platform. ' lambdaTarget: allOf: - $ref: '#/components/schemas/LambdaTarget' - description: ' Information about the target for a deployment that uses the Lambda compute platform. ' ecsTarget: allOf: - $ref: '#/components/schemas/ECSTarget' - description: ' Information about the target for a deployment that uses the Amazon ECS compute platform. ' cloudFormationTarget: $ref: '#/components/schemas/CloudFormationTarget' description: ' Information about the deployment target. ' InstanceName: type: string LifecycleErrorCode: type: string enum: - Success - ScriptMissing - ScriptNotExecutable - ScriptTimedOut - ScriptFailed - UnknownError ScriptName: type: string LifecycleMessage: type: string LogTail: type: string Diagnostics: type: object properties: errorCode: allOf: - $ref: '#/components/schemas/LifecycleErrorCode' - description: '

The associated error code:

' scriptName: allOf: - $ref: '#/components/schemas/ScriptName' - description: The name of the script. message: allOf: - $ref: '#/components/schemas/LifecycleMessage' - description: The message associated with the error. logTail: allOf: - $ref: '#/components/schemas/LogTail' - description: '

The last portion of the diagnostic log.

If available, CodeDeploy returns up to the last 4 KB of the diagnostic log.

' description: Diagnostic information about executable scripts that are part of a deployment. Key: type: string Value: type: string EC2TagFilterType: type: string enum: - KEY_ONLY - VALUE_ONLY - KEY_AND_VALUE EC2TagFilter: type: object properties: Key: allOf: - $ref: '#/components/schemas/Key' - description: The tag filter key. Value: allOf: - $ref: '#/components/schemas/Value' - description: The tag filter value. Type: allOf: - $ref: '#/components/schemas/EC2TagFilterType' - description: '

The tag filter type:

' description: Information about an EC2 tag filter. EC2TagSetList: type: array items: $ref: '#/components/schemas/EC2TagFilterList' ECSClusterName: type: string ECSServiceName: type: string ECSService: type: object properties: serviceName: allOf: - $ref: '#/components/schemas/ECSServiceName' - description: ' The name of the target Amazon ECS service. ' clusterName: allOf: - $ref: '#/components/schemas/ECSClusterName' - description: ' The name of the cluster that the Amazon ECS service is associated with. ' description: ' Contains the service and cluster names used to identify an Amazon ECS deployment''s target. ' TargetArn: type: string ECSTaskSetList: type: array items: $ref: '#/components/schemas/ECSTaskSet' ECSTaskSetIdentifier: type: string ECSTaskSetCount: type: integer ECSTaskSetStatus: type: string TargetGroupInfo: type: object properties: name: allOf: - $ref: '#/components/schemas/TargetGroupName' - description: 'For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment are registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete. ' description: 'Information about a target group in Elastic Load Balancing to use in a deployment. Instances are registered as targets in a target group, and traffic is routed to the target group.' TargetLabel: type: string enum: - Blue - Green ECSTaskSet: type: object properties: identifer: allOf: - $ref: '#/components/schemas/ECSTaskSetIdentifier' - description: ' A unique ID of an ECSTaskSet. ' desiredCount: allOf: - $ref: '#/components/schemas/ECSTaskSetCount' - description: ' The number of tasks in a task set. During a deployment that uses the Amazon ECS compute type, CodeDeploy instructs Amazon ECS to create a new task set and uses this value to determine how many tasks to create. After the updated task set is created, CodeDeploy shifts traffic to the new task set. ' pendingCount: allOf: - $ref: '#/components/schemas/ECSTaskSetCount' - description: ' The number of tasks in the task set that are in the PENDING status during an Amazon ECS deployment. A task in the PENDING state is preparing to enter the RUNNING state. A task set enters the PENDING status when it launches for the first time, or when it is restarted after being in the STOPPED state. ' runningCount: allOf: - $ref: '#/components/schemas/ECSTaskSetCount' - description: ' The number of tasks in the task set that are in the RUNNING status during an Amazon ECS deployment. A task in the RUNNING state is running and ready for use. ' status: allOf: - $ref: '#/components/schemas/ECSTaskSetStatus' - description: '

The status of the task set. There are three valid task set statuses:

' trafficWeight: allOf: - $ref: '#/components/schemas/TrafficWeight' - description: ' The percentage of traffic served by this task set. ' targetGroup: allOf: - $ref: '#/components/schemas/TargetGroupInfo' - description: ' The target group associated with the task set. The target group is used by CodeDeploy to manage traffic to a task set. ' taskSetLabel: allOf: - $ref: '#/components/schemas/TargetLabel' - description: ' A label that identifies whether the ECS task set is an original target (BLUE) or a replacement target (GREEN). ' description: ' Information about a set of Amazon ECS tasks in an CodeDeploy deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and whether the task set serves production traffic. An CodeDeploy application that uses the Amazon ECS compute platform deploys a containerized application in an Amazon ECS service as a task set. ' ELBName: type: string ELBInfo: type: object properties: name: allOf: - $ref: '#/components/schemas/ELBName' - description: 'For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.' description: 'Information about a load balancer in Elastic Load Balancing to use in a deployment. Instances are registered directly with a load balancer, and traffic is routed to the load balancer.' ELBInfoList: type: array items: $ref: '#/components/schemas/ELBInfo' ETag: type: string ErrorCode: type: string enum: - AGENT_ISSUE - ALARM_ACTIVE - APPLICATION_MISSING - AUTOSCALING_VALIDATION_ERROR - AUTO_SCALING_CONFIGURATION - AUTO_SCALING_IAM_ROLE_PERMISSIONS - CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND - CUSTOMER_APPLICATION_UNHEALTHY - DEPLOYMENT_GROUP_MISSING - ECS_UPDATE_ERROR - ELASTIC_LOAD_BALANCING_INVALID - ELB_INVALID_INSTANCE - HEALTH_CONSTRAINTS - HEALTH_CONSTRAINTS_INVALID - HOOK_EXECUTION_FAILURE - IAM_ROLE_MISSING - IAM_ROLE_PERMISSIONS - INTERNAL_ERROR - INVALID_ECS_SERVICE - INVALID_LAMBDA_CONFIGURATION - INVALID_LAMBDA_FUNCTION - INVALID_REVISION - MANUAL_STOP - MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION - MISSING_ELB_INFORMATION - MISSING_GITHUB_TOKEN - NO_EC2_SUBSCRIPTION - NO_INSTANCES - OVER_MAX_INSTANCES - RESOURCE_LIMIT_EXCEEDED - REVISION_MISSING - THROTTLED - TIMEOUT - CLOUDFORMATION_STACK_FAILURE FilterValue: type: string FilterValueList: type: array items: $ref: '#/components/schemas/FilterValue' GenericRevisionInfo: type: object properties: description: allOf: - $ref: '#/components/schemas/Description' - description: A comment about the revision. deploymentGroups: allOf: - $ref: '#/components/schemas/DeploymentGroupsList' - description: The deployment groups for which this is the current target revision. firstUsedTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: When the revision was first used by CodeDeploy. lastUsedTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: When the revision was last used by CodeDeploy. registerTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: When the revision was registered with CodeDeploy. description: Information about an application revision. InstanceId: type: string InstanceSummary: type: object deprecated: true properties: deploymentId: allOf: - $ref: '#/components/schemas/DeploymentId' - description: ' The unique ID of a deployment. ' instanceId: allOf: - $ref: '#/components/schemas/InstanceId' - description: The instance ID. status: allOf: - $ref: '#/components/schemas/InstanceStatus' - description: '

The deployment status for this instance:

' lastUpdatedAt: allOf: - $ref: '#/components/schemas/Timestamp' - description: A timestamp that indicates when the instance information was last updated. lifecycleEvents: allOf: - $ref: '#/components/schemas/LifecycleEventList' - description: A list of lifecycle events for this instance. instanceType: allOf: - $ref: '#/components/schemas/InstanceType' - description: '

Information about which environment an instance belongs to in a blue/green deployment.

' description: 'Information about an instance in a deployment.InstanceSummary is deprecated, use DeploymentTarget instead.' InstanceInfo: type: object properties: instanceName: allOf: - $ref: '#/components/schemas/InstanceName' - description: The name of the on-premises instance. iamSessionArn: allOf: - $ref: '#/components/schemas/IamSessionArn' - description: The ARN of the IAM session associated with the on-premises instance. iamUserArn: allOf: - $ref: '#/components/schemas/IamUserArn' - description: The IAM user ARN associated with the on-premises instance. instanceArn: allOf: - $ref: '#/components/schemas/InstanceArn' - description: The ARN of the on-premises instance. registerTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: The time at which the on-premises instance was registered. deregisterTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: 'If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.' tags: allOf: - $ref: '#/components/schemas/TagList' - description: The tags currently associated with the on-premises instance. description: Information about an on-premises instance. GitHubAccountTokenNameList: type: array items: $ref: '#/components/schemas/GitHubAccountTokenName' Repository: type: string GitHubLocation: type: object properties: repository: allOf: - $ref: '#/components/schemas/Repository' - description:

The GitHub account and repository pair that stores a reference to the commit that represents the bundled artifacts for the application revision.

Specified as account/repository.

commitId: allOf: - $ref: '#/components/schemas/CommitId' - description: The SHA1 commit ID of the GitHub commit that represents the bundled artifacts for the application revision. description: Information about the location of application artifacts stored in GitHub. GreenFleetProvisioningAction: type: string enum: - DISCOVER_EXISTING - COPY_AUTO_SCALING_GROUP IamSessionArn: type: string IamUserArn: type: string InstanceArn: type: string InstanceStatus: type: string deprecated: true enum: - Pending - InProgress - Succeeded - Failed - Skipped - Unknown - Ready description: 'InstanceStatus is deprecated, use TargetStatus instead.' InstanceStatusList: type: array items: $ref: '#/components/schemas/InstanceStatus' InstanceType: type: string enum: - Blue - Green InstanceTypeList: type: array items: $ref: '#/components/schemas/InstanceType' LambdaFunctionAlias: type: string LambdaFunctionName: type: string Version: type: string LambdaFunctionInfo: type: object properties: functionName: allOf: - $ref: '#/components/schemas/LambdaFunctionName' - description: ' The name of a Lambda function. ' functionAlias: allOf: - $ref: '#/components/schemas/LambdaFunctionAlias' - description: ' The alias of a Lambda function. For more information, see Lambda Function Aliases in the Lambda Developer Guide.' currentVersion: allOf: - $ref: '#/components/schemas/Version' - description: ' The version of a Lambda function that production traffic points to. ' targetVersion: allOf: - $ref: '#/components/schemas/Version' - description: ' The version of a Lambda function that production traffic points to after the Lambda function is deployed. ' targetVersionWeight: allOf: - $ref: '#/components/schemas/TrafficWeight' - description: ' The percentage of production traffic that the target version of a Lambda function receives. ' description: ' Information about a Lambda function specified in a deployment. ' LifecycleEventName: type: string LifecycleEventStatus: type: string enum: - Pending - InProgress - Succeeded - Failed - Skipped - Unknown LifecycleEvent: type: object properties: lifecycleEventName: allOf: - $ref: '#/components/schemas/LifecycleEventName' - description: 'The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.' diagnostics: allOf: - $ref: '#/components/schemas/Diagnostics' - description: Diagnostic information about the deployment lifecycle event. startTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: A timestamp that indicates when the deployment lifecycle event started. endTime: allOf: - $ref: '#/components/schemas/Timestamp' - description: A timestamp that indicates when the deployment lifecycle event ended. status: allOf: - $ref: '#/components/schemas/LifecycleEventStatus' - description: '

The deployment lifecycle event status:

' description: Information about a deployment lifecycle event. LifecycleEventHookExecutionId: type: string SortOrder: type: string enum: - ascending - descending S3Bucket: type: string S3Key: type: string ListStateFilterAction: type: string enum: - include - exclude - ignore NextToken: type: string TargetFilters: type: object additionalProperties: $ref: '#/components/schemas/FilterValueList' TimeRange: type: object properties: start: allOf: - $ref: '#/components/schemas/Timestamp' - description:

The start time of the time range.

Specify null to leave the start time open-ended.

end: allOf: - $ref: '#/components/schemas/Timestamp' - description:

The end time of the time range.

Specify null to leave the end time open-ended.

description: Information about a time range. RegistrationStatus: type: string enum: - Registered - Deregistered ListenerArn: type: string ListenerArnList: type: array items: $ref: '#/components/schemas/ListenerArn' TargetGroupInfoList: type: array items: $ref: '#/components/schemas/TargetGroupInfo' TargetGroupPairInfoList: type: array items: $ref: '#/components/schemas/TargetGroupPairInfo' Message: type: string MinimumHealthyHostsType: type: string enum: - HOST_COUNT - FLEET_PERCENT MinimumHealthyHostsValue: type: integer NullableBoolean: type: boolean OnPremisesTagSetList: type: array items: $ref: '#/components/schemas/TagFilterList' Percentage: type: integer RawString: type: object deprecated: true properties: content: allOf: - $ref: '#/components/schemas/RawStringContent' - description: The YAML-formatted or JSON-formatted revision string. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events. sha256: allOf: - $ref: '#/components/schemas/RawStringSha256' - description: The SHA256 hash value of the revision content. description: 'A revision for an Lambda deployment that is a YAML-formatted or JSON-formatted string. For Lambda deployments, the revision is the same as the AppSpec file.RawString and String revision type are deprecated, use AppSpecContent type instead.' RevisionInfo: type: object properties: revisionLocation: allOf: - $ref: '#/components/schemas/RevisionLocation' - description: Information about the location and type of an application revision. genericRevisionInfo: allOf: - $ref: '#/components/schemas/GenericRevisionInfo' - description: 'Information about an application revision, including usage details and associated deployment groups.' description: Information about an application revision. RevisionLocationType: type: string enum: - S3 - GitHub - String - AppSpecContent S3Location: type: object properties: bucket: allOf: - $ref: '#/components/schemas/S3Bucket' - description: The name of the Amazon S3 bucket where the application revision is stored. key: allOf: - $ref: '#/components/schemas/S3Key' - description: The name of the Amazon S3 object that represents the bundled artifacts for the application revision. bundleType: allOf: - $ref: '#/components/schemas/BundleType' - description: '

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

' version: allOf: - $ref: '#/components/schemas/VersionId' - description: '

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 uses the most recent version by default.

' eTag: allOf: - $ref: '#/components/schemas/ETag' - description: '

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 is skipped.

' description: Information about the location of application artifacts stored in Amazon S3. VersionId: type: string StopStatus: type: string enum: - Pending - Succeeded Tag: type: object properties: Key: allOf: - $ref: '#/components/schemas/Key' - description: The tag's key. Value: allOf: - $ref: '#/components/schemas/Value' - description: The tag's value. description: Information about a tag. TagFilterType: type: string enum: - KEY_ONLY - VALUE_ONLY - KEY_AND_VALUE TagFilter: type: object properties: Key: allOf: - $ref: '#/components/schemas/Key' - description: The on-premises instance tag filter key. Value: allOf: - $ref: '#/components/schemas/Value' - description: The on-premises instance tag filter value. Type: allOf: - $ref: '#/components/schemas/TagFilterType' - description: '

The on-premises instance tag filter type:

' description: Information about an on-premises instance tag filter. TagKeyList: type: array items: $ref: '#/components/schemas/Key' TargetFilterName: type: string enum: - TargetStatus - ServerInstanceLabel TargetGroupName: type: string TrafficRoute: type: object properties: listenerArns: allOf: - $ref: '#/components/schemas/ListenerArnList' - description: ' The Amazon Resource Name (ARN) of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one. ' description: ' Information about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group. ' TargetGroupPairInfo: type: object properties: targetGroups: allOf: - $ref: '#/components/schemas/TargetGroupInfoList' - description: ' One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete. ' prodTrafficRoute: allOf: - $ref: '#/components/schemas/TrafficRoute' - description: ' The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete. ' testTrafficRoute: allOf: - $ref: '#/components/schemas/TrafficRoute' - description: ' An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment. ' description: ' Information about two target groups and how traffic is routed during an Amazon ECS deployment. An optional test traffic route can be specified. ' WaitTimeInMins: type: integer TimeBasedCanary: type: object properties: canaryPercentage: allOf: - $ref: '#/components/schemas/Percentage' - description: The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment. canaryInterval: allOf: - $ref: '#/components/schemas/WaitTimeInMins' - description: The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment. description: A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file. TimeBasedLinear: type: object properties: linearPercentage: allOf: - $ref: '#/components/schemas/Percentage' - description: The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment. linearInterval: allOf: - $ref: '#/components/schemas/WaitTimeInMins' - description: The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment. description: 'A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions or ECS task sets are specified in the deployment''s AppSpec file.' TrafficRoutingType: type: string enum: - TimeBasedCanary - TimeBasedLinear - AllAtOnce TriggerName: type: string TriggerTargetArn: type: string TriggerEventTypeList: type: array items: $ref: '#/components/schemas/TriggerEventType' TriggerConfig: type: object properties: triggerName: allOf: - $ref: '#/components/schemas/TriggerName' - description: The name of the notification trigger. triggerTargetArn: allOf: - $ref: '#/components/schemas/TriggerTargetArn' - description: The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent. triggerEvents: allOf: - $ref: '#/components/schemas/TriggerEventTypeList' - description: The event type or types for which notifications are triggered. description: Information about notification triggers for the deployment group. TriggerEventType: type: string enum: - DeploymentStart - DeploymentSuccess - DeploymentFailure - DeploymentStop - DeploymentRollback - DeploymentReady - InstanceStart - InstanceSuccess - InstanceFailure - InstanceReady security: - hmac: []