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

§Properties

§
ExclusiveStartApplicationName?: string | null
[src]

Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

§
Limit?: number | null
[src]

Maximum number of applications to list.