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

Contents

Description

Verifies the specified user attributes in the user pool.

Synopsis

Creating a Request

verifyUserAttribute Source #

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

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

  • vuaAccessToken - Represents the access token of the request to verify user attributes.
  • vuaAttributeName - The attribute name in the request to verify user attributes.
  • vuaCode - The verification code in the request to verify user attributes.

data VerifyUserAttribute Source #

Represents the request to verify user attributes.

See: verifyUserAttribute smart constructor.

Instances
Eq VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Data VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Methods

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

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

toConstr :: VerifyUserAttribute -> Constr #

dataTypeOf :: VerifyUserAttribute -> DataType #

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

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

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

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

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

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

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

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

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

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

Show VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Generic VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Associated Types

type Rep VerifyUserAttribute :: Type -> Type #

Hashable VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

ToJSON VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

AWSRequest VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Associated Types

type Rs VerifyUserAttribute :: Type #

ToHeaders VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

ToPath VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

ToQuery VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

NFData VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Methods

rnf :: VerifyUserAttribute -> () #

type Rep VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

type Rep VerifyUserAttribute = D1 (MetaData "VerifyUserAttribute" "Network.AWS.CognitoIdentityProvider.VerifyUserAttribute" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "VerifyUserAttribute'" PrefixI True) (S1 (MetaSel (Just "_vuaAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive Text)) :*: (S1 (MetaSel (Just "_vuaAttributeName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_vuaCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs VerifyUserAttribute Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Request Lenses

vuaAccessToken :: Lens' VerifyUserAttribute Text Source #

Represents the access token of the request to verify user attributes.

vuaAttributeName :: Lens' VerifyUserAttribute Text Source #

The attribute name in the request to verify user attributes.

vuaCode :: Lens' VerifyUserAttribute Text Source #

The verification code in the request to verify user attributes.

Destructuring the Response

verifyUserAttributeResponse Source #

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

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

data VerifyUserAttributeResponse Source #

A container representing the response from the server from the request to verify user attributes.

See: verifyUserAttributeResponse smart constructor.

Instances
Eq VerifyUserAttributeResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Data VerifyUserAttributeResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Methods

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

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

toConstr :: VerifyUserAttributeResponse -> Constr #

dataTypeOf :: VerifyUserAttributeResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read VerifyUserAttributeResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Show VerifyUserAttributeResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Generic VerifyUserAttributeResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

Associated Types

type Rep VerifyUserAttributeResponse :: Type -> Type #

NFData VerifyUserAttributeResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

type Rep VerifyUserAttributeResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.VerifyUserAttribute

type Rep VerifyUserAttributeResponse = D1 (MetaData "VerifyUserAttributeResponse" "Network.AWS.CognitoIdentityProvider.VerifyUserAttribute" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" True) (C1 (MetaCons "VerifyUserAttributeResponse'" PrefixI True) (S1 (MetaSel (Just "_vuarsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses