Skip to content

Commit f0b451d

Browse files
author
AWS
committed
Amazon WorkMail Update: Adding support for Mailbox Export APIs
1 parent 0b959b4 commit f0b451d

File tree

3 files changed

+372
-1
lines changed

3 files changed

+372
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon WorkMail",
4+
"description": "Adding support for Mailbox Export APIs"
5+
}

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

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

0 commit comments

Comments
 (0)