RetryBuildBatch
Source:
src/AWS/CodeBuild/RetryBuildBatch.ts
Runtime binding for codebuild:RetryBuildBatch — restarts a finished
batch build of the bound project, retrying either all builds or only the
failed ones (retryType).
Batch Builds
Section titled “Batch Builds”const retryBuildBatch = yield* AWS.CodeBuild.RetryBuildBatch(project);
yield* retryBuildBatch({ id: batchId, retryType: "RETRY_FAILED_BUILDS" });