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

DeleteBuildBatchOutput

import type { DeleteBuildBatchOutput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface DeleteBuildBatchOutput {
buildsDeleted?: string[] | null;
buildsNotDeleted?: BuildNotDeleted[] | null;
statusCode?: string | null;
}

§Properties

§
buildsDeleted?: string[] | null
[src]

An array of strings that contain the identifiers of the builds that were deleted.

§
buildsNotDeleted?: BuildNotDeleted[] | null
[src]

An array of BuildNotDeleted objects that specify the builds that could not be deleted.

§
statusCode?: string | null
[src]

The status code.