Skip to content

Commit 61a2fd1

Browse files
committed
Update services based on release-2025-09-17 of AWS Go SDK
Reference: https://github.com/aws/aws-sdk-go-v2/releases/tag/release-2025-09-17
1 parent cd079cb commit 61a2fd1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.latest-tag-aws-sdk-go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release-2025-09-16
1+
release-2025-09-17

lib/aws/generated/network_firewall.ex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ defmodule AWS.NetworkFirewall do
795795
## Example:
796796
797797
firewall_policy() :: %{
798+
"EnableTLSSessionHolding" => boolean(),
798799
"PolicyVariables" => policy_variables(),
799800
"StatefulDefaultActions" => list(String.t() | atom()),
800801
"StatefulEngineOptions" => stateful_engine_options(),
@@ -3474,7 +3475,7 @@ defmodule AWS.NetworkFirewall do
34743475
Either the firewall owner or the transit gateway owner can delete the
34753476
attachment.
34763477
3477-
After you delete a transit gateway attachment, raffic will no longer flow
3478+
After you delete a transit gateway attachment, traffic will no longer flow
34783479
through the firewall endpoints.
34793480
34803481
After you initiate the delete operation, use `DescribeFirewall` to monitor the
@@ -4050,8 +4051,8 @@ defmodule AWS.NetworkFirewall do
40504051
When you reject the attachment request, Network Firewall cancels the creation of
40514052
routing components between the transit gateway and firewall endpoints.
40524053
4053-
Only the firewall owner can reject the attachment. After rejection, no traffic
4054-
will flow through the firewall endpoints for this attachment.
4054+
Only the transit gateway owner can reject the attachment. After rejection, no
4055+
traffic will flow through the firewall endpoints for this attachment.
40554056
40564057
Use `DescribeFirewall` to monitor the rejection status. To accept the attachment
40574058
instead of rejecting it, use `AcceptNetworkFirewallTransitGatewayAttachment`.

0 commit comments

Comments
 (0)