Skip to content

Commit a0069a0

Browse files
Add versioning for HealthOmics workflows
1 parent f91b267 commit a0069a0

File tree

61 files changed

+8440
-389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+8440
-389
lines changed

generator/ServiceModels/omics/omics-2022-11-28.api.json

Lines changed: 395 additions & 16 deletions
Large diffs are not rendered by default.

generator/ServiceModels/omics/omics-2022-11-28.docs.json

Lines changed: 240 additions & 46 deletions
Large diffs are not rendered by default.

generator/ServiceModels/omics/omics-2022-11-28.normal.json

Lines changed: 620 additions & 33 deletions
Large diffs are not rendered by default.

generator/ServiceModels/omics/omics-2022-11-28.paginators.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",

generator/ServiceModels/omics/omics-2022-11-28.waiters2.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,33 @@
541541
"state" : "failure",
542542
"expected" : "FAILED"
543543
} ]
544+
},
545+
"WorkflowVersionActive" : {
546+
"description" : "Wait until a workflow version is active.",
547+
"delay" : 3,
548+
"maxAttempts" : 10,
549+
"operation" : "GetWorkflowVersion",
550+
"acceptors" : [ {
551+
"matcher" : "path",
552+
"argument" : "status",
553+
"state" : "success",
554+
"expected" : "ACTIVE"
555+
}, {
556+
"matcher" : "path",
557+
"argument" : "status",
558+
"state" : "retry",
559+
"expected" : "CREATING"
560+
}, {
561+
"matcher" : "path",
562+
"argument" : "status",
563+
"state" : "retry",
564+
"expected" : "UPDATING"
565+
}, {
566+
"matcher" : "path",
567+
"argument" : "status",
568+
"state" : "failure",
569+
"expected" : "FAILED"
570+
} ]
544571
}
545572
}
546573
}

0 commit comments

Comments
 (0)