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/kinesisanalyticsv2.ts?docs=full";
interface ListApplicationsRequest {
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
Limit?: number | null
[src]

The maximum number of applications to list.

§
NextToken?: string | null
[src]

If a previous command returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.