Skip to content

Commit 082449c

Browse files
author
AWS
committed
AWSMainframeModernization Update: Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications.
1 parent 31b49f5 commit 082449c

File tree

3 files changed

+327
-0
lines changed

3 files changed

+327
-0
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": "AWSMainframeModernization",
4+
"contributor": "",
5+
"description": "Introduce three new APIs: CreateDataSetExportTask, GetDataSetExportTask and ListDataSetExportHistory. Add support for batch restart for Blu Age applications."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"limit_key": "maxResults",
2525
"result_key": "batchJobExecutions"
2626
},
27+
"ListDataSetExportHistory": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "dataSetExportTasks"
32+
},
2733
"ListDataSetImportHistory": {
2834
"input_token": "nextToken",
2935
"output_token": "nextToken",

0 commit comments

Comments
 (0)