aws-sdk-wafv2 1.48.0 → 1.49.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4531f8ed92204cae6ddb9366213f1b30c68deeda302adbadc229032135373637
4
- data.tar.gz: 970e1a5542a9e6d7f311dd69c01a604c9a3a2831f07d39ff1540c08850012d6d
3
+ metadata.gz: ac3cbfce22afd2c4426033d6bc73101ecc5712383d9c6f05eae64b7bc3441b1f
4
+ data.tar.gz: f5876dc0b7e1e152f199ecf571b9c09244997c230729a3e7121810e8b2676170
5
5
  SHA512:
6
- metadata.gz: 42f4c2f44c6fbed19ff483b0f455a653e9d2ca50eab5832aa503579386a24d2aa6949f8c4680d3d8b124e729e2fd79f441f89f0495434dfb25a3c10aed8abbce
7
- data.tar.gz: cd15da52802d7331e644bae2ab4cd09268edd0c3eaf3e5910c2829e46d30738c253115c6076710b3e2fee81fa4abea8dd629e8a5f1e5d58475a1f25a4043ea0e
6
+ metadata.gz: b0b0bee48b57d787323db8fc2321b16f4dcc2d3541f02d524defbce9aab88d21b6d4e278d8a9f45297d377394fcc629a8bae98c9727c7c1d748e6c7dd3bc93c6
7
+ data.tar.gz: 29dc882047dc7e50127391ad39887683dbac827aad6abdfb997f3c5df8c963d5ee63683f4a5186bd2059b28c282a5d4bd981f8290e6383a31f152963a0cc6f5f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2023-02-16)
5
+ ------------------
6
+
7
+ * Feature - Added a notice for account takeover prevention (ATP). The interface incorrectly lets you to configure ATP response inspection in regional web ACLs in Region US East (N. Virginia), without returning an error. ATP response inspection is only available in web ACLs that protect CloudFront distributions.
8
+
4
9
  1.48.0 (2023-02-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -9376,7 +9376,7 @@ module Aws::WAFV2
9376
9376
  params: params,
9377
9377
  config: config)
9378
9378
  context[:gem_name] = 'aws-sdk-wafv2'
9379
- context[:gem_version] = '1.48.0'
9379
+ context[:gem_version] = '1.49.0'
9380
9380
  Seahorse::Client::Request.new(handlers, context)
9381
9381
  end
9382
9382
 
@@ -43,6 +43,14 @@ module Aws::WAFV2
43
43
  # Amazon CloudFront distributions.
44
44
  #
45
45
  # </note>
46
+ #
47
+ # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1,
48
+ # it's possible to configure response inspection through the APIs,
49
+ # but ATP response inspection will not be enabled. You can only use
50
+ # the response inspection capabilities of the ATP managed rule group
51
+ # in web ACLs that protect CloudFront distributions.
52
+ #
53
+ # </note>
46
54
  # @return [Types::ResponseInspection]
47
55
  #
48
56
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/AWSManagedRulesATPRuleSet AWS API Documentation
@@ -4313,6 +4321,15 @@ module Aws::WAFV2
4313
4321
  # provide login request information to the rule group. For web ACLs
4314
4322
  # that protect CloudFront distributions, use this to also provide the
4315
4323
  # information about how your distribution responds to login requests.
4324
+ #
4325
+ # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1,
4326
+ # it's possible to configure response inspection through the APIs,
4327
+ # but ATP response inspection will not be enabled. You can only use
4328
+ # the response inspection capabilities of the ATP managed rule group
4329
+ # in web ACLs that protect CloudFront distributions.
4330
+ #
4331
+ # </note>
4332
+ #
4316
4333
  # This configuration replaces the individual configuration fields in
4317
4334
  # `ManagedRuleGroupConfig` and provides additional feature
4318
4335
  # configuration.
@@ -5453,6 +5470,14 @@ module Aws::WAFV2
5453
5470
  #
5454
5471
  # </note>
5455
5472
  #
5473
+ # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1, it's
5474
+ # possible to configure response inspection through the APIs, but ATP
5475
+ # response inspection will not be enabled. You can only use the response
5476
+ # inspection capabilities of the ATP managed rule group in web ACLs that
5477
+ # protect CloudFront distributions.
5478
+ #
5479
+ # </note>
5480
+ #
5456
5481
  # This is part of the `AWSManagedRulesATPRuleSet` configuration in
