aws-sdk-omics 1.63.0 → 1.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-omics/client.rb +712 -95
- data/lib/aws-sdk-omics/client_api.rb +533 -3
- data/lib/aws-sdk-omics/types.rb +1100 -10
- data/lib/aws-sdk-omics.rb +1 -1
- data/sig/client.rbs +202 -1
- data/sig/types.rbs +289 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d453f282af8ed9fd310351b61cd55339e117c1c415c405296c135b2ca9aaf4aa
|
|
4
|
+
data.tar.gz: d6b02a3198cdb839b8d71418a1623b8871a5e3bcc2eca6498d927c886fd445b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db3e4ec1645a2c1a386c39998af1dfd2b4c99468330555753320606b1ad0d5627a460584373d87a44e78f1c68d492f2942cb82a09f4ff346f9f60eaff93752b4
|
|
7
|
+
data.tar.gz: cd8dc677ed7c85de29646169c0040662e89b102a2e45842c0020acf51b7da6633276a1e3cdbec47070473c97fd75aa72abd1c2d0a54133c49b5bf7f9624fc46b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.65.0 (2026-03-27)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - 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.
|
|
8
|
+
|
|
9
|
+
1.64.0 (2026-03-23)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adds support for batch workflow runs in Amazon Omics, enabling users to submit, manage, and monitor multiple runs as a single batch. Includes APIs to create, cancel, and delete batches, track submission statuses and counts, list runs within a batch, and configure default settings.
|
|
13
|
+
|
|
4
14
|
1.63.0 (2026-03-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|