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 #

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 #

Sends the forgot device request, as an administrator.

See: adminForgetDevice smart constructor.

Instances
Eq AdminForgetDevice # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

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

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Generic AdminForgetDevice # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Associated Types

type Rep AdminForgetDevice :: * -> * #

Hashable AdminForgetDevice # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

ToJSON AdminForgetDevice # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

AWSRequest AdminForgetDevice # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Associated Types

type Rs AdminForgetDevice :: * #

ToHeaders AdminForgetDevice # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

ToPath AdminForgetDevice # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

ToQuery AdminForgetDevice # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

NFData AdminForgetDevice # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Methods

rnf :: AdminForgetDevice -> () #

type Rep AdminForgetDevice # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

type Rep AdminForgetDevice = D1 (MetaData "AdminForgetDevice" "Network.AWS.CognitoIdentityProvider.AdminForgetDevice" "amazonka-cognito-idp-1.6.0-7SljkxAhdrGDTNozW2RuYv" 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 # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Request Lenses

Destructuring the Response

adminForgetDeviceResponse :: AdminForgetDeviceResponse #

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

data AdminForgetDeviceResponse #

See: adminForgetDeviceResponse smart constructor.

Instances
Eq AdminForgetDeviceResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

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

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Show AdminForgetDeviceResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Generic AdminForgetDeviceResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

Associated Types

type Rep AdminForgetDeviceResponse :: * -> * #

NFData AdminForgetDeviceResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

type Rep AdminForgetDeviceResponse # 
Instance details

Defined in Network.AWS.CognitoIdentityProvider.AdminForgetDevice

type Rep AdminForgetDeviceResponse = D1 (MetaData "AdminForgetDeviceResponse" "Network.AWS.CognitoIdentityProvider.AdminForgetDevice" "amazonka-cognito-idp-1.6.0-7SljkxAhdrGDTNozW2RuYv" False) (C1 (MetaCons "AdminForgetDeviceResponse'" PrefixI False) (U1 :: * -> *))