aws-sdk-route53resolver 1.56.0 → 1.57.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: bdbca49ac33d3597da2f4a42043b6383a4a541c2ed2f7468a295329876b80482
4
- data.tar.gz: 7f184de70a81c245b27b8b19d069c2466d5be60f663a7b4ece3d3e9e33fefe42
3
+ metadata.gz: ea6df74f22122a6568bf0aa3448ff267bac4f9a9b4036c854e9f0fde03df8ac6
4
+ data.tar.gz: 78bf710b31d0266eae5ec04fab18b132a322b3f6ec123ee08def4abc22fe8e71
5
5
  SHA512:
6
- metadata.gz: be8eb0c31ff983ecd34b5027b21e1191ef5d9419703a8fce6469d7ef207052e5f4057a8be0a167a9b99b8ff8bec5c58f42b9eb32639edabfab980fbc8870ac8a
7
- data.tar.gz: eab68ccf39b044d00b4c59a5c5df748e952a7ff091908eb610a9ea7c0a0388f84e7444a61be2b3ee59fd4565a91fb8faf22272998bb1cc30fcc6a268757a7710
6
+ metadata.gz: db4692a109a21a2890261dd70c931b642a23ba37f981f55ed2ef6fd063882827bb5b5e0844d8e2713108b1cf67d82d1a12995f44b9ea1760b46989317e9c45dd
7
+ data.tar.gz: d24e16b14c06593fd9caea37ed53a3df9915cca506a8d2524621900b73ccf1943c0fbf2357c9f8da6751c9b7c825ed41250b0994b932e6efdada2f27fabfb4ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2024-05-09)
5
+ ------------------
6
+
7
+ * Feature - Update the DNS Firewall settings to correct a spelling issue.
8
+
4
9
  1.56.0 (2024-04-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -839,15 +839,15 @@ module Aws::Route53Resolver
839
839
  #
840
840
  # @option params [String] :firewall_domain_redirection_action
841
841
  # How you want the the rule to evaluate DNS redirection in the DNS
842
- # redirection chain, such as CNAME, DNAME, ot ALIAS.
842
+ # redirection chain, such as CNAME or DNAME.
843
843
  #
844
844
  # `Inspect_Redirection_Domain `(Default) inspects all domains in the
845
845
  # redirection chain. The individual domains in the redirection chain
846
- # must be added to the allow domain list.
846
+ # must be added to the domain list.
847
847
  #
848
848
  # `Trust_Redirection_Domain ` inspects only the first domain in the
849
849
  # redirection chain. You don't need to add the subsequent domains in
850
- # the redirection list to the domain alloww list.
850
+ # the domain in the redirection list to the domain list.
851
851
  #
852
852
  # @option params [String] :qtype
853
853
  # The DNS query type you want the rule to evaluate. Allowed values are;
@@ -4264,15 +4264,15 @@ module Aws::Route53Resolver
4264
4264
  #
4265
4265
  # @option params [String] :firewall_domain_redirection_action
4266
4266
  # How you want the the rule to evaluate DNS redirection in the DNS
4267
- # redirection chain, such as CNAME, DNAME, ot ALIAS.
4267
+ # redirection chain, such as CNAME or DNAME.
4268
4268
  #
4269
4269
  # `Inspect_Redirection_Domain `(Default) inspects all domains in the
4270
4270
  # redirection chain. The individual domains in the redirection chain
4271
- # must be added to the allow domain list.
4271
+ # must be added to the domain list.
4272
4272
  #
4273
4273
  # `Trust_Redirection_Domain ` inspects only the first domain in the
4274
4274
  # redirection chain. You don't need to add the subsequent domains in
4275
- # the domain in the redirection list to the domain alloww list.
4275
+ # the domain in the redirection list to the domain list.
4276
4276
  #
4277
4277
  # @option params [String] :qtype
4278
4278
  # The DNS query type you want the rule to evaluate. Allowed values are;
@@ -4752,7 +4752,7 @@ module Aws::Route53Resolver
4752
4752
  params: params,
4753
4753
  config: config)
