| 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.SESV2.Types.ReplacementTemplate
Description
Documentation
data ReplacementTemplate Source #
An object which contains ReplacementTemplateData to be used for a
specific BulkEmailEntry.
See: newReplacementTemplate smart constructor.
Constructors
| ReplacementTemplate' | |
Fields
| |
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.