Module Values.StepSearchSummariesSource

Sourcetype nonrec t = StepSearchSummary.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : StepSearchSummary.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 * [> `List of [> `Structure of (string * [> `Enum of string | `String of StepParameterName.t | `Structure of (string * [> `Enum of string | `Integer of DefaultTaskCount.t ]) list ]) list ] list | `String of CombinationExpression.t ]) list | `Timestamp of CreatedAt.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> StepSearchSummary.t list