Module Values.WindowStartTimeSource

The desired start time for an off-peak maintenance window.

Sourcetype nonrec t = {
  1. hours : StartTimeHours.t;
    (*

    The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, 17 refers to 5:00 P.M. UTC.

    *)
  2. minutes : StartTimeMinutes.t;
    (*

    The start minute of the window, in UTC.

    *)
}
Sourceval context_ : string
Sourceval make : hours:StartTimeHours.t -> minutes:StartTimeMinutes.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of StartTimeHours.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t