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/emrserverless.ts?docs=full";
interface ListApplicationsRequest {
maxResults?: number | null;
nextToken?: string | null;
states?: ApplicationState[] | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of applications that can be listed.

§
nextToken?: string | null
[src]

The token for the next set of application results.

§
states?: ApplicationState[] | null
[src]

An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.