amazonka-cognito-idp-1.6.0: Amazon Cognito Identity Provider 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.CognitoIdentityProvider.SetUserPoolMFAConfig

Contents

Description

Set the user pool MFA configuration.

Synopsis

Creating a Request

setUserPoolMFAConfig Source #

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

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

data SetUserPoolMFAConfig Source #

See: setUserPoolMFAConfig smart constructor.

Instances

Eq SetUserPoolMFAConfig Source # 
Data SetUserPoolMFAConfig Source # 

Methods

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

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

toConstr :: SetUserPoolMFAConfig -> Constr #

dataTypeOf :: SetUserPoolMFAConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SetUserPoolMFAConfig Source # 
Show SetUserPoolMFAConfig Source # 
Generic SetUserPoolMFAConfig Source # 
Hashable SetUserPoolMFAConfig Source # 
ToJSON SetUserPoolMFAConfig Source # 
NFData SetUserPoolMFAConfig Source # 

Methods

rnf :: SetUserPoolMFAConfig -> () #

AWSRequest SetUserPoolMFAConfig Source # 
ToHeaders SetUserPoolMFAConfig Source # 
ToPath SetUserPoolMFAConfig Source # 
ToQuery SetUserPoolMFAConfig Source # 
type Rep SetUserPoolMFAConfig Source # 
type Rep SetUserPoolMFAConfig = D1 * (MetaData "SetUserPoolMFAConfig" "Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" False) (C1 * (MetaCons "SetUserPoolMFAConfig'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_supmcSmsMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe SmsMFAConfigType))) (S1 * (MetaSel (Just Symbol "_supmcSoftwareTokenMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe SoftwareTokenMFAConfigType)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_supmcMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe UserPoolMFAType))) (S1 * (MetaSel (Just Symbol "_supmcUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs SetUserPoolMFAConfig Source # 

Request Lenses

Destructuring the Response

setUserPoolMFAConfigResponse Source #

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

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

data SetUserPoolMFAConfigResponse Source #

See: setUserPoolMFAConfigResponse smart constructor.

Instances

Eq SetUserPoolMFAConfigResponse Source # 
Data SetUserPoolMFAConfigResponse Source # 

Methods

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

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

toConstr :: SetUserPoolMFAConfigResponse -> Constr #

dataTypeOf :: SetUserPoolMFAConfigResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SetUserPoolMFAConfigResponse Source # 
Show SetUserPoolMFAConfigResponse Source # 
Generic SetUserPoolMFAConfigResponse Source # 
NFData SetUserPoolMFAConfigResponse Source # 
type Rep SetUserPoolMFAConfigResponse Source # 
type Rep SetUserPoolMFAConfigResponse = D1 * (MetaData "SetUserPoolMFAConfigResponse" "Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" False) (C1 * (MetaCons "SetUserPoolMFAConfigResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_supmcrsSmsMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe SmsMFAConfigType))) (S1 * (MetaSel (Just Symbol "_supmcrsSoftwareTokenMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe SoftwareTokenMFAConfigType)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_supmcrsMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe UserPoolMFAType))) (S1 * (MetaSel (Just Symbol "_supmcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses