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

UpdateDirectorySetupRequest

import type { UpdateDirectorySetupRequest } from "https://aws-api.deno.dev/v0.4/services/directoryservice.ts?docs=full";
interface UpdateDirectorySetupRequest {
CreateSnapshotBeforeUpdate?: boolean | null;
DirectoryId: string;
OSUpdateSettings?: OSUpdateSettings | null;
UpdateType: UpdateType;
}

§Properties

§
CreateSnapshotBeforeUpdate?: boolean | null
[src]

The boolean that specifies if a snapshot for the directory needs to be taken before updating the directory.

§
DirectoryId: string
[src]

The identifier of the directory on which you want to perform the update.

§
OSUpdateSettings?: OSUpdateSettings | null
[src]

The settings for the OS update that needs to be performed on the directory.

§
UpdateType: UpdateType
[src]

The type of update that needs to be performed on the directory. For example, OS.