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/mobile.ts?docs=full";

Request structure used to request projects list in AWS Mobile Hub.

interface ListProjectsRequest {
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

Maximum number of records to list in a single response.

§
nextToken?: string | null
[src]

Pagination token. Set to null to start listing projects from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more projects.