Module Values.StepSummariesSource

Sourcetype nonrec t = StepSummary.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : StepSummary.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Integer of TaskFailureRetryCount.t | `Map of ([> `Enum of string ] * [> `Integer of Integer.t ]) list | `String of StepId.t | `Structure of (string * [> `Integer of Integer.t ]) list | `Timestamp of CreatedAt.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> StepSummary.t list
Sourceval of_json : [> Yojson.Safe.t ] -> StepSummary.t list
Sourceval to_json : StepSummary.t list -> Yojson.Safe.t