ListDeployments
Source:
src/AWS/CodeDeploy/ListDeployments.ts
Runtime binding for codedeploy:ListDeployments — lists the deployment
ids of the bound deployment group (optionally filtered by status or
create-time range).
Observing Deployments
Section titled “Observing Deployments”const listDeployments = yield* AWS.CodeDeploy.ListDeployments(group);
const { deployments } = yield* listDeployments({ includeOnlyStatuses: ["InProgress"],});