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 |
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.
UpdateRadius' | |
|
Instances
:: 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:
$sel:directoryId:UpdateRadius'
, updateRadius_directoryId
- The identifier of the directory for which to update the RADIUS server
information.
$sel:radiusSettings: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.
UpdateRadiusResponse' | |
|
Instances
newUpdateRadiusResponse Source #
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.