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

ListPlatformBranchesResult

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

§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.

§
PlatformBranchSummaryList: PlatformBranchSummary[]
[src]

Summary information about the platform branches.