From bf77a245bbdd35a1f9e533053911233c1d7644f3 Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 30 Oct 2024 18:19:44 +0000 Subject: [PATCH] feat(client-network-firewall): AWS Network Firewall now supports configuring TCP idle timeout --- clients/client-network-firewall/README.md | 6 ++--- .../src/NetworkFirewall.ts | 4 +-- .../src/NetworkFirewallClient.ts | 4 +-- .../commands/CreateFirewallPolicyCommand.ts | 3 +++ .../commands/DescribeFirewallPolicyCommand.ts | 3 +++ .../commands/UpdateFirewallPolicyCommand.ts | 3 +++ clients/client-network-firewall/src/index.ts | 4 +-- .../src/models/models_0.ts | 26 +++++++++++++++++++ .../src/protocols/Aws_json1_0.ts | 5 ++++ .../aws-models/network-firewall.json | 25 +++++++++++++++++- 10 files changed, 69 insertions(+), 14 deletions(-) diff --git a/clients/client-network-firewall/README.md b/clients/client-network-firewall/README.md index ad12d5228cb5..5873cedd7c43 100644 --- a/clients/client-network-firewall/README.md +++ b/clients/client-network-firewall/README.md @@ -32,9 +32,7 @@ Guide.

prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the perimeter of your VPC. This includes filtering traffic going to and coming from an internet gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible -with Suricata, a free, open source network analysis and threat detection engine. -Network Firewall supports Suricata version 6.0.9. For information about Suricata, -see the Suricata website.

+with Suricata, a free, open source network analysis and threat detection engine.

You can use Network Firewall to monitor and protect your VPC traffic in a number of ways. The following are just a few examples: