Skip to content

Commit 575bc1e

Browse files
author
AWS
committed
MailManager Update: This release adds additional metadata fields in Mail Manager archive searches to show email source and details about emails that were archived when being sent with SES.
1 parent 4048156 commit 575bc1e

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-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": "MailManager",
4+
"contributor": "",
5+
"description": "This release adds additional metadata fields in Mail Manager archive searches to show email source and details about emails that were archived when being sent with SES."
6+
}

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

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3576,6 +3576,10 @@
35763576
"Metadata":{
35773577
"type":"structure",
35783578
"members":{
3579+
"ConfigurationSet":{
3580+
"shape":"String",
3581+
"documentation":"<p>The name of the configuration set used when sent through a configuration set with archiving enabled.</p>"
3582+
},
35793583
"IngressPointId":{
35803584
"shape":"IngressPointId",
35813585
"documentation":"<p>The ID of the ingress endpoint through which the email was received.</p>"
@@ -3592,6 +3596,22 @@
35923596
"shape":"SenderIpAddress",
35933597
"documentation":"<p>The IP address of the host from which the email was received.</p>"
35943598
},
3599+
"SendingMethod":{
3600+
"shape":"String",
3601+
"documentation":"<p>The name of the API call used when sent through a configuration set with archiving enabled.</p>"
3602+
},
3603+
"SendingPool":{
3604+
"shape":"String",
3605+
"documentation":"<p>The name of the dedicated IP pool used when sent through a configuration set with archiving enabled.</p>"
3606+
},
3607+
"SourceArn":{
3608+
"shape":"String",
3609+
"documentation":"<p>Specifies the archived email source, identified by either a Rule Set's ARN with an Archive action, or a Configuration Set's Archive ARN.</p>"
3610+
},
3611+
"SourceIdentity":{
3612+
"shape":"String",
3613+
"documentation":"<p>The identity name used to authorize the sending action when sent through a configuration set with archiving enabled.</p>"
3614+
},
35953615
"Timestamp":{
35963616
"shape":"Timestamp",
35973617
"documentation":"<p>The timestamp of when the email was received.</p>"
@@ -3911,7 +3931,11 @@
39113931
},
39123932
"SenderIpAddress":{
39133933
"shape":"SenderIpAddress",
3914-
"documentation":"<p>The IP address of the host from which the email was received.</p>"
3934+
"documentation":"<ul> <li> <p>Mail archived with Mail Manager: The IP address of the client that connects to the ingress endpoint.</p> </li> <li> <p>Mail sent through a configuration set with the archiving option enabled: The IP address of the client that makes the SendEmail API call.</p> </li> </ul>"
3935+
},
3936+
"SourceArn":{
3937+
"shape":"String",
3938+
"documentation":"<p>Specifies the archived email source, identified by either a Rule Set's ARN with an Archive action, or a Configuration Set's Archive ARN.</p>"
39153939
},
39163940
"Subject":{
39173941
"shape":"String",

0 commit comments

Comments
 (0)