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