aws-sdk-route53recoverycontrolconfig 1.42.0 → 1.44.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: 22eda822b2d8bb2a00bad982afbb19615d37cf085b105c928ba156955a2c0e35
4
- data.tar.gz: 4ee06b493226827e72364c08d82d559cc3222f4b1c33cfbc0f45bc79d3eee968
3
+ metadata.gz: e4ee009ec13ac8d9c5ea1712faa13c202cfd25cbb729df19f8c3aed8db4d82bb
4
+ data.tar.gz: 989d50b1583a04e5c8e342d475c4793ed736dcf175493eec78991c4619201f6f
5
5
  SHA512:
6
- metadata.gz: 82948afcc33f6e6087e505a506d1273890f3a81ad1af396c3230dac72a0c16e34d4d36badabbca65e8f9da0f094605892150c47f9cbb93688cbfe6d0096bdbce
7
- data.tar.gz: 5df9564ebf4e423ea7bcd2c57404f281a81dcb20813514b02f4e53c7cec01d409f9d805d1301b5e83826925fcb66a9a04c40e1193b1f9dea03b474d8db2aa9d4
6
+ metadata.gz: 06ee8aabafb6d3810ebe942a1854630e4719c39fbeff18d8a7c3450ce91cc12833e83d10bb630571719b33562422eef5e04c49094a65cceb4b3d6c5bbfd400c1
7
+ data.tar.gz: 6b72f4bfba3e4324a156c849d15c75de6d85171f22f316d045e7c5af8624f18642f5e04b16afb8e33d234cfab23db38dfc77d1b1635e135040fbf71650755a6a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.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.43.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.42.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.44.0
@@ -200,8 +200,7 @@ module Aws::Route53RecoveryControlConfig
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
@@ -1562,7 +1561,7 @@ module Aws::Route53RecoveryControlConfig
1562
1561
  tracer: tracer
1563
1562
  )
1564
1563
  context[:gem_name] = 'aws-sdk-route53recoverycontrolconfig'
1565
- context[:gem_version] = '1.42.0'
1564
+ context[:gem_version] = '1.44.0'
1566
1565
  Seahorse::Client::Request.new(handlers, context)
1567
1566
  end
1568
1567
 
@@ -55,7 +55,7 @@ module Aws::Route53RecoveryControlConfig
55
55
  autoload :EndpointProvider, 'aws-sdk-route53recoverycontrolconfig/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-route53recoverycontrolconfig/endpoints'
57
57
 
58
- GEM_VERSION = '1.42.0'
58
+ GEM_VERSION = '1.44.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-route53recoverycontrolconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.44.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
  - - ">="