aws-sdk-route53 1.113.0 → 1.115.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: d1701d8f6e769214c71b9cb8de69a8e796620fcd14398de1ab594baf62d3a228
4
- data.tar.gz: 6fd6994966139662a7e11983e950616b76298bb527c1a1ff3187c400381e145c
3
+ metadata.gz: 3300a5383e0a98aefe7fdb4052c9c27f9ad2181b0c44ec4d14c5f0f199d929a7
4
+ data.tar.gz: 7f457763c6f8f0f43e01348ec9f0735a781cc5071ac118f62dfb475f56a0ef0d
5
5
  SHA512:
6
- metadata.gz: 4a6e42b307ca5138cf74818db1e4b411113160e7269fe5a14341dc0e41c3d90bf859ebb254bf44a517f066e92fe3d21761b353d6c1303f914d6e6efd60966af0
7
- data.tar.gz: 5d7fc671f905497247b0973fb1477873092e1130e72fa8fc67ff4a74deb62ad0f318ef219283b3bb3fb7795093dd9eead9e7607ef7af4084ed5f1f51efcc566b
6
+ metadata.gz: d221850432d541a03bbcc69722473916c5a6697768573fda45a12764fcf3439d014d503f1c3a3ae29192ad29c52e4631ace59ef71df80d6a71d161c1f644b195
7
+ data.tar.gz: 52017cbc5cbfe59c07482c7f531cea361811da57ed10841ce78539e00d606e65a1c43e1206eda0b4f60531fe44ead0a70c9328a2e9614da9665e25d2b599fb5f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.115.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.114.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.113.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.115.0
@@ -202,8 +202,7 @@ module Aws::Route53
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
206
- # to default service endpoint when available.
205
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
207
206
  #
208
207
  # @option options [Boolean] :disable_request_compression (false)
209
208
  # When set to 'true' the request body will not be compressed
@@ -6247,7 +6246,7 @@ module Aws::Route53
6247
6246
  tracer: tracer
6248
6247
  )
6249
6248
  context[:gem_name] = 'aws-sdk-route53'
6250
- context[:gem_version] = '1.113.0'
6249
+ context[:gem_version] = '1.115.0'
6251
6250
  Seahorse::Client::Request.new(handlers, context)
6252
6251
  end
6253
6252
 
@@ -55,7 +55,7 @@ module Aws::Route53
55
55
  autoload :EndpointProvider, 'aws-sdk-route53/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-route53/endpoints'
57
57
 
58
- GEM_VERSION = '1.113.0'
58
+ GEM_VERSION = '1.115.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-route53
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.113.0
4
+ version: 1.115.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
@@ -85,7 +85,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="
87
87
  - !ruby/object:Gem::Version
88
- version: '2.5'
88
+ version: '2.7'
89
89
  required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  requirements:
91
91
  - - ">="