amazonka-pinpoint-2.0: Amazon Pinpoint 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.Pinpoint.Types.JourneyEmailMessage

Description

 
Synopsis

Documentation

data JourneyEmailMessage Source #

Specifies the "From" address for an email message that's sent to participants in a journey.

See: newJourneyEmailMessage smart constructor.

Constructors

JourneyEmailMessage' 

Fields

  • fromAddress :: Maybe Text

    The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.

Instances

Instances details
FromJSON JourneyEmailMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyEmailMessage

ToJSON JourneyEmailMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyEmailMessage

Generic JourneyEmailMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyEmailMessage

Associated Types

type Rep JourneyEmailMessage :: Type -> Type #

Read JourneyEmailMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyEmailMessage

Show JourneyEmailMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyEmailMessage

NFData JourneyEmailMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyEmailMessage

Methods

rnf :: JourneyEmailMessage -> () #

Eq JourneyEmailMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyEmailMessage

Hashable JourneyEmailMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyEmailMessage

type Rep JourneyEmailMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyEmailMessage

type Rep JourneyEmailMessage = D1 ('MetaData "JourneyEmailMessage" "Amazonka.Pinpoint.Types.JourneyEmailMessage" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "JourneyEmailMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newJourneyEmailMessage :: JourneyEmailMessage Source #

Create a value of JourneyEmailMessage 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:fromAddress:JourneyEmailMessage', journeyEmailMessage_fromAddress - The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.

journeyEmailMessage_fromAddress :: Lens' JourneyEmailMessage (Maybe Text) Source #

The verified email address to send the email message from. The default address is the FromAddress specified for the email channel for the application.