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