Skip to content

BatchGetCommandExecutions

Source: src/AWS/CodeBuild/BatchGetCommandExecutions.ts

Runtime binding for codebuild:BatchGetCommandExecutions — reads the status and output of sandbox command executions of the bound project.

const batchGetCommandExecutions = yield* AWS.CodeBuild.BatchGetCommandExecutions(project);
const { commandExecutions } = yield* batchGetCommandExecutions({
sandboxId,
commandExecutionIds: [commandId],
});