Values.ChainedInvokeStartedDetailsSourceContains details about a chained function invocation that has started execution, including start time and execution context.
type nonrec t = {functionName : NamespacedFunctionName.t option;The name or ARN of the Lambda function being invoked.
*)tenantId : TenantId.t option;The tenant identifier for the chained invocation.
*)input : EventInput.t option;The JSON input payload provided to the chained invocation.
*)executedVersion : VersionWithLatestPublished.t option;The version of the function that was executed.
*)durableExecutionArn : DurableExecutionArn.t option;The Amazon Resource Name (ARN) that identifies the durable execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NamespacedFunctionName.t
| `Structure of
(string * [> `Boolean of Truncated.t | `String of InputPayload.t ])
list ])
list ]