amazonka-ec2-0.1.3: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeKeyPairs

Contents

Description

Describes one or more of your key pairs.

For more information about key pairs, see Key Pairs in the Amazon ElasticCompute Cloud User Guide.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeKeyPairs.html

Synopsis

Request

Request constructor

describeKeyPairs :: DescribeKeyPairs Source

DescribeKeyPairs constructor.

The fields accessible through corresponding lenses are:

Request lenses

dkp1Filters :: Lens' DescribeKeyPairs [Filter] Source

One or more filters.

fingerprint - The fingerprint of the key pair.

'key-name' - The name of the key pair.

dkp1KeyNames :: Lens' DescribeKeyPairs [Text] Source

One or more key pair names.

Default: Describes all your key pairs.

Response

Response constructor

describeKeyPairsResponse :: DescribeKeyPairsResponse Source

DescribeKeyPairsResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dkprKeyPairs :: Lens' DescribeKeyPairsResponse [KeyPairInfo] Source

Information about one or more key pairs.