| 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.DisassociateIPGroups
Description
Disassociates the specified IP access control group from the specified directory.
- disassociateIPGroups :: Text -> DisassociateIPGroups
- data DisassociateIPGroups
- digDirectoryId :: Lens' DisassociateIPGroups Text
- digGroupIds :: Lens' DisassociateIPGroups [Text]
- disassociateIPGroupsResponse :: Int -> DisassociateIPGroupsResponse
- data DisassociateIPGroupsResponse
- digrsResponseStatus :: Lens' DisassociateIPGroupsResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DisassociateIPGroups |
Creates a value of DisassociateIPGroups with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
digDirectoryId- The ID of the directory.digGroupIds- The IDs of one or more IP access control groups.
data DisassociateIPGroups Source #
See: disassociateIPGroups smart constructor.
Instances
Request Lenses
digDirectoryId :: Lens' DisassociateIPGroups Text Source #
The ID of the directory.
digGroupIds :: Lens' DisassociateIPGroups [Text] Source #
The IDs of one or more IP access control groups.
Destructuring the Response
disassociateIPGroupsResponse Source #
Arguments
| :: Int | |
| -> DisassociateIPGroupsResponse |
Creates a value of DisassociateIPGroupsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
digrsResponseStatus- -- | The response status code.
data DisassociateIPGroupsResponse Source #
See: disassociateIPGroupsResponse smart constructor.
Instances
Response Lenses
digrsResponseStatus :: Lens' DisassociateIPGroupsResponse Int Source #
- - | The response status code.