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

UpdateDomainRequest

import type { UpdateDomainRequest } from "https://aws-api.deno.dev/v0.3/services/sagemaker.ts?docs=full";
interface UpdateDomainRequest {
DefaultUserSettings?: UserSettings | null;
DomainId: string;
DomainSettingsForUpdate?: DomainSettingsForUpdate | null;
}

§Properties

§
DefaultUserSettings?: UserSettings | null
[src]

A collection of settings.

§
DomainId: string
[src]

The ID of the domain to be updated.

§
DomainSettingsForUpdate?: DomainSettingsForUpdate | null
[src]

A collection of DomainSettings configuration values to update.