aws-sdk-timestreaminfluxdb 1.44.0 → 1.46.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-timestreaminfluxdb/client.rb +590 -14
- data/lib/aws-sdk-timestreaminfluxdb/client_api.rb +291 -0
- data/lib/aws-sdk-timestreaminfluxdb/types.rb +935 -15
- data/lib/aws-sdk-timestreaminfluxdb.rb +2 -2
- data/sig/client.rbs +229 -16
- data/sig/types.rbs +215 -13
- 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: 545459bdf5f40e984e21269e963ff26b310b5ab51f284e4ef09d8cd64acb6d3c
|
|
4
|
+
data.tar.gz: a4b8adc17d65846ac68fcc24847030c7c87daf19ba3acbdb7a408794eae902f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e23dab04abb6c74085cc806254d69667f3e9af27940e678169199617e0cb6ec56c0f78cb2ad527eeeafa749c68c4271816636b7a8a6bbb5a7021716311d54151
|
|
7
|
+
data.tar.gz: ef71f8c26e563e56165d2c543e66b661757b62c816d602b958522344b459511b67b115d23dc938fdb5d48aba34875d5ca65d4d7e51dd86e9dcabf786074dc70c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.46.0 (2026-08-03)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds support for customer-managed backup restore, and encryption of new DbInstances and DbClusters using customer-managed KMS keys.
|
|
8
|
+
|
|
9
|
+
1.45.0 (2026-07-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release adds support for custom plugins in Amazon Timestream for InfluxDB. InfluxDB 3 Core and Enterprise DB parameter groups now accept a plugin repository URL and optional AWS Secrets Manager secret ARN, so the Processing Engine loads your Python plugins from a public or private repository.
|
|
13
|
+
|
|
4
14
|
1.44.0 (2026-07-09)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.46.0
|