aws-sdk-wafv2 1.96.0 → 1.97.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wafv2/client.rb +6 -6
- data/lib/aws-sdk-wafv2/client_api.rb +1 -0
- data/lib/aws-sdk-wafv2/types.rb +29 -4
- data/lib/aws-sdk-wafv2.rb +1 -1
- data/sig/types.rbs +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 718a0f6bc82bbc40c0a6e64238f5662827d6397646917a5beb725a74aaee1f10
|
4
|
+
data.tar.gz: ab9789607e22811faa2fe60a694078767733dfa76df57aee8fd7be20f712c5c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4e55a2cdc2a62107d94bbc24fe8a93bd01e17705b1da58827a635a1f3f57e2e6b3d8832c15a2b05ef44557edcfccf9a7fa48e42ac6332af0fa249a429e62eda
|
7
|
+
data.tar.gz: a0eee30db4c4fe487ce81234355909870f4a1cae286e38701d218b3036113efa22a3efe995ff9dae88cf756604c520b8f70e44ebe66f318dfd0af6238fa5c684
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.97.0
|
data/lib/aws-sdk-wafv2/client.rb
CHANGED
@@ -3706,12 +3706,12 @@ module Aws::WAFV2
|
|
3706
3706
|
req.send_request(options)
|
3707
3707
|
end
|
3708
3708
|
|
3709
|
-
# Deletes all rule groups that are managed by Firewall Manager
|
3710
|
-
# specified web ACL.
|
3711
|
-
#
|
3712
|
-
# You can only use this if `ManagedByFirewallManager` is false in the
|
3709
|
+
# Deletes all rule groups that are managed by Firewall Manager from the
|
3713
3710
|
# specified WebACL.
|
3714
3711
|
#
|
3712
|
+
# You can only use this if `ManagedByFirewallManager` and
|
3713
|
+
# `RetrofittedByFirewallManager` are both false in the web ACL.
|
3714
|
+
#
|
3715
3715
|
# @option params [required, String] :web_acl_arn
|
3716
3716
|
# The Amazon Resource Name (ARN) of the web ACL.
|
3717
3717
|
#
|
@@ -3995,7 +3995,7 @@ module Aws::WAFV2
|
|
3995
3995
|
# Deletes the specified WebACL.
|
3996
3996
|
#
|
3997
3997
|
# You can only use this if `ManagedByFirewallManager` is false in the
|
3998
|
-
#
|
3998
|
+
# web ACL.
|
3999
3999
|
#
|
4000
4000
|
# <note markdown="1"> Before deleting any web ACL, first disassociate it from all resources.
|
4001
4001
|
#
|
@@ -9225,7 +9225,7 @@ module Aws::WAFV2
|
|
9225
9225
|
tracer: tracer
|
9226
9226
|
)
|
9227
9227
|
context[:gem_name] = 'aws-sdk-wafv2'
|
9228
|
-
context[:gem_version] = '1.
|
9228
|
+
context[:gem_version] = '1.97.0'
|
9229
9229
|
Seahorse::Client::Request.new(handlers, context)
|
9230
9230
|
end
|
9231
9231
|
|
@@ -1686,6 +1686,7 @@ module Aws::WAFV2
|
|
1686
1686
|
WebACL.add_member(:challenge_config, Shapes::ShapeRef.new(shape: ChallengeConfig, location_name: "ChallengeConfig"))
|
1687
1687
|
WebACL.add_member(:token_domains, Shapes::ShapeRef.new(shape: TokenDomains, location_name: "TokenDomains"))
|
1688
1688
|
WebACL.add_member(:association_config, Shapes::ShapeRef.new(shape: AssociationConfig, location_name: "AssociationConfig"))
|
1689
|
+
WebACL.add_member(:retrofitted_by_firewall_manager, Shapes::ShapeRef.new(shape: Boolean, location_name: "RetrofittedByFirewallManager"))
|
1689
1690
|
WebACL.struct_class = Types::WebACL
|
1690
1691
|
|
1691
1692
|
WebACLSummaries.member = Shapes::ShapeRef.new(shape: WebACLSummary)
|
data/lib/aws-sdk-wafv2/types.rb
CHANGED
@@ -5163,6 +5163,16 @@ module Aws::WAFV2
|
|
5163
5163
|
# Indicates whether the logging configuration was created by Firewall
|
5164
5164
|
# Manager, as part of an WAF policy configuration. If true, only
|
5165
5165
|
# Firewall Manager can modify or delete the configuration.
|
5166
|
+
#
|
5167
|
+
# The logging configuration can be created by Firewall Manager for use
|
5168
|
+
# with any web ACL that Firewall Manager is using for an WAF policy.
|
5169
|
+
# Web ACLs that Firewall Manager creates and uses have their
|
5170
|
+
# `ManagedByFirewallManager` property set to true. Web ACLs that were
|
5171
|
+
# created by a customer account and then retrofitted by Firewall
|
5172
|
+
# Manager for use by a policy have their
|
5173
|
+
# `RetrofittedByFirewallManager` property set to true. For either
|
5174
|
+
# case, any corresponding logging configuration will indicate
|
5175
|
+
# `ManagedByFirewallManager`.
|
5166
5176
|
# @return [Boolean]
|
5167
5177
|
#
|
5168
5178
|
# @!attribute [rw] logging_filter
|
@@ -9854,9 +9864,13 @@ module Aws::WAFV2
|
|
9854
9864
|
# @return [Array<Types::FirewallManagerRuleGroup>]
|
9855
9865
|
#
|
9856
9866
|
# @!attribute [rw] managed_by_firewall_manager
|
9857
|
-
# Indicates whether this web ACL
|
9858
|
-
#
|
9859
|
-
#
|
9867
|
+
# Indicates whether this web ACL was created by Firewall Manager and
|
9868
|
+
# is being managed by Firewall Manager. If true, then only Firewall
|
9869
|
+
# Manager can delete the web ACL or any Firewall Manager rule groups
|
9870
|
+
# in the web ACL. See also the properties
|
9871
|
+
# `RetrofittedByFirewallManager`,
|
9872
|
+
# `PreProcessFirewallManagerRuleGroups`, and
|
9873
|
+
# `PostProcessFirewallManagerRuleGroups`.
|
9860
9874
|
# @return [Boolean]
|
9861
9875
|
#
|
9862
9876
|
# @!attribute [rw] label_namespace
|
@@ -9943,6 +9957,16 @@ module Aws::WAFV2
|
|
9943
9957
|
# [1]: http://aws.amazon.com/waf/pricing/
|
9944
9958
|
# @return [Types::AssociationConfig]
|
9945
9959
|
#
|
9960
|
+
# @!attribute [rw] retrofitted_by_firewall_manager
|
9961
|
+
# Indicates whether this web ACL was created by a customer account and
|
9962
|
+
# then retrofitted by Firewall Manager. If true, then the web ACL is
|
9963
|
+
# currently being managed by a Firewall Manager WAF policy, and only
|
9964
|
+
# Firewall Manager can manage any Firewall Manager rule groups in the
|
9965
|
+
# web ACL. See also the properties `ManagedByFirewallManager`,
|
9966
|
+
# `PreProcessFirewallManagerRuleGroups`, and
|
9967
|
+
# `PostProcessFirewallManagerRuleGroups`.
|
9968
|
+
# @return [Boolean]
|
9969
|
+
#
|
9946
9970
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/WebACL AWS API Documentation
|
9947
9971
|
#
|
9948
9972
|
class WebACL < Struct.new(
|
@@ -9962,7 +9986,8 @@ module Aws::WAFV2
|
|
9962
9986
|
:captcha_config,
|
9963
9987
|
:challenge_config,
|
9964
9988
|
:token_domains,
|
9965
|
-
:association_config
|
9989
|
+
:association_config,
|
9990
|
+
:retrofitted_by_firewall_manager)
|
9966
9991
|
SENSITIVE = []
|
9967
9992
|
include Aws::Structure
|
9968
9993
|
end
|
data/lib/aws-sdk-wafv2.rb
CHANGED
data/sig/types.rbs
CHANGED
@@ -1634,6 +1634,7 @@ module Aws::WAFV2
|
|
1634
1634
|
attr_accessor challenge_config: Types::ChallengeConfig
|
1635
1635
|
attr_accessor token_domains: ::Array[::String]
|
1636
1636
|
attr_accessor association_config: Types::AssociationConfig
|
1637
|
+
attr_accessor retrofitted_by_firewall_manager: bool
|
1637
1638
|
SENSITIVE: []
|
1638
1639
|
end
|
1639
1640
|
|
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.
|
4
|
+
version: 1.97.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-10-
|
11
|
+
date: 2024-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|