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

DescribeElasticsearchDomainConfigRequest

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

Container for the parameters to the DescribeElasticsearchDomainConfig operation. Specifies the domain name for which you want configuration information.

interface DescribeElasticsearchDomainConfigRequest {
DomainName: string;
}

§Properties

§
DomainName: string
[src]

The Elasticsearch domain that you want to get information about.