Values.WindowMaintenanceScheduleSourceDefines a specific time window for maintenance operations.
type nonrec t = {start : SyntheticTimestamp_date_time.t option;The start time of the maintenance window.
*)end_ : SyntheticTimestamp_date_time.t option;The end time of the maintenance window.
*)scheduledTime : SyntheticTimestamp_date_time.t option;The date and time when the maintenance window is scheduled to occur.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Timestamp of SyntheticTimestamp_date_time.t ]) list ]