Module Values.MaintenanceWindowSource

Preferred maintenance window in format "ddd:HH:MM-ddd:HH:MM" Format requirements: Day: Mon, Tue, Wed, Thu, Fri, Sat, Sun Hour: 00-23 (24-hour format, 2 digits) Minute: 00-59 (2 digits) Provide empty string to let the system choose a window. Examples: "Sun:02:00-Sun:06:00" (4-hour window Sunday morning) "Sat:23:00-Sun:03:00" (cross-midnight window) "" or (system chooses)

Sourcetype nonrec t = string

Preferred maintenance window in format "ddd:HH:MM-ddd:HH:MM" Format requirements: Day: Mon, Tue, Wed, Thu, Fri, Sat, Sun Hour: 00-23 (24-hour format, 2 digits) Minute: 00-59 (2 digits) Provide empty string to let the system choose a window. Examples: "Sun:02:00-Sun:06:00" (4-hour window Sunday morning) "Sat:23:00-Sun:03:00" (cross-midnight window) "" or (system chooses)

Sourceval context_ : string
Sourceval make : string -> string
Sourceval of_string : 'a -> 'a
Sourceval to_value : 'a -> [> `String of 'a ]
Sourceval to_query : string -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'a
Sourceval of_xml : Awso.Xml.t -> string
Sourceval of_json : Yojson.Safe.t -> string
Sourceval to_json : string -> Yojson.Safe.t