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 Source #
Updates the name and/or path of the specified user.
Constructors
UpdateUser | |
Fields
|
Instances
data UpdateUserResponse Source #
Constructors
UpdateUserResponse |
Instances
AsMemoryResponse UpdateUserResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateUser Associated Types
Methods loadToMemory :: UpdateUserResponse -> ResourceT IO (MemoryResponse UpdateUserResponse) Source # | |||||
Show UpdateUserResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateUser Methods showsPrec :: Int -> UpdateUserResponse -> ShowS # show :: UpdateUserResponse -> String # showList :: [UpdateUserResponse] -> ShowS # | |||||
Eq UpdateUserResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateUser Methods (==) :: UpdateUserResponse -> UpdateUserResponse -> Bool # (/=) :: UpdateUserResponse -> UpdateUserResponse -> Bool # | |||||
Ord UpdateUserResponse Source # | |||||
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 Source # | |||||
Defined in Aws.Iam.Commands.UpdateUser Associated Types
Methods responseConsumer :: Request -> UpdateUser -> IORef (ResponseMetadata UpdateUserResponse) -> HTTPResponseConsumer UpdateUserResponse Source # | |||||
Transaction UpdateUser UpdateUserResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateUser | |||||
type MemoryResponse UpdateUserResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateUser | |||||
type ResponseMetadata UpdateUserResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateUser |