Values.UpdateDomainNameInputSourceRepresents the input parameters for an UpdateDomainName request.
type nonrec t = {domainNameConfigurations : DomainNameConfigurations.t option;The domain name configurations.
*)mutualTlsAuthentication : MutualTlsAuthenticationInput.t option;The mutual TLS authentication configuration for a custom domain name.
*)routingMode : RoutingMode.t option;The routing mode.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of string
| `Timestamp of string ])
list ]
list
| `Structure of
(string * [> `String of UriWithLengthBetween1And2048.t ]) list ])
list ]