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

Contents

Description

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

Synopsis

Creating a Request

getUserPoolMFAConfig #

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 #

See: getUserPoolMFAConfig smart constructor.

Instances
Eq GetUserPoolMFAConfig # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

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

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Show GetUserPoolMFAConfig # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Generic GetUserPoolMFAConfig # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Associated Types

type Rep GetUserPoolMFAConfig :: * -> * #

Hashable GetUserPoolMFAConfig # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

ToJSON GetUserPoolMFAConfig # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

AWSRequest GetUserPoolMFAConfig # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Associated Types

type Rs GetUserPoolMFAConfig :: * #

ToHeaders GetUserPoolMFAConfig # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

ToPath GetUserPoolMFAConfig # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

ToQuery GetUserPoolMFAConfig # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

NFData GetUserPoolMFAConfig # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Methods

rnf :: GetUserPoolMFAConfig -> () #

type Rep GetUserPoolMFAConfig # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

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

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Request Lenses

Destructuring the Response

getUserPoolMFAConfigResponse #

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 #

See: getUserPoolMFAConfigResponse smart constructor.

Instances
Eq GetUserPoolMFAConfigResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

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

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Show GetUserPoolMFAConfigResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Generic GetUserPoolMFAConfigResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

Associated Types

type Rep GetUserPoolMFAConfigResponse :: * -> * #

NFData GetUserPoolMFAConfigResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

type Rep GetUserPoolMFAConfigResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig

type Rep GetUserPoolMFAConfigResponse = D1 (MetaData "GetUserPoolMFAConfigResponse" "Network.AWS.CognitoIdentityProvider.GetUserPoolMFAConfig" "amazonka-cognito-idp-1.6.0-7SljkxAhdrGDTNozW2RuYv" 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) #

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