Skip to content

Commit 4f3ffa5

Browse files
author
AWS
committed
Amazon DataZone Update: This release supports the data lineage feature of business data catalog in Amazon DataZone.
1 parent 0b92369 commit 4f3ffa5

File tree

3 files changed

+430
-2
lines changed

3 files changed

+430
-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": "This release supports the data lineage feature of business data catalog in Amazon DataZone."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
"limit_key": "maxResults",
6161
"result_key": "items"
6262
},
63+
"ListLineageNodeHistory": {
64+
"input_token": "nextToken",
65+
"output_token": "nextToken",
66+
"limit_key": "maxResults",
67+
"result_key": "nodes"
68+
},
6369
"ListMetadataGenerationRuns": {
6470
"input_token": "nextToken",
6571
"output_token": "nextToken",

0 commit comments

Comments
 (0)