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

OperatingSystem

import type { OperatingSystem } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Describes supported operating systems in AWS OpsWorks Stacks.

interface OperatingSystem {
ConfigurationManagers?: OperatingSystemConfigurationManager[] | null;
Id?: string | null;
Name?: string | null;
ReportedName?: string | null;
ReportedVersion?: string | null;
Supported?: boolean | null;
Type?: string | null;
}

§Properties

§
ConfigurationManagers?: OperatingSystemConfigurationManager[] | null
[src]

Supported configuration manager name and versions for an AWS OpsWorks Stacks operating system.

§
Id?: string | null
[src]

The ID of a supported operating system, such as Amazon Linux 2018.03.

§
Name?: string | null
[src]

The name of the operating system, such as Amazon Linux 2018.03.

§
ReportedName?: string | null
[src]

A short name for the operating system manufacturer.

§
ReportedVersion?: string | null
[src]

The version of the operating system, including the release and edition, if applicable.

§
Supported?: boolean | null
[src]

Indicates that an operating system is not supported for new instances.

§
Type?: string | null
[src]

The type of a supported operating system, either Linux or Windows.