Skip to content

Commit 60d98ec

Browse files
author
AWS
committed
Amazon Simple Email Service Update: This release enables customers to provide the email template content in the SESv2 SendEmail and SendBulkEmail APIs instead of the name or the ARN of a stored email template.
1 parent b7ec7c0 commit 60d98ec

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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": "This release enables customers to provide the email template content in the SESv2 SendEmail and SendBulkEmail APIs instead of the name or the ARN of a stored email template."
6+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6605,6 +6605,10 @@
66056605
"shape":"AmazonResourceName",
66066606
"documentation":"<p>The Amazon Resource Name (ARN) of the template.</p>"
66076607
},
6608+
"TemplateContent":{
6609+
"shape":"EmailTemplateContent",
6610+
"documentation":"<p>The content of the template.</p> <note> <p>Amazon SES supports only simple substitions when you send email using the <code>SendEmail</code> or <code>SendBulkEmail</code> operations and you provide the full template content in the request.</p> </note>"
6611+
},
66086612
"TemplateData":{
66096613
"shape":"EmailTemplateData",
66106614
"documentation":"<p>An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.</p>"
@@ -6614,7 +6618,7 @@
66146618
"documentation":"<p>The list of message headers that will be added to the email message.</p>"
66156619
}
66166620
},
6617-
"documentation":"<p>An object that defines the email template to use for an email message, and the values to use for any message variables in that template. An <i>email template</i> is a type of message template that contains content that you want to define, save, and reuse in email messages that you send.</p>"
6621+
"documentation":"<p>An object that defines the email template to use for an email message, and the values to use for any message variables in that template. An <i>email template</i> is a type of message template that contains content that you want to reuse in email messages that you send. You can specifiy the email template by providing the name or ARN of an <i>email template</i> previously saved in your Amazon SES account or by providing the full template content.</p>"
66186622
},
66196623
"TemplateContent":{
66206624
"type":"string",

0 commit comments

Comments
 (0)