ListSandboxesForProject
Source:
src/AWS/CodeBuild/ListSandboxesForProject.ts
Runtime binding for codebuild:ListSandboxesForProject — lists the
bound project’s sandbox ids, newest first.
Sandboxes
Section titled “Sandboxes”const listSandboxes = yield* AWS.CodeBuild.ListSandboxesForProject(project);
const { ids } = yield* listSandboxes();