aws-sdk-route53domains 1.77.0 → 1.78.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: 0c54d45f3e0a996bc13f953f2b9eb0e4e52166b112bbf8222608673a8e72029b
4
- data.tar.gz: b1d2990428ad6d0f1a4af29e670142b63f6b9b9e94c7cac0e1842b6ac4a6255b
3
+ metadata.gz: beab595f69e2316a11f54242699e2b9c98aeadbf76003fcc78181d0f186e43bd
4
+ data.tar.gz: 29118c723dabfd7aff39d426e3ab01602c67fca88ff1d764972cbc5dec1c9327
5
5
  SHA512:
6
- metadata.gz: 3ccc104af59c3389ae0348e61b9e7a0af82052c66898b207c793b3dbd0e9a43744624ea2590d52b47370996cedbed07f2d2e3cf1ae75c7f2bf0777a4d877b117
7
- data.tar.gz: 48c04016e70dabed59a09e375152b18eb2ab2e068bc773b2057a285876a412655cccf36643464a0e0429cfa4de6cfe6e11bb6c1a10b7aa5361783160d915c38f
6
+ metadata.gz: 48a650787c75623843e4174cc567f41909ec267c1a8d0869b6819f0b394ee8d7070f058ad917ed1e2f468dd3329318ce50c01c2d95149a094f964c81f61bff08
7
+ data.tar.gz: ddab1b930a90a91d66fd0200ee1239a5abdeab8616639c208c2f62a5bf859cca4816c0bdea73d3752a4fb3248411f7674ec6caa3859327812104db00e4509277
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.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.77.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -200,8 +200,7 @@ module Aws::Route53Domains
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
@@ -2854,7 +2853,7 @@ module Aws::Route53Domains
2854
2853
  tracer: tracer
2855
2854
  )
2856
2855
  context[:gem_name] = 'aws-sdk-route53domains'
2857
- context[:gem_version] = '1.77.0'
2856
+ context[:gem_version] = '1.78.0'
2858
2857
  Seahorse::Client::Request.new(handlers, context)
2859
2858
  end
2860
2859
 
@@ -54,7 +54,7 @@ module Aws::Route53Domains
54
54
  autoload :EndpointProvider, 'aws-sdk-route53domains/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-route53domains/endpoints'
56
56
 
57
- GEM_VERSION = '1.77.0'
57
+ GEM_VERSION = '1.78.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-route53domains
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services