aws-sdk-redshift 1.139.0 → 1.141.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: bb7a2c7726c530634b6d7fdecf12adec60f464bb21b43826f5f55a4467dfaa5c
4
+ data.tar.gz: 85c75316f01e543b8b28820b590678f61e03b6b5d4fb734371507bbd7df4ff99
5
5
  SHA512:
6
- metadata.gz: 075d161e7800d3ab45ab06aed9279fe6a7082c1412656db6120e953d2659663f51562e7382985046b806e5740691635a82b4917b9827d44fbc0a4138b5238283
7
- data.tar.gz: 1f59c685dd720dd28a1496aa963913345e7c6a74fd977ae72be535a1dcf4601936ea29a54e0ad309f6758055fa19173ade1fe9d62c4e4b12e0c5828028abc9dc
6
+ metadata.gz: 73219c62122e6850e58ebd57634fabb3302dab3ce958447d50c3ffc1d980d036e6e1ae0a9fdb497b2f0515d49327dbf2853d6b55284771ee06bc172cedbeca61
7
+ data.tar.gz: 42285a369006ac16419e5676c2c863a9db571671af60a50fe513afc8ec248e0a98b3f8f6b4a5475495aaa36a710ed7fbf2ea08a0243e061931a587c94d701363
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.141.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.140.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.139.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.139.0
1
+ 1.141.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.141.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.141.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.141.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="