@aws-sdk/client-network-firewall 3.758.0 → 3.772.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -0
- package/dist-cjs/index.js +284 -29
- package/dist-es/NetworkFirewall.js +10 -0
- package/dist-es/commands/DescribeFlowOperationCommand.js +22 -0
- package/dist-es/commands/ListFlowOperationResultsCommand.js +22 -0
- package/dist-es/commands/ListFlowOperationsCommand.js +22 -0
- package/dist-es/commands/StartFlowCaptureCommand.js +22 -0
- package/dist-es/commands/StartFlowFlushCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +10 -0
- package/dist-es/pagination/ListFlowOperationResultsPaginator.js +4 -0
- package/dist-es/pagination/ListFlowOperationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_0.js +141 -0
- package/dist-types/NetworkFirewall.d.ts +35 -0
- package/dist-types/NetworkFirewallClient.d.ts +7 -2
- package/dist-types/commands/DescribeFlowOperationCommand.d.ts +123 -0
- package/dist-types/commands/ListFlowOperationResultsCommand.d.ts +126 -0
- package/dist-types/commands/ListFlowOperationsCommand.d.ts +113 -0
- package/dist-types/commands/StartFlowCaptureCommand.d.ts +124 -0
- package/dist-types/commands/StartFlowFlushCommand.d.ts +123 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +497 -20
- package/dist-types/pagination/ListFlowOperationResultsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFlowOperationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +45 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +85 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/DescribeFlowOperationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFlowOperationResultsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFlowOperationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartFlowCaptureCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartFlowFlushCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +106 -0
- package/dist-types/ts3.4/pagination/ListFlowOperationResultsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFlowOperationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +60 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -384,6 +384,14 @@ DescribeFirewallPolicy
|
|
|
384
384
|
|
|
385
385
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/DescribeFirewallPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeFirewallPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeFirewallPolicyCommandOutput/)
|
|
386
386
|
|
|
387
|
+
</details>
|
|
388
|
+
<details>
|
|
389
|
+
<summary>
|
|
390
|
+
DescribeFlowOperation
|
|
391
|
+
</summary>
|
|
392
|
+
|
|
393
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/DescribeFlowOperationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeFlowOperationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DescribeFlowOperationCommandOutput/)
|
|
394
|
+
|
|
387
395
|
</details>
|
|
388
396
|
<details>
|
|
389
397
|
<summary>
|
|
@@ -464,6 +472,22 @@ ListFirewalls
|
|
|
464
472
|
|
|
465
473
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/ListFirewallsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListFirewallsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListFirewallsCommandOutput/)
|
|
466
474
|
|
|
475
|
+
</details>
|
|
476
|
+
<details>
|
|
477
|
+
<summary>
|
|
478
|
+
ListFlowOperationResults
|
|
479
|
+
</summary>
|
|
480
|
+
|
|
481
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/ListFlowOperationResultsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListFlowOperationResultsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListFlowOperationResultsCommandOutput/)
|
|
482
|
+
|
|
483
|
+
</details>
|
|
484
|
+
<details>
|
|
485
|
+
<summary>
|
|
486
|
+
ListFlowOperations
|
|
487
|
+
</summary>
|
|
488
|
+
|
|
489
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/ListFlowOperationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListFlowOperationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListFlowOperationsCommandOutput/)
|
|
490
|
+
|
|
467
491
|
</details>
|
|
468
492
|
<details>
|
|
469
493
|
<summary>
|
|
@@ -504,6 +528,22 @@ StartAnalysisReport
|
|
|
504
528
|
|
|
505
529
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/StartAnalysisReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/StartAnalysisReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/StartAnalysisReportCommandOutput/)
|
|
506
530
|
|
|
531
|
+
</details>
|
|
532
|
+
<details>
|
|
533
|
+
<summary>
|
|
534
|
+
StartFlowCapture
|
|
535
|
+
</summary>
|
|
536
|
+
|
|
537
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/StartFlowCaptureCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/StartFlowCaptureCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/StartFlowCaptureCommandOutput/)
|
|
538
|
+
|
|
539
|
+
</details>
|
|
540
|
+
<details>
|
|
541
|
+
<summary>
|
|
542
|
+
StartFlowFlush
|
|
543
|
+
</summary>
|
|
544
|
+
|
|
545
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/StartFlowFlushCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/StartFlowFlushCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/StartFlowFlushCommandOutput/)
|
|
546
|
+
|
|
507
547
|
</details>
|
|
508
548
|
<details>
|
|
509
549
|
<summary>
|