Module Values.UpdateDomainEndpointOptionsRequestSource

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

Sourcetype nonrec t = {
  1. domainName : DomainName.t;
    (*

    A string that represents the name of a domain.

    *)
  2. domainEndpointOptions : DomainEndpointOptions.t;
    (*

    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.

    *)
}
Sourceval context_ : string
Sourceval make : domainName:DomainName.t -> domainEndpointOptions:DomainEndpointOptions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainName.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t