aws-sdk-timestreaminfluxdb 1.42.0 → 1.43.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-timestreaminfluxdb/client.rb +1 -1
- data/lib/aws-sdk-timestreaminfluxdb.rb +1 -1
- 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: 9a276372556ebff42522459861639659a39410e10849573ee5ac28dda38b4497
|
|
4
|
+
data.tar.gz: 5ee2b04da13372a455e754401c2f08d7097efb413dd31eaa6c5ee2e8af0c6209
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc792dc71ba68a4d3454b1bd7f7c035767a26ce056631904f3857e3e88433b07c6343634be4cf73ca0cd26c23f7c0bc7564f07155b2031f7bce06404a70907bb
|
|
7
|
+
data.tar.gz: 21aa055edb0cebbd1bca9d9048e85c375f1e5540cfd1b960395694ad8c4aaf414a4cdf74a3d92280d2ba97f02e497a3dc18b830701499b73d87335026f021bf6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.43.0
|
|
@@ -2405,7 +2405,7 @@ module Aws::TimestreamInfluxDB
|
|
|
2405
2405
|
tracer: tracer
|
|
2406
2406
|
)
|
|
2407
2407
|
context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
|
|
2408
|
-
context[:gem_version] = '1.
|
|
2408
|
+
context[:gem_version] = '1.43.0'
|
|
2409
2409
|
Seahorse::Client::Request.new(handlers, context)
|
|
2410
2410
|
end
|
|
2411
2411
|
|