Skip to content

Commit 3f557a8

Browse files
author
AWS
committed
MailManager Update: Amazon SES Mail Manager. Extended rule string and boolean expressions to support analysis in condition evaluation. Extended ingress point string expression to support analysis in condition evaluation
1 parent 99d873f commit 3f557a8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-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": "Amazon SES Mail Manager. Extended rule string and boolean expressions to support analysis in condition evaluation. Extended ingress point string expression to support analysis in condition evaluation"
6+
}

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3077,6 +3077,10 @@
30773077
"IngressStringToEvaluate":{
30783078
"type":"structure",
30793079
"members":{
3080+
"Analysis":{
3081+
"shape":"IngressAnalysis",
3082+
"documentation":"<p>The structure type for a string condition stating the Add On ARN and its returned value.</p>"
3083+
},
30803084
"Attribute":{
30813085
"shape":"IngressStringEmailAttribute",
30823086
"documentation":"<p>The enum type representing the allowed attribute types for a string condition.</p>"
@@ -3855,7 +3859,7 @@
38553859
"type":"string",
38563860
"max":256,
38573861
"min":1,
3858-
"pattern":"^[\\sa-zA-Z0-9_]+$"
3862+
"pattern":"^(addon\\.)?[\\sa-zA-Z0-9_]+$"
38593863
},
38603864
"RetentionPeriod":{
38613865
"type":"string",
@@ -4089,6 +4093,10 @@
40894093
"RuleBooleanToEvaluate":{
40904094
"type":"structure",
40914095
"members":{
4096+
"Analysis":{
4097+
"shape":"Analysis",
4098+
"documentation":"<p>The Add On ARN and its returned value to evaluate in a boolean condition expression.</p>"
4099+
},
40924100
"Attribute":{
40934101
"shape":"RuleBooleanEmailAttribute",
40944102
"documentation":"<p>The boolean type representing the allowed attribute types for an email.</p>"
@@ -4396,6 +4404,10 @@
43964404
"RuleStringToEvaluate":{
43974405
"type":"structure",
43984406
"members":{
4407+
"Analysis":{
4408+
"shape":"Analysis",
4409+
"documentation":"<p>The Add On ARN and its returned value to evaluate in a string condition expression.</p>"
4410+
},
43994411
"Attribute":{
44004412
"shape":"RuleStringEmailAttribute",
44014413
"documentation":"<p>The email attribute to evaluate in a string condition expression.</p>"

0 commit comments

Comments
 (0)