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/kinesisanalyticsv2.ts?docs=full";
interface ListApplicationsResponse {
ApplicationSummaries: ApplicationSummary[];
NextToken?: string | null;
}

§Properties

§
ApplicationSummaries: ApplicationSummary[]
[src]

A list of ApplicationSummary objects.

§
NextToken?: string | null
[src]

The pagination token for the next set of results, or null if there are no additional results. Pass this token into a subsequent command to retrieve the next set of items For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.