libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CognitoIdentityProvider.ForgetDevice

Description

Forgets the specified device.

Synopsis

Creating a Request

data ForgetDevice Source #

Represents the request to forget the device.

See: newForgetDevice smart constructor.

Constructors

ForgetDevice' 

Fields

Instances

Instances details
Eq ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

Show ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

Generic ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

Associated Types

type Rep ForgetDevice :: Type -> Type #

NFData ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

Methods

rnf :: ForgetDevice -> () #

Hashable ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

ToJSON ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

AWSRequest ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

Associated Types

type AWSResponse ForgetDevice #

ToHeaders ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

ToPath ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

ToQuery ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

type Rep ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

type Rep ForgetDevice = D1 ('MetaData "ForgetDevice" "Amazonka.CognitoIdentityProvider.ForgetDevice" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "ForgetDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accessToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "deviceKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

newForgetDevice Source #

Create a value of ForgetDevice with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accessToken:ForgetDevice', forgetDevice_accessToken - The access token for the forgotten device request.

$sel:deviceKey:ForgetDevice', forgetDevice_deviceKey - The device key.

Request Lenses

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

The access token for the forgotten device request.

Destructuring the Response

data ForgetDeviceResponse Source #

See: newForgetDeviceResponse smart constructor.

Constructors

ForgetDeviceResponse' 

Instances

Instances details
Eq ForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

Read ForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

Show ForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

Generic ForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

Associated Types

type Rep ForgetDeviceResponse :: Type -> Type #

NFData ForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

Methods

rnf :: ForgetDeviceResponse -> () #

type Rep ForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.ForgetDevice

type Rep ForgetDeviceResponse = D1 ('MetaData "ForgetDeviceResponse" "Amazonka.CognitoIdentityProvider.ForgetDevice" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "ForgetDeviceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newForgetDeviceResponse :: ForgetDeviceResponse Source #

Create a value of ForgetDeviceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.