Skip to content

Commit f2e212c

Browse files
author
awstools
committed
feat(client-fms): AWS Firewall Manager now supports the network firewall service stream exception policy feature for accounts within your organization.
1 parent 56e646d commit f2e212c

File tree

3 files changed

+160
-73
lines changed

3 files changed

+160
-73
lines changed

Diff for: clients/client-fms/src/commands/GetViolationDetailsCommand.ts

+2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export interface GetViolationDetailsCommandOutput extends GetViolationDetailsRes
147147
* // ],
148148
* // StatefulEngineOptions: { // StatefulEngineOptions
149149
* // RuleOrder: "STRICT_ORDER" || "DEFAULT_ACTION_ORDER",
150+
* // StreamExceptionPolicy: "DROP" || "CONTINUE" || "REJECT" || "FMS_IGNORE",
150151
* // },
151152
* // },
152153
* // ExpectedPolicyDescription: {
@@ -175,6 +176,7 @@ export interface GetViolationDetailsCommandOutput extends GetViolationDetailsRes
175176
* // StatefulDefaultActions: "<NetworkFirewallActionList>",
176177
* // StatefulEngineOptions: {
177178
* // RuleOrder: "STRICT_ORDER" || "DEFAULT_ACTION_ORDER",
179+
* // StreamExceptionPolicy: "DROP" || "CONTINUE" || "REJECT" || "FMS_IGNORE",
178180
* // },
179181
* // },
180182
* // },

0 commit comments

Comments
 (0)