Values.TableMaintenanceJobStatusValueSourceDetails about the status of a maintenance job.
type nonrec t = {status : JobStatus.t option;The status of the job.
*)lastRunTimestamp : SyntheticTimestamp_date_time.t option;The date and time that the maintenance job was last run.
*)failureMessage : String_.t option;The failure message of a failed job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]