Skip to content

GetDeployment

Source: src/AWS/CodeDeploy/GetDeployment.ts

Runtime binding for codedeploy:GetDeployment — reads a deployment’s status, revision, and rollout overview. CodeDeploy authorizes the call against the deployment group the deployment belongs to.

const getDeployment = yield* AWS.CodeDeploy.GetDeployment(group);
const { deploymentInfo } = yield* getDeployment({ deploymentId });