Values.StateEnteredEventDetailsSourceContains details about a state entered during an execution.
type nonrec t = {name : Name.t option;The name of the state.
*)input : SensitiveData.t option;The string that contains the JSON input data for the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
*)inputDetails : HistoryEventExecutionDataDetails.t option;Contains details about the input for an execution history event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Name.t
| `Structure of (string * [> `Boolean of Truncated.t ]) list ])
list ]