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

ListBuildsOutput

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

§Properties

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

A list of build IDs, with each build ID representing a single build.

§
nextToken?: string | null
[src]

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.