Skip to content

Commit 382252c

Browse files
author
AWS
committed
Amazon Omics Update: This release provides support for annotation store versioning and cross account sharing for Omics Analytics
1 parent c112626 commit 382252c

File tree

4 files changed

+1062
-44
lines changed

4 files changed

+1062
-44
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": "This release provides support for annotation store versioning and cross account sharing for Omics Analytics"
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"limit_key": "maxResults",
77
"result_key": "annotationImportJobs"
88
},
9+
"ListAnnotationStoreVersions": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "annotationStoreVersions"
14+
},
915
"ListAnnotationStores": {
1016
"input_token": "nextToken",
1117
"output_token": "nextToken",
@@ -90,6 +96,12 @@
9096
"limit_key": "maxResults",
9197
"result_key": "sequenceStores"
9298
},
99+
"ListShares": {
100+
"input_token": "nextToken",
101+
"output_token": "nextToken",
102+
"limit_key": "maxResults",
103+
"result_key": "shares"
104+
},
93105
"ListVariantImportJobs": {
94106
"input_token": "nextToken",
95107
"output_token": "nextToken",

0 commit comments

Comments
 (0)