Module Values.SuitesSource

Sourcetype nonrec t = Suite.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Suite.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `String of AmazonResourceName.t | `Structure of (string * [> `Double of Double.t | `Integer of Integer.t ]) list | `Timestamp of DateTime.t ]) list ] list ]
Sourceval to_query : Suite.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Suite.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Suite.t list
Sourceval to_json : Suite.t list -> Yojson.Safe.t