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

CreateElasticsearchDomainResponse

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

The result of a CreateElasticsearchDomain operation. Contains the status of the newly created Elasticsearch domain.

interface CreateElasticsearchDomainResponse {
DomainStatus?: ElasticsearchDomainStatus | null;
}

§Properties

§
DomainStatus?: ElasticsearchDomainStatus | null
[src]

The status of the newly created Elasticsearch domain.