aws-sdk-networkfirewall 1.61.0 → 1.63.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-networkfirewall/client.rb +657 -5
- data/lib/aws-sdk-networkfirewall/client_api.rb +360 -2
- data/lib/aws-sdk-networkfirewall/types.rb +1024 -21
- data/lib/aws-sdk-networkfirewall.rb +1 -1
- data/sig/client.rbs +175 -3
- data/sig/types.rbs +212 -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: ee88978d59808b9ccaaedda619e84f9cdf20389bd228e92453a252c1365a24aa
|
4
|
+
data.tar.gz: bbfa78e6674bdd9854845e3b2685a25959fe9ff526a43c9d511a3f7ffa0a1f5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e77160cee38d609160528d39917d98af9628a5d1e8581b48c421f79d50457b8773201d9b58f389ebc20cc8beaac85d4d6e95075c548e3f868a3116eb04dc769
|
7
|
+
data.tar.gz: e985de0d927b44b3b6668251607cdc72acfa99739d972968ee0bb3f4cbc172c2e2d3d190a2a5889a368316de9fa266b59d86f733e32bceb08a32aa0f47354c80
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.63.0 (2025-03-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - You can now use flow operations to either flush or capture traffic monitored in your firewall's flow table.
|
8
|
+
|
9
|
+
1.62.0 (2025-02-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release introduces Network Firewall's Automated Domain List feature. New APIs include UpdateFirewallAnalysisSettings, StartAnalysisReport, GetAnalysisReportResults, and ListAnalysisReports. These allow customers to enable analysis on firewalls to identify and report frequently accessed domain.
|
13
|
+
|
4
14
|
1.61.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.63.0
|