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

DescribeDomainResponse

import type { DescribeDomainResponse } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

The result of a DescribeDomain request. Contains the status of the domain specified in the request.

interface DescribeDomainResponse {
DomainStatus: DomainStatus;
}

§Properties

§
DomainStatus: DomainStatus
[src]

The current status of the domain.