| 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.SES.Types.BulkEmailDestination
Description
Synopsis
- data BulkEmailDestination = BulkEmailDestination' {}
- newBulkEmailDestination :: Destination -> BulkEmailDestination
- bulkEmailDestination_replacementTags :: Lens' BulkEmailDestination (Maybe [MessageTag])
- bulkEmailDestination_replacementTemplateData :: Lens' BulkEmailDestination (Maybe Text)
- 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.
Constructors
| BulkEmailDestination' | |
Fields
| |
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: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: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:destination:BulkEmailDestination', bulkEmailDestination_destination - Undocumented member.
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_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_destination :: Lens' BulkEmailDestination Destination Source #
Undocumented member.