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

ApplicationVersionDescriptionsMessage

import type { ApplicationVersionDescriptionsMessage } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

Result message wrapping a list of application version descriptions.

interface ApplicationVersionDescriptionsMessage {
ApplicationVersions: ApplicationVersionDescription[];
NextToken?: string | null;
}

§Properties

§
ApplicationVersions: ApplicationVersionDescription[]
[src]

List of ApplicationVersionDescription objects sorted in order of creation.

§
NextToken?: string | null
[src]

In a paginated request, the token that you can pass in a subsequent request to get the next response page.