| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IAM.DeleteSSHPublicKey
Description
Deletes the specified SSH public key.
The SSH public key deleted by this action is used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see Set up AWS CodeCommit for SSH Connections in the AWS CodeCommit User Guide.
See: AWS API Reference for DeleteSSHPublicKey.
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteSSHPublicKey |
Creates a value of DeleteSSHPublicKey with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteSSHPublicKey Source
See: deleteSSHPublicKey smart constructor.
Instances
Request Lenses
dspkUserName :: Lens' DeleteSSHPublicKey Text Source
The name of the IAM user associated with the SSH public key.
dspkSSHPublicKeyId :: Lens' DeleteSSHPublicKey Text Source
The unique identifier for the SSH public key.
Destructuring the Response
deleteSSHPublicKeyResponse :: DeleteSSHPublicKeyResponse Source
Creates a value of DeleteSSHPublicKeyResponse with the minimum fields required to make a request.
data DeleteSSHPublicKeyResponse Source
See: deleteSSHPublicKeyResponse smart constructor.