Values.InvocationCompletedDetailsSourceDetails about a function invocation that completed.
type nonrec t = {startTimestamp : ExecutionTimestamp.t option;The date and time when the invocation started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
*)endTimestamp : ExecutionTimestamp.t option;The date and time when the invocation ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
*)requestId : String_.t option;The request ID for the invocation.
*)error : EventError.t option;Details about the invocation failure.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of Truncated.t
| `Structure of
(string
* [> `List of [> `String of StackTraceEntry.t ] list
| `String of ErrorMessage.t ])
list ])
list
| `Timestamp of ExecutionTimestamp.t ])
list ]