aws-sdk-wafv2 1.53.0 → 1.54.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-wafv2/client.rb +148 -84
- data/lib/aws-sdk-wafv2/client_api.rb +17 -0
- data/lib/aws-sdk-wafv2/types.rb +353 -193
- data/lib/aws-sdk-wafv2.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: 7a8a6944fc39216091d4f73c48d8c61babb1e29e32bbcbdc4e3c47e24cc4a67a
|
4
|
+
data.tar.gz: 32654d272457f0facc444f3b683347bfefe30e081e85dd4d5888e7bf090008fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5b4b98e2a1748450a0d6f90b264363e03ead02c7c36d60da95841d92c06bc1cd8de701a36be2eed37d812f4d9a0e3e80d772a7e77a31a817b2eec87f9ba955d
|
7
|
+
data.tar.gz: 72e221e8fd4c4e5cde5bf93c630ddc58f831083e1ef0ca1c998060f71bd38bf5858b4244fcb91e6c6256a1acd688eafc7e01fbca003ed6f4cab6fccce779ae4d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.54.0 (2023-04-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.
|
8
|
+
|
4
9
|
1.53.0 (2023-04-04)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.54.0
|