Copyright | (c) 2013-2016 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 |
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 .
Creating a Request
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:
dspkUserName
- The name of the IAM user associated with the SSH public key. The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-dspkSSHPublicKeyId
- The unique identifier for the SSH public key. The regex pattern for this parameter is a string of characters that can consist of any upper or lowercased letter or digit.
data DeleteSSHPublicKey Source #
See: deleteSSHPublicKey
smart constructor.
Request Lenses
dspkUserName :: Lens' DeleteSSHPublicKey Text Source #
The name of the IAM user associated with the SSH public key. The regex pattern for this parameter is a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
dspkSSHPublicKeyId :: Lens' DeleteSSHPublicKey Text Source #
The unique identifier for the SSH public key. The regex pattern for this parameter is a string of characters that can consist of any upper or lowercased letter or digit.
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.