Skip to content

Commit e22cb75

Browse files
author
AWS
committed
Amazon Omics Update: Add versioning for HealthOmics workflows
1 parent 4c4f863 commit e22cb75

File tree

4 files changed

+659
-33
lines changed

4 files changed

+659
-33
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 Omics",
4+
"contributor": "",
5+
"description": "Add versioning for HealthOmics workflows"
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120
"limit_key": "maxResults",
121121
"result_key": "variantStores"
122122
},
123+
"ListWorkflowVersions": {
124+
"input_token": "startingToken",
125+
"output_token": "nextToken",
126+
"limit_key": "maxResults",
127+
"result_key": "items"
128+
},
123129
"ListWorkflows": {
124130
"input_token": "startingToken",
125131
"output_token": "nextToken",

0 commit comments

Comments
 (0)