StopBuildBatch
Source:
src/AWS/CodeBuild/StopBuildBatch.ts
Runtime binding for codebuild:StopBuildBatch — stops an in-progress
batch build of the bound project by batch id.
Batch Builds
Section titled “Batch Builds”const stopBuildBatch = yield* AWS.CodeBuild.StopBuildBatch(project);
yield* stopBuildBatch({ id: batchId });