Module Values.GetCustomDomainAssociationRequestSource

Gets information about a specific custom domain association.

Sourcetype nonrec t = {
  1. customDomainName : CustomDomainName.t;
    (*

    The custom domain name associated with the workgroup.

    *)
  2. workgroupName : WorkgroupName.t;
    (*

    The name of the workgroup associated with the database.

    *)
}
Sourceval context_ : string
Sourceval make : customDomainName:CustomDomainName.t -> workgroupName:WorkgroupName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CustomDomainName.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