| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DirectoryService.UpdateRadius
Description
Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector or Microsoft AD directory.
Synopsis
- data UpdateRadius = UpdateRadius' {}
- newUpdateRadius :: Text -> RadiusSettings -> UpdateRadius
- updateRadius_directoryId :: Lens' UpdateRadius Text
- updateRadius_radiusSettings :: Lens' UpdateRadius RadiusSettings
- data UpdateRadiusResponse = UpdateRadiusResponse' {
- httpStatus :: Int
- newUpdateRadiusResponse :: Int -> UpdateRadiusResponse
- updateRadiusResponse_httpStatus :: Lens' UpdateRadiusResponse Int
Creating a Request
data UpdateRadius Source #
Contains the inputs for the UpdateRadius operation.
See: newUpdateRadius smart constructor.
Constructors
| UpdateRadius' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> RadiusSettings | |
| -> UpdateRadius |
Create a value of UpdateRadius 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:
UpdateRadius, updateRadius_directoryId - The identifier of the directory for which to update the RADIUS server
information.
UpdateRadius, updateRadius_radiusSettings - A RadiusSettings object that contains information about the RADIUS
server.
Request Lenses
updateRadius_directoryId :: Lens' UpdateRadius Text Source #
The identifier of the directory for which to update the RADIUS server information.
updateRadius_radiusSettings :: Lens' UpdateRadius RadiusSettings Source #
A RadiusSettings object that contains information about the RADIUS server.
Destructuring the Response
data UpdateRadiusResponse Source #
Contains the results of the UpdateRadius operation.
See: newUpdateRadiusResponse smart constructor.
Constructors
| UpdateRadiusResponse' | |
Fields
| |
Instances
newUpdateRadiusResponse Source #
Arguments
| :: Int | |
| -> UpdateRadiusResponse |
Create a value of UpdateRadiusResponse 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:UpdateRadiusResponse', updateRadiusResponse_httpStatus - The response's http status code.
Response Lenses
updateRadiusResponse_httpStatus :: Lens' UpdateRadiusResponse Int Source #
The response's http status code.