aws-sdk-route53 1.133.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53/client.rb +6 -8
- data/lib/aws-sdk-route53.rb +1 -1
- data/sig/client.rbs +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2869e26a71c938e6e5370d342aeed97b92c4e5c839a512ef335ad45855025d9
|
|
4
|
+
data.tar.gz: 6224605f6fa1edcb9e53849f665e78567427fc8593247baed61e2cbab773ef43
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: acfff23d915e28dd8f4659f0b4d7f668ea16c693fe0cf8748790d2809f15e8e6174c499536286de3a85dc831b8e7d7f3ded6307e317098fa032e50364f2879d9
|
|
7
|
+
data.tar.gz: 7c8ddecb9ecf7b1010bc035c5be1e601739b742eb59fe49ae795e587aeff0e4ed544d9e28d5c49aedc4dc9bda907b48e719a125bad0afcbead6cf26a93902014
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
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
|
+
|
|
9
|
+
1.134.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.133.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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` -
|
|
336
|
-
#
|
|
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.
|
|
6339
|
+
context[:gem_version] = '1.135.0'
|
|
6342
6340
|
Seahorse::Client::Request.new(handlers, context)
|
|
6343
6341
|
end
|
|
6344
6342
|
|
data/lib/aws-sdk-route53.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -117,7 +117,7 @@ module Aws
|
|
|
117
117
|
location_name: ::String,
|
|
118
118
|
action: ("PUT" | "DELETE_IF_EXISTS"),
|
|
119
119
|
cidr_list: Array[::String]
|
|
120
|
-
}
|
|
120
|
+
}
|
|
121
121
|
]
|
|
122
122
|
) -> _ChangeCidrCollectionResponseSuccess
|
|
123
123
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ChangeCidrCollectionResponseSuccess
|
|
@@ -151,7 +151,7 @@ module Aws
|
|
|
151
151
|
resource_records: Array[
|
|
152
152
|
{
|
|
153
153
|
value: ::String
|
|
154
|
-
}
|
|
154
|
+
}
|
|
155
155
|
]?,
|
|
156
156
|
alias_target: {
|
|
157
157
|
hosted_zone_id: ::String,
|
|
@@ -174,7 +174,7 @@ module Aws
|
|
|
174
174
|
bias: ::Integer?
|
|
175
175
|
}?
|
|
176
176
|
}
|
|
177
|
-
}
|
|
177
|
+
}
|
|
178
178
|
]
|
|
179
179
|
}
|
|
180
180
|
) -> _ChangeResourceRecordSetsResponseSuccess
|
|
@@ -191,7 +191,7 @@ module Aws
|
|
|
191
191
|
{
|
|
192
192
|
key: ::String?,
|
|
193
193
|
value: ::String?
|
|
194
|
-
}
|
|
194
|
+
}
|
|
195
195
|
],
|
|
196
196
|
?remove_tag_keys: Array[::String]
|
|
197
197
|
) -> _ChangeTagsForResourceResponseSuccess
|
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.
|
|
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.
|
|
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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|