amazonka-ds-1.6.0: Amazon Directory Service SDK.

Copyright(c) 2013-2018 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.DisableRadius

Contents

Description

Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.

Synopsis

Creating a Request

disableRadius Source #

Creates a value of DisableRadius with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • drDirectoryId - The identifier of the directory for which to disable MFA.

data DisableRadius Source #

Contains the inputs for the DisableRadius operation.

See: disableRadius smart constructor.

Instances

Eq DisableRadius Source # 
Data DisableRadius Source # 

Methods

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

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

toConstr :: DisableRadius -> Constr #

dataTypeOf :: DisableRadius -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableRadius Source # 
Show DisableRadius Source # 
Generic DisableRadius Source # 

Associated Types

type Rep DisableRadius :: * -> * #

Hashable DisableRadius Source # 
ToJSON DisableRadius Source # 
NFData DisableRadius Source # 

Methods

rnf :: DisableRadius -> () #

AWSRequest DisableRadius Source # 
ToHeaders DisableRadius Source # 
ToPath DisableRadius Source # 
ToQuery DisableRadius Source # 
type Rep DisableRadius Source # 
type Rep DisableRadius = D1 * (MetaData "DisableRadius" "Network.AWS.DirectoryService.DisableRadius" "amazonka-ds-1.6.0-ITYNjgCo7B1AqxAGagl7t5" True) (C1 * (MetaCons "DisableRadius'" PrefixI True) (S1 * (MetaSel (Just Symbol "_drDirectoryId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DisableRadius Source # 

Request Lenses

drDirectoryId :: Lens' DisableRadius Text Source #

The identifier of the directory for which to disable MFA.

Destructuring the Response

disableRadiusResponse Source #

Creates a value of DisableRadiusResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DisableRadiusResponse Source #

Contains the results of the DisableRadius operation.

See: disableRadiusResponse smart constructor.

Instances

Eq DisableRadiusResponse Source # 
Data DisableRadiusResponse Source # 

Methods

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

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

toConstr :: DisableRadiusResponse -> Constr #

dataTypeOf :: DisableRadiusResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DisableRadiusResponse Source # 
Show DisableRadiusResponse Source # 
Generic DisableRadiusResponse Source # 
NFData DisableRadiusResponse Source # 

Methods

rnf :: DisableRadiusResponse -> () #

type Rep DisableRadiusResponse Source # 
type Rep DisableRadiusResponse = D1 * (MetaData "DisableRadiusResponse" "Network.AWS.DirectoryService.DisableRadius" "amazonka-ds-1.6.0-ITYNjgCo7B1AqxAGagl7t5" True) (C1 * (MetaCons "DisableRadiusResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_drrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

drrsResponseStatus :: Lens' DisableRadiusResponse Int Source #

  • - | The response status code.