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

ListBundlesRequest

import type { ListBundlesRequest } from "https://aws-api.deno.dev/v0.3/services/mobile.ts?docs=full";

Request structure to request all available bundles.

interface ListBundlesRequest {
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 bundles from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more bundles.