Skip to content

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).

const listDeployments = yield* AWS.CodeDeploy.ListDeployments(group);
const { deployments } = yield* listDeployments({
includeOnlyStatuses: ["InProgress"],
});