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 |
Associates the specified IP access control group with the specified directory.
Synopsis
- associateIPGroups :: Text -> AssociateIPGroups
- data AssociateIPGroups
- aigDirectoryId :: Lens' AssociateIPGroups Text
- aigGroupIds :: Lens' AssociateIPGroups [Text]
- associateIPGroupsResponse :: Int -> AssociateIPGroupsResponse
- data AssociateIPGroupsResponse
- aigrsResponseStatus :: Lens' AssociateIPGroupsResponse Int
Creating a Request
Creates a value of AssociateIPGroups
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
aigDirectoryId
- The ID of the directory.aigGroupIds
- The IDs of one or more IP access control groups.
data AssociateIPGroups Source #
See: associateIPGroups
smart constructor.
Instances
Request Lenses
aigDirectoryId :: Lens' AssociateIPGroups Text Source #
The ID of the directory.
aigGroupIds :: Lens' AssociateIPGroups [Text] Source #
The IDs of one or more IP access control groups.
Destructuring the Response
associateIPGroupsResponse Source #
Creates a value of AssociateIPGroupsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
aigrsResponseStatus
- -- | The response status code.
data AssociateIPGroupsResponse Source #
See: associateIPGroupsResponse
smart constructor.
Instances
Response Lenses
aigrsResponseStatus :: Lens' AssociateIPGroupsResponse Int Source #
- - | The response status code.