amazonka-cognito-idp-1.4.4: Amazon Cognito Identity Provider SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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 Source #

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:

data GetUserAttributeVerificationCode Source #

Represents the request to get user attribute verification.

See: getUserAttributeVerificationCode smart constructor.

Instances

Eq GetUserAttributeVerificationCode Source # 
Data GetUserAttributeVerificationCode Source # 

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 #

Read GetUserAttributeVerificationCode Source # 
Show GetUserAttributeVerificationCode Source # 
Generic GetUserAttributeVerificationCode Source # 
Hashable GetUserAttributeVerificationCode Source # 
NFData GetUserAttributeVerificationCode Source # 
AWSRequest GetUserAttributeVerificationCode Source # 
ToPath GetUserAttributeVerificationCode Source # 
ToHeaders GetUserAttributeVerificationCode Source # 
ToQuery GetUserAttributeVerificationCode Source # 
ToJSON GetUserAttributeVerificationCode Source # 
type Rep GetUserAttributeVerificationCode Source # 
type Rep GetUserAttributeVerificationCode = D1 (MetaData "GetUserAttributeVerificationCode" "Network.AWS.CognitoIdentityProvider.GetUserAttributeVerificationCode" "amazonka-cognito-idp-1.4.4-Eb4kRXeOKxQAdVBRleVhS9" False) (C1 (MetaCons "GetUserAttributeVerificationCode'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_guavcAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) (S1 (MetaSel (Just Symbol "_guavcAttributeName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs GetUserAttributeVerificationCode Source # 

Request Lenses

guavcAccessToken :: Lens' GetUserAttributeVerificationCode (Maybe Text) Source #

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

guavcAttributeName :: Lens' GetUserAttributeVerificationCode Text Source #

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

Destructuring the Response

getUserAttributeVerificationCodeResponse Source #

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 Source #

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

See: getUserAttributeVerificationCodeResponse smart constructor.

Instances

Eq GetUserAttributeVerificationCodeResponse Source # 
Data GetUserAttributeVerificationCodeResponse Source # 

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

Response Lenses

guavcrsCodeDeliveryDetails :: Lens' GetUserAttributeVerificationCodeResponse (Maybe CodeDeliveryDetailsType) Source #

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