Values.GetDurableExecutionHistoryResponseSourceThe response from the GetDurableExecutionHistory operation, containing the execution history and events.
type nonrec t = {events : Events.t option;An array of execution history events, ordered chronologically unless ReverseOrder is set to true. Each event represents a significant occurrence during the execution, such as step completion or callback resolution.
*)nextMarker : String_.t option;If present, indicates that more history events are available. Use this value as the Marker parameter in a subsequent request to retrieve the next page of results.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceException of ServiceException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of EventId.t
| `String of OperationSubType.t
| `Structure of
(string
* [> `Integer of DurationSeconds.t
| `String of NamespacedFunctionName.t
| `Structure of
(string
* [> `Boolean of Truncated.t
| `Integer of AttemptCount.t
| `String of InputPayload.t
| `Structure of
(string
* [> `List of
[> `String of StackTraceEntry.t ]
list
| `String of ErrorMessage.t ])
list ])
list
| `Timestamp of ExecutionTimestamp.t ])
list
| `Timestamp of ExecutionTimestamp.t ])
list ]
list
| `String of String_.t ])
list ]