aws-ec2-0.1: src/Aws/Ec2/Commands/DescribeVpcs.hs
{-# LANGUAGE TypeFamilies
, MultiParamTypeClasses
, TemplateHaskell
#-}
module Aws.Ec2.Commands.DescribeVpcs where
import Aws.Ec2.TH
data DescribeVpcs = DescribeVpcs { dvpc_vpcIds :: [Text] }
deriving (Show)
ec2ValueTransactionDef ''DescribeVpcs 'DescribeVpcs "vpcSet" "VpcId"