Values.CheckDNSAvailabilityResultMessageSourceIndicates if the specified CNAME is available.
type checkDNSAvailabilityResult = {available : CnameAvailability.t option;Indicates if the specified CNAME is available: true : The CNAME is available. false : The CNAME is not available.
*)fullyQualifiedCNAME : DNSCname.t option;The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
*)}and t = {checkDNSAvailabilityResult : checkDNSAvailabilityResult;responseMetaData : responseMetaData;}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of CnameAvailability.t | `String of DNSCname.t ])
list ])
list ]