BatchGetDeploymentTargets
Source:
src/AWS/CodeDeploy/BatchGetDeploymentTargets.ts
Runtime binding for codedeploy:BatchGetDeploymentTargets — reads up to
25 deployment targets of a deployment in one call.
Observing Deployment Targets
Section titled “Observing Deployment Targets”const batchGetDeploymentTargets = yield* AWS.CodeDeploy.BatchGetDeploymentTargets(group);
const { deploymentTargets } = yield* batchGetDeploymentTargets({ deploymentId, targetIds,});