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

ListApplicationSnapshotsRequest

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

§Properties

§
ApplicationName: string
[src]

The name of an existing application.

§
Limit?: number | null
[src]

The maximum number of application snapshots to list.

§
NextToken?: string | null
[src]

Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.