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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.DeleteLoginProfile

Contents

Description

Deletes the password for the specified user, which terminates the user's ability to access AWS services through the AWS Management Console.

Deleting a user's password does not prevent a user from accessing IAM through the command line interface or the API. To prevent all user access you must also either make the access key inactive or delete it. For more information about making keys inactive or deleting them, see UpdateAccessKey and DeleteAccessKey.

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

Synopsis

Request

Request constructor

deleteLoginProfile Source

DeleteLoginProfile constructor.

The fields accessible through corresponding lenses are:

Request lenses

dlpUserName :: Lens' DeleteLoginProfile Text Source

The name of the user whose password you want to delete.

Response

Response constructor