Values.MapRunRedrivenEventDetailsSourceContains details about a Map Run that was redriven.
type nonrec t = {mapRunArn : LongArn.t option;The Amazon Resource Name (ARN) of a Map Run that was redriven.
*)redriveCount : RedriveCount.t option;The number of times the Map Run has been redriven at this point in the execution's history including this event. The redrive count for a redriven Map Run is always greater than 0.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of RedriveCount.t | `String of LongArn.t ]) list ]