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

ListBuildBatchesForProjectOutput

import type { ListBuildBatchesForProjectOutput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface ListBuildBatchesForProjectOutput {
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 ListBuildBatchesForProject to retrieve the next set of items.