Module Values.JobLogsSource

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