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

DescribeElasticsearchDomainsRequest

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

Container for the parameters to the "DescribeElasticsearchDomains" operation. By default, the API returns the status of all Elasticsearch domains.

interface DescribeElasticsearchDomainsRequest {
DomainNames: string[];
}

§Properties

§
DomainNames: string[]
[src]

The Elasticsearch domains for which you want information.