Skip to content

Commit f7978c8

Browse files
author
AWS
committed
AWS Data Exchange Update: This release enables subscribers to set up automatic exports of newly published revisions using the new EventAction API.
1 parent 3d6fcbc commit f7978c8

File tree

3 files changed

+508
-15
lines changed

3 files changed

+508
-15
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Data Exchange",
4+
"contributor": "",
5+
"description": "This release enables subscribers to set up automatic exports of newly published revisions using the new EventAction API."
6+
}

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

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"limit_key": "MaxResults",
1313
"result_key": "DataSets"
1414
},
15+
"ListEventActions": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
19+
"result_key": "EventActions"
20+
},
1521
"ListJobs": {
1622
"input_token": "NextToken",
1723
"output_token": "NextToken",

0 commit comments

Comments
 (0)