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/serverlessapplicationrepository.ts?docs=full";
interface ListApplicationVersionsRequest {
ApplicationId: string;
MaxItems?: number | null;
NextToken?: string | null;
}

§Properties

§
ApplicationId: string
[src]

The Amazon Resource Name (ARN) of the application.

§
MaxItems?: number | null
[src]

The total number of items to return.

§
NextToken?: string | null
[src]

A token to specify where to start paginating.