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

See: AWS API Reference for DeleteLoginProfile.

Synopsis

Creating a Request

deleteLoginProfile Source

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

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

Request Lenses

dlpUserName :: Lens' DeleteLoginProfile Text Source

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

Destructuring the Response

deleteLoginProfileResponse :: DeleteLoginProfileResponse Source

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