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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.UpdateLoginProfile

Contents

Description

Changes the password for the specified user.

Users can change their own passwords by calling ChangePassword. For more information about modifying passwords, see Managing Passwords in the Using IAM guide.

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

Synopsis

Request

Request constructor

updateLoginProfile Source

UpdateLoginProfile constructor.

The fields accessible through corresponding lenses are:

Request lenses

ulpPassword :: Lens' UpdateLoginProfile (Maybe Text) Source

The new password for the specified user.

ulpPasswordResetRequired :: Lens' UpdateLoginProfile (Maybe Bool) Source

Require the specified user to set a new password on next sign-in.

ulpUserName :: Lens' UpdateLoginProfile Text Source

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

Response

Response constructor