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

Safe HaskellNone

Aws.Iam.Commands.CreateUser

Synopsis

Documentation

data CreateUser Source

Constructors

CreateUser 

Fields

cuUserName :: Text

Name of the new user

cuPath :: Maybe Text

Path under which the user will be created. Defaults to / if omitted.

data User Source

Constructors

User 

Fields

userArn :: Text

ARN used to refer to this user.

userCreateDate :: UTCTime

Date and time at which the user was created.

userPath :: Text

Path under which the user was created.

userUserId :: Text

Unique identifier used to refer to this user.

userUserName :: Text

Name of the user.