Skip to content

ListBuildBatchesForProject

Source: src/AWS/CodeBuild/ListBuildBatchesForProject.ts

Runtime binding for codebuild:ListBuildBatchesForProject — lists the bound project’s batch build ids, optionally filtered by status.

const listBuildBatches = yield* AWS.CodeBuild.ListBuildBatchesForProject(project);
const { ids } = yield* listBuildBatches();