Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateGroup.html
UpdateGroup | |
|
Instances
data UpdateGroupResponse Source #