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

BuildNotDeleted

import type { BuildNotDeleted } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";

Information about a build that could not be successfully deleted.

interface BuildNotDeleted {
id?: string | null;
statusCode?: string | null;
}

§Properties

§
id?: string | null
[src]

The ID of the build that could not be successfully deleted.

§
statusCode?: string | null
[src]

Additional information about the build that could not be successfully deleted.