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

ListApplicationsRequest

import type { ListApplicationsRequest } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface ListApplicationsRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

§
NextToken?: string | null
[src]

A token to start the list. Next token is a pagination token generated by AppConfig to describe what page the previous List call ended on. For the first List request, the nextToken should not be set. On subsequent calls, the nextToken parameter should be set to the previous responses nextToken value. Use this token to get the next set of results.