Module Values.OffPeakWindowOptionsStatusSource

The status of off-peak window options for a domain.

Sourcetype nonrec t = {
  1. options : OffPeakWindowOptions.t option;
    (*

    The domain's off-peak window configuration.

    *)
  2. status : OptionStatus.t option;
    (*

    The current status of off-peak window options.

    *)
}
Sourceval make : ?options:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of UIntValue.t | `Structure of (string * [> `Structure of (string * [> `Long of StartTimeHours.t ]) list ]) list | `Timestamp of UpdateTimestamp.t ]) list ]) 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