Skip to content

Commit d0c6611

Browse files
author
awstools
committed
feat(client-mailmanager): Allow underscores in the local part of the input of the "Email recipients rewrite" action in rule sets.
1 parent 2b8c1aa commit d0c6611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/sdk-codegen/aws-models/mailmanager.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2198,7 +2198,7 @@
21982198
"min": 0,
21992199
"max": 254
22002200
},
2201-
"smithy.api#pattern": "^[0-9A-Za-z@+.-]+$",
2201+
"smithy.api#pattern": "^[a-zA-Z0-9._+-]+@[a-zA-Z0-9.-]+$",
22022202
"smithy.api#sensitive": {}
22032203
}
22042204
},

0 commit comments

Comments
 (0)