5457
5482
  # `ManagedRuleGroupConfig`.
5458
5483
  #
@@ -5491,6 +5516,19 @@ module Aws::WAFV2
5491
5516
  # Configures inspection of the response body. This is part of the
5492
5517
  # `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet`.
5493
5518
  #
5519
+ # <note markdown="1"> Response inspection is available only in web ACLs that protect Amazon
5520
+ # CloudFront distributions.
5521
+ #
5522
+ # </note>
5523
+ #
5524
+ # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1, it's
5525
+ # possible to configure response inspection through the APIs, but ATP
5526
+ # response inspection will not be enabled. You can only use the response
5527
+ # inspection capabilities of the ATP managed rule group in web ACLs that
5528
+ # protect CloudFront distributions.
5529
+ #
5530
+ # </note>
5531
+ #
5494
5532
  # @!attribute [rw] success_strings
5495
5533
  # Strings in the body of the response that indicate a successful login
5496
5534
  # attempt. To be counted as a successful login, the string can be
@@ -5522,6 +5560,19 @@ module Aws::WAFV2
5522
5560
  # Configures inspection of the response header. This is part of the
5523
5561
  # `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet`.
5524
5562
  #
5563
+ # <note markdown="1"> Response inspection is available only in web ACLs that protect Amazon
5564
+ # CloudFront distributions.
5565
+ #
5566
+ # </note>
5567
+ #
5568
+ # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1, it's
5569
+ # possible to configure response inspection through the APIs, but ATP
5570
+ # response inspection will not be enabled. You can only use the response
5571
+ # inspection capabilities of the ATP managed rule group in web ACLs that
5572
+ # protect CloudFront distributions.
5573
+ #
5574
+ # </note>
5575
+ #
5525
5576
  # @!attribute [rw] name
5526
5577
  # The name of the header to match against. The name must be an exact
5527
5578
  # match, including case.
@@ -5561,6 +5612,19 @@ module Aws::WAFV2
5561
5612
  # Configures inspection of the response JSON. This is part of the
5562
5613
  # `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet`.
5563
5614
  #
5615
+ # <note markdown="1"> Response inspection is available only in web ACLs that protect Amazon
5616
+ # CloudFront distributions.
5617
+ #
5618
+ # </note>
5619
+ #
5620
+ # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1, it's
5621
+ # possible to configure response inspection through the APIs, but ATP
5622
+ # response inspection will not be enabled. You can only use the response
5623
+ # inspection capabilities of the ATP managed rule group in web ACLs that
5624
+ # protect CloudFront distributions.
5625
+ #
5626
+ # </note>
5627
+ #
5564
5628
  # @!attribute [rw] identifier
5565
5629
  # The identifier for the value to match against in the JSON. The
5566
5630
  # identifier must be an exact match, including case.
@@ -5599,6 +5663,19 @@ module Aws::WAFV2
5599
5663
  # Configures inspection of the response status code. This is part of the
5600
5664
  # `ResponseInspection` configuration for `AWSManagedRulesATPRuleSet`.
5601
5665
  #
5666
+ # <note markdown="1"> Response inspection is available only in web ACLs that protect Amazon
5667
+ # CloudFront distributions.
5668
+ #
5669
+ # </note>
5670
+ #
5671
+ # <note markdown="1"> For regional web ACLs in Region US East (N. Virginia) us-east-1, it's
5672
+ # possible to configure response inspection through the APIs, but ATP
5673
+ # response inspection will not be enabled. You can only use the response
5674
+ # inspection capabilities of the ATP managed rule group in web ACLs that
5675
+ # protect CloudFront distributions.
5676
+ #
5677
+ # </note>
5678
+ #
5602
5679
  # @!attribute [rw] success_codes
5603
5680
  # Status codes in the response that indicate a successful login
5604
5681
  # attempt. To be counted as a successful login, the response status
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-wafv2/customizations'
52
52
  # @!group service
53
53
  module Aws::WAFV2
54
54
 
55
- GEM_VERSION = '1.48.0'
55
+ GEM_VERSION = '1.49.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.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: 2023-02-15 00:00:00.000000000 Z
11
+ date: 2023-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core