aws-0.9: Amazon Web Services (AWS) for Haskell

Safe HaskellNone

Aws.Iam.Commands.UpdateUser

Synopsis

Documentation

data UpdateUser Source

Updates the name and/or path of the specified user.

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

Constructors

UpdateUser 

Fields

uuUserName :: Text

Name of the user to be updated.

uuNewUserName :: Maybe Text

New name for the user.

uuNewPath :: Maybe Text

New path to which the user will be moved.