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.3/services/opensearch.ts?docs=full";

The result of a CreateDomain operation. Contains the status of the newly created Amazon OpenSearch Service domain.

interface CreateDomainResponse {
DomainStatus?: DomainStatus | null;
}

§Properties

§
DomainStatus?: DomainStatus | null
[src]

The status of the newly created domain.