| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.EC2.DeleteKeyPair
Description
Deletes the specified key pair, by removing the public key from Amazon EC2.
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DeleteKeyPair.html
Request
data DeleteKeyPair Source
Instances
| Eq DeleteKeyPair | |
| Ord DeleteKeyPair | |
| Read DeleteKeyPair | |
| Show DeleteKeyPair | |
| AWSRequest DeleteKeyPair | |
| ToQuery DeleteKeyPair | |
| ToPath DeleteKeyPair | |
| ToHeaders DeleteKeyPair | |
| type Sv DeleteKeyPair = EC2 | |
| type Rs DeleteKeyPair = DeleteKeyPairResponse |
Request constructor
Arguments
| :: Text | |
| -> DeleteKeyPair |
DeleteKeyPair constructor.
The fields accessible through corresponding lenses are:
dkpDryRun::MaybeBooldkpKeyName::Text
Request lenses
dkpKeyName :: Lens' DeleteKeyPair Text Source
The name of the key pair.
Response
Response constructor
deleteKeyPairResponse :: DeleteKeyPairResponse Source
DeleteKeyPairResponse constructor.