aws-sdk-route53 1.134.0 → 1.135.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: b91da1deaa9d52971060dd2b0075a797b1d5eabe69477e592e8eb89e0773d162
4
- data.tar.gz: 4755c2ef5621fb0327b17c309828759956b2a788c1a4d237d14de919067fcdc3
3
+ metadata.gz: d2869e26a71c938e6e5370d342aeed97b92c4e5c839a512ef335ad45855025d9
4
+ data.tar.gz: 6224605f6fa1edcb9e53849f665e78567427fc8593247baed61e2cbab773ef43
5
5
  SHA512:
6
- metadata.gz: 9fb8b65ecfa213e961b5ffc8cc07bd50ef2ebb633c391a27c5c356bdcd5122d280b7d6b9ddcf59f6fd0766915474749700887849248c0738ca67dadfdbb13467
7
- data.tar.gz: 29efbfb15f9f8e4b646ca1a09976a243c24e315b29c7f782940725fcab26c2d070e3c2d9e9d41f137548f966c3b24070d989690a5e7132a696c1ed8f8f560dcf
6
+ metadata.gz: acfff23d915e28dd8f4659f0b4d7f668ea16c693fe0cf8748790d2809f15e8e6174c499536286de3a85dc831b8e7d7f3ded6307e317098fa032e50364f2879d9
7
+ data.tar.gz: 7c8ddecb9ecf7b1010bc035c5be1e601739b742eb59fe49ae795e587aeff0e4ed544d9e28d5c49aedc4dc9bda907b48e719a125bad0afcbead6cf26a93902014
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.134.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.134.0
1
+ 1.135.0
@@ -201,7 +201,7 @@ module Aws::Route53
201
201
  # the required types.
202
202
  #
203
203
  # @option options [Boolean] :correct_clock_skew (true)
204
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
204
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
205
205
  # a clock skew correction and retry requests with skewed client clocks.
206
206
  #
207
207
  # @option options [String] :defaults_mode ("legacy")
@@ -325,17 +325,15 @@ module Aws::Route53
325
325
  # @option options [String] :retry_mode ("legacy")
326
326
  # Specifies which retry algorithm to use. Values are:
327
327
  #
328
- # * `legacy` - The pre-existing retry behavior. This is default value if
329
- # no retry mode is provided.
328
+ # * `legacy` - The pre-existing retry behavior. This is the default
329
+ # value if no retry mode is provided.
330
330
  #
331
331
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
332
332
  # This includes support for retry quotas, which limit the number of
333
333
  # unsuccessful retries a client can make.
334
334
  #
335
- # * `adaptive` - An experimental retry mode that includes all the
336
- # functionality of `standard` mode along with automatic client side
337
- # throttling. This is a provisional mode that may change behavior
338
- # in the future.
335
+ # * `adaptive` - A retry mode that includes all the functionality of
336
+ # `standard` mode along with automatic client side throttling.
339
337
  #
340
338
  # @option options [String] :sdk_ua_app_id
341
339
  # A unique and opaque application ID that is appended to the
@@ -6338,7 +6336,7 @@ module Aws::Route53
6338
6336
  tracer: tracer
6339
6337
  )
6340
6338
  context[:gem_name] = 'aws-sdk-route53'
6341
- context[:gem_version] = '1.134.0'
6339
+ context[:gem_version] = '1.135.0'
6342
6340
  Seahorse::Client::Request.new(handlers, context)
6343
6341
  end
6344
6342
 
@@ -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.134.0'
58
+ GEM_VERSION = '1.135.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.134.0
4
+ version: 1.135.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.247.0
21
+ version: 3.248.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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement