Module Types.LocalGatewayVirtualInterfaceGroup
type t={local_gateway_virtual_interface_group_id : Aws.BaseTypes.String.t option;local_gateway_virtual_interface_ids : LocalGatewayVirtualInterfaceIdSet.t;local_gateway_id : Aws.BaseTypes.String.t option;owner_id : Aws.BaseTypes.String.t option;tags : TagList.t;}
val make : ?local_gateway_virtual_interface_group_id:Aws.BaseTypes.String.t -> ?local_gateway_virtual_interface_ids:LocalGatewayVirtualInterfaceIdSet.t -> ?local_gateway_id:Aws.BaseTypes.String.t -> ?owner_id:Aws.BaseTypes.String.t -> ?tags:TagList.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t