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 # 
Data 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 # 
Generic GetUserAttributeVerificationCode # 
Hashable GetUserAttributeVerificationCode # 
ToJSON GetUserAttributeVerificationCode # 
NFData GetUserAttributeVerificationCode # 
AWSRequest GetUserAttributeVerificationCode # 
ToHeaders GetUserAttributeVerificationCode # 
ToPath GetUserAttributeVerificationCode # 
ToQuery GetUserAttributeVerificationCode # 
type Rep GetUserAttributeVerificationCode # 
type Rep GetUserAttributeVerificationCode = D1 * (MetaData "GetUserAttributeVerificationCode" "Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode" "amazonka-cognito-idp-1.6.0-HX2vHucaSbyYp7rG4n6Wk" False) (C1 * (MetaCons "GetUserAttributeVerificationCode'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_guavcAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Sensitive Text))) (S1 * (MetaSel (Just Symbol "_guavcAttributeName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs 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 # 
Data GetUserAttributeVerificationCodeResponse # 

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 # 
Show GetUserAttributeVerificationCodeResponse # 
Generic GetUserAttributeVerificationCodeResponse # 
NFData GetUserAttributeVerificationCodeResponse # 
type Rep GetUserAttributeVerificationCodeResponse # 
type Rep GetUserAttributeVerificationCodeResponse = D1 * (MetaData "GetUserAttributeVerificationCodeResponse" "Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode" "amazonka-cognito-idp-1.6.0-HX2vHucaSbyYp7rG4n6Wk" False) (C1 * (MetaCons "GetUserAttributeVerificationCodeResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_guavcrsCodeDeliveryDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe CodeDeliveryDetailsType))) (S1 * (MetaSel (Just Symbol "_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.