| Copyright | (c) 2013-2017 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.DirectoryService.RemoveIPRoutes
Description
Removes IP address blocks from a directory.
Creating a Request
Arguments
| :: Text | |
| -> RemoveIPRoutes |
Creates a value of RemoveIPRoutes with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rirDirectoryId- Identifier (ID) of the directory from which you want to remove the IP addresses.rirCidrIPs- IP address blocks that you want to remove.
data RemoveIPRoutes Source #
See: removeIPRoutes smart constructor.
Instances
Request Lenses
rirDirectoryId :: Lens' RemoveIPRoutes Text Source #
Identifier (ID) of the directory from which you want to remove the IP addresses.
rirCidrIPs :: Lens' RemoveIPRoutes [Text] Source #
IP address blocks that you want to remove.
Destructuring the Response
removeIPRoutesResponse Source #
Arguments
| :: Int | |
| -> RemoveIPRoutesResponse |
Creates a value of RemoveIPRoutesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rirrsResponseStatus- -- | The response status code.
data RemoveIPRoutesResponse Source #
See: removeIPRoutesResponse smart constructor.
Response Lenses
rirrsResponseStatus :: Lens' RemoveIPRoutesResponse Int Source #
- - | The response status code.