aws-sdk-timestreamquery 1.39.0 → 1.40.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-timestreamquery/client.rb +7 -1
- data/lib/aws-sdk-timestreamquery.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1dfcc0f288f997d9933197b77e1c67b4d7a62a5f066074e684dacf7dba3c507a
|
4
|
+
data.tar.gz: 59029a76300139fdffcdc5b54494f5774e9a00ce420d91060de5c350b46b454d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aed4a98491e0e37af98783e4e9c4c50e4ffb75399ea2ff4b9d0feb32c39db5a8db39bf1cc5292037226ce1f50c40a65d243501067890db40bf16be2637074f2d
|
7
|
+
data.tar.gz: 5ea5a2590218f86cb92a4a9831ca1fc830d50dc10f6f772a0a294fc6df60fbef1b636ea1d350020667680618520282b7b9ef7d8aba255c8ccb0d4531606ae228
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.40.0
|
@@ -432,6 +432,12 @@ module Aws::TimestreamQuery
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
434
434
|
#
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
436
|
+
# Sets a client certificate when creating http connections.
|
437
|
+
#
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
439
|
+
# Sets a client key when creating http connections.
|
440
|
+
#
|
435
441
|
# @option options [Float] :ssl_timeout
|
436
442
|
# Sets the SSL timeout in seconds
|
437
443
|
#
|
@@ -1336,7 +1342,7 @@ module Aws::TimestreamQuery
|
|
1336
1342
|
tracer: tracer
|
1337
1343
|
)
|
1338
1344
|
context[:gem_name] = 'aws-sdk-timestreamquery'
|
1339
|
-
context[:gem_version] = '1.
|
1345
|
+
context[:gem_version] = '1.40.0'
|
1340
1346
|
Seahorse::Client::Request.new(handlers, context)
|
1341
1347
|
end
|
1342
1348
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-timestreamquery
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.40.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|