4754
4754
  context[:gem_name] = 'aws-sdk-route53resolver'
4755
- context[:gem_version] = '1.56.0'
4755
+ context[:gem_version] = '1.57.0'
4756
4756
  Seahorse::Client::Request.new(handlers, context)
4757
4757
  end
4758
4758
 
@@ -406,15 +406,15 @@ module Aws::Route53Resolver
406
406
  #
407
407
  # @!attribute [rw] firewall_domain_redirection_action
408
408
  # How you want the the rule to evaluate DNS redirection in the DNS
409
- # redirection chain, such as CNAME, DNAME, ot ALIAS.
409
+ # redirection chain, such as CNAME or DNAME.
410
410
  #
411
411
  # `Inspect_Redirection_Domain `(Default) inspects all domains in the
412
412
  # redirection chain. The individual domains in the redirection chain
413
- # must be added to the allow domain list.
413
+ # must be added to the domain list.
414
414
  #
415
415
  # `Trust_Redirection_Domain ` inspects only the first domain in the
416
416
  # redirection chain. You don't need to add the subsequent domains in
417
- # the redirection list to the domain alloww list.
417
+ # the domain in the redirection list to the domain list.
418
418
  # @return [String]
419
419
  #
420
420
  # @!attribute [rw] qtype
@@ -1644,15 +1644,15 @@ module Aws::Route53Resolver
1644
1644
  #
1645
1645
  # @!attribute [rw] firewall_domain_redirection_action
1646
1646
  # How you want the the rule to evaluate DNS redirection in the DNS
1647
- # redirection chain, such as CNAME, DNAME, ot ALIAS.
1647
+ # redirection chain, such as CNAME or DNAME.
1648
1648
  #
1649
1649
  # `Inspect_Redirection_Domain `(Default) inspects all domains in the
1650
1650
  # redirection chain. The individual domains in the redirection chain
1651
- # must be added to the allow domain list.
1651
+ # must be added to the domain list.
1652
1652
  #
1653
1653
  # `Trust_Redirection_Domain ` inspects only the first domain in the
1654
1654
  # redirection chain. You don't need to add the subsequent domains in
1655
- # the domain in the redirection list to the domain alloww list.
1655
+ # the domain in the redirection list to the domain list.
1656
1656
  # @return [String]
1657
1657
  #
1658
1658
  # @!attribute [rw] qtype
@@ -5146,15 +5146,15 @@ module Aws::Route53Resolver
5146
5146
  #
5147
5147
  # @!attribute [rw] firewall_domain_redirection_action
5148
5148
  # How you want the the rule to evaluate DNS redirection in the DNS
5149
- # redirection chain, such as CNAME, DNAME, ot ALIAS.
5149
+ # redirection chain, such as CNAME or DNAME.
5150
5150
  #
5151
5151
  # `Inspect_Redirection_Domain `(Default) inspects all domains in the
5152
5152
  # redirection chain. The individual domains in the redirection chain
5153
- # must be added to the allow domain list.
5153
+ # must be added to the domain list.
5154
5154
  #
5155
5155
  # `Trust_Redirection_Domain ` inspects only the first domain in the
5156
5156
  # redirection chain. You don't need to add the subsequent domains in
5157
- # the domain in the redirection list to the domain alloww list.
5157
+ # the domain in the redirection list to the domain list.
5158
5158
  # @return [String]
5159
5159
  #
5160
5160
  # @!attribute [rw] qtype
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-route53resolver/customizations'
52
52
  # @!group service
53
53
  module Aws::Route53Resolver
54
54
 
55
- GEM_VERSION = '1.56.0'
55
+ GEM_VERSION = '1.57.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53resolver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-30 00:00:00.000000000 Z
11
+ date: 2024-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core