amazonka-cognito-idp-2.0: Amazon Cognito Identity Provider SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CognitoIdentityProvider.AdminForgetDevice

Description

Forgets the device, as an administrator.

Calling this action requires developer credentials.

Synopsis

Creating a Request

data AdminForgetDevice Source #

Sends the forgot device request, as an administrator.

See: newAdminForgetDevice smart constructor.

Constructors

AdminForgetDevice' 

Fields

Instances

Instances details
ToJSON AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

ToHeaders AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

ToPath AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

ToQuery AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

AWSRequest AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

Associated Types

type AWSResponse AdminForgetDevice #

Generic AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

Associated Types

type Rep AdminForgetDevice :: Type -> Type #

Show AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

NFData AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

Methods

rnf :: AdminForgetDevice -> () #

Eq AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

Hashable AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

type AWSResponse AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

type Rep AdminForgetDevice Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

type Rep AdminForgetDevice = D1 ('MetaData "AdminForgetDevice" "Amazonka.CognitoIdentityProvider.AdminForgetDevice" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "AdminForgetDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "deviceKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAdminForgetDevice Source #

Create a value of AdminForgetDevice 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:

AdminForgetDevice, adminForgetDevice_userPoolId - The user pool ID.

AdminForgetDevice, adminForgetDevice_username - The user name.

AdminForgetDevice, adminForgetDevice_deviceKey - The device key.

Request Lenses

Destructuring the Response

data AdminForgetDeviceResponse Source #

See: newAdminForgetDeviceResponse smart constructor.

Instances

Instances details
Generic AdminForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

Associated Types

type Rep AdminForgetDeviceResponse :: Type -> Type #

Read AdminForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

Show AdminForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

NFData AdminForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

Eq AdminForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

type Rep AdminForgetDeviceResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminForgetDevice

type Rep AdminForgetDeviceResponse = D1 ('MetaData "AdminForgetDeviceResponse" "Amazonka.CognitoIdentityProvider.AdminForgetDevice" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "AdminForgetDeviceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newAdminForgetDeviceResponse :: AdminForgetDeviceResponse Source #

Create a value of AdminForgetDeviceResponse with all optional fields omitted.

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