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

ReportedOs

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

A registered instance's reported operating system.

interface ReportedOs {
Family?: string | null;
Name?: string | null;
Version?: string | null;
}

§Properties

§
Family?: string | null
[src]

The operating system family.

§
Name?: string | null
[src]

The operating system name.

§
Version?: string | null
[src]

The operating system version.