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.
Sandboxes
Section titled “Sandboxes”const batchGetCommandExecutions = yield* AWS.CodeBuild.BatchGetCommandExecutions(project);
const { commandExecutions } = yield* batchGetCommandExecutions({ sandboxId, commandExecutionIds: [commandId],});