Skip to content

Commit 2b64a73

Browse files
author
AWS
committed
Amazon DataZone Update: Adds support for Connections, ProjectProfiles, and JobRuns APIs. Supports the new Lineage feature at GA. Adjusts optionality of a parameter for DataSource and SubscriptionTarget APIs which may adjust types in some clients.
1 parent 015a5a8 commit 2b64a73

File tree

3 files changed

+4009
-277
lines changed

3 files changed

+4009
-277
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 Connections, ProjectProfiles, and JobRuns APIs. Supports the new Lineage feature at GA. Adjusts optionality of a parameter for DataSource and SubscriptionTarget APIs which may adjust types in some clients."
6+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"limit_key": "maxResults",
1313
"result_key": "items"
1414
},
15+
"ListConnections": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "items"
20+
},
1521
"ListDataProductRevisions": {
1622
"input_token": "nextToken",
1723
"output_token": "nextToken",
@@ -84,6 +90,18 @@
8490
"limit_key": "maxResults",
8591
"result_key": "items"
8692
},
93+
"ListJobRuns": {
94+
"input_token": "nextToken",
95+
"output_token": "nextToken",
96+
"limit_key": "maxResults",
97+
"result_key": "items"
98+
},
99+
"ListLineageEvents": {
100+
"input_token": "nextToken",
101+
"output_token": "nextToken",
102+
"limit_key": "maxResults",
103+
"result_key": "items"
104+
},
87105
"ListLineageNodeHistory": {
88106
"input_token": "nextToken",
89107
"output_token": "nextToken",
@@ -114,6 +132,12 @@
114132
"limit_key": "maxResults",
115133
"result_key": "members"
116134
},
135+
"ListProjectProfiles": {
136+
"input_token": "nextToken",
137+
"output_token": "nextToken",
138+
"limit_key": "maxResults",
139+
"result_key": "items"
140+
},
117141
"ListProjects": {
118142
"input_token": "nextToken",
119143
"output_token": "nextToken",

0 commit comments

Comments
 (0)