Values.UpdateDomainEndpointOptionsRequestSourceContainer for the parameters to the UpdateDomainEndpointOptions operation. Specifies the name of the domain you want to update and the domain endpoint options.
type nonrec t = {domainName : DomainName.t;A string that represents the name of a domain.
*)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.
*)}val make :
domainName:DomainName.t ->
domainEndpointOptions:DomainEndpointOptions.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainName.t
| `Structure of
(string * [> `Boolean of Boolean.t | `Enum of string ]) list ])
list ]