Module Values.UpdateDomainNameInputSource

Represents the input parameters for an UpdateDomainName request.

Sourcetype nonrec t = {
  1. domainNameConfigurations : DomainNameConfigurations.t option;
    (*

    The domain name configurations.

    *)
  2. mutualTlsAuthentication : MutualTlsAuthenticationInput.t option;
    (*

    The mutual TLS authentication configuration for a custom domain name.

    *)
  3. routingMode : RoutingMode.t option;
    (*

    The routing mode.

    *)
}
Sourceval make : ?domainNameConfigurations:??? -> ?mutualTlsAuthentication:??? -> ?routingMode:??? -> unit -> t
Sourceval 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 ]
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