Skip to content

Commit dc735d4

Browse files
author
AWS
committed
Amazon DataZone Update: Adds support for account pools and project profile account decoupling
1 parent f19e4e8 commit dc735d4

File tree

3 files changed

+685
-2
lines changed

3 files changed

+685
-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 DataZone",
4+
"contributor": "",
5+
"description": "Adds support for account pools and project profile account decoupling"
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"pagination": {
3+
"ListAccountPools": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "items"
8+
},
9+
"ListAccountsInAccountPool": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "items"
14+
},
315
"ListAssetFilters": {
416
"input_token": "nextToken",
517
"output_token": "nextToken",

0 commit comments

Comments
 (0)