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

UpdateSettingsRequest

import type { UpdateSettingsRequest } from "https://aws-api.deno.dev/v0.4/services/directoryservice.ts?docs=full";
interface UpdateSettingsRequest {
DirectoryId: string;
Settings: Setting[];
}

§Properties

§
DirectoryId: string
[src]

The identifier of the directory for which to update settings.

§
Settings: Setting[]
[src]

The list of "Setting" objects.