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.Types.DeviceConfigurationType

Description

 
Synopsis

Documentation

data DeviceConfigurationType Source #

The configuration for the user pool's device tracking.

See: newDeviceConfigurationType smart constructor.

Constructors

DeviceConfigurationType' 

Fields

Instances

Instances details
Eq DeviceConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceConfigurationType

Read DeviceConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceConfigurationType

Show DeviceConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceConfigurationType

Generic DeviceConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceConfigurationType

Associated Types

type Rep DeviceConfigurationType :: Type -> Type #

NFData DeviceConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceConfigurationType

Methods

rnf :: DeviceConfigurationType -> () #

Hashable DeviceConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceConfigurationType

ToJSON DeviceConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceConfigurationType

FromJSON DeviceConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceConfigurationType

type Rep DeviceConfigurationType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceConfigurationType

type Rep DeviceConfigurationType = D1 ('MetaData "DeviceConfigurationType" "Amazonka.CognitoIdentityProvider.Types.DeviceConfigurationType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "DeviceConfigurationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "challengeRequiredOnNewDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "deviceOnlyRememberedOnUserPrompt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newDeviceConfigurationType :: DeviceConfigurationType Source #

Create a value of DeviceConfigurationType 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:challengeRequiredOnNewDevice:DeviceConfigurationType', deviceConfigurationType_challengeRequiredOnNewDevice - Indicates whether a challenge is required on a new device. Only applicable to a new device.

$sel:deviceOnlyRememberedOnUserPrompt:DeviceConfigurationType', deviceConfigurationType_deviceOnlyRememberedOnUserPrompt - If true, a device is only remembered on user prompt.

deviceConfigurationType_challengeRequiredOnNewDevice :: Lens' DeviceConfigurationType (Maybe Bool) Source #

Indicates whether a challenge is required on a new device. Only applicable to a new device.