aws-sdk-route53resolver 1.97.0 → 1.99.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-route53resolver/client.rb +6 -8
- data/lib/aws-sdk-route53resolver.rb +1 -1
- data/sig/client.rbs +18 -18
- 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: 0a9d18c891fc8b3c3c0f056eb53b36c3b005cea20d0d3aa5df5816ef19d695ca
|
|
4
|
+
data.tar.gz: 41a63a3fdadaafeffe001682b3982fd7b91e001c836f4ba4b0245d36ecd6420e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c706200699ce2b2cae784dbeb336ba962e908855f32dd032a4a86678be4468b6dabe1d529850f111686707b815af32897ef39fb7f5777bbba870f9f47790afd2
|
|
7
|
+
data.tar.gz: fe522f728fd979e16bb7bd6f49180786cb04a37d56dc7e0fa93c98649d3610f667654f8c614680910765524c4a215dab84dd8970d934b4645bbea4b2f8e61b38
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.99.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.98.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.97.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.99.0
|
|
@@ -199,7 +199,7 @@ module Aws::Route53Resolver
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::Route53Resolver
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -5093,7 +5091,7 @@ module Aws::Route53Resolver
|
|
|
5093
5091
|
tracer: tracer
|
|
5094
5092
|
)
|
|
5095
5093
|
context[:gem_name] = 'aws-sdk-route53resolver'
|
|
5096
|
-
context[:gem_version] = '1.
|
|
5094
|
+
context[:gem_version] = '1.99.0'
|
|
5097
5095
|
Seahorse::Client::Request.new(handlers, context)
|
|
5098
5096
|
end
|
|
5099
5097
|
|
data/sig/client.rbs
CHANGED
|
@@ -95,7 +95,7 @@ module Aws
|
|
|
95
95
|
{
|
|
96
96
|
key: ::String,
|
|
97
97
|
value: ::String
|
|
98
|
-
}
|
|
98
|
+
}
|
|
99
99
|
]
|
|
100
100
|
) -> _AssociateFirewallRuleGroupResponseSuccess
|
|
101
101
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateFirewallRuleGroupResponseSuccess
|
|
@@ -151,7 +151,7 @@ module Aws
|
|
|
151
151
|
{
|
|
152
152
|
key: ::String,
|
|
153
153
|
value: ::String
|
|
154
|
-
}
|
|
154
|
+
}
|
|
155
155
|
]
|
|
156
156
|
) -> _CreateFirewallDomainListResponseSuccess
|
|
157
157
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFirewallDomainListResponseSuccess
|
|
@@ -191,7 +191,7 @@ module Aws
|
|
|
191
191
|
{
|
|
192
192
|
key: ::String,
|
|
193
193
|
value: ::String
|
|
194
|
-
}
|
|
194
|
+
}
|
|
195
195
|
]
|
|
196
196
|
) -> _CreateFirewallRuleGroupResponseSuccess
|
|
197
197
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFirewallRuleGroupResponseSuccess
|
|
@@ -211,7 +211,7 @@ module Aws
|
|
|
211
211
|
{
|
|
212
212
|
key: ::String,
|
|
213
213
|
value: ::String
|
|
214
|
-
}
|
|
214
|
+
}
|
|
215
215
|
]
|
|
216
216
|
) -> _CreateOutpostResolverResponseSuccess
|
|
217
217
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOutpostResolverResponseSuccess
|
|
@@ -231,7 +231,7 @@ module Aws
|
|
|
231
231
|
subnet_id: ::String,
|
|
232
232
|
ip: ::String?,
|
|
233
233
|
ipv_6: ::String?
|
|
234
|
-
}
|
|
234
|
+
}
|
|
235
235
|
],
|
|
236
236
|
?outpost_arn: ::String,
|
|
237
237
|
?preferred_instance_type: ::String,
|
|
@@ -239,7 +239,7 @@ module Aws
|
|
|
239
239
|
{
|
|
240
240
|
key: ::String,
|
|
241
241
|
value: ::String
|
|
242
|
-
}
|
|
242
|
+
}
|
|
243
243
|
],
|
|
244
244
|
?resolver_endpoint_type: ("IPV6" | "IPV4" | "DUALSTACK"),
|
|
245
245
|
?protocols: Array[("DoH" | "Do53" | "DoH-FIPS")],
|
|
@@ -263,7 +263,7 @@ module Aws
|
|
|
263
263
|
{
|
|
264
264
|
key: ::String,
|
|
265
265
|
value: ::String
|
|
266
|
-
}
|
|
266
|
+
}
|
|
267
267
|
]
|
|
268
268
|
) -> _CreateResolverQueryLogConfigResponseSuccess
|
|
269
269
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateResolverQueryLogConfigResponseSuccess
|
|
@@ -285,14 +285,14 @@ module Aws
|
|
|
285
285
|
ipv_6: ::String?,
|
|
286
286
|
protocol: ("DoH" | "Do53" | "DoH-FIPS")?,
|
|
287
287
|
server_name_indication: ::String?
|
|
288
|
-
}
|
|
288
|
+
}
|
|
289
289
|
],
|
|
290
290
|
?resolver_endpoint_id: ::String,
|
|
291
291
|
?tags: Array[
|
|
292
292
|
{
|
|
293
293
|
key: ::String,
|
|
294
294
|
value: ::String
|
|
295
|
-
}
|
|
295
|
+
}
|
|
296
296
|
],
|
|
297
297
|
?delegation_record: ::String
|
|
298
298
|
) -> _CreateResolverRuleResponseSuccess
|
|
@@ -702,7 +702,7 @@ module Aws
|
|
|
702
702
|
{
|
|
703
703
|
name: ::String?,
|
|
704
704
|
values: Array[::String]?
|
|
705
|
-
}
|
|
705
|
+
}
|
|
706
706
|
]
|
|
707
707
|
) -> _ListResolverDnssecConfigsResponseSuccess
|
|
708
708
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverDnssecConfigsResponseSuccess
|
|
@@ -735,7 +735,7 @@ module Aws
|
|
|
735
735
|
{
|
|
736
736
|
name: ::String?,
|
|
737
737
|
values: Array[::String]?
|
|
738
|
-
}
|
|
738
|
+
}
|
|
739
739
|
]
|
|
740
740
|
) -> _ListResolverEndpointsResponseSuccess
|
|
741
741
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverEndpointsResponseSuccess
|
|
@@ -755,7 +755,7 @@ module Aws
|
|
|
755
755
|
{
|
|
756
756
|
name: ::String?,
|
|
757
757
|
values: Array[::String]?
|
|
758
|
-
}
|
|
758
|
+
}
|
|
759
759
|
],
|
|
760
760
|
?sort_by: ::String,
|
|
761
761
|
?sort_order: ("ASCENDING" | "DESCENDING")
|
|
@@ -777,7 +777,7 @@ module Aws
|
|
|
777
777
|
{
|
|
778
778
|
name: ::String?,
|
|
779
779
|
values: Array[::String]?
|
|
780
|
-
}
|
|
780
|
+
}
|
|
781
781
|
],
|
|
782
782
|
?sort_by: ::String,
|
|
783
783
|
?sort_order: ("ASCENDING" | "DESCENDING")
|
|
@@ -798,7 +798,7 @@ module Aws
|
|
|
798
798
|
{
|
|
799
799
|
name: ::String?,
|
|
800
800
|
values: Array[::String]?
|
|
801
|
-
}
|
|
801
|
+
}
|
|
802
802
|
]
|
|
803
803
|
) -> _ListResolverRuleAssociationsResponseSuccess
|
|
804
804
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverRuleAssociationsResponseSuccess
|
|
@@ -817,7 +817,7 @@ module Aws
|
|
|
817
817
|
{
|
|
818
818
|
name: ::String?,
|
|
819
819
|
values: Array[::String]?
|
|
820
|
-
}
|
|
820
|
+
}
|
|
821
821
|
]
|
|
822
822
|
) -> _ListResolverRulesResponseSuccess
|
|
823
823
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResolverRulesResponseSuccess
|
|
@@ -878,7 +878,7 @@ module Aws
|
|
|
878
878
|
{
|
|
879
879
|
key: ::String,
|
|
880
880
|
value: ::String
|
|
881
|
-
}
|
|
881
|
+
}
|
|
882
882
|
]
|
|
883
883
|
) -> _TagResourceResponseSuccess
|
|
884
884
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -1003,7 +1003,7 @@ module Aws
|
|
|
1003
1003
|
{
|
|
1004
1004
|
ip_id: ::String,
|
|
1005
1005
|
ipv_6: ::String
|
|
1006
|
-
}
|
|
1006
|
+
}
|
|
1007
1007
|
],
|
|
1008
1008
|
?protocols: Array[("DoH" | "Do53" | "DoH-FIPS")],
|
|
1009
1009
|
?rni_enhanced_metrics_enabled: bool,
|
|
@@ -1029,7 +1029,7 @@ module Aws
|
|
|
1029
1029
|
ipv_6: ::String?,
|
|
1030
1030
|
protocol: ("DoH" | "Do53" | "DoH-FIPS")?,
|
|
1031
1031
|
server_name_indication: ::String?
|
|
1032
|
-
}
|
|
1032
|
+
}
|
|
1033
1033
|
]?,
|
|
1034
1034
|
resolver_endpoint_id: ::String?
|
|
1035
1035
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-route53resolver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.99.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
|