aws-sdk-route53recoverycontrolconfig 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: 22eda822b2d8bb2a00bad982afbb19615d37cf085b105c928ba156955a2c0e35
4
- data.tar.gz: 4ee06b493226827e72364c08d82d559cc3222f4b1c33cfbc0f45bc79d3eee968
3
+ metadata.gz: 1a571ed2acf525c245cc60a85101e18b90c21169e347a7866761ba19066ed8da
4
+ data.tar.gz: d80a92e7a253a2be186484ae94a10aea713ea88ac86174d3a5a86782bfc71da7
5
5
  SHA512:
6
- metadata.gz: 82948afcc33f6e6087e505a506d1273890f3a81ad1af396c3230dac72a0c16e34d4d36badabbca65e8f9da0f094605892150c47f9cbb93688cbfe6d0096bdbce
7
- data.tar.gz: 5df9564ebf4e423ea7bcd2c57404f281a81dcb20813514b02f4e53c7cec01d409f9d805d1301b5e83826925fcb66a9a04c40e1193b1f9dea03b474d8db2aa9d4
6
+ metadata.gz: 0ee7effce61c51741f612a8167de7014328e161e9e40621107d2f0c010ccf888319731bc7f10e29a100ba378717ef86505565748b144d682ed4aadf66b03c964
7
+ data.tar.gz: 851a671ca35f22f926364d4cd83a213fff94cb8060d189bf2bf4b3fee6f728479439ecd78522674d26c72b7ed3186db0ac542e72fde6dae4ab62f24dea9b4cb9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.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.42.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.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.43.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.43.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.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services