Module Values.GroupSummarySource

Summary information for groups.

Sourcetype nonrec t = {
  1. groupId : GroupId.t option;
    (*

    The identifier of the group you want group summary information on.

    *)
  2. orderingId : PrincipalOrderingId.t option;
    (*

    The timestamp identifier used for the latest PUT or DELETE action.

    *)
}
Sourceval make : ?groupId:??? -> ?orderingId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of PrincipalOrderingId.t | `String of GroupId.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