| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Iam.Commands.UpdateUser
Synopsis
- data UpdateUser = UpdateUser {
- uuUserName :: Text
- uuNewUserName :: Maybe Text
- uuNewPath :: Maybe Text
- data UpdateUserResponse = UpdateUserResponse
Documentation
data UpdateUser #
Updates the name and/or path of the specified user.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateUser.html
Constructors
| UpdateUser | |
Fields
| |
Instances
data UpdateUserResponse #
Constructors
| UpdateUserResponse |
Instances
| AsMemoryResponse UpdateUserResponse # | |||||
Defined in Aws.Iam.Commands.UpdateUser Associated Types
Methods loadToMemory :: UpdateUserResponse -> ResourceT IO (MemoryResponse UpdateUserResponse) # | |||||
| Show UpdateUserResponse # | |||||
Defined in Aws.Iam.Commands.UpdateUser Methods showsPrec :: Int -> UpdateUserResponse -> ShowS # show :: UpdateUserResponse -> String # showList :: [UpdateUserResponse] -> ShowS # | |||||
| Eq UpdateUserResponse # | |||||
Defined in Aws.Iam.Commands.UpdateUser Methods (==) :: UpdateUserResponse -> UpdateUserResponse -> Bool # (/=) :: UpdateUserResponse -> UpdateUserResponse -> Bool # | |||||
| Ord UpdateUserResponse # | |||||
Defined in Aws.Iam.Commands.UpdateUser Methods compare :: UpdateUserResponse -> UpdateUserResponse -> Ordering # (<) :: UpdateUserResponse -> UpdateUserResponse -> Bool # (<=) :: UpdateUserResponse -> UpdateUserResponse -> Bool # (>) :: UpdateUserResponse -> UpdateUserResponse -> Bool # (>=) :: UpdateUserResponse -> UpdateUserResponse -> Bool # max :: UpdateUserResponse -> UpdateUserResponse -> UpdateUserResponse # min :: UpdateUserResponse -> UpdateUserResponse -> UpdateUserResponse # | |||||
| ResponseConsumer UpdateUser UpdateUserResponse # | |||||
Defined in Aws.Iam.Commands.UpdateUser Associated Types
Methods responseConsumer :: Request -> UpdateUser -> IORef (ResponseMetadata UpdateUserResponse) -> HTTPResponseConsumer UpdateUserResponse # | |||||
| Transaction UpdateUser UpdateUserResponse # | |||||
Defined in Aws.Iam.Commands.UpdateUser | |||||
| type MemoryResponse UpdateUserResponse # | |||||
Defined in Aws.Iam.Commands.UpdateUser | |||||
| type ResponseMetadata UpdateUserResponse # | |||||
Defined in Aws.Iam.Commands.UpdateUser | |||||