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