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

DescribeDomainEndpointOptionsRequest

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

Container for the parameters to the "DescribeDomainEndpointOptions" operation. Specify the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

interface DescribeDomainEndpointOptionsRequest {
Deployed?: boolean | null;
DomainName: string;
}

§Properties

§
Deployed?: boolean | null
[src]

Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration. Defaults to false.

§
DomainName: string
[src]

A string that represents the name of a domain.