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

DomainSummary

import type { DomainSummary } from "https://aws-api.deno.dev/v0.4/services/voiceid.ts?docs=full";

Contains a summary of information about a domain.

interface DomainSummary {
Arn?: string | null;
CreatedAt?: Date | number | null;
Description?: string | null;
DomainId?: string | null;
DomainStatus?: DomainStatus | null;
Name?: string | null;
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | null;
ServerSideEncryptionUpdateDetails?: ServerSideEncryptionUpdateDetails | null;
UpdatedAt?: Date | number | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) for the domain.

§
CreatedAt?: Date | number | null
[src]

The timestamp showing when the domain is created.

§
Description?: string | null
[src]

The client-provided description of the domain.

§
DomainId?: string | null
[src]

The service-generated identifier for the domain.

§
DomainStatus?: DomainStatus | null
[src]

The current status of the domain.

§
Name?: string | null
[src]

The client-provided name for the domain.

§
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | null
[src]

The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt your data.

§
ServerSideEncryptionUpdateDetails?: ServerSideEncryptionUpdateDetails | null
[src]

Details about the most recent server-side encryption configuration update. When the server-side encryption configuration is changed, dependency on the old KMS key is removed through an asynchronous process. When this update is complete, the domain's data can only be accessed using the new KMS key.

§
UpdatedAt?: Date | number | null
[src]

The timestamp showing the domain's last update.