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

RetryBuildInput

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

§Properties

§
id?: string | null
[src]

Specifies the identifier of the build to restart.

§
idempotencyToken?: string | null
[src]

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