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

PlatformDescription

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

Detailed information about a platform version.

interface PlatformDescription {
CustomAmiList: CustomAmi[];
DateCreated?: Date | number | null;
DateUpdated?: Date | number | null;
Description?: string | null;
Frameworks: PlatformFramework[];
Maintainer?: string | null;
OperatingSystemName?: string | null;
OperatingSystemVersion?: string | null;
PlatformArn?: string | null;
PlatformBranchLifecycleState?: string | null;
PlatformBranchName?: string | null;
PlatformCategory?: string | null;
PlatformLifecycleState?: string | null;
PlatformName?: string | null;
PlatformOwner?: string | null;
PlatformStatus?: PlatformStatus | null;
PlatformVersion?: string | null;
ProgrammingLanguages: PlatformProgrammingLanguage[];
SolutionStackName?: string | null;
SupportedAddonList: string[];
SupportedTierList: string[];
}

§Properties

§
CustomAmiList: CustomAmi[]
[src]

The custom AMIs supported by the platform version.

§
DateCreated?: Date | number | null
[src]

The date when the platform version was created.

§
DateUpdated?: Date | number | null
[src]

The date when the platform version was last updated.

§
Description?: string | null
[src]

The description of the platform version.

§

The frameworks supported by the platform version.

§
Maintainer?: string | null
[src]

Information about the maintainer of the platform version.

§
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 the platform version.

§
PlatformLifecycleState?: string | null
[src]

The state of the platform version in its lifecycle.

Possible values: Recommended | null

If a null value is returned, the platform version isn't the recommended one for its branch. Each platform branch has a single recommended platform version, typically the most recent one.

§
PlatformName?: string | null
[src]

The name of the platform version.

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

§
PlatformVersion?: string | null
[src]

The version of the platform version.

§
ProgrammingLanguages: PlatformProgrammingLanguage[]
[src]

The programming languages supported by the platform version.

§
SolutionStackName?: string | null
[src]

The name of the solution stack used by the platform version.

§
SupportedAddonList: string[]
[src]

The additions supported by the platform version.

§
SupportedTierList: string[]
[src]

The tiers supported by the platform version.