aws-sdk-route53resolver 1.96.0 → 1.98.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 +1 -1
- 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: 0a41e9d4f29749ce64d885afe9d06825311b46660a53b49dd417ac24ce5d1c24
|
|
4
|
+
data.tar.gz: e25ba18980d698077e24472559aa78d253dd288aae991be67dfdb66d02edf2c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4dd26360a154356294f1da29d6dc0e2115ea4474cda6a368d8091fb8423a458e59cff11e00012ed117d162d63e2c2b58eed375483029dafdbe796e63c02772dd
|
|
7
|
+
data.tar.gz: a43a5979557c80ede9a2f36a1f82bca36876fda50fbf8323a17219718a2df047e05f93b16a47020c2a80699ed602d16050f67a7a5679186ed7c761116f26e378
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.98.0 (2026-05-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.97.0 (2026-05-13)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.96.0 (2026-05-07)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.98.0
|
|
@@ -5093,7 +5093,7 @@ module Aws::Route53Resolver
|
|
|
5093
5093
|
tracer: tracer
|
|
5094
5094
|
)
|
|
5095
5095
|
context[:gem_name] = 'aws-sdk-route53resolver'
|
|
5096
|
-
context[:gem_version] = '1.
|
|
5096
|
+
context[:gem_version] = '1.98.0'
|
|
5097
5097
|
Seahorse::Client::Request.new(handlers, context)
|
|
5098
5098
|
end
|
|
5099
5099
|
|
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.98.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.247.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.247.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|