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

DeleteElasticsearchDomainResponse

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

The result of a DeleteElasticsearchDomain request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.

interface DeleteElasticsearchDomainResponse {
DomainStatus?: ElasticsearchDomainStatus | null;
}

§Properties

§
DomainStatus?: ElasticsearchDomainStatus | null
[src]

The status of the Elasticsearch domain being deleted.