Module Values.CheckDNSAvailabilityMessageSource

Results message indicating whether a CNAME is available.

Sourcetype nonrec t = {
  1. cNAMEPrefix : DNSCnamePrefix.t;
    (*

    The prefix used when this CNAME is reserved.

    *)
}
Sourceval context_ : string
Sourceval make : cNAMEPrefix:DNSCnamePrefix.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DNSCnamePrefix.t ]) 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