Module Values.WeeklyStartTimeSource

The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.

Sourcetype nonrec t = {
  1. dayOfWeek : DayOfWeek.t;
    (*

    Required. The day of the week.

    *)
  2. timeOfDay : string;
    (*

    Required. The time, in 24-hour format.

    *)
  3. timeZone : string option;
    (*

    The time zone, UTC by default, in either the Country/City format, or the UTC offset format.

    *)
}
Sourceval context_ : string
Sourceval make : ?timeZone:??? -> dayOfWeek:DayOfWeek.t -> timeOfDay:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of string ]) 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