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

Copyright(c) 2013-2017 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.ForgetDevice

Contents

Description

Forgets the specified device.

Synopsis

Creating a Request

forgetDevice Source #

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

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

data ForgetDevice Source #

Represents the request to forget the device.

See: forgetDevice smart constructor.

Instances

Eq ForgetDevice Source # 
Data ForgetDevice Source # 

Methods

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

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

toConstr :: ForgetDevice -> Constr #

dataTypeOf :: ForgetDevice -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ForgetDevice Source # 
Generic ForgetDevice Source # 

Associated Types

type Rep ForgetDevice :: * -> * #

Hashable ForgetDevice Source # 
ToJSON ForgetDevice Source # 
NFData ForgetDevice Source # 

Methods

rnf :: ForgetDevice -> () #

AWSRequest ForgetDevice Source # 
ToQuery ForgetDevice Source # 
ToPath ForgetDevice Source # 
ToHeaders ForgetDevice Source # 
type Rep ForgetDevice Source # 
type Rep ForgetDevice = D1 (MetaData "ForgetDevice" "Network.AWS.CognitoIdentityProvider.ForgetDevice" "amazonka-cognito-idp-1.5.0-6L4ibyApQsq9OINZIpqhIF" False) (C1 (MetaCons "ForgetDevice'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_fdAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))) (S1 (MetaSel (Just Symbol "_fdDeviceKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ForgetDevice Source # 

Request Lenses

fdAccessToken :: Lens' ForgetDevice (Maybe Text) Source #

The access token for the forgotten device request.

Destructuring the Response

forgetDeviceResponse :: ForgetDeviceResponse Source #

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

data ForgetDeviceResponse Source #

See: forgetDeviceResponse smart constructor.

Instances

Eq ForgetDeviceResponse Source # 
Data ForgetDeviceResponse Source # 

Methods

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

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

toConstr :: ForgetDeviceResponse -> Constr #

dataTypeOf :: ForgetDeviceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ForgetDeviceResponse Source # 
Show ForgetDeviceResponse Source # 
Generic ForgetDeviceResponse Source # 
NFData ForgetDeviceResponse Source # 

Methods

rnf :: ForgetDeviceResponse -> () #

type Rep ForgetDeviceResponse Source # 
type Rep ForgetDeviceResponse = D1 (MetaData "ForgetDeviceResponse" "Network.AWS.CognitoIdentityProvider.ForgetDevice" "amazonka-cognito-idp-1.5.0-6L4ibyApQsq9OINZIpqhIF" False) (C1 (MetaCons "ForgetDeviceResponse'" PrefixI False) U1)