BatchGetSandboxes
Source:
src/AWS/CodeBuild/BatchGetSandboxes.ts
Runtime binding for codebuild:BatchGetSandboxes — reads the status of
one or more sandboxes of the bound project by sandbox id.
Sandboxes
Section titled “Sandboxes”const batchGetSandboxes = yield* AWS.CodeBuild.BatchGetSandboxes(project);
const { sandboxes } = yield* batchGetSandboxes({ ids: [sandboxId] });