Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TemplateConfiguration = TemplateConfiguration' {}
- newTemplateConfiguration :: TemplateConfiguration
- templateConfiguration_sMSTemplate :: Lens' TemplateConfiguration (Maybe Template)
- templateConfiguration_voiceTemplate :: Lens' TemplateConfiguration (Maybe Template)
- templateConfiguration_pushTemplate :: Lens' TemplateConfiguration (Maybe Template)
- templateConfiguration_emailTemplate :: 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.
TemplateConfiguration' | |
|
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: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.
$sel:pushTemplate:TemplateConfiguration'
, templateConfiguration_pushTemplate
- The push notification template to use for the message.
$sel:emailTemplate:TemplateConfiguration'
, templateConfiguration_emailTemplate
- The email 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.
templateConfiguration_pushTemplate :: Lens' TemplateConfiguration (Maybe Template) Source #
The push notification template to use for the message.
templateConfiguration_emailTemplate :: Lens' TemplateConfiguration (Maybe Template) Source #
The email template to use for the message.