Values.LambdaFunctionSucceededEventDetailsSourceContains details about a Lambda function that successfully terminated during an execution.
type nonrec t = {output : SensitiveData.t option;The JSON data output by the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
*)outputDetails : HistoryEventExecutionDataDetails.t option;Contains details about the output of an execution history event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SensitiveData.t
| `Structure of (string * [> `Boolean of Truncated.t ]) list ])
list ]