aws-sdk-odb 1.25.0 → 1.27.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-odb/client.rb +906 -18
- data/lib/aws-sdk-odb/client_api.rb +602 -5
- data/lib/aws-sdk-odb/types.rb +1647 -27
- data/lib/aws-sdk-odb.rb +1 -1
- data/sig/client.rbs +226 -7
- data/sig/types.rbs +375 -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: 8a48a3c35a7311ba5317fa3de6e34f2b844ef9b415f05aff9ba76fd62cadb6fb
|
|
4
|
+
data.tar.gz: af58cd349daf60af8fa30e154c1a08744e365dde7f2b8e773ae6d9e7f708593a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f37ac338bd855f47e34b5ae416341441ca16f612deabaa455f995330eccd717f265b9a464f50f12456e67968d089730333acf12a5a25529378529ae61205f748
|
|
7
|
+
data.tar.gz: ea155c8264971b7ad25d86d04c036ae2431705fbb672fa34f956a65843f808854ed8bde3094ccdd6addcc934eb9dbe1402f1cbbba6226fa8388edd89e369fd30
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.27.0 (2026-08-12)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for Oracle Exadata on Exascale Infrastructure (ExaDB-XS) resources including storage vaults and VM clusters.
|
|
8
|
+
|
|
9
|
+
1.26.0 (2026-07-24)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Documentation-only update to clarify the operation-specific valid values for the externalIdType field.
|
|
13
|
+
|
|
4
14
|
1.25.0 (2026-07-17)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.27.0
|