Copyright | (c) 2013-2021 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 |
Disassociates the specified IP access control group from the specified directory.
Synopsis
- data DisassociateIpGroups = DisassociateIpGroups' {
- directoryId :: Text
- groupIds :: [Text]
- newDisassociateIpGroups :: Text -> DisassociateIpGroups
- disassociateIpGroups_directoryId :: Lens' DisassociateIpGroups Text
- disassociateIpGroups_groupIds :: Lens' DisassociateIpGroups [Text]
- data DisassociateIpGroupsResponse = DisassociateIpGroupsResponse' {
- httpStatus :: Int
- newDisassociateIpGroupsResponse :: Int -> DisassociateIpGroupsResponse
- disassociateIpGroupsResponse_httpStatus :: Lens' DisassociateIpGroupsResponse Int
Creating a Request
data DisassociateIpGroups Source #
See: newDisassociateIpGroups
smart constructor.
DisassociateIpGroups' | |
|
Instances
newDisassociateIpGroups Source #
Create a value of DisassociateIpGroups
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:directoryId:DisassociateIpGroups'
, disassociateIpGroups_directoryId
- The identifier of the directory.
$sel:groupIds:DisassociateIpGroups'
, disassociateIpGroups_groupIds
- The identifiers of one or more IP access control groups.
Request Lenses
disassociateIpGroups_directoryId :: Lens' DisassociateIpGroups Text Source #
The identifier of the directory.
disassociateIpGroups_groupIds :: Lens' DisassociateIpGroups [Text] Source #
The identifiers of one or more IP access control groups.
Destructuring the Response
data DisassociateIpGroupsResponse Source #
See: newDisassociateIpGroupsResponse
smart constructor.
DisassociateIpGroupsResponse' | |
|
Instances
newDisassociateIpGroupsResponse Source #
Create a value of DisassociateIpGroupsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DisassociateIpGroupsResponse'
, disassociateIpGroupsResponse_httpStatus
- The response's http status code.
Response Lenses
disassociateIpGroupsResponse_httpStatus :: Lens' DisassociateIpGroupsResponse Int Source #
The response's http status code.