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

Description

 
Synopsis

Documentation

data AnalyticsMetadataType Source #

An Amazon Pinpoint analytics endpoint.

An endpoint uniquely identifies a mobile device, email address, or phone number that can receive messages from Amazon Pinpoint analytics. For more information about Amazon Web Services Regions that can contain Amazon Pinpoint resources for use with Amazon Cognito user pools, see Using Amazon Pinpoint analytics with Amazon Cognito user pools.

See: newAnalyticsMetadataType smart constructor.

Constructors

AnalyticsMetadataType' 

Fields

Instances

Instances details
ToJSON AnalyticsMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AnalyticsMetadataType

Generic AnalyticsMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AnalyticsMetadataType

Associated Types

type Rep AnalyticsMetadataType :: Type -> Type #

Read AnalyticsMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AnalyticsMetadataType

Show AnalyticsMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AnalyticsMetadataType

NFData AnalyticsMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AnalyticsMetadataType

Methods

rnf :: AnalyticsMetadataType -> () #

Eq AnalyticsMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AnalyticsMetadataType

Hashable AnalyticsMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AnalyticsMetadataType

type Rep AnalyticsMetadataType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AnalyticsMetadataType

type Rep AnalyticsMetadataType = D1 ('MetaData "AnalyticsMetadataType" "Amazonka.CognitoIdentityProvider.Types.AnalyticsMetadataType" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "AnalyticsMetadataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "analyticsEndpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAnalyticsMetadataType :: AnalyticsMetadataType Source #

Create a value of AnalyticsMetadataType 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:analyticsEndpointId:AnalyticsMetadataType', analyticsMetadataType_analyticsEndpointId - The endpoint ID.