Skip to content

Commit c64b2a8

Browse files
author
AWS
committed
AWS Supply Chain Update: Launch new AWS Supply Chain public APIs for DataIntegrationEvent, DataIntegrationFlowExecution and DatasetNamespace. Also add more capabilities to existing public APIs to support direct dataset event publish, data deduplication in DataIntegrationFlow, partition specification of custom datasets.
1 parent aabd35e commit c64b2a8

File tree

4 files changed

+1112
-60
lines changed

4 files changed

+1112
-60
lines changed

.attach_pid881

Whitespace-only changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Supply Chain",
4+
"contributor": "",
5+
"description": "Launch new AWS Supply Chain public APIs for DataIntegrationEvent, DataIntegrationFlowExecution and DatasetNamespace. Also add more capabilities to existing public APIs to support direct dataset event publish, data deduplication in DataIntegrationFlow, partition specification of custom datasets."
6+
}

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"pagination": {
3+
"ListDataIntegrationEvents": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "events"
8+
},
9+
"ListDataIntegrationFlowExecutions": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "flowExecutions"
14+
},
315
"ListDataIntegrationFlows": {
416
"input_token": "nextToken",
517
"output_token": "nextToken",
@@ -12,6 +24,12 @@
1224
"limit_key": "maxResults",
1325
"result_key": "datasets"
1426
},
27+
"ListDataLakeNamespaces": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "namespaces"
32+
},
1533
"ListInstances": {
1634
"input_token": "nextToken",
1735
"output_token": "nextToken",

0 commit comments

Comments
 (0)