| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IAM.DeleteGroup
Description
Deletes the specified group. The group must not contain any users or have any attached policies.
See: AWS API Reference for DeleteGroup.
Creating a Request
Arguments
| :: Text | |
| -> DeleteGroup |
Creates a value of DeleteGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteGroup Source
See: deleteGroup smart constructor.
Request Lenses
dgGroupName :: Lens' DeleteGroup Text Source
The name of the group to delete.
Destructuring the Response
deleteGroupResponse :: DeleteGroupResponse Source
Creates a value of DeleteGroupResponse with the minimum fields required to make a request.
data DeleteGroupResponse Source
See: deleteGroupResponse smart constructor.