Skip to content

BatchGetDeploymentTargets

Source: src/AWS/CodeDeploy/BatchGetDeploymentTargets.ts

Runtime binding for codedeploy:BatchGetDeploymentTargets — reads up to 25 deployment targets of a deployment in one call.

const batchGetDeploymentTargets =
yield* AWS.CodeDeploy.BatchGetDeploymentTargets(group);
const { deploymentTargets } = yield* batchGetDeploymentTargets({
deploymentId,
targetIds,
});