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 BulkEmailDestination = BulkEmailDestination' {}
- newBulkEmailDestination :: Destination -> BulkEmailDestination
- bulkEmailDestination_replacementTemplateData :: Lens' BulkEmailDestination (Maybe Text)
- bulkEmailDestination_replacementTags :: Lens' BulkEmailDestination (Maybe [MessageTag])
- bulkEmailDestination_destination :: Lens' BulkEmailDestination Destination
Documentation
data BulkEmailDestination Source #
An array that contains one or more Destinations, as well as the tags and replacement data associated with each of those Destinations.
See: newBulkEmailDestination
smart constructor.
BulkEmailDestination' | |
|
Instances
newBulkEmailDestination Source #
Create a value of BulkEmailDestination
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:BulkEmailDestination'
, bulkEmailDestination_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.
$sel:replacementTags:BulkEmailDestination'
, bulkEmailDestination_replacementTags
- A list of tags, in the form of name/value pairs, to apply to an email
that you send using SendBulkTemplatedEmail
. Tags correspond to
characteristics of the email that you define, so that you can publish
email sending events.
$sel:destination:BulkEmailDestination'
, bulkEmailDestination_destination
- Undocumented member.
bulkEmailDestination_replacementTemplateData :: Lens' BulkEmailDestination (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.
bulkEmailDestination_replacementTags :: Lens' BulkEmailDestination (Maybe [MessageTag]) Source #
A list of tags, in the form of name/value pairs, to apply to an email
that you send using SendBulkTemplatedEmail
. Tags correspond to
characteristics of the email that you define, so that you can publish
email sending events.
bulkEmailDestination_destination :: Lens' BulkEmailDestination Destination Source #
Undocumented member.