libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
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.Pinpoint.Types.JourneyCustomMessage

Description

 
Synopsis

Documentation

data JourneyCustomMessage Source #

Specifies the message content for a custom channel message that's sent to participants in a journey.

See: newJourneyCustomMessage smart constructor.

Constructors

JourneyCustomMessage' 

Fields

  • data' :: Maybe Text

    The message content that's passed to an AWS Lambda function or to a web hook.

Instances

Instances details
Eq JourneyCustomMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyCustomMessage

Read JourneyCustomMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyCustomMessage

Show JourneyCustomMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyCustomMessage

Generic JourneyCustomMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyCustomMessage

Associated Types

type Rep JourneyCustomMessage :: Type -> Type #

NFData JourneyCustomMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyCustomMessage

Methods

rnf :: JourneyCustomMessage -> () #

Hashable JourneyCustomMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyCustomMessage

ToJSON JourneyCustomMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyCustomMessage

FromJSON JourneyCustomMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyCustomMessage

type Rep JourneyCustomMessage Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneyCustomMessage

type Rep JourneyCustomMessage = D1 ('MetaData "JourneyCustomMessage" "Amazonka.Pinpoint.Types.JourneyCustomMessage" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "JourneyCustomMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newJourneyCustomMessage :: JourneyCustomMessage Source #

Create a value of JourneyCustomMessage 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:data':JourneyCustomMessage', journeyCustomMessage_data - The message content that's passed to an AWS Lambda function or to a web hook.

journeyCustomMessage_data :: Lens' JourneyCustomMessage (Maybe Text) Source #

The message content that's passed to an AWS Lambda function or to a web hook.