Skip to content

Commit 4a5673e

Browse files
author
AWS
committed
Amazon Simple Email Service Update: This release introduces support for Multi-tenant management
1 parent 645dde9 commit 4a5673e

File tree

3 files changed

+819
-2
lines changed

3 files changed

+819
-2
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": "Amazon Simple Email Service",
4+
"contributor": "",
5+
"description": "This release introduces support for Multi-tenant management"
6+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,34 @@
7171
"output_token": "NextToken",
7272
"limit_key": "PageSize"
7373
},
74+
"ListReputationEntities": {
75+
"input_token": "NextToken",
76+
"output_token": "NextToken",
77+
"limit_key": "PageSize",
78+
"result_key": "ReputationEntities"
79+
},
80+
"ListResourceTenants": {
81+
"input_token": "NextToken",
82+
"output_token": "NextToken",
83+
"limit_key": "PageSize",
84+
"result_key": "ResourceTenants"
85+
},
7486
"ListSuppressedDestinations": {
7587
"input_token": "NextToken",
7688
"output_token": "NextToken",
7789
"limit_key": "PageSize"
90+
},
91+
"ListTenantResources": {
92+
"input_token": "NextToken",
93+
"output_token": "NextToken",
94+
"limit_key": "PageSize",
95+
"result_key": "TenantResources"
96+
},
97+
"ListTenants": {
98+
"input_token": "NextToken",
99+
"output_token": "NextToken",
100+
"limit_key": "PageSize",
101+
"result_key": "Tenants"
78102
}
79103
}
80104
}

0 commit comments

Comments
 (0)