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;
}