Skip to content

Commit 7f1b7c5

Browse files
author
AWS
committed
Amazon DataZone Update: This release supports the feature of AI recommendations for descriptions to enrich the business data catalog in Amazon DataZone.
1 parent fbe30f9 commit 7f1b7c5

File tree

3 files changed

+479
-74
lines changed

3 files changed

+479
-74
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 feature of AI recommendations for descriptions to enrich the 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
@@ -54,6 +54,12 @@
5454
"limit_key": "maxResults",
5555
"result_key": "items"
5656
},
57+
"ListMetadataGenerationRuns": {
58+
"input_token": "nextToken",
59+
"output_token": "nextToken",
60+
"limit_key": "maxResults",
61+
"result_key": "items"
62+
},
5763
"ListNotifications": {
5864
"input_token": "nextToken",
5965
"output_token": "nextToken",

0 commit comments

Comments
 (0)