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

ListProjectsRequest

import type { ListProjectsRequest } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface ListProjectsRequest {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum amount of data that can be contained in a single set of results.

§
nextToken?: string | null
[src]

The continuation token to be used to return the next set of results, if the results cannot be returned in one response.