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.GetUserPoolMFAConfig

Contents

Description

Gets the user pool multi-factor authentication (MFA) configuration.

Synopsis

Creating a Request

getUserPoolMFAConfig Source #

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

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

data GetUserPoolMFAConfig Source #

See: getUserPoolMFAConfig smart constructor.

Instances
Eq GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Data GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Methods

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

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

toConstr :: GetUserPoolMFAConfig -> Constr #

dataTypeOf :: GetUserPoolMFAConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Show GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Generic GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Associated Types

type Rep GetUserPoolMFAConfig :: Type -> Type #

Hashable GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

ToJSON GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

AWSRequest GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Associated Types

type Rs GetUserPoolMFAConfig :: Type #

ToHeaders GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

ToPath GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

ToQuery GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

NFData GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Methods

rnf :: GetUserPoolMFAConfig -> () #

type Rep GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

type Rep GetUserPoolMFAConfig = D1 (MetaData "GetUserPoolMFAConfig" "Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" True) (C1 (MetaCons "GetUserPoolMFAConfig'" PrefixI True) (S1 (MetaSel (Just "_gupmcUserPoolId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetUserPoolMFAConfig Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Request Lenses

Destructuring the Response

getUserPoolMFAConfigResponse Source #

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

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

data GetUserPoolMFAConfigResponse Source #

See: getUserPoolMFAConfigResponse smart constructor.

Instances
Eq GetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Data GetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Methods

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

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

toConstr :: GetUserPoolMFAConfigResponse -> Constr #

dataTypeOf :: GetUserPoolMFAConfigResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Show GetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Generic GetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Associated Types

type Rep GetUserPoolMFAConfigResponse :: Type -> Type #

NFData GetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

type Rep GetUserPoolMFAConfigResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

type Rep GetUserPoolMFAConfigResponse = D1 (MetaData "GetUserPoolMFAConfigResponse" "Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "GetUserPoolMFAConfigResponse'" PrefixI True) ((S1 (MetaSel (Just "_gupmcrsSmsMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SmsMFAConfigType)) :*: S1 (MetaSel (Just "_gupmcrsSoftwareTokenMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SoftwareTokenMFAConfigType))) :*: (S1 (MetaSel (Just "_gupmcrsMFAConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe UserPoolMFAType)) :*: S1 (MetaSel (Just "_gupmcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

gupmcrsSmsMFAConfiguration :: Lens' GetUserPoolMFAConfigResponse (Maybe SmsMFAConfigType) Source #

The SMS text message multi-factor (MFA) configuration.