Module Values.CheckpointUpdatedExecutionStateSource

Contains operations that have been updated since the last checkpoint, such as completed asynchronous work like timers or callbacks.

Sourcetype nonrec t = {
  1. operations : Operations.t option;
    (*

    A list of operations that have been updated since the last checkpoint.

    *)
  2. nextMarker : String_.t option;
    (*

    Indicates that more results are available. Use this value in a subsequent call to retrieve the next page of results.

    *)
}
Sourceval make : ?operations:??? -> ?nextMarker:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of OperationId.t | `Structure of (string * [> `Boolean of ReplayChildren.t | `Integer of AttemptCount.t | `String of InputPayload.t | `Structure of (string * [> `List of [> `String of StackTraceEntry.t ] list | `String of ErrorMessage.t ]) list | `Timestamp of ExecutionTimestamp.t ]) list | `Timestamp of ExecutionTimestamp.t ]) list ] list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t