aws-sdk-timestreamquery 1.58.0 → 1.59.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-timestreamquery/client.rb +1 -1
- data/lib/aws-sdk-timestreamquery.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: 51d3a76eb861f69a184f638ff4f83410acc5137cf72767c3e55b969ccf2930b9
|
4
|
+
data.tar.gz: 6b66e3135b7f27c15664181ffd59bd27f06b6cdd0d9537db1a51388c458cfbb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12209915f53b480a9ace41182bf3b05d70c56a4b646efed2b8e1b4ddc2671ddf8d435684484c710e86b837c9e50801713f96c53a843e98fa26278422c46e9852
|
7
|
+
data.tar.gz: b7ff7309d819ef4e0b9b26a637ccee0739ca77470c75f0e04440b1e8fa3e5962e4b407065874e2731a8456d7b8ece16a6767119eb1711c907aa62bd4e14feb79
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.59.0
|
@@ -1494,7 +1494,7 @@ module Aws::TimestreamQuery
|
|
1494
1494
|
tracer: tracer
|
1495
1495
|
)
|
1496
1496
|
context[:gem_name] = 'aws-sdk-timestreamquery'
|
1497
|
-
context[:gem_version] = '1.
|
1497
|
+
context[:gem_version] = '1.59.0'
|
1498
1498
|
Seahorse::Client::Request.new(handlers, context)
|
1499
1499
|
end
|
1500
1500
|
|