Module Values.ActivitiesSource

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