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

ListApplicationVersionsResponse

import type { ListApplicationVersionsResponse } from "https://aws-api.deno.dev/v0.4/services/serverlessapplicationrepository.ts?docs=full";
interface ListApplicationVersionsResponse {
NextToken?: string | null;
Versions?: VersionSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token to request the next page of results.

§
Versions?: VersionSummary[] | null
[src]

An array of version summaries for the application.