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

Contents

Description

Changes the password of the IAM user who is calling this action. The root account password is not affected by this action.

To change the password for a different user, see UpdateLoginProfile. For more information about modifying passwords, see Managing Passwords in the IAM User Guide.

See: AWS API Reference for ChangePassword.

Synopsis

Creating a Request

changePassword Source

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

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

Request Lenses

cpOldPassword :: Lens' ChangePassword Text Source

The IAM user's current password.

cpNewPassword :: Lens' ChangePassword Text Source

The new password. The new password must conform to the AWS account's password policy, if one exists.

Destructuring the Response

changePasswordResponse :: ChangePasswordResponse Source

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