Module Types.IPRangeList

type t = IPRange.t list
val make : 'a -> unit -> 'a
val parse : Ezxmlm.nodes -> IPRange.t list option
val to_query : IPRange.t list -> Aws.Query.t
val to_json : IPRange.t list -> [> `List of [> `Assoc of (string * Aws.Json.t) list ] list ]
val of_json : Aws.Json.t -> IPRange.t list