Values.LastUploaderStatusSourceThe latest status of a stream’s edge to cloud uploader job.
type nonrec t = {jobStatusDetails : JobStatusDetails.t option;A description of an uploader job’s latest status.
*)lastCollectedTime : Timestamp.t option;The timestamp at which the uploader job was last executed and media collected to the cloud.
*)lastUpdatedTime : Timestamp.t option;The timestamp at which the uploader status was last updated.
*)uploaderStatus : UploaderStatus.t option;The status of the latest uploader job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of JobStatusDetails.t
| `Timestamp of Timestamp.t ])
list ]