Skip to content

Commit 5749691

Browse files
author
AWS
committed
Amazon DataZone Update: This release supports the feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone.
1 parent d910123 commit 5749691

File tree

3 files changed

+530
-3
lines changed

3 files changed

+530
-3
lines changed
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 feature of dataQuality to enrich asset with dataQualityResult in Amazon DataZone."
6+
}

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

+6
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@
102102
"limit_key": "maxResults",
103103
"result_key": "items"
104104
},
105+
"ListTimeSeriesDataPoints": {
106+
"input_token": "nextToken",
107+
"output_token": "nextToken",
108+
"limit_key": "maxResults",
109+
"result_key": "items"
110+
},
105111
"Search": {
106112
"input_token": "nextToken",
107113
"output_token": "nextToken",

0 commit comments

Comments
 (0)