aws-sdk-wafv2 1.115.0 → 1.117.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-wafv2/client.rb +23 -1
- data/lib/aws-sdk-wafv2/client_api.rb +1 -0
- data/lib/aws-sdk-wafv2/types.rb +29 -8
- data/lib/aws-sdk-wafv2.rb +1 -1
- data/sig/client.rbs +8 -0
- data/sig/types.rbs +1 -0
- 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: 59530a6b72d924d08249b377fc23d0c5f31179ef540a7ea0315031870ce255cd
|
4
|
+
data.tar.gz: f9fc728b7eb00785720bebf366f912acf3e5660b64b90e70e006e531f752af7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0dd2e8788f93e41e4becbe2d7b528573a8cbb120f4a525b03d417bdcc40f8a627d51afb94fb2b41f063214d357a8b10bb5e0b182f25cd457ec7152fac373ad2
|
7
|
+
data.tar.gz: 07ae4d335b54e10f98677223bb07750b48c7ac105d21be0e0fc080033c1323e87087e7845b44fce9d643e8488758a4d11ede78df4d2bb454dc852173f8fc253e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.117.0 (2025-08-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.116.0 (2025-08-22)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - test and verified, safe to release
|
13
|
+
|
4
14
|
1.115.0 (2025-08-04)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.117.0
|
data/lib/aws-sdk-wafv2/client.rb
CHANGED
@@ -8598,6 +8598,20 @@ module Aws::WAFV2
|
|
8598
8598
|
# protection in that web ACL will apply to all associated Application
|
8599
8599
|
# Load Balancers.
|
8600
8600
|
#
|
8601
|
+
# @option params [Types::ApplicationConfig] :application_config
|
8602
|
+
# Configures the ability for the WAF console to store and retrieve
|
8603
|
+
# application attributes. Application attributes help WAF give
|
8604
|
+
# recommendations for protection packs.
|
8605
|
+
#
|
8606
|
+
# When using `UpdateWebACL`, `ApplicationConfig` follows these rules:
|
8607
|
+
#
|
8608
|
+
# * If you omit `ApplicationConfig` from the request, all existing
|
8609
|
+
# entries in the web ACL are retained.
|
8610
|
+
#
|
8611
|
+
# * If you include `ApplicationConfig`, entries must match the existing
|
8612
|
+
# values exactly. Any attempt to modify existing entries will result
|
8613
|
+
# in an error.
|
8614
|
+
#
|
8601
8615
|
# @return [Types::UpdateWebACLResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8602
8616
|
#
|
8603
8617
|
# * {Types::UpdateWebACLResponse#next_lock_token #next_lock_token} => String
|
@@ -9566,6 +9580,14 @@ module Aws::WAFV2
|
|
9566
9580
|
# on_source_d_do_s_protection_config: {
|
9567
9581
|
# alb_low_reputation_mode: "ACTIVE_UNDER_DDOS", # required, accepts ACTIVE_UNDER_DDOS, ALWAYS_ON
|
9568
9582
|
# },
|
9583
|
+
# application_config: {
|
9584
|
+
# attributes: [
|
9585
|
+
# {
|
9586
|
+
# name: "AttributeName",
|
9587
|
+
# values: ["AttributeValue"],
|
9588
|
+
# },
|
9589
|
+
# ],
|
9590
|
+
# },
|
9569
9591
|
# })
|
9570
9592
|
#
|
9571
9593
|
# @example Response structure
|
@@ -9599,7 +9621,7 @@ module Aws::WAFV2
|
|
9599
9621
|
tracer: tracer
|
9600
9622
|
)
|
9601
9623
|
context[:gem_name] = 'aws-sdk-wafv2'
|
9602
|
-
context[:gem_version] = '1.
|
9624
|
+
context[:gem_version] = '1.117.0'
|
9603
9625
|
Seahorse::Client::Request.new(handlers, context)
|
9604
9626
|
end
|
9605
9627
|
|
@@ -1688,6 +1688,7 @@ module Aws::WAFV2
|
|
1688
1688
|
UpdateWebACLRequest.add_member(:token_domains, Shapes::ShapeRef.new(shape: TokenDomains, location_name: "TokenDomains"))
|
1689
1689
|
UpdateWebACLRequest.add_member(:association_config, Shapes::ShapeRef.new(shape: AssociationConfig, location_name: "AssociationConfig"))
|
1690
1690
|
UpdateWebACLRequest.add_member(:on_source_d_do_s_protection_config, Shapes::ShapeRef.new(shape: OnSourceDDoSProtectionConfig, location_name: "OnSourceDDoSProtectionConfig"))
|
1691
|
+
UpdateWebACLRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: ApplicationConfig, location_name: "ApplicationConfig"))
|
1691
1692
|
UpdateWebACLRequest.struct_class = Types::UpdateWebACLRequest
|
1692
1693
|
|
1693
1694
|
UpdateWebACLResponse.add_member(:next_lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "NextLockToken"))
|
data/lib/aws-sdk-wafv2/types.rb
CHANGED
@@ -8354,9 +8354,12 @@ module Aws::WAFV2
|
|
8354
8354
|
# inside the rule group. You specify one override for each rule whose
|
8355
8355
|
# action you want to change.
|
8356
8356
|
#
|
8357
|
-
# <note markdown="1">
|
8358
|
-
#
|
8359
|
-
#
|
8357
|
+
# <note markdown="1"> Verify the rule names in your overrides carefully. With managed rule
|
8358
|
+
# groups, WAF silently ignores any override that uses an invalid rule
|
8359
|
+
# name. With customer-owned rule groups, invalid rule names in your
|
8360
|
+
# overrides will cause web ACL updates to fail. An invalid rule name is
|
8361
|
+
# any name that doesn't exactly match the case-sensitive name of an
|
8362
|
+
# existing rule in the rule group.
|
8360
8363
|
#
|
8361
8364
|
# </note>
|
8362
8365
|
#
|
@@ -8369,10 +8372,12 @@ module Aws::WAFV2
|
|
8369
8372
|
# @!attribute [rw] name
|
8370
8373
|
# The name of the rule to override.
|
8371
8374
|
#
|
8372
|
-
# <note markdown="1">
|
8373
|
-
#
|
8374
|
-
#
|
8375
|
-
#
|
8375
|
+
# <note markdown="1"> Verify the rule names in your overrides carefully. With managed rule
|
8376
|
+
# groups, WAF silently ignores any override that uses an invalid rule
|
8377
|
+
# name. With customer-owned rule groups, invalid rule names in your
|
8378
|
+
# overrides will cause web ACL updates to fail. An invalid rule name
|
8379
|
+
# is any name that doesn't exactly match the case-sensitive name of
|
8380
|
+
# an existing rule in the rule group.
|
8376
8381
|
#
|
8377
8382
|
# </note>
|
8378
8383
|
# @return [String]
|
@@ -9925,6 +9930,21 @@ module Aws::WAFV2
|
|
9925
9930
|
# Application Load Balancers.
|
9926
9931
|
# @return [Types::OnSourceDDoSProtectionConfig]
|
9927
9932
|
#
|
9933
|
+
# @!attribute [rw] application_config
|
9934
|
+
# Configures the ability for the WAF console to store and retrieve
|
9935
|
+
# application attributes. Application attributes help WAF give
|
9936
|
+
# recommendations for protection packs.
|
9937
|
+
#
|
9938
|
+
# When using `UpdateWebACL`, `ApplicationConfig` follows these rules:
|
9939
|
+
#
|
9940
|
+
# * If you omit `ApplicationConfig` from the request, all existing
|
9941
|
+
# entries in the web ACL are retained.
|
9942
|
+
#
|
9943
|
+
# * If you include `ApplicationConfig`, entries must match the
|
9944
|
+
# existing values exactly. Any attempt to modify existing entries
|
9945
|
+
# will result in an error.
|
9946
|
+
# @return [Types::ApplicationConfig]
|
9947
|
+
#
|
9928
9948
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/UpdateWebACLRequest AWS API Documentation
|
9929
9949
|
#
|
9930
9950
|
class UpdateWebACLRequest < Struct.new(
|
@@ -9942,7 +9962,8 @@ module Aws::WAFV2
|
|
9942
9962
|
:challenge_config,
|
9943
9963
|
:token_domains,
|
9944
9964
|
:association_config,
|
9945
|
-
:on_source_d_do_s_protection_config
|
9965
|
+
:on_source_d_do_s_protection_config,
|
9966
|
+
:application_config)
|
9946
9967
|
SENSITIVE = []
|
9947
9968
|
include Aws::Structure
|
9948
9969
|
end
|
data/lib/aws-sdk-wafv2.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -5422,6 +5422,14 @@ module Aws
|
|
5422
5422
|
},
|
5423
5423
|
?on_source_d_do_s_protection_config: {
|
5424
5424
|
alb_low_reputation_mode: ("ACTIVE_UNDER_DDOS" | "ALWAYS_ON")
|
5425
|
+
},
|
5426
|
+
?application_config: {
|
5427
|
+
attributes: Array[
|
5428
|
+
{
|
5429
|
+
name: ::String?,
|
5430
|
+
values: Array[::String]?
|
5431
|
+
},
|
5432
|
+
]?
|
5425
5433
|
}
|
5426
5434
|
) -> _UpdateWebACLResponseSuccess
|
5427
5435
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateWebACLResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -1578,6 +1578,7 @@ module Aws::WAFV2
|
|
1578
1578
|
attr_accessor token_domains: ::Array[::String]
|
1579
1579
|
attr_accessor association_config: Types::AssociationConfig
|
1580
1580
|
attr_accessor on_source_d_do_s_protection_config: Types::OnSourceDDoSProtectionConfig
|
1581
|
+
attr_accessor application_config: Types::ApplicationConfig
|
1581
1582
|
SENSITIVE: []
|
1582
1583
|
end
|
1583
1584
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-wafv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.117.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.231.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.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|