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 |
Documentation
data ReplacementTemplate Source #
An object which contains ReplacementTemplateData
to be used for a
specific BulkEmailEntry
.
See: newReplacementTemplate
smart constructor.
ReplacementTemplate' | |
|
Instances
newReplacementTemplate :: ReplacementTemplate Source #
Create a value of ReplacementTemplate
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:replacementTemplateData:ReplacementTemplate'
, replacementTemplate_replacementTemplateData
- A list of replacement values to apply to the template. This parameter is
a JSON object, typically consisting of key-value pairs in which the keys
correspond to replacement tags in the email template.
replacementTemplate_replacementTemplateData :: Lens' ReplacementTemplate (Maybe Text) Source #
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.