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

Contents

Description

Forgets the device, as an administrator.

Requires developer credentials.

Synopsis

Creating a Request

adminForgetDevice Source #

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

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

data AdminForgetDevice Source #

Sends the forgot device request, as an administrator.

See: adminForgetDevice smart constructor.

Instances

Eq AdminForgetDevice Source # 
Data AdminForgetDevice Source # 

Methods

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

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

toConstr :: AdminForgetDevice -> Constr #

dataTypeOf :: AdminForgetDevice -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AdminForgetDevice Source # 
Generic AdminForgetDevice Source # 
Hashable AdminForgetDevice Source # 
ToJSON AdminForgetDevice Source # 
NFData AdminForgetDevice Source # 

Methods

rnf :: AdminForgetDevice -> () #

AWSRequest AdminForgetDevice Source # 
ToHeaders AdminForgetDevice Source # 
ToPath AdminForgetDevice Source # 
ToQuery AdminForgetDevice Source # 
type Rep AdminForgetDevice Source # 
type Rep AdminForgetDevice = D1 * (MetaData "AdminForgetDevice" "Network.AWS.CognitoIdentityProvider.AdminForgetDevice" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" False) (C1 * (MetaCons "AdminForgetDevice'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_afdUserPoolId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) ((:*:) * (S1 * (MetaSel (Just Symbol "_afdUsername") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Sensitive Text))) (S1 * (MetaSel (Just Symbol "_afdDeviceKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs AdminForgetDevice Source # 

Request Lenses

Destructuring the Response

adminForgetDeviceResponse :: AdminForgetDeviceResponse Source #

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

data AdminForgetDeviceResponse Source #

See: adminForgetDeviceResponse smart constructor.

Instances

Eq AdminForgetDeviceResponse Source # 
Data AdminForgetDeviceResponse Source # 

Methods

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

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

toConstr :: AdminForgetDeviceResponse -> Constr #

dataTypeOf :: AdminForgetDeviceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AdminForgetDeviceResponse Source # 
Show AdminForgetDeviceResponse Source # 
Generic AdminForgetDeviceResponse Source # 
NFData AdminForgetDeviceResponse Source # 
type Rep AdminForgetDeviceResponse Source # 
type Rep AdminForgetDeviceResponse = D1 * (MetaData "AdminForgetDeviceResponse" "Network.AWS.CognitoIdentityProvider.AdminForgetDevice" "amazonka-cognito-idp-1.6.0-JhJp6CX0k821Z1WSNBuBfd" False) (C1 * (MetaCons "AdminForgetDeviceResponse'" PrefixI False) (U1 *))