v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1447387247.5 KB

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.)

post/#X-Amz-Target=CodeDeploy_20141006.ContinueDeployment

Headers

X-Amz-Target'CodeDeploy_20141006.ContinueDeployment' required

Request body

deploymentIdstring

The unique ID of a blue/green deployment for which you want to start rerouting traffic to the replacement environment.

deploymentWaitType'READY_WAIT' | 'TERMINATION_WAIT'

The status of the deployment's waiting period. <code>READY_WAIT</code> indicates that the deployment is ready to start shifting traffic. <code>TERMINATION_WAIT</code> indicates that the traffic is shifted, but the original target is not terminated.

Response

Success