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

Contents

Description

Gets the user attribute verification code for the specified attribute name.

Synopsis

Creating a Request

getUserAttributeVerificationCode #

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

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

  • guavcAccessToken - The access token returned by the server response to get the user attribute verification code.
  • guavcAttributeName - The attribute name returned by the server response to get the user attribute verification code.

data GetUserAttributeVerificationCode #

Represents the request to get user attribute verification.

See: getUserAttributeVerificationCode smart constructor.

Instances
Eq GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

Data GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

Methods

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

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

toConstr :: GetUserAttributeVerificationCode -> Constr #

dataTypeOf :: GetUserAttributeVerificationCode -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

Generic GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

Associated Types

type Rep GetUserAttributeVerificationCode :: * -> * #

Hashable GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

ToJSON GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

AWSRequest GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

Associated Types

type Rs GetUserAttributeVerificationCode :: * #

ToHeaders GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

ToPath GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

ToQuery GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

NFData GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

type Rep GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

type Rep GetUserAttributeVerificationCode = D1 (MetaData "GetUserAttributeVerificationCode" "Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode" "amazonka-cognito-idp-1.6.0-7SljkxAhdrGDTNozW2RuYv" False) (C1 (MetaCons "GetUserAttributeVerificationCode'" PrefixI True) (S1 (MetaSel (Just "_guavcAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 (MetaSel (Just "_guavcAttributeName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs GetUserAttributeVerificationCode # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

Request Lenses

guavcAccessToken :: Lens' GetUserAttributeVerificationCode Text #

The access token returned by the server response to get the user attribute verification code.

guavcAttributeName :: Lens' GetUserAttributeVerificationCode Text #

The attribute name returned by the server response to get the user attribute verification code.

Destructuring the Response

getUserAttributeVerificationCodeResponse #

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

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

data GetUserAttributeVerificationCodeResponse #

The verification code response returned by the server response to get the user attribute verification code.

See: getUserAttributeVerificationCodeResponse smart constructor.

Instances
Eq GetUserAttributeVerificationCodeResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

Data GetUserAttributeVerificationCodeResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

Methods

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

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

toConstr :: GetUserAttributeVerificationCodeResponse -> Constr #

dataTypeOf :: GetUserAttributeVerificationCodeResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetUserAttributeVerificationCodeResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

Show GetUserAttributeVerificationCodeResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

Generic GetUserAttributeVerificationCodeResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

Associated Types

type Rep GetUserAttributeVerificationCodeResponse :: * -> * #

NFData GetUserAttributeVerificationCodeResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

type Rep GetUserAttributeVerificationCodeResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode

type Rep GetUserAttributeVerificationCodeResponse = D1 (MetaData "GetUserAttributeVerificationCodeResponse" "Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode" "amazonka-cognito-idp-1.6.0-7SljkxAhdrGDTNozW2RuYv" False) (C1 (MetaCons "GetUserAttributeVerificationCodeResponse'" PrefixI True) (S1 (MetaSel (Just "_guavcrsCodeDeliveryDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CodeDeliveryDetailsType)) :*: S1 (MetaSel (Just "_guavcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

guavcrsCodeDeliveryDetails :: Lens' GetUserAttributeVerificationCodeResponse (Maybe CodeDeliveryDetailsType) #

The code delivery details returned by the server in response to the request to get the user attribute verification code.