Values.ExecutionStartedEventDetailsSourceContains details about the start of the execution.
type nonrec t = {input : SensitiveData.t option;The JSON data input to the execution. 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.
*)roleArn : Arn.t option;The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.
*)stateMachineAliasArn : Arn.t option;The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine execution.
*)stateMachineVersionArn : Arn.t option;The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SensitiveData.t
| `Structure of (string * [> `Boolean of Truncated.t ]) list ])
list ]