| 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.UpdateRadius
Description
Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector directory.
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:
urDirectoryId- The identifier of the directory for which to update the RADIUS server information.urRadiusSettings- ARadiusSettingsobject that contains information about the RADIUS server.
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 for which to update the RADIUS server information.
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:
urrsResponseStatus- -- | The response status code.
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.