amazonka-cognito-idp-1.6.1: 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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

Data SetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

Show SetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

Generic SetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

Associated Types

type Rep SetUserPoolMFAConfig :: Type -> Type #

Hashable SetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

ToJSON SetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

AWSRequest SetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

Associated Types

type Rs SetUserPoolMFAConfig :: Type #

ToHeaders SetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

ToPath SetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

ToQuery SetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

NFData SetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

Methods

rnf :: SetUserPoolMFAConfig -> () #

type Rep SetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

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

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

Data SetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

Show SetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

Generic SetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

Associated Types

type Rep SetUserPoolMFAConfigResponse :: Type -> Type #

NFData SetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

type Rep SetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig

type Rep SetUserPoolMFAConfigResponse = D1 (MetaData "SetUserPoolMFAConfigResponse" "Network.AWS.CognitoIdentityProvider.SetUserPoolMFAConfig" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "SetUserPoolMFAConfigResponse'" PrefixI True) ((S1 (MetaSel (Just "_supmcrsSmsMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SmsMFAConfigType)) :*: S1 (MetaSel (Just "_supmcrsSoftwareTokenMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SoftwareTokenMFAConfigType))) :*: (S1 (MetaSel (Just "_supmcrsMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe UserPoolMFAType)) :*: S1 (MetaSel (Just "_supmcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses