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

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.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteSigningCertificate.html

Synopsis

Request

Request constructor

deleteSigningCertificate Source

DeleteSigningCertificate constructor.

The fields accessible through corresponding lenses are:

Request lenses

dscCertificateId :: Lens' DeleteSigningCertificate Text Source

The ID of the signing certificate to delete.

dscUserName :: Lens' DeleteSigningCertificate (Maybe Text) Source

The name of the user the signing certificate belongs to.

Response

Response constructor