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

ListPlatformVersionsResult

import type { ListPlatformVersionsResult } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";
interface ListPlatformVersionsResult {
NextToken?: string | null;
PlatformSummaryList: PlatformSummary[];
}

§Properties

§
NextToken?: string | null
[src]

In a paginated request, if this value isn't null, it's the token that you can pass in a subsequent request to get the next response page.

§
PlatformSummaryList: PlatformSummary[]
[src]

Summary information about the platform versions.