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.
Observing Deployments
Section titled “Observing Deployments”const getDeployment = yield* AWS.CodeDeploy.GetDeployment(group);
const { deploymentInfo } = yield* getDeployment({ deploymentId });