amazonka-iam-1.3.5: 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.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 IAM User Guide.

See: AWS API Reference for UpdateLoginProfile.

Synopsis

Creating a Request

updateLoginProfile Source

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

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

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.

Destructuring the Response

updateLoginProfileResponse :: UpdateLoginProfileResponse Source

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