Module Types.LocalGatewayVirtualInterfaceSet

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