ListCommandExecutionsForSandbox
Source:
src/AWS/CodeBuild/ListCommandExecutionsForSandbox.ts
Runtime binding for codebuild:ListCommandExecutionsForSandbox — lists
the command executions run in a sandbox of the bound project.
Sandboxes
Section titled “Sandboxes”const listCommandExecutions = yield* AWS.CodeBuild.ListCommandExecutionsForSandbox(project);
const { commandExecutions } = yield* listCommandExecutions({ sandboxId });