Smaws_Client_CodeDeploy.ContinueDeploymentFor 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.)
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `DeploymentAlreadyCompletedException of
Types.deployment_already_completed_exception
| `DeploymentDoesNotExistException of
Types.deployment_does_not_exist_exception
| `DeploymentIdRequiredException of Types.deployment_id_required_exception
| `DeploymentIsNotInReadyStateException of
Types.deployment_is_not_in_ready_state_exception
| `InvalidDeploymentIdException of Types.invalid_deployment_id_exception
| `InvalidDeploymentStatusException of
Types.invalid_deployment_status_exception
| `InvalidDeploymentWaitTypeException of
Types.invalid_deployment_wait_type_exception
| `UnsupportedActionForDeploymentTypeException of
Types.unsupported_action_for_deployment_type_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.continue_deployment_input ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsJson.error
| `DeploymentAlreadyCompletedException of
Types.deployment_already_completed_exception
| `DeploymentDoesNotExistException of
Types.deployment_does_not_exist_exception
| `DeploymentIdRequiredException of Types.deployment_id_required_exception
| `DeploymentIsNotInReadyStateException of
Types.deployment_is_not_in_ready_state_exception
| `InvalidDeploymentIdException of Types.invalid_deployment_id_exception
| `InvalidDeploymentStatusException of
Types.invalid_deployment_status_exception
| `InvalidDeploymentWaitTypeException of
Types.invalid_deployment_wait_type_exception
| `UnsupportedActionForDeploymentTypeException of
Types.unsupported_action_for_deployment_type_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.continue_deployment_input ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `DeploymentAlreadyCompletedException of
Types.deployment_already_completed_exception
| `DeploymentDoesNotExistException of
Types.deployment_does_not_exist_exception
| `DeploymentIdRequiredException of Types.deployment_id_required_exception
| `DeploymentIsNotInReadyStateException of
Types.deployment_is_not_in_ready_state_exception
| `InvalidDeploymentIdException of Types.invalid_deployment_id_exception
| `InvalidDeploymentStatusException of
Types.invalid_deployment_status_exception
| `InvalidDeploymentWaitTypeException of
Types.invalid_deployment_wait_type_exception
| `UnsupportedActionForDeploymentTypeException of
Types.unsupported_action_for_deployment_type_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result