@@ -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