| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.Types.TemplateConfiguration
Description
Synopsis
- data TemplateConfiguration = TemplateConfiguration' {}
- newTemplateConfiguration :: TemplateConfiguration
- templateConfiguration_emailTemplate :: Lens' TemplateConfiguration (Maybe Template)
- templateConfiguration_pushTemplate :: Lens' TemplateConfiguration (Maybe Template)
- templateConfiguration_sMSTemplate :: Lens' TemplateConfiguration (Maybe Template)
- templateConfiguration_voiceTemplate :: Lens' TemplateConfiguration (Maybe Template)
Documentation
data TemplateConfiguration Source #
Specifies the message template to use for the message, for each type of channel.
See: newTemplateConfiguration smart constructor.
Constructors
| TemplateConfiguration' | |
Fields
| |
Instances
newTemplateConfiguration :: TemplateConfiguration Source #
Create a value of TemplateConfiguration 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:emailTemplate:TemplateConfiguration', templateConfiguration_emailTemplate - The email template to use for the message.
$sel:pushTemplate:TemplateConfiguration', templateConfiguration_pushTemplate - The push notification template to use for the message.
$sel:sMSTemplate:TemplateConfiguration', templateConfiguration_sMSTemplate - The SMS template to use for the message.
$sel:voiceTemplate:TemplateConfiguration', templateConfiguration_voiceTemplate - The voice template to use for the message. This object isn't supported
for campaigns.
templateConfiguration_emailTemplate :: Lens' TemplateConfiguration (Maybe Template) Source #
The email template to use for the message.
templateConfiguration_pushTemplate :: Lens' TemplateConfiguration (Maybe Template) Source #
The push notification template to use for the message.
templateConfiguration_sMSTemplate :: Lens' TemplateConfiguration (Maybe Template) Source #
The SMS template to use for the message.
templateConfiguration_voiceTemplate :: Lens' TemplateConfiguration (Maybe Template) Source #
The voice template to use for the message. This object isn't supported for campaigns.