amazonka-iam-0.0.4: Amazon Identity and Access Management SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.UpdateGroup

Contents

Description

Updates the name and/or the path of the specified group.

You should understand the implications of changing a group's path or name. For more information, see Renaming Users and Groups in the Using IAM guide.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateGroup.html

Synopsis

Request

Request constructor

updateGroup Source

UpdateGroup constructor.

The fields accessible through corresponding lenses are:

Request lenses

ugGroupName :: Lens' UpdateGroup Text Source

Name of the group to update. If you're changing the name of the group, this is the original name.

ugNewGroupName :: Lens' UpdateGroup (Maybe Text) Source

New name for the group. Only include this if changing the group's name.

ugNewPath :: Lens' UpdateGroup (Maybe Text) Source

New path for the group. Only include this if changing the group's path.

Response

Response constructor