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

DomainEndpointOptionsStatus

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

The configured endpoint options for the domain and their current status.

interface DomainEndpointOptionsStatus {
Status: OptionStatus;
}

§Properties

§

Options to configure the endpoint for the domain.

§

The status of the endpoint options for the domain. See OptionStatus for the status information that's included.