aws-sdk-wafv2 1.56.0 → 1.57.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 +379 -18
- data/lib/aws-sdk-wafv2/client_api.rb +53 -0
- data/lib/aws-sdk-wafv2/errors.rb +16 -0
- data/lib/aws-sdk-wafv2/types.rb +615 -109
- 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: 04d532d9d74f7f4cbd66c67fa02bff71e3f9df1aa743767f8e3f1b59dc982951
|
4
|
+
data.tar.gz: be1317bc05fd071f2506e0f9ccdbd3fbffd3d7ec9c639107499d9ec73cce6ca7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 055b537c9e2599bf870c55288d8edd463e3588b6b3c4a8cbec5671c8b11a25b783acb7ce10a2ed76c6052ea318a6b96f34464cd3605cb329e3fe547fc74f4d2a
|
7
|
+
data.tar.gz: 257300429253e58273d98fdabeab21cf67c01f53e3e1ff004321a7631857ed0021f8ed56027b16d88f8be06601a209b85f4db88d801b6cb293fe9d8a38bef7c1
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.57.0 (2023-05-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - My AWS Service (placeholder) - You can now rate limit web requests based on aggregation keys other than IP addresses, and you can aggregate using combinations of keys. You can also rate limit all requests that match a scope-down statement, without further aggregation.
|
8
|
+
|
4
9
|
1.56.0 (2023-04-28)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.57.0
|