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

ListBuildBatchesOutput

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

§Properties

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

An array of strings that contains the batch build identifiers.

§
nextToken?: string | null
[src]

If there are more items to return, this contains a token that is passed to a subsequent call to ListBuildBatches to retrieve the next set of items.