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

PlatformBranchSummary

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

Summary information about a platform branch.

interface PlatformBranchSummary {
BranchName?: string | null;
BranchOrder?: number | null;
LifecycleState?: string | null;
PlatformName?: string | null;
SupportedTierList: string[];
}

§Properties

§
BranchName?: string | null
[src]

The name of the platform branch.

§
BranchOrder?: number | null
[src]

An ordinal number that designates the order in which platform branches have been added to a platform. This can be helpful, for example, if your code calls the ListPlatformBranches action and then displays a list of platform branches.

A larger BranchOrder value designates a newer platform branch within the platform.

§
LifecycleState?: string | null
[src]

The support life cycle state of the platform branch.

Possible values: beta | supported | deprecated | retired

§
PlatformName?: string | null
[src]

The name of the platform to which this platform branch belongs.

§
SupportedTierList: string[]
[src]

The environment tiers that platform versions in this branch support.

Possible values: WebServer/Standard | Worker/SQS/HTTP