Module Values.GetAccountPoolInputSource

Gets the details of the account pool.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The ID of the domain in which the account pool lives whose details are to be displayed.

    *)
  2. identifier : AccountPoolId.t;
    (*

    The ID of the account pool whose details are to be displayed.

    *)
}
Sourceval context_ : string
Sourceval make : domainIdentifier:DomainId.t -> identifier:AccountPoolId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainId.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