Values.StepSucceededDetailsSourceDetails about a step that succeeded.
type nonrec t = {result : EventResult.t option;The response payload from the successful operation.
*)retryDetails : RetryDetails.t option;Information about retry attempts for this step operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Truncated.t
| `Integer of AttemptCount.t
| `String of OperationPayload.t ])
list ])
list ]