waitUntilDeploymentSuccessful
suspend fun CodeDeployClient.waitUntilDeploymentSuccessful(request: GetDeploymentRequest, retryStrategy: RetryStrategy? = null): Outcome<GetDeploymentResponse>
suspend fun CodeDeployClient.waitUntilDeploymentSuccessful(block: GetDeploymentRequest.Builder.() -> Unit): Outcome<GetDeploymentResponse>