Safe Haskell | None |
---|---|
Language | Haskell2010 |
Aws.Iam.Commands.UpdateGroup
Synopsis
- data UpdateGroup = UpdateGroup {
- ugGroupName :: Text
- ugNewGroupName :: Maybe Text
- ugNewPath :: Maybe Text
- data UpdateGroupResponse = UpdateGroupResponse
Documentation
data UpdateGroup Source #
Updates the name and/or path of the specified group.
Constructors
UpdateGroup | |
Fields
|
Instances
data UpdateGroupResponse Source #
Constructors
UpdateGroupResponse |
Instances
AsMemoryResponse UpdateGroupResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateGroup Associated Types
Methods loadToMemory :: UpdateGroupResponse -> ResourceT IO (MemoryResponse UpdateGroupResponse) Source # | |||||
Show UpdateGroupResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateGroup Methods showsPrec :: Int -> UpdateGroupResponse -> ShowS # show :: UpdateGroupResponse -> String # showList :: [UpdateGroupResponse] -> ShowS # | |||||
Eq UpdateGroupResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateGroup Methods (==) :: UpdateGroupResponse -> UpdateGroupResponse -> Bool # (/=) :: UpdateGroupResponse -> UpdateGroupResponse -> Bool # | |||||
Ord UpdateGroupResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateGroup Methods compare :: UpdateGroupResponse -> UpdateGroupResponse -> Ordering # (<) :: UpdateGroupResponse -> UpdateGroupResponse -> Bool # (<=) :: UpdateGroupResponse -> UpdateGroupResponse -> Bool # (>) :: UpdateGroupResponse -> UpdateGroupResponse -> Bool # (>=) :: UpdateGroupResponse -> UpdateGroupResponse -> Bool # max :: UpdateGroupResponse -> UpdateGroupResponse -> UpdateGroupResponse # min :: UpdateGroupResponse -> UpdateGroupResponse -> UpdateGroupResponse # | |||||
ResponseConsumer UpdateGroup UpdateGroupResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateGroup Associated Types
Methods responseConsumer :: Request -> UpdateGroup -> IORef (ResponseMetadata UpdateGroupResponse) -> HTTPResponseConsumer UpdateGroupResponse Source # | |||||
Transaction UpdateGroup UpdateGroupResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateGroup | |||||
type MemoryResponse UpdateGroupResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateGroup | |||||
type ResponseMetadata UpdateGroupResponse Source # | |||||
Defined in Aws.Iam.Commands.UpdateGroup |