Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.WorkMail.DeleteGroup
Description
Deletes a group from Amazon WorkMail.
Creating a Request
Arguments
:: Text | |
-> 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:
dggOrganizationId
- The organization that contains the group.dggGroupId
- The identifier of the group to be deleted.
data DeleteGroup Source #
See: deleteGroup
smart constructor.
Instances
Request Lenses
dggOrganizationId :: Lens' DeleteGroup Text Source #
The organization that contains the group.
dggGroupId :: Lens' DeleteGroup Text Source #
The identifier of the group to be deleted.
Destructuring the Response
Arguments
:: Int | |
-> DeleteGroupResponse |
Creates a value of DeleteGroupResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dgrsResponseStatus
- -- | The response status code.
data DeleteGroupResponse Source #
See: deleteGroupResponse
smart constructor.
Response Lenses
dgrsResponseStatus :: Lens' DeleteGroupResponse Int Source #
- - | The response status code.