| Copyright | (c) 2013-2015 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.DirectoryService.UpdateRadius
Description
Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector directory.
See: AWS API Reference for UpdateRadius.
Creating a Request
Arguments
| :: Text | |
| -> RadiusSettings | |
| -> UpdateRadius | 
Creates a value of UpdateRadius with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateRadius Source
Contains the inputs for the UpdateRadius operation.
See: updateRadius smart constructor.
Instances
Request Lenses
urDirectoryId :: Lens' UpdateRadius Text Source
The identifier of the directory to update the RADIUS server information for.
urRadiusSettings :: Lens' UpdateRadius RadiusSettings Source
A RadiusSettings object that contains information about the RADIUS server.
Destructuring the Response
Arguments
| :: Int | |
| -> UpdateRadiusResponse | 
Creates a value of UpdateRadiusResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateRadiusResponse Source
Contains the results of the UpdateRadius operation.
See: updateRadiusResponse smart constructor.
Response Lenses
urrsResponseStatus :: Lens' UpdateRadiusResponse Int Source
The response status code.