aws-sdk-redshift 1.139.0 → 1.140.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: d125b4852a8c5e1436bc86b61c8b406aa5962f83727966b58cef0f5d34a328a9
4
- data.tar.gz: 19dc4c2c1f3ccda1724e7e2099c1025f54f001d60bcf61c15f233c8c54d5509a
3
+ metadata.gz: 22f3ca94b52820c6221d4cd2e865dea308f3fca2a63ccd1f40496a55b7b91884
4
+ data.tar.gz: bb98c886ff847a13b56e308b4bfb1538d06ded93e6a9bdd746cac9473d247c1f
5
5
  SHA512:
6
- metadata.gz: 075d161e7800d3ab45ab06aed9279fe6a7082c1412656db6120e953d2659663f51562e7382985046b806e5740691635a82b4917b9827d44fbc0a4138b5238283
7
- data.tar.gz: 1f59c685dd720dd28a1496aa963913345e7c6a74fd977ae72be535a1dcf4601936ea29a54e0ad309f6758055fa19173ade1fe9d62c4e4b12e0c5828028abc9dc
6
+ metadata.gz: f0506abdef4ea7ab927bfe6b12f2887213d80807501d3e3764de6198c6c41ea5730d4bb2ca64fd8d1273c86d15d485cb08fd4bf15ff100e15e6460940d369673
7
+ data.tar.gz: 8d0c64449abbb0aff74d00dbe3173d33f5c4e892c12c53a1a0d287ba2cf9162866b0759913788387b1d4a24f094fb148d7efd013c5f7a86e6d8c119ca9c293b1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.140.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.139.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.139.0
1
+ 1.140.0
@@ -200,8 +200,7 @@ module Aws::Redshift
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
@@ -12962,7 +12961,7 @@ module Aws::Redshift
12962
12961
  tracer: tracer
12963
12962
  )
12964
12963
  context[:gem_name] = 'aws-sdk-redshift'
12965
- context[:gem_version] = '1.139.0'
12964
+ context[:gem_version] = '1.140.0'
12966
12965
  Seahorse::Client::Request.new(handlers, context)
12967
12966
  end
12968
12967
 
@@ -55,7 +55,7 @@ module Aws::Redshift
55
55
  autoload :EndpointProvider, 'aws-sdk-redshift/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-redshift/endpoints'
57
57
 
58
- GEM_VERSION = '1.139.0'
58
+ GEM_VERSION = '1.140.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.139.0
4
+ version: 1.140.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services