Module Values.AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsSource

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

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

    The day of the week on which the maintenance window falls.

    *)
  2. timeOfDay : NonEmptyString.t option;
    (*

    The time, in 24-hour format, on which the maintenance window falls.

    *)
  3. timeZone : NonEmptyString.t option;
    (*

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

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