Skip to content

Commit c1a73d7

Browse files
author
AWS
committed
Amazon Simple Email Service Update: This release adds support for engagement tracking over Https using custom domains.
1 parent aaa74e4 commit c1a73d7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-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 adds support for engagement tracking over Https using custom domains."
6+
}

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4230,6 +4230,15 @@
42304230
},
42314231
"documentation":"<p>An object containing additional settings for your VDM configuration as applicable to the Guardian.</p>"
42324232
},
4233+
"HttpsPolicy":{
4234+
"type":"string",
4235+
"documentation":"<p>The https policy to use for tracking open and click events. If the value is OPTIONAL or HttpsPolicy is not specified, the open trackers use HTTP and click tracker use the original protocol of the link. If the value is REQUIRE, both open and click tracker uses HTTPS and if the value is REQUIRE_OPEN_ONLY open tracker uses HTTPS and link tracker is same as original protocol of the link. </p>",
4236+
"enum":[
4237+
"REQUIRE",
4238+
"REQUIRE_OPEN_ONLY",
4239+
"OPTIONAL"
4240+
]
4241+
},
42334242
"Identity":{
42344243
"type":"string",
42354244
"min":1
@@ -5702,7 +5711,8 @@
57025711
"CustomRedirectDomain":{
57035712
"shape":"CustomRedirectDomain",
57045713
"documentation":"<p>The domain to use to track open and click events.</p>"
5705-
}
5714+
},
5715+
"HttpsPolicy":{"shape":"HttpsPolicy"}
57065716
},
57075717
"documentation":"<p>A request to add a custom domain for tracking open and click events to a configuration set.</p>"
57085718
},
@@ -6724,6 +6734,10 @@
67246734
"CustomRedirectDomain":{
67256735
"shape":"CustomRedirectDomain",
67266736
"documentation":"<p>The domain to use for tracking open and click events.</p>"
6737+
},
6738+
"HttpsPolicy":{
6739+
"shape":"HttpsPolicy",
6740+
"documentation":"<p>The https policy to use for tracking open and click events.</p>"
67276741
}
67286742
},
67296743
"documentation":"<p>An object that defines the tracking options for a configuration set. When you use the Amazon SES API v2 to send an email, it contains an invisible image that's used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.</p> <p>These images and links include references to a domain operated by Amazon Web Services. You can optionally configure the Amazon SES to use a domain that you operate for these images and links.</p>"

0 commit comments

Comments
 (0)