Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContinueDeploymentInput

import type { ContinueDeploymentInput } from "https://aws-api.deno.dev/v0.3/services/codedeploy.ts?docs=full";
interface ContinueDeploymentInput {
deploymentId?: string | null;
deploymentWaitType?: DeploymentWaitType | null;
}

§Properties

§
deploymentId?: string | null
[src]

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

§
deploymentWaitType?: DeploymentWaitType | null
[src]

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.