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.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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Data AdminForgetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Generic AdminForgetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Associated Types

type Rep AdminForgetDevice :: Type -> Type #

Hashable AdminForgetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

ToJSON AdminForgetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

AWSRequest AdminForgetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Associated Types

type Rs AdminForgetDevice :: Type #

ToHeaders AdminForgetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

ToPath AdminForgetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

ToQuery AdminForgetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

NFData AdminForgetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Methods

rnf :: AdminForgetDevice -> () #

type Rep AdminForgetDevice Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

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

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Data AdminForgetDeviceResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Show AdminForgetDeviceResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Generic AdminForgetDeviceResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Associated Types

type Rep AdminForgetDeviceResponse :: Type -> Type #

NFData AdminForgetDeviceResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

type Rep AdminForgetDeviceResponse Source # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

type Rep AdminForgetDeviceResponse = D1 (MetaData "AdminForgetDeviceResponse" "Network.AWS.CognitoIdentityProvider.AdminForgetDevice" "amazonka-cognito-idp-1.6.1-IATNKTGZSOc4TejpW4Ifw7" False) (C1 (MetaCons "AdminForgetDeviceResponse'" PrefixI False) (U1 :: Type -> Type))