amazonka-iam-1.0.0: Amazon Identity and Access Management SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.DeleteSSHPublicKey

Contents

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.

Synopsis

Creating a Request

deleteSSHPublicKey Source

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:

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.