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

CreateDomainResponse

import type { CreateDomainResponse } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";
interface CreateDomainResponse {
domainArn: string;
domainId: string;
domainStatus: DomainStatus;
}

§Properties

§
domainArn: string
[src]

The Amazon Resource Name (ARN) for the Cases domain.

§
domainId: string
[src]

The unique identifier of the Cases domain.

§
domainStatus: DomainStatus
[src]

The status of the domain.