Skip to content

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.

const stopBuildBatch = yield* AWS.CodeBuild.StopBuildBatch(project);
yield* stopBuildBatch({ id: batchId });