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

DescribeDomainConfigRequest

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

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

interface DescribeDomainConfigRequest {
DomainName: string;
}

§Properties

§
DomainName: string
[src]

The domain you want to get information about.