Skip to content

Commit 5fd6872

Browse files
author
AWS
committed
Amazon WorkMail Update: This release adds APIs for adding, removing and retrieving details of mail domains
1 parent bfc9393 commit 5fd6872

File tree

3 files changed

+317
-5
lines changed

3 files changed

+317
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon WorkMail",
4+
"contributor": "",
5+
"description": "This release adds APIs for adding, removing and retrieving details of mail domains"
6+
}

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

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"output_token": "NextToken",
1616
"limit_key": "MaxResults"
1717
},
18+
"ListMailDomains": {
19+
"input_token": "NextToken",
20+
"output_token": "NextToken",
21+
"limit_key": "MaxResults"
22+
},
1823
"ListMailboxExportJobs": {
1924
"input_token": "NextToken",
2025
"output_token": "NextToken",

0 commit comments

Comments
 (0)