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

ListApplicationVersionsRequest

import type { ListApplicationVersionsRequest } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
interface ListApplicationVersionsRequest {
ApplicationName: string;
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
ApplicationName: string
[src]

The name of the application for which you want to list all versions.

§
Limit?: number | null
[src]

The maximum number of versions to list in this invocation of the operation.

§
NextToken?: string | null
[src]

If a previous invocation of this operation 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.