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/voiceid.ts?docs=full";
interface UpdateDomainRequest {
Description?: string | null;
DomainId: string;
Name: string;
ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration;
}

§Properties

§
Description?: string | null
[src]

A brief description about this domain.

§
DomainId: string
[src]

The identifier of the domain to be updated.

§
Name: string
[src]

The name of the domain.

§
ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration
[src]

The configuration, containing the KMS Key Identifier, to be used by Voice ID for the server-side encryption of your data. Note that all the existing data in the domain are still encrypted using the existing key, only the data added to domain after updating the key is encrypted using the new key.