Module Types.AnomalyDetectorExcludedTimeRanges
type t= Range.t list
val make : 'a -> unit -> 'aval parse : Ezxmlm.nodes -> Range.t list optionval to_query : Range.t list -> Aws.Query.tval to_json : Range.t list -> [> `List of [> `Assoc of (string * Aws.Json.t) list ] list ]val of_json : Aws.Json.t -> Range.t list