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

Description

 
Synopsis

Documentation

data EventFeedbackType Source #

Specifies the event feedback type.

See: newEventFeedbackType smart constructor.

Constructors

EventFeedbackType' 

Fields

Instances

Instances details
Eq EventFeedbackType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventFeedbackType

Read EventFeedbackType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventFeedbackType

Show EventFeedbackType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventFeedbackType

Generic EventFeedbackType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventFeedbackType

Associated Types

type Rep EventFeedbackType :: Type -> Type #

NFData EventFeedbackType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventFeedbackType

Methods

rnf :: EventFeedbackType -> () #

Hashable EventFeedbackType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventFeedbackType

FromJSON EventFeedbackType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventFeedbackType

type Rep EventFeedbackType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventFeedbackType

type Rep EventFeedbackType = D1 ('MetaData "EventFeedbackType" "Amazonka.CognitoIdentityProvider.Types.EventFeedbackType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "EventFeedbackType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "feedbackDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "feedbackValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FeedbackValueType) :*: S1 ('MetaSel ('Just "provider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEventFeedbackType Source #

Create a value of EventFeedbackType 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:feedbackDate:EventFeedbackType', eventFeedbackType_feedbackDate - The event feedback date.

$sel:feedbackValue:EventFeedbackType', eventFeedbackType_feedbackValue - The event feedback value.

$sel:provider:EventFeedbackType', eventFeedbackType_provider - The provider.