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

Description

 
Synopsis

Documentation

data NewDeviceMetadataType Source #

The new device metadata type.

See: newNewDeviceMetadataType smart constructor.

Constructors

NewDeviceMetadataType' 

Fields

Instances

Instances details
Eq NewDeviceMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NewDeviceMetadataType

Read NewDeviceMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NewDeviceMetadataType

Show NewDeviceMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NewDeviceMetadataType

Generic NewDeviceMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NewDeviceMetadataType

Associated Types

type Rep NewDeviceMetadataType :: Type -> Type #

NFData NewDeviceMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NewDeviceMetadataType

Methods

rnf :: NewDeviceMetadataType -> () #

Hashable NewDeviceMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NewDeviceMetadataType

FromJSON NewDeviceMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NewDeviceMetadataType

type Rep NewDeviceMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NewDeviceMetadataType

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

newNewDeviceMetadataType :: NewDeviceMetadataType Source #

Create a value of NewDeviceMetadataType 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:deviceGroupKey:NewDeviceMetadataType', newDeviceMetadataType_deviceGroupKey - The device group key.

$sel:deviceKey:NewDeviceMetadataType', newDeviceMetadataType_deviceKey - The device key.