Values.DeferredMaintenanceWindowSourceDescribes a deferred maintenance window
type nonrec t = {deferMaintenanceIdentifier : String_.t option;A unique identifier for the maintenance window.
*)deferMaintenanceStartTime : TStamp.t option;A timestamp for the beginning of the time period when we defer maintenance.
*)deferMaintenanceEndTime : TStamp.t option;A timestamp for the end of the time period when we defer maintenance.
*)}