DeleteBuildBatch
Source:
src/AWS/CodeBuild/DeleteBuildBatch.ts
Runtime binding for codebuild:DeleteBuildBatch — deletes a batch build
of the bound project (and its child builds) by batch id.
Batch Builds
Section titled “Batch Builds”const deleteBuildBatch = yield* AWS.CodeBuild.DeleteBuildBatch(project);
yield* deleteBuildBatch({ id: batchId });