Values.PendingMaintenanceSourceThe scheduled maintenance for a runtime engine.
type nonrec t = {engineVersion : String_.t option;The specific runtime engine that the maintenance schedule applies to.
*)schedule : MaintenanceSchedule.t option;The maintenance schedule for the runtime engine version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of (string * [> `Timestamp of Timestamp.t ]) list ])
list ]