Skip to content

Commit 26732bd

Browse files
author
AWS
committed
Amazon Simple Email Service Update: Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.
1 parent 4539aa7 commit 26732bd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Email Service",
4+
"contributor": "",
5+
"description": "Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2."
6+
}

services/sesv2/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,6 +1685,10 @@
16851685
"ReplacementEmailContent":{
16861686
"shape":"ReplacementEmailContent",
16871687
"documentation":"<p>The <code>ReplacementEmailContent</code> associated with a <code>BulkEmailEntry</code>.</p>"
1688+
},
1689+
"ReplacementHeaders":{
1690+
"shape":"MessageHeaderList",
1691+
"documentation":"<p>The list of message headers associated with the <code>BulkEmailEntry</code> data type.</p> <ul> <li> <p>Headers Not Present in <code>BulkEmailEntry</code>: If a header is specified in <a href=\"https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_Template.html\"> <code>Template</code> </a> but not in <code>BulkEmailEntry</code>, the header from <code>Template</code> will be added to the outgoing email.</p> </li> <li> <p>Headers Present in <code>BulkEmailEntry</code>: If a header is specified in <code>BulkEmailEntry</code>, it takes precedence over any header of the same name specified in <a href=\"https://docs.aws.amazon.com/ses/latest/APIReference-V2/API_Template.html\"> <code>Template</code> </a>:</p> <ul> <li> <p>If the header is also defined within <code>Template</code>, the value from <code>BulkEmailEntry</code> will replace the header's value in the email.</p> </li> <li> <p>If the header is not defined within <code>Template</code>, it will simply be added to the email as specified in <code>BulkEmailEntry</code>.</p> </li> </ul> </li> </ul>"
16881692
}
16891693
}
16901694
},

0 commit comments

Comments
 (0)