aws-sdk-timestreamwrite 1.35.0 → 1.36.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-timestreamwrite/client.rb +7 -1
- data/lib/aws-sdk-timestreamwrite.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: f6f5e0cf12755ddfd2b6e5acd229f8adb5c03b6f511d9b3bfed7c248aaa464f9
|
4
|
+
data.tar.gz: 83f81dba27b7f50650abe75ef91d8ebdc6246cf7dde3311187f61d6956b3e43b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49b8d655f77792e737daac080dc3f0e0b6963eb96c613a6fb93f485b871ce2ae59650f018eaa4a59a9498a0264ac1c0bc14e2734d1bb5f9c92a9d2ee3f41c76e
|
7
|
+
data.tar.gz: a7757b8aaf750380bb21acb1e35fa00bf526bf4c33c45322f8690dd36e7e9535519aaedb6bf7637052399bbee583bc598023934e6534c6ce96671c9dc081418c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.0
|
@@ -432,6 +432,12 @@ module Aws::TimestreamWrite
|
|
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
|
#
|
@@ -1645,7 +1651,7 @@ module Aws::TimestreamWrite
|
|
1645
1651
|
tracer: tracer
|
1646
1652
|
)
|
1647
1653
|
context[:gem_name] = 'aws-sdk-timestreamwrite'
|
1648
|
-
context[:gem_version] = '1.
|
1654
|
+
context[:gem_version] = '1.36.0'
|
1649
1655
|
Seahorse::Client::Request.new(handlers, context)
|
1650
1656
|
end
|
1651
1657
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-timestreamwrite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.36.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
|