Module Values.ExecutionRedrivenEventDetailsSource

Contains details about a redriven execution.

Sourcetype nonrec t = {
  1. redriveCount : RedriveCount.t option;
    (*

    The number of times you've redriven an execution. If you have not yet redriven an execution, the redriveCount is 0. This count is not updated for redrives that failed to start or are pending to be redriven.

    *)
}
Sourceval make : ?redriveCount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of RedriveCount.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