aws-sdk-timestreaminfluxdb 1.23.0 → 1.24.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: 6a5680bd55ae48aa18402b286ae8e9cc65a7fd76b95e3ed3d3469091025b3a20
4
- data.tar.gz: a05bf1fc1a9b6aed61d7d05368be068d6ae445c5ff916c20071bd2c71f971c69
3
+ metadata.gz: 94cf205ee8899b186ef850146a72aa2dc3ed7f093bcf71113e00f1a4de803f11
4
+ data.tar.gz: 92cef60221cdeeb71055233dc84f6cbb83fce8f894da5b0db34a69c2b0050fdf
5
5
  SHA512:
6
- metadata.gz: 5f22ba50f9245469508e6c385a09ce906040e0650b9211a909fbcb6134db2833d7a32ae93e1e1a0174caac42515378436842b5285b11644bbbc1ab7a1c3adfcc
7
- data.tar.gz: 2e7f7341bad6a2689fae549847f949d789c4d6aecdf3eea7703c23f18a883c819659323d04ee34883925b2d0ae62db5db374e3957cc72023afb4bc135fe818d9
6
+ metadata.gz: 6845ad02807b7a5705bc5373c63aaf43769cf15b8e2d076dfdb9485e97c891c16c661d055a6736c4f00a8c65363ba402b36b067760dc82830542bb943400cc0b
7
+ data.tar.gz: d0b39cf4711021a942b2058d7f36baf6ca4cc36edfd8a91c3cff6f2db54f6b0bd2b01587ed09bececd03ad00af36533fa50720da29e818b28e20b115391471ab
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.23.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.24.0
@@ -200,8 +200,7 @@ module Aws::TimestreamInfluxDB
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1757,7 +1756,7 @@ module Aws::TimestreamInfluxDB
1757
1756
  tracer: tracer
1758
1757
  )
1759
1758
  context[:gem_name] = 'aws-sdk-timestreaminfluxdb'
1760
- context[:gem_version] = '1.23.0'
1759
+ context[:gem_version] = '1.24.0'
1761
1760
  Seahorse::Client::Request.new(handlers, context)
1762
1761
  end
1763
1762
 
@@ -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.23.0'
57
+ GEM_VERSION = '1.24.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.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services