Values.EdgeAgentStatusSourceAn object that contains the latest status details for an edge agent's recorder and uploader jobs. Use this information to determine the current health of an edge agent.
type nonrec t = {lastRecorderStatus : LastRecorderStatus.t option;The latest status of a stream’s edge recording job.
*)lastUploaderStatus : LastUploaderStatus.t option;The latest status of a stream’s edge to cloud uploader job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of JobStatusDetails.t
| `Timestamp of Timestamp.t ])
list ])
list ]