aws-sdk-wafv2 1.131.0 → 1.133.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 +567 -1066
- data/lib/aws-sdk-wafv2/client_api.rb +252 -0
- data/lib/aws-sdk-wafv2/types.rb +884 -7
- data/lib/aws-sdk-wafv2.rb +1 -1
- data/sig/client.rbs +115 -8
- data/sig/params.rbs +26 -1
- data/sig/types.rbs +180 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 182659f3f0f3bb837a35913ef4830839bb1a813c064c95bd82500bc2a8eb1e83
|
|
4
|
+
data.tar.gz: efd985d0e75713b16923fadcaafd20f2e924f08329e4a0a8583fba48e303a4cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c33599ad891ee788d4b2a25e706a592923b6dd47de734d41fe2527acb043ad5061c771a6e9cfdef001d2111e5809202c07689d769733c883cc7b37f34045067a
|
|
7
|
+
data.tar.gz: 9a19d4ead0ef25564fd223a9aa1198ea28e21bdbc40ccf9cef9bd9150a6ad8999dc680eaf7a0fd7e9d6eb1ed2ed3c044998bf03cdcf46cb2b0a4e5bef6895703
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.133.0 (2026-06-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS WAF added support for associating AWS WAF web ACLs with Amazon Bedrock AgentCore Gateway resources. You can now use AssociateWebACL, DisassociateWebACL, GetWebACLForResource, and ListResourcesForWebACL to protect your AgentCore Gateways with AWS WAF.
|
|
8
|
+
|
|
9
|
+
1.132.0 (2026-06-15)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - AWS WAF now supports AI traffic monetization for CloudFront. Configure payment networks and pricing on your web ACL, use the new Monetize rule action to charge AI agents via x402, and monitor revenue with new GetRevenueStatisticsSummary, GetRevenueStatistics, and ListSettlementRecords APIs.
|
|
13
|
+
|
|
4
14
|
1.131.0 (2026-05-29)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.133.0
|