Module Values.StepsSource

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