aws-sdk-fms 1.85.0 → 1.86.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fms/client.rb +1 -1
- data/lib/aws-sdk-fms/types.rb +0 -2
- data/lib/aws-sdk-fms.rb +1 -1
- 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: c35ce9d5d084c9205782f4690c6bb52486b21af89b9d6ba26b9223784fdbc499
|
4
|
+
data.tar.gz: 40281b2a06b08b6e82d5fa554d2bb2425c90af39dd22b9d6ffe099f1e0ab4652
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e119e5df8b1040f6373644d539ff617f8dbfa2eaf6a5d2f52e3e45b91d10a40653c1c56625a3425f1ac49af9374b819f5ef5d3dccf3737a7a81c4b65801b757d
|
7
|
+
data.tar.gz: 7f67d120103e4ef37d96f03882dc48c8b54ce121219dead04652f6cbc9bbf5a99050ff24c249781601d7f701275f7f6e2c5d1c8b4839b0db32c0b7639d48686f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.86.0
|
data/lib/aws-sdk-fms/client.rb
CHANGED
data/lib/aws-sdk-fms/types.rb
CHANGED
@@ -5055,7 +5055,6 @@ module Aws::FMS
|
|
5055
5055
|
# and `ActionToUse`, which is the new action to use for the rule.
|
5056
5056
|
# For information about using rule action override, see
|
5057
5057
|
# [RuleActionOverride][4] in the *WAF API Reference*.
|
5058
|
-
#
|
5059
5058
|
# * Example: `WAFV2` - `CAPTCHA` and `Challenge` configs
|
5060
5059
|
#
|
5061
5060
|
# `"{"type":"WAFV2","preProcessRuleGroups":[{"ruleGroupArn":null,"overrideAction":{"type":"NONE"},"managedRuleGroupIdentifier":{"versionEnabled":null,"version":null,"vendorName":"AWS","managedRuleGroupName":"AWSManagedRulesAdminProtectionRuleSet"},"ruleGroupType":"ManagedRuleGroup","excludeRules":[],"sampledRequestsEnabled":true}],"postProcessRuleGroups":[],"defaultAction":{"type":"ALLOW"},"customRequestHandling":null,"customResponse":null,"overrideCustomerWebACLAssociation":false,"loggingConfiguration":null,"sampledRequestsEnabledForDefaultActions":true,"captchaConfig":{"immunityTimeProperty":{"immunityTime":500}},"challengeConfig":{"immunityTimeProperty":{"immunityTime":800}},"tokenDomains":["google.com","amazon.com"],"associationConfig":{"requestBody":{"CLOUDFRONT":{"defaultSizeInspectionLimit":"KB_16"}}}}"`
|
@@ -5077,7 +5076,6 @@ module Aws::FMS
|
|
5077
5076
|
# distribution should send to WAF for inspection. For more
|
5078
5077
|
# information, see [DefaultSizeInspectionLimit][8] in the *WAF API
|
5079
5078
|
# Reference*.
|
5080
|
-
#
|
5081
5079
|
# * Example: `WAFV2` - Firewall Manager support for WAF managed rule
|
5082
5080
|
# group versioning
|
5083
5081
|
#
|
data/lib/aws-sdk-fms.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-fms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.86.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-11-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|