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

OSUpdateSettings

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

OS version that the directory needs to be updated to.

interface OSUpdateSettings {
OSVersion?: OSVersion | null;
}

§Properties

§
OSVersion?: OSVersion | null
[src]

OS version that the directory needs to be updated to.