amazonka-iam-1.0.1: 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.DeleteSigningCertificate

Contents

Description

Deletes the specified signing certificate associated with the specified user.

If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users.

See: AWS API Reference for DeleteSigningCertificate.

Synopsis

Creating a Request

deleteSigningCertificate Source

Creates a value of DeleteSigningCertificate with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dscUserName :: Lens' DeleteSigningCertificate (Maybe Text) Source

The name of the user the signing certificate belongs to.

dscCertificateId :: Lens' DeleteSigningCertificate Text Source

The ID of the signing certificate to delete.

Destructuring the Response

deleteSigningCertificateResponse :: DeleteSigningCertificateResponse Source

Creates a value of DeleteSigningCertificateResponse with the minimum fields required to make a request.