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

§Properties

§
Description?: string | null
[src]

A brief description of the 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. Changing the domain's associated KMS key immediately triggers an asynchronous process to remove dependency on the old KMS key, such that the domain's data can only be accessed using the new KMS key. The domain's ServerSideEncryptionUpdateDetails contains the details for this process.