| 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.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateGroup.html
Constructors
| UpdateGroup | |
Fields
| |
Instances
data UpdateGroupResponse Source #
Constructors
| UpdateGroupResponse |