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

BatchDeleteBuildsOutput

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

§Properties

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

The IDs of the builds that were successfully deleted.

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

Information about any builds that could not be successfully deleted.