Values.GetDomainNameResponseSourceGets a domain name.
type nonrec t = {apiMappingSelectionExpression : SelectionExpression.t option;The API mapping selection expression.
*)domainName : StringWithLengthBetween1And512.t option;The name of the DomainName resource.
*)domainNameArn : Arn.t option;The ARN of the DomainName resource.
*)domainNameConfigurations : DomainNameConfigurations.t option;The domain name configurations.
*)mutualTlsAuthentication : MutualTlsAuthentication.t option;The mutual TLS authentication configuration for a custom domain name.
*)routingMode : RoutingMode.t option;The routing mode.
*)}type nonrec error = [ | `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]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
| `Map of
([> `String of string ]
* [> `String of StringWithLengthBetween1And1600.t ])
list
| `String of SelectionExpression.t
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of UriWithLengthBetween1And2048.t ])
list ])
list ]