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.DeviceType

Description

 
Synopsis

Documentation

data DeviceType Source #

The device type.

See: newDeviceType smart constructor.

Constructors

DeviceType' 

Fields

Instances

Instances details
Eq DeviceType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceType

Show DeviceType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceType

Generic DeviceType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceType

Associated Types

type Rep DeviceType :: Type -> Type #

NFData DeviceType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceType

Methods

rnf :: DeviceType -> () #

Hashable DeviceType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceType

FromJSON DeviceType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceType

type Rep DeviceType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.DeviceType

type Rep DeviceType = D1 ('MetaData "DeviceType" "Amazonka.CognitoIdentityProvider.Types.DeviceType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "DeviceType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deviceLastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "deviceCreateDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "deviceAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AttributeType])) :*: (S1 ('MetaSel ('Just "deviceKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deviceLastAuthenticatedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newDeviceType :: DeviceType Source #

Create a value of DeviceType 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:deviceLastModifiedDate:DeviceType', deviceType_deviceLastModifiedDate - The last modified date of the device.

$sel:deviceCreateDate:DeviceType', deviceType_deviceCreateDate - The creation date of the device.

$sel:deviceAttributes:DeviceType', deviceType_deviceAttributes - The device attributes.

$sel:deviceKey:DeviceType', deviceType_deviceKey - The device key.

$sel:deviceLastAuthenticatedDate:DeviceType', deviceType_deviceLastAuthenticatedDate - The date in which the device was last authenticated.

deviceType_deviceLastModifiedDate :: Lens' DeviceType (Maybe UTCTime) Source #

The last modified date of the device.

deviceType_deviceCreateDate :: Lens' DeviceType (Maybe UTCTime) Source #

The creation date of the device.

deviceType_deviceLastAuthenticatedDate :: Lens' DeviceType (Maybe UTCTime) Source #

The date in which the device was last authenticated.