aws-sdk-timestreaminfluxdb 1.7.0 → 1.8.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-timestreaminfluxdb/client.rb +7 -1
- data/lib/aws-sdk-timestreaminfluxdb.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: 1849c50441f3a529115117494b4d90fa98adf67314dbedf441e9e38d960293b4
|
4
|
+
data.tar.gz: 34301b94e60526f084eb7f45c1d3da02079e80265ab09d222d2781fec45e361a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5176fbb5886e766657d14b6b18529c80d99c914aaa59b7e425705612582a2b9cd1f0404868073ac0cdd62bb9e9c8d4d004e42c210dc20191e939f12e650977ff
|
7
|
+
data.tar.gz: 9a4ba5467ec96547aa862480700c7aff418ce94cee8feb703fee532c86f84e961fc6c0dbf4a547b353c43aacb7802a9c6ba711ac2e0a0661ac367a5379879ce8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.8.0
|
@@ -432,6 +432,12 @@ module Aws::TimestreamInfluxDB
|
|
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
|
#
|
@@ -1123,7 +1129,7 @@ module Aws::TimestreamInfluxDB
|
|
1123
1129
|
tracer: tracer
|
1124
1130
|
)
|
1125
1131
|
context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
|
1126
|
-
context[:gem_version] = '1.
|
1132
|
+
context[:gem_version] = '1.8.0'
|
1127
1133
|
Seahorse::Client::Request.new(handlers, context)
|
1128
1134
|
end
|
1129
1135
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-timestreaminfluxdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.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
|