Skip to content

Commit bdd4a5c

Browse files
author
AWS
committed
Amazon Omics Update: AWS HealthOmics now supports VPC networking, allowing users to connect runs to external resources with NAT gateway, AWS VPC resources, and more. New Configuration APIs support configuring VPC settings. StartRun API now accepts networkingMode and configurationName parameters to enable VPC networking.
1 parent a4b6455 commit bdd4a5c

File tree

3 files changed

+493
-1
lines changed

3 files changed

+493
-1
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": "AWS HealthOmics now supports VPC networking, allowing users to connect runs to external resources with NAT gateway, AWS VPC resources, and more. New Configuration APIs support configuring VPC settings. StartRun API now accepts networkingMode and configurationName parameters to enable VPC networking."
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
@@ -24,6 +24,12 @@
2424
"limit_key": "maxItems",
2525
"result_key": "items"
2626
},
27+
"ListConfigurations": {
28+
"input_token": "startingToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "items"
32+
},
2733
"ListMultipartReadSetUploads": {
2834
"input_token": "nextToken",
2935
"output_token": "nextToken",

0 commit comments

Comments
 (0)