| 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.WorkSpaces.DeleteIPGroup
Description
Deletes the specified IP access control group.
You cannot delete an IP access control group that is associated with a directory.
Creating a Request
Arguments
| :: Text | |
| -> DeleteIPGroup |
Creates a value of DeleteIPGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
digGroupId- The ID of the IP access control group.
data DeleteIPGroup Source #
See: deleteIPGroup smart constructor.
Instances
Request Lenses
digGroupId :: Lens' DeleteIPGroup Text Source #
The ID of the IP access control group.
Destructuring the Response
deleteIPGroupResponse Source #
Arguments
| :: Int | |
| -> DeleteIPGroupResponse |
Creates a value of DeleteIPGroupResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dipgrsResponseStatus- -- | The response status code.
data DeleteIPGroupResponse Source #
See: deleteIPGroupResponse smart constructor.
Response Lenses
dipgrsResponseStatus :: Lens' DeleteIPGroupResponse Int Source #
- - | The response status code.