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-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";
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]
§
Id?: string | null
[src]
§
Name?: string | null
[src]
§
ReportedName?: string | null
[src]
§
ReportedVersion?: string | null
[src]
§
Supported?: boolean | null
[src]
§
Type?: string | null
[src]