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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.CreateLoginProfile

Contents

Description

Creates a password for the specified user, giving the user the ability to access AWS services through the AWS Management Console. For more information about managing passwords, see Managing Passwords in the Using IAM guide.

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

Synopsis

Request

Request constructor

createLoginProfile Source

CreateLoginProfile constructor.

The fields accessible through corresponding lenses are:

Request lenses

clpPassword :: Lens' CreateLoginProfile Text Source

The new password for the user.

clpPasswordResetRequired :: Lens' CreateLoginProfile (Maybe Bool) Source

Specifies whether the user is required to set a new password on next sign-in.

clpUserName :: Lens' CreateLoginProfile Text Source

The name of the user to create a password for.

Response

Response constructor

Response lenses

clprLoginProfile :: Lens' CreateLoginProfileResponse LoginProfile Source

The user name and password create date.