Module Values.AccountSummarySource

Sourcetype nonrec t = (CheckStatus.t * CheckStatusCount.t) list
Sourceval make : 'a -> 'a
Sourceval of_header : (Base.String.t * string) list -> (CheckStatus.t * int) list
Sourceval to_value : (CheckStatus.t * 'a) list -> [> `Map of ([> `Enum of string ] * [> `Integer of 'a ]) list ]
Sourceval to_query : (CheckStatus.t * int) list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (CheckStatus.t * int) list
Sourceval to_json : (CheckStatus.t * int) list -> Yojson.Safe.t