Module Values.ScansSource

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