Values.TaskSucceededEventDetailsSourceContains details about the successful completion of a task state.
type nonrec t = {resourceType : Name.t option;The service name of the resource in a task state.
*)resource : Name.t option;The action of the resource called by a task state.
*)output : SensitiveData.t option;The full JSON response from a resource when a task has succeeded. This response becomes the output of the related task. 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 Name.t
| `Structure of (string * [> `Boolean of Truncated.t ]) list ])
list ]