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

UpdateDomainEndpointOptionsRequest

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

Container for the parameters to the "UpdateDomainEndpointOptions" operation. Specifies the name of the domain you want to update and the domain endpoint options.

interface UpdateDomainEndpointOptionsRequest {
DomainEndpointOptions: DomainEndpointOptions;
DomainName: string;
}

§Properties

§
DomainEndpointOptions: DomainEndpointOptions
[src]

Whether to require that all requests to the domain arrive over HTTPS. We recommend Policy-Min-TLS-1-2-2019-07 for TLSSecurityPolicy. For compatibility with older clients, the default is Policy-Min-TLS-1-0-2019-07.

§
DomainName: string
[src]

A string that represents the name of a domain.