Module Values.LogStreamsSource

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