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

DescribeElasticsearchDomainsResponse

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

The result of a DescribeElasticsearchDomains request. Contains the status of the specified domains or all domains owned by the account.

interface DescribeElasticsearchDomainsResponse {
DomainStatusList: ElasticsearchDomainStatus[];
}

§Properties

§
DomainStatusList: ElasticsearchDomainStatus[]
[src]

The status of the domains requested in the DescribeElasticsearchDomains request.