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

PlatformSummary

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

Summary information about a platform version.

interface PlatformSummary {
OperatingSystemName?: string | null;
OperatingSystemVersion?: string | null;
PlatformArn?: string | null;
PlatformBranchLifecycleState?: string | null;
PlatformBranchName?: string | null;
PlatformCategory?: string | null;
PlatformLifecycleState?: string | null;
PlatformOwner?: string | null;
PlatformStatus?: PlatformStatus | null;
PlatformVersion?: string | null;
SupportedAddonList: string[];
SupportedTierList: string[];
}

§Properties

§
OperatingSystemName?: string | null
[src]

The operating system used by the platform version.

§
OperatingSystemVersion?: string | null
[src]

The version of the operating system used by the platform version.

§
PlatformArn?: string | null
[src]

The ARN of the platform version.

§
PlatformBranchLifecycleState?: string | null
[src]

The state of the platform version's branch in its lifecycle.

Possible values: beta | supported | deprecated | retired

§
PlatformBranchName?: string | null
[src]

The platform branch to which the platform version belongs.

§
PlatformCategory?: string | null
[src]

The category of platform version.

§
PlatformLifecycleState?: string | null
[src]

The state of the platform version in its lifecycle.

Possible values: recommended | empty

If an empty value is returned, the platform version is supported but isn't the recommended one for its branch.

§
PlatformOwner?: string | null
[src]

The AWS account ID of the person who created the platform version.

§
PlatformStatus?: PlatformStatus | null
[src]

The status of the platform version. You can create an environment from the platform version once it is ready.

§
PlatformVersion?: string | null
[src]

The version string of the platform version.

§
SupportedAddonList: string[]
[src]

The additions associated with the platform version.

§
SupportedTierList: string[]
[src]

The tiers in which the platform version runs.