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

BatchGetBuildBatchesOutput

import type { BatchGetBuildBatchesOutput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface BatchGetBuildBatchesOutput {
buildBatches?: BuildBatch[] | null;
buildBatchesNotFound?: string[] | null;
}

§Properties

§
buildBatches?: BuildBatch[] | null
[src]

An array of BuildBatch objects that represent the retrieved batch builds.

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

An array that contains the identifiers of any batch builds that are not found.