aws-sdk-timestreaminfluxdb 1.7.0 → 1.8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c0f7c46fa9d01bef502912d157b66b339b2e6334453581f03e32e586a8221e4
4
- data.tar.gz: 877b7b7d86527b11fbfa219b4df70bd79fb745bee035c2d694b50958c58a162b
3
+ metadata.gz: 1849c50441f3a529115117494b4d90fa98adf67314dbedf441e9e38d960293b4
4
+ data.tar.gz: 34301b94e60526f084eb7f45c1d3da02079e80265ab09d222d2781fec45e361a
5
5
  SHA512:
6
- metadata.gz: 3a1dbf794b5095e779dd67e8c0f2a780cca28985b04ac513bf1d3fc2956db9b611f3d76d93217ca54c62933871d150a4285cf3a0fa57b6a8a15d409a31e54ad7
7
- data.tar.gz: 173714e159a09ef1660ecc7c024cb00b26b716cc9d84d68e9c8e4ba32c2c65247f32feadcb61ec4807ca7794853d66a0e85f9bf9b095537491ec16cb741e8dbe
6
+ metadata.gz: 5176fbb5886e766657d14b6b18529c80d99c914aaa59b7e425705612582a2b9cd1f0404868073ac0cdd62bb9e9c8d4d004e42c210dc20191e939f12e650977ff
7
+ data.tar.gz: 9a4ba5467ec96547aa862480700c7aff418ce94cee8feb703fee532c86f84e961fc6c0dbf4a547b353c43aacb7802a9c6ba711ac2e0a0661ac367a5379879ce8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.8.0 (2024-09-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.7.0 (2024-09-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
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.7.0'
1132
+ context[:gem_version] = '1.8.0'
1127
1133
  Seahorse::Client::Request.new(handlers, context)
1128
1134
  end
1129
1135
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-timestreaminfluxdb/customizations'
52
52
  # @!group service
53
53
  module Aws::TimestreamInfluxDB
54
54
 
55
- GEM_VERSION = '1.7.0'
55
+ GEM_VERSION = '1.8.0'
56
56
 
57
57
  end
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.7.0
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-03 00:00:00.000000000 Z
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