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

ListProjectsOutput

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

§Properties

§
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.

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

The list of build project names, with each build project name representing a single build project.