Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RetryBuildBatchInput

import type { RetryBuildBatchInput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface RetryBuildBatchInput {
id?: string | null;
idempotencyToken?: string | null;
retryType?: RetryBuildBatchType | null;
}

§Properties

§
id?: string | null
[src]

Specifies the identifier of the batch build to restart.

§
idempotencyToken?: string | null
[src]

A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch request. The token is included in the RetryBuildBatch request and is valid for five minutes. If you repeat the RetryBuildBatch request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.

§
retryType?: RetryBuildBatchType | null
[src]

Specifies the type of retry to perform.