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

ListApplicationsResponse

import type { ListApplicationsResponse } from "https://aws-api.deno.dev/v0.4/services/emrserverless.ts?docs=full";
interface ListApplicationsResponse {
applications: ApplicationSummary[];
nextToken?: string | null;
}

§Properties

§
applications: ApplicationSummary[]
[src]

The output lists the specified applications.

§
nextToken?: string | null
[src]

The output displays the token for the next set of application results. This is required for pagination and is available as a response of the previous request.