Skip to content

ListCommandExecutionsForSandbox

Source: src/AWS/CodeBuild/ListCommandExecutionsForSandbox.ts

Runtime binding for codebuild:ListCommandExecutionsForSandbox — lists the command executions run in a sandbox of the bound project.

const listCommandExecutions = yield* AWS.CodeBuild.ListCommandExecutionsForSandbox(project);
const { commandExecutions } = yield* listCommandExecutions({ sandboxId });