Skip to content

Commit

Permalink
feat(client-fms): AWS Firewall Manager now supports the network firew…
Browse files Browse the repository at this point in the history
…all service stream exception policy feature for accounts within your organization.
  • Loading branch information
awstools committed Apr 30, 2024
1 parent 56e646d commit f2e212c
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 73 deletions.
2 changes: 2 additions & 0 deletions clients/client-fms/src/commands/GetViolationDetailsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export interface GetViolationDetailsCommandOutput extends GetViolationDetailsRes
* // ],
* // StatefulEngineOptions: { // StatefulEngineOptions
* // RuleOrder: "STRICT_ORDER" || "DEFAULT_ACTION_ORDER",
* // StreamExceptionPolicy: "DROP" || "CONTINUE" || "REJECT" || "FMS_IGNORE",
* // },
* // },
* // ExpectedPolicyDescription: {
Expand Down Expand Up @@ -175,6 +176,7 @@ export interface GetViolationDetailsCommandOutput extends GetViolationDetailsRes
* // StatefulDefaultActions: "<NetworkFirewallActionList>",
* // StatefulEngineOptions: {
* // RuleOrder: "STRICT_ORDER" || "DEFAULT_ACTION_ORDER",
* // StreamExceptionPolicy: "DROP" || "CONTINUE" || "REJECT" || "FMS_IGNORE",
* // },
* // },
* // },
Expand Down
Loading

0 comments on commit f2e212c

Please sign in to comment.