amazonka-ds-1.5.0: Amazon Directory Service SDK.

Copyright(c) 2013-2017 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DirectoryService.UpdateRadius

Contents

Description

Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector directory.

Synopsis

Creating a Request

updateRadius Source #

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

Eq UpdateRadius Source # 
Data UpdateRadius Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateRadius -> c UpdateRadius #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateRadius #

toConstr :: UpdateRadius -> Constr #

dataTypeOf :: UpdateRadius -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UpdateRadius) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateRadius) #

gmapT :: (forall b. Data b => b -> b) -> UpdateRadius -> UpdateRadius #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateRadius -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateRadius -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateRadius -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateRadius -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateRadius -> m UpdateRadius #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateRadius -> m UpdateRadius #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateRadius -> m UpdateRadius #

Show UpdateRadius Source # 
Generic UpdateRadius Source # 

Associated Types

type Rep UpdateRadius :: * -> * #

Hashable UpdateRadius Source # 
ToJSON UpdateRadius Source # 
NFData UpdateRadius Source # 

Methods

rnf :: UpdateRadius -> () #

AWSRequest UpdateRadius Source # 
ToQuery UpdateRadius Source # 
ToPath UpdateRadius Source # 
ToHeaders UpdateRadius Source # 
type Rep UpdateRadius Source # 
type Rep UpdateRadius = D1 (MetaData "UpdateRadius" "Network.AWS.DirectoryService.UpdateRadius" "amazonka-ds-1.5.0-1HLYDvwiZrU5lmpUrrPDdj" False) (C1 (MetaCons "UpdateRadius'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_urDirectoryId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_urRadiusSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RadiusSettings))))
type Rs UpdateRadius Source # 

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

updateRadiusResponse Source #

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.

Instances

Eq UpdateRadiusResponse Source # 
Data UpdateRadiusResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateRadiusResponse -> c UpdateRadiusResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateRadiusResponse #

toConstr :: UpdateRadiusResponse -> Constr #

dataTypeOf :: UpdateRadiusResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UpdateRadiusResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateRadiusResponse) #

gmapT :: (forall b. Data b => b -> b) -> UpdateRadiusResponse -> UpdateRadiusResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateRadiusResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateRadiusResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateRadiusResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateRadiusResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateRadiusResponse -> m UpdateRadiusResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateRadiusResponse -> m UpdateRadiusResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateRadiusResponse -> m UpdateRadiusResponse #

Read UpdateRadiusResponse Source # 
Show UpdateRadiusResponse Source # 
Generic UpdateRadiusResponse Source # 
NFData UpdateRadiusResponse Source # 

Methods

rnf :: UpdateRadiusResponse -> () #

type Rep UpdateRadiusResponse Source # 
type Rep UpdateRadiusResponse = D1 (MetaData "UpdateRadiusResponse" "Network.AWS.DirectoryService.UpdateRadius" "amazonka-ds-1.5.0-1HLYDvwiZrU5lmpUrrPDdj" True) (C1 (MetaCons "UpdateRadiusResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_urrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

urrsResponseStatus :: Lens' UpdateRadiusResponse Int Source #

  • - | The response status code.