Skip to content

Commit 7c04ad1

Browse files
author
AWS
committed
MailManager Update: This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
1 parent 1b1e131 commit 7c04ad1

File tree

3 files changed

+956
-25
lines changed

3 files changed

+956
-25
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 includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries."
6+
}

services/mailmanager/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
"limit_key": "PageSize",
1313
"result_key": "AddonSubscriptions"
1414
},
15+
"ListAddressListImportJobs": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "PageSize",
19+
"result_key": "ImportJobs"
20+
},
21+
"ListAddressLists": {
22+
"input_token": "NextToken",
23+
"output_token": "NextToken",
24+
"limit_key": "PageSize",
25+
"result_key": "AddressLists"
26+
},
1527
"ListArchiveExports": {
1628
"input_token": "NextToken",
1729
"output_token": "NextToken",
@@ -36,6 +48,12 @@
3648
"limit_key": "PageSize",
3749
"result_key": "IngressPoints"
3850
},
51+
"ListMembersOfAddressList": {
52+
"input_token": "NextToken",
53+
"output_token": "NextToken",
54+
"limit_key": "PageSize",
55+
"result_key": "Addresses"
56+
},
3957
"ListRelays": {
4058
"input_token": "NextToken",
4159
"output_token": "NextToken",

0 commit comments

Comments
 (0)