aws-sdk-timestreaminfluxdb 1.42.0 → 1.43.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: 4026aa490cc6616de3dc5b545ce895158edd11f1bca161c10ac4c52422a00ec2
4
- data.tar.gz: a6e84f4ad2a21b81d50f9c83804674d5f30c97968cfc8b3691abfaf5ca02e516
3
+ metadata.gz: 9a276372556ebff42522459861639659a39410e10849573ee5ac28dda38b4497
4
+ data.tar.gz: 5ee2b04da13372a455e754401c2f08d7097efb413dd31eaa6c5ee2e8af0c6209
5
5
  SHA512:
6
- metadata.gz: 22251bce62162e981ca387c6a94459956465e493a6b80fac096797b992803881e6c762ac88614226bc5eecab992dc9fe85f99cd1a2d40c3699229f6a7ad00127
7
- data.tar.gz: f0edf1dbd7019041ce5f24210e468e2e638c5983748791dd845a5f1937e682c4acadeea1a7b2c9a07907c86aa27c869ddc1479e52cc077c09f554a0dae9ecdcd
6
+ metadata.gz: bc792dc71ba68a4d3454b1bd7f7c035767a26ce056631904f3857e3e88433b07c6343634be4cf73ca0cd26c23f7c0bc7564f07155b2031f7bce06404a70907bb
7
+ data.tar.gz: 21aa055edb0cebbd1bca9d9048e85c375f1e5540cfd1b960395694ad8c4aaf414a4cdf74a3d92280d2ba97f02e497a3dc18b830701499b73d87335026f021bf6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2026-05-28)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.42.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -2405,7 +2405,7 @@ module Aws::TimestreamInfluxDB
2405
2405
  tracer: tracer
2406
2406
  )
2407
2407
  context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
2408
- context[:gem_version] = '1.42.0'
2408
+ context[:gem_version] = '1.43.0'
2409
2409
  Seahorse::Client::Request.new(handlers, context)
2410
2410
  end
2411
2411
 
@@ -54,7 +54,7 @@ module Aws::TimestreamInfluxDB
54
54
  autoload :EndpointProvider, 'aws-sdk-timestreaminfluxdb/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-timestreaminfluxdb/endpoints'
56
56
 
57
- GEM_VERSION = '1.42.0'
57
+ GEM_VERSION = '1.43.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-timestreaminfluxdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services