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

Description

 
Synopsis

Documentation

data NotifyEmailType Source #

The notify email type.

See: newNotifyEmailType smart constructor.

Constructors

NotifyEmailType' 

Fields

Instances

Instances details
Eq NotifyEmailType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NotifyEmailType

Read NotifyEmailType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NotifyEmailType

Show NotifyEmailType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NotifyEmailType

Generic NotifyEmailType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NotifyEmailType

Associated Types

type Rep NotifyEmailType :: Type -> Type #

NFData NotifyEmailType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NotifyEmailType

Methods

rnf :: NotifyEmailType -> () #

Hashable NotifyEmailType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NotifyEmailType

ToJSON NotifyEmailType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NotifyEmailType

FromJSON NotifyEmailType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NotifyEmailType

type Rep NotifyEmailType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NotifyEmailType

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

newNotifyEmailType Source #

Create a value of NotifyEmailType 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:textBody:NotifyEmailType', notifyEmailType_textBody - The text body.

$sel:htmlBody:NotifyEmailType', notifyEmailType_htmlBody - The HTML body.

$sel:subject:NotifyEmailType', notifyEmailType_subject - The subject.