Values.HistorySourcePaginated representation of a workflow history for a workflow execution. This is the up to date, complete and authoritative record of the events related to all tasks and events in the life of the workflow execution.
type nonrec t = {events : HistoryEventList.t option;The list of history events.
*)nextPageToken : PageToken.t option;If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged. The configured maximumPageSize determines how many results can be returned in a single call.
*)}type nonrec error = [ | `OperationNotPermittedFault of OperationNotPermittedFault.t| `UnknownResourceFault of UnknownResourceFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `UnknownResourceFault of UnknownResourceFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `UnknownResourceFault of UnknownResourceFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Long of EventId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of Tag.t ] list
| `Long of EventId.t
| `String of Data.t
| `Structure of
(string * [> `String of Name.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]
list
| `String of PageToken.t ])
list ]