@aws-sdk/client-network-firewall 3.750.0 → 3.758.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.
Files changed (42) hide show
  1. package/README.md +36 -1
  2. package/dist-cjs/index.js +213 -0
  3. package/dist-es/NetworkFirewall.js +8 -0
  4. package/dist-es/commands/GetAnalysisReportResultsCommand.js +22 -0
  5. package/dist-es/commands/ListAnalysisReportsCommand.js +22 -0
  6. package/dist-es/commands/StartAnalysisReportCommand.js +22 -0
  7. package/dist-es/commands/UpdateFirewallAnalysisSettingsCommand.js +22 -0
  8. package/dist-es/commands/index.js +4 -0
  9. package/dist-es/models/models_0.js +4 -0
  10. package/dist-es/pagination/GetAnalysisReportResultsPaginator.js +4 -0
  11. package/dist-es/pagination/ListAnalysisReportsPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +2 -0
  13. package/dist-es/protocols/Aws_json1_0.js +127 -0
  14. package/dist-types/NetworkFirewall.d.ts +34 -1
  15. package/dist-types/NetworkFirewallClient.d.ts +10 -3
  16. package/dist-types/commands/CreateFirewallCommand.d.ts +9 -2
  17. package/dist-types/commands/DeleteFirewallCommand.d.ts +3 -0
  18. package/dist-types/commands/DescribeFirewallCommand.d.ts +3 -0
  19. package/dist-types/commands/GetAnalysisReportResultsCommand.d.ts +121 -0
  20. package/dist-types/commands/ListAnalysisReportsCommand.d.ts +108 -0
  21. package/dist-types/commands/StartAnalysisReportCommand.d.ts +100 -0
  22. package/dist-types/commands/UpdateFirewallAnalysisSettingsCommand.d.ts +107 -0
  23. package/dist-types/commands/index.d.ts +4 -0
  24. package/dist-types/index.d.ts +4 -1
  25. package/dist-types/models/models_0.d.ts +335 -6
  26. package/dist-types/pagination/GetAnalysisReportResultsPaginator.d.ts +7 -0
  27. package/dist-types/pagination/ListAnalysisReportsPaginator.d.ts +7 -0
  28. package/dist-types/pagination/index.d.ts +2 -0
  29. package/dist-types/protocols/Aws_json1_0.d.ts +36 -0
  30. package/dist-types/ts3.4/NetworkFirewall.d.ts +70 -0
  31. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +24 -0
  32. package/dist-types/ts3.4/commands/GetAnalysisReportResultsCommand.d.ts +51 -0
  33. package/dist-types/ts3.4/commands/ListAnalysisReportsCommand.d.ts +51 -0
  34. package/dist-types/ts3.4/commands/StartAnalysisReportCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/UpdateFirewallAnalysisSettingsCommand.d.ts +51 -0
  36. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  37. package/dist-types/ts3.4/models/models_0.d.ts +76 -2
  38. package/dist-types/ts3.4/pagination/GetAnalysisReportResultsPaginator.d.ts +11 -0
  39. package/dist-types/ts3.4/pagination/ListAnalysisReportsPaginator.d.ts +11 -0
  40. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  41. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +48 -0
  42. package/package.json +12 -12
package/README.md CHANGED
@@ -32,7 +32,10 @@ Guide</a>.</p>
32
32
  prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the
33
33
  perimeter of your VPC. This includes filtering traffic going to and coming from an internet
34
34
  gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible
35
- with Suricata, a free, open source network analysis and threat detection engine. </p>
35
+ with Suricata, a free, open source network analysis and threat detection engine.
36
+ Network Firewall supports Suricata version 7.0.3. For information about Suricata,
37
+ see the <a href="https://suricata.io/">Suricata website</a> and the
38
+ <a href="https://suricata.readthedocs.io/en/suricata-7.0.3/">Suricata User Guide</a>. </p>
36
39
  <p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.
37
40
  The following are just a few examples: </p>
38
41
  <ul>
@@ -429,6 +432,22 @@ DisassociateSubnets
429
432
 
430
433
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/DisassociateSubnetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DisassociateSubnetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/DisassociateSubnetsCommandOutput/)
431
434
 
435
+ </details>
436
+ <details>
437
+ <summary>
438
+ GetAnalysisReportResults
439
+ </summary>
440
+
441
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/GetAnalysisReportResultsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/GetAnalysisReportResultsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/GetAnalysisReportResultsCommandOutput/)
442
+
443
+ </details>
444
+ <details>
445
+ <summary>
446
+ ListAnalysisReports
447
+ </summary>
448
+
449
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/ListAnalysisReportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListAnalysisReportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/ListAnalysisReportsCommandOutput/)
450
+
432
451
  </details>
433
452
  <details>
434
453
  <summary>
@@ -477,6 +496,14 @@ PutResourcePolicy
477
496
 
478
497
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/PutResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/PutResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/PutResourcePolicyCommandOutput/)
479
498
 
499
+ </details>
500
+ <details>
501
+ <summary>
502
+ StartAnalysisReport
503
+ </summary>
504
+
505
+ [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
+
480
507
  </details>
481
508
  <details>
482
509
  <summary>
@@ -493,6 +520,14 @@ UntagResource
493
520
 
494
521
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/UntagResourceCommandOutput/)
495
522
 
523
+ </details>
524
+ <details>
525
+ <summary>
526
+ UpdateFirewallAnalysisSettings
527
+ </summary>
528
+
529
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/network-firewall/command/UpdateFirewallAnalysisSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/UpdateFirewallAnalysisSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-network-firewall/Interface/UpdateFirewallAnalysisSettingsCommandOutput/)
530
+
496
531
  </details>
497
532
  <details>
498
533
  <summary>
package/dist-cjs/index.js CHANGED
@@ -42,9 +42,11 @@ __export(src_exports, {
42
42
  DescribeRuleGroupMetadataCommand: () => DescribeRuleGroupMetadataCommand,
43
43
  DescribeTLSInspectionConfigurationCommand: () => DescribeTLSInspectionConfigurationCommand,
44
44
  DisassociateSubnetsCommand: () => DisassociateSubnetsCommand,
45
+ EnabledAnalysisType: () => EnabledAnalysisType,
45
46
  EncryptionType: () => EncryptionType,
46
47
  FirewallStatusValue: () => FirewallStatusValue,
47
48
  GeneratedRulesType: () => GeneratedRulesType,
49
+ GetAnalysisReportResultsCommand: () => GetAnalysisReportResultsCommand,
48
50
  IPAddressType: () => IPAddressType,
49
51
  IdentifiedType: () => IdentifiedType,
50
52
  InsufficientCapacityException: () => InsufficientCapacityException,
@@ -54,6 +56,7 @@ __export(src_exports, {
54
56
  InvalidResourcePolicyException: () => InvalidResourcePolicyException,
55
57
  InvalidTokenException: () => InvalidTokenException,
56
58
  LimitExceededException: () => LimitExceededException,
59
+ ListAnalysisReportsCommand: () => ListAnalysisReportsCommand,
57
60
  ListFirewallPoliciesCommand: () => ListFirewallPoliciesCommand,
58
61
  ListFirewallsCommand: () => ListFirewallsCommand,
59
62
  ListRuleGroupsCommand: () => ListRuleGroupsCommand,
@@ -76,6 +79,7 @@ __export(src_exports, {
76
79
  RevocationCheckAction: () => RevocationCheckAction,
77
80
  RuleGroupType: () => RuleGroupType,
78
81
  RuleOrder: () => RuleOrder,
82
+ StartAnalysisReportCommand: () => StartAnalysisReportCommand,
79
83
  StatefulAction: () => StatefulAction,
80
84
  StatefulRuleDirection: () => StatefulRuleDirection,
81
85
  StatefulRuleProtocol: () => StatefulRuleProtocol,
@@ -86,6 +90,7 @@ __export(src_exports, {
86
90
  ThrottlingException: () => ThrottlingException,
87
91
  UnsupportedOperationException: () => UnsupportedOperationException,
88
92
  UntagResourceCommand: () => UntagResourceCommand,
93
+ UpdateFirewallAnalysisSettingsCommand: () => UpdateFirewallAnalysisSettingsCommand,
89
94
  UpdateFirewallDeleteProtectionCommand: () => UpdateFirewallDeleteProtectionCommand,
90
95
  UpdateFirewallDescriptionCommand: () => UpdateFirewallDescriptionCommand,
91
96
  UpdateFirewallEncryptionConfigurationCommand: () => UpdateFirewallEncryptionConfigurationCommand,
@@ -96,6 +101,8 @@ __export(src_exports, {
96
101
  UpdateSubnetChangeProtectionCommand: () => UpdateSubnetChangeProtectionCommand,
97
102
  UpdateTLSInspectionConfigurationCommand: () => UpdateTLSInspectionConfigurationCommand,
98
103
  __Client: () => import_smithy_client.Client,
104
+ paginateGetAnalysisReportResults: () => paginateGetAnalysisReportResults,
105
+ paginateListAnalysisReports: () => paginateListAnalysisReports,
99
106
  paginateListFirewallPolicies: () => paginateListFirewallPolicies,
100
107
  paginateListFirewalls: () => paginateListFirewalls,
101
108
  paginateListRuleGroups: () => paginateListRuleGroups,
@@ -275,6 +282,10 @@ var NetworkFirewallServiceException = class _NetworkFirewallServiceException ext
275
282
  };
276
283
 
277
284
  // src/models/models_0.ts
285
+ var EnabledAnalysisType = {
286
+ HTTP_HOST: "HTTP_HOST",
287
+ TLS_SNI: "TLS_SNI"
288
+ };
278
289
  var IdentifiedType = {
279
290
  STATELESS_RULE_CONTAINS_TCP_FLAGS: "STATELESS_RULE_CONTAINS_TCP_FLAGS",
280
291
  STATELESS_RULE_FORWARDING_ASYMMETRICALLY: "STATELESS_RULE_FORWARDING_ASYMMETRICALLY"
@@ -760,6 +771,18 @@ var se_DisassociateSubnetsCommand = /* @__PURE__ */ __name(async (input, context
760
771
  body = JSON.stringify((0, import_smithy_client._json)(input));
761
772
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
762
773
  }, "se_DisassociateSubnetsCommand");
774
+ var se_GetAnalysisReportResultsCommand = /* @__PURE__ */ __name(async (input, context) => {
775
+ const headers = sharedHeaders("GetAnalysisReportResults");
776
+ let body;
777
+ body = JSON.stringify((0, import_smithy_client._json)(input));
778
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
779
+ }, "se_GetAnalysisReportResultsCommand");
780
+ var se_ListAnalysisReportsCommand = /* @__PURE__ */ __name(async (input, context) => {
781
+ const headers = sharedHeaders("ListAnalysisReports");
782
+ let body;
783
+ body = JSON.stringify((0, import_smithy_client._json)(input));
784
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
785
+ }, "se_ListAnalysisReportsCommand");
763
786
  var se_ListFirewallPoliciesCommand = /* @__PURE__ */ __name(async (input, context) => {
764
787
  const headers = sharedHeaders("ListFirewallPolicies");
765
788
  let body;
@@ -796,6 +819,12 @@ var se_PutResourcePolicyCommand = /* @__PURE__ */ __name(async (input, context)
796
819
  body = JSON.stringify((0, import_smithy_client._json)(input));
797
820
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
798
821
  }, "se_PutResourcePolicyCommand");
822
+ var se_StartAnalysisReportCommand = /* @__PURE__ */ __name(async (input, context) => {
823
+ const headers = sharedHeaders("StartAnalysisReport");
824
+ let body;
825
+ body = JSON.stringify((0, import_smithy_client._json)(input));
826
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
827
+ }, "se_StartAnalysisReportCommand");
799
828
  var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
800
829
  const headers = sharedHeaders("TagResource");
801
830
  let body;
@@ -808,6 +837,12 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
808
837
  body = JSON.stringify((0, import_smithy_client._json)(input));
809
838
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
810
839
  }, "se_UntagResourceCommand");
840
+ var se_UpdateFirewallAnalysisSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
841
+ const headers = sharedHeaders("UpdateFirewallAnalysisSettings");
842
+ let body;
843
+ body = JSON.stringify((0, import_smithy_client._json)(input));
844
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
845
+ }, "se_UpdateFirewallAnalysisSettingsCommand");
811
846
  var se_UpdateFirewallDeleteProtectionCommand = /* @__PURE__ */ __name(async (input, context) => {
812
847
  const headers = sharedHeaders("UpdateFirewallDeleteProtection");
813
848
  let body;
@@ -1109,6 +1144,32 @@ var de_DisassociateSubnetsCommand = /* @__PURE__ */ __name(async (output, contex
1109
1144
  };
1110
1145
  return response;
1111
1146
  }, "de_DisassociateSubnetsCommand");
1147
+ var de_GetAnalysisReportResultsCommand = /* @__PURE__ */ __name(async (output, context) => {
1148
+ if (output.statusCode >= 300) {
1149
+ return de_CommandError(output, context);
1150
+ }
1151
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1152
+ let contents = {};
1153
+ contents = de_GetAnalysisReportResultsResponse(data, context);
1154
+ const response = {
1155
+ $metadata: deserializeMetadata(output),
1156
+ ...contents
1157
+ };
1158
+ return response;
1159
+ }, "de_GetAnalysisReportResultsCommand");
1160
+ var de_ListAnalysisReportsCommand = /* @__PURE__ */ __name(async (output, context) => {
1161
+ if (output.statusCode >= 300) {
1162
+ return de_CommandError(output, context);
1163
+ }
1164
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1165
+ let contents = {};
1166
+ contents = de_ListAnalysisReportsResponse(data, context);
1167
+ const response = {
1168
+ $metadata: deserializeMetadata(output),
1169
+ ...contents
1170
+ };
1171
+ return response;
1172
+ }, "de_ListAnalysisReportsCommand");
1112
1173
  var de_ListFirewallPoliciesCommand = /* @__PURE__ */ __name(async (output, context) => {
1113
1174
  if (output.statusCode >= 300) {
1114
1175
  return de_CommandError(output, context);
@@ -1187,6 +1248,19 @@ var de_PutResourcePolicyCommand = /* @__PURE__ */ __name(async (output, context)
1187
1248
  };
1188
1249
  return response;
1189
1250
  }, "de_PutResourcePolicyCommand");
1251
+ var de_StartAnalysisReportCommand = /* @__PURE__ */ __name(async (output, context) => {
1252
+ if (output.statusCode >= 300) {
1253
+ return de_CommandError(output, context);
1254
+ }
1255
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1256
+ let contents = {};
1257
+ contents = (0, import_smithy_client._json)(data);
1258
+ const response = {
1259
+ $metadata: deserializeMetadata(output),
1260
+ ...contents
1261
+ };
1262
+ return response;
1263
+ }, "de_StartAnalysisReportCommand");
1190
1264
  var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
1191
1265
  if (output.statusCode >= 300) {
1192
1266
  return de_CommandError(output, context);
@@ -1213,6 +1287,19 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
1213
1287
  };
1214
1288
  return response;
1215
1289
  }, "de_UntagResourceCommand");
1290
+ var de_UpdateFirewallAnalysisSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
1291
+ if (output.statusCode >= 300) {
1292
+ return de_CommandError(output, context);
1293
+ }
1294
+ const data = await (0, import_core2.parseJsonBody)(output.body, context);
1295
+ let contents = {};
1296
+ contents = (0, import_smithy_client._json)(data);
1297
+ const response = {
1298
+ $metadata: deserializeMetadata(output),
1299
+ ...contents
1300
+ };
1301
+ return response;
1302
+ }, "de_UpdateFirewallAnalysisSettingsCommand");
1216
1303
  var de_UpdateFirewallDeleteProtectionCommand = /* @__PURE__ */ __name(async (output, context) => {
1217
1304
  if (output.statusCode >= 300) {
1218
1305
  return de_CommandError(output, context);
@@ -1520,6 +1607,36 @@ var se_UpdateRuleGroupRequest = /* @__PURE__ */ __name((input, context) => {
1520
1607
  UpdateToken: []
1521
1608
  });
1522
1609
  }, "se_UpdateRuleGroupRequest");
1610
+ var de_AnalysisReport = /* @__PURE__ */ __name((output, context) => {
1611
+ return (0, import_smithy_client.take)(output, {
1612
+ AnalysisReportId: import_smithy_client.expectString,
1613
+ AnalysisType: import_smithy_client.expectString,
1614
+ ReportTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1615
+ Status: import_smithy_client.expectString
1616
+ });
1617
+ }, "de_AnalysisReport");
1618
+ var de_AnalysisReportResults = /* @__PURE__ */ __name((output, context) => {
1619
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
1620
+ return de_AnalysisTypeReportResult(entry, context);
1621
+ });
1622
+ return retVal;
1623
+ }, "de_AnalysisReportResults");
1624
+ var de_AnalysisReports = /* @__PURE__ */ __name((output, context) => {
1625
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
1626
+ return de_AnalysisReport(entry, context);
1627
+ });
1628
+ return retVal;
1629
+ }, "de_AnalysisReports");
1630
+ var de_AnalysisTypeReportResult = /* @__PURE__ */ __name((output, context) => {
1631
+ return (0, import_smithy_client.take)(output, {
1632
+ Domain: import_smithy_client.expectString,
1633
+ FirstAccessed: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1634
+ Hits: import_smithy_client._json,
1635
+ LastAccessed: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1636
+ Protocol: import_smithy_client.expectString,
1637
+ UniqueSources: import_smithy_client._json
1638
+ });
1639
+ }, "de_AnalysisTypeReportResult");
1523
1640
  var de_CreateFirewallPolicyResponse = /* @__PURE__ */ __name((output, context) => {
1524
1641
  return (0, import_smithy_client.take)(output, {
1525
1642
  FirewallPolicyResponse: (_) => de_FirewallPolicyResponse(_, context),
@@ -1600,6 +1717,23 @@ var de_FirewallPolicyResponse = /* @__PURE__ */ __name((output, context) => {
1600
1717
  Tags: import_smithy_client._json
1601
1718
  });
1602
1719
  }, "de_FirewallPolicyResponse");
1720
+ var de_GetAnalysisReportResultsResponse = /* @__PURE__ */ __name((output, context) => {
1721
+ return (0, import_smithy_client.take)(output, {
1722
+ AnalysisReportResults: (_) => de_AnalysisReportResults(_, context),
1723
+ AnalysisType: import_smithy_client.expectString,
1724
+ EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1725
+ NextToken: import_smithy_client.expectString,
1726
+ ReportTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1727
+ StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1728
+ Status: import_smithy_client.expectString
1729
+ });
1730
+ }, "de_GetAnalysisReportResultsResponse");
1731
+ var de_ListAnalysisReportsResponse = /* @__PURE__ */ __name((output, context) => {
1732
+ return (0, import_smithy_client.take)(output, {
1733
+ AnalysisReports: (_) => de_AnalysisReports(_, context),
1734
+ NextToken: import_smithy_client.expectString
1735
+ });
1736
+ }, "de_ListAnalysisReportsResponse");
1603
1737
  var de_RuleGroupResponse = /* @__PURE__ */ __name((output, context) => {
1604
1738
  return (0, import_smithy_client.take)(output, {
1605
1739
  AnalysisResults: import_smithy_client._json,
@@ -1967,6 +2101,36 @@ var DisassociateSubnetsCommand = class extends import_smithy_client.Command.clas
1967
2101
  }
1968
2102
  };
1969
2103
 
2104
+ // src/commands/GetAnalysisReportResultsCommand.ts
2105
+
2106
+
2107
+
2108
+ var GetAnalysisReportResultsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2109
+ return [
2110
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2111
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2112
+ ];
2113
+ }).s("NetworkFirewall_20201112", "GetAnalysisReportResults", {}).n("NetworkFirewallClient", "GetAnalysisReportResultsCommand").f(void 0, void 0).ser(se_GetAnalysisReportResultsCommand).de(de_GetAnalysisReportResultsCommand).build() {
2114
+ static {
2115
+ __name(this, "GetAnalysisReportResultsCommand");
2116
+ }
2117
+ };
2118
+
2119
+ // src/commands/ListAnalysisReportsCommand.ts
2120
+
2121
+
2122
+
2123
+ var ListAnalysisReportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2124
+ return [
2125
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2126
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2127
+ ];
2128
+ }).s("NetworkFirewall_20201112", "ListAnalysisReports", {}).n("NetworkFirewallClient", "ListAnalysisReportsCommand").f(void 0, void 0).ser(se_ListAnalysisReportsCommand).de(de_ListAnalysisReportsCommand).build() {
2129
+ static {
2130
+ __name(this, "ListAnalysisReportsCommand");
2131
+ }
2132
+ };
2133
+
1970
2134
  // src/commands/ListFirewallPoliciesCommand.ts
1971
2135
 
1972
2136
 
@@ -2057,6 +2221,21 @@ var PutResourcePolicyCommand = class extends import_smithy_client.Command.classB
2057
2221
  }
2058
2222
  };
2059
2223
 
2224
+ // src/commands/StartAnalysisReportCommand.ts
2225
+
2226
+
2227
+
2228
+ var StartAnalysisReportCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2229
+ return [
2230
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2231
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2232
+ ];
2233
+ }).s("NetworkFirewall_20201112", "StartAnalysisReport", {}).n("NetworkFirewallClient", "StartAnalysisReportCommand").f(void 0, void 0).ser(se_StartAnalysisReportCommand).de(de_StartAnalysisReportCommand).build() {
2234
+ static {
2235
+ __name(this, "StartAnalysisReportCommand");
2236
+ }
2237
+ };
2238
+
2060
2239
  // src/commands/TagResourceCommand.ts
2061
2240
 
2062
2241
 
@@ -2087,6 +2266,21 @@ var UntagResourceCommand = class extends import_smithy_client.Command.classBuild
2087
2266
  }
2088
2267
  };
2089
2268
 
2269
+ // src/commands/UpdateFirewallAnalysisSettingsCommand.ts
2270
+
2271
+
2272
+
2273
+ var UpdateFirewallAnalysisSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2274
+ return [
2275
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2276
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2277
+ ];
2278
+ }).s("NetworkFirewall_20201112", "UpdateFirewallAnalysisSettings", {}).n("NetworkFirewallClient", "UpdateFirewallAnalysisSettingsCommand").f(void 0, void 0).ser(se_UpdateFirewallAnalysisSettingsCommand).de(de_UpdateFirewallAnalysisSettingsCommand).build() {
2279
+ static {
2280
+ __name(this, "UpdateFirewallAnalysisSettingsCommand");
2281
+ }
2282
+ };
2283
+
2090
2284
  // src/commands/UpdateFirewallDeleteProtectionCommand.ts
2091
2285
 
2092
2286
 
@@ -2243,14 +2437,18 @@ var commands = {
2243
2437
  DescribeRuleGroupMetadataCommand,
2244
2438
  DescribeTLSInspectionConfigurationCommand,
2245
2439
  DisassociateSubnetsCommand,
2440
+ GetAnalysisReportResultsCommand,
2441
+ ListAnalysisReportsCommand,
2246
2442
  ListFirewallPoliciesCommand,
2247
2443
  ListFirewallsCommand,
2248
2444
  ListRuleGroupsCommand,
2249
2445
  ListTagsForResourceCommand,
2250
2446
  ListTLSInspectionConfigurationsCommand,
2251
2447
  PutResourcePolicyCommand,
2448
+ StartAnalysisReportCommand,
2252
2449
  TagResourceCommand,
2253
2450
  UntagResourceCommand,
2451
+ UpdateFirewallAnalysisSettingsCommand,
2254
2452
  UpdateFirewallDeleteProtectionCommand,
2255
2453
  UpdateFirewallDescriptionCommand,
2256
2454
  UpdateFirewallEncryptionConfigurationCommand,
@@ -2268,6 +2466,14 @@ var NetworkFirewall = class extends NetworkFirewallClient {
2268
2466
  };
2269
2467
  (0, import_smithy_client.createAggregatedClient)(commands, NetworkFirewall);
2270
2468
 
2469
+ // src/pagination/GetAnalysisReportResultsPaginator.ts
2470
+
2471
+ var paginateGetAnalysisReportResults = (0, import_core.createPaginator)(NetworkFirewallClient, GetAnalysisReportResultsCommand, "NextToken", "NextToken", "MaxResults");
2472
+
2473
+ // src/pagination/ListAnalysisReportsPaginator.ts
2474
+
2475
+ var paginateListAnalysisReports = (0, import_core.createPaginator)(NetworkFirewallClient, ListAnalysisReportsCommand, "NextToken", "NextToken", "MaxResults");
2476
+
2271
2477
  // src/pagination/ListFirewallPoliciesPaginator.ts
2272
2478
 
2273
2479
  var paginateListFirewallPolicies = (0, import_core.createPaginator)(NetworkFirewallClient, ListFirewallPoliciesCommand, "NextToken", "NextToken", "MaxResults");
@@ -2314,14 +2520,18 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewa
2314
2520
  DescribeRuleGroupMetadataCommand,
2315
2521
  DescribeTLSInspectionConfigurationCommand,
2316
2522
  DisassociateSubnetsCommand,
2523
+ GetAnalysisReportResultsCommand,
2524
+ ListAnalysisReportsCommand,
2317
2525
  ListFirewallPoliciesCommand,
2318
2526
  ListFirewallsCommand,
2319
2527
  ListRuleGroupsCommand,
2320
2528
  ListTLSInspectionConfigurationsCommand,
2321
2529
  ListTagsForResourceCommand,
2322
2530
  PutResourcePolicyCommand,
2531
+ StartAnalysisReportCommand,
2323
2532
  TagResourceCommand,
2324
2533
  UntagResourceCommand,
2534
+ UpdateFirewallAnalysisSettingsCommand,
2325
2535
  UpdateFirewallDeleteProtectionCommand,
2326
2536
  UpdateFirewallDescriptionCommand,
2327
2537
  UpdateFirewallEncryptionConfigurationCommand,
@@ -2331,11 +2541,14 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewa
2331
2541
  UpdateRuleGroupCommand,
2332
2542
  UpdateSubnetChangeProtectionCommand,
2333
2543
  UpdateTLSInspectionConfigurationCommand,
2544
+ paginateGetAnalysisReportResults,
2545
+ paginateListAnalysisReports,
2334
2546
  paginateListFirewallPolicies,
2335
2547
  paginateListFirewalls,
2336
2548
  paginateListRuleGroups,
2337
2549
  paginateListTLSInspectionConfigurations,
2338
2550
  paginateListTagsForResource,
2551
+ EnabledAnalysisType,
2339
2552
  IdentifiedType,
2340
2553
  InternalServerError,
2341
2554
  InvalidOperationException,
@@ -18,14 +18,18 @@ import { DescribeRuleGroupCommand, } from "./commands/DescribeRuleGroupCommand";
18
18
  import { DescribeRuleGroupMetadataCommand, } from "./commands/DescribeRuleGroupMetadataCommand";
19
19
  import { DescribeTLSInspectionConfigurationCommand, } from "./commands/DescribeTLSInspectionConfigurationCommand";
20
20
  import { DisassociateSubnetsCommand, } from "./commands/DisassociateSubnetsCommand";
21
+ import { GetAnalysisReportResultsCommand, } from "./commands/GetAnalysisReportResultsCommand";
22
+ import { ListAnalysisReportsCommand, } from "./commands/ListAnalysisReportsCommand";
21
23
  import { ListFirewallPoliciesCommand, } from "./commands/ListFirewallPoliciesCommand";
22
24
  import { ListFirewallsCommand, } from "./commands/ListFirewallsCommand";
23
25
  import { ListRuleGroupsCommand, } from "./commands/ListRuleGroupsCommand";
24
26
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
25
27
  import { ListTLSInspectionConfigurationsCommand, } from "./commands/ListTLSInspectionConfigurationsCommand";
26
28
  import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
29
+ import { StartAnalysisReportCommand, } from "./commands/StartAnalysisReportCommand";
27
30
  import { TagResourceCommand } from "./commands/TagResourceCommand";
28
31
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
32
+ import { UpdateFirewallAnalysisSettingsCommand, } from "./commands/UpdateFirewallAnalysisSettingsCommand";
29
33
  import { UpdateFirewallDeleteProtectionCommand, } from "./commands/UpdateFirewallDeleteProtectionCommand";
30
34
  import { UpdateFirewallDescriptionCommand, } from "./commands/UpdateFirewallDescriptionCommand";
31
35
  import { UpdateFirewallEncryptionConfigurationCommand, } from "./commands/UpdateFirewallEncryptionConfigurationCommand";
@@ -56,14 +60,18 @@ const commands = {
56
60
  DescribeRuleGroupMetadataCommand,
57
61
  DescribeTLSInspectionConfigurationCommand,
58
62
  DisassociateSubnetsCommand,
63
+ GetAnalysisReportResultsCommand,
64
+ ListAnalysisReportsCommand,
59
65
  ListFirewallPoliciesCommand,
60
66
  ListFirewallsCommand,
61
67
  ListRuleGroupsCommand,
62
68
  ListTagsForResourceCommand,
63
69
  ListTLSInspectionConfigurationsCommand,
64
70
  PutResourcePolicyCommand,
71
+ StartAnalysisReportCommand,
65
72
  TagResourceCommand,
66
73
  UntagResourceCommand,
74
+ UpdateFirewallAnalysisSettingsCommand,
67
75
  UpdateFirewallDeleteProtectionCommand,
68
76
  UpdateFirewallDescriptionCommand,
69
77
  UpdateFirewallEncryptionConfigurationCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetAnalysisReportResultsCommand, se_GetAnalysisReportResultsCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
7
+ export class GetAnalysisReportResultsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("NetworkFirewall_20201112", "GetAnalysisReportResults", {})
17
+ .n("NetworkFirewallClient", "GetAnalysisReportResultsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_GetAnalysisReportResultsCommand)
20
+ .de(de_GetAnalysisReportResultsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListAnalysisReportsCommand, se_ListAnalysisReportsCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
7
+ export class ListAnalysisReportsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("NetworkFirewall_20201112", "ListAnalysisReports", {})
17
+ .n("NetworkFirewallClient", "ListAnalysisReportsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ListAnalysisReportsCommand)
20
+ .de(de_ListAnalysisReportsCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_StartAnalysisReportCommand, se_StartAnalysisReportCommand } from "../protocols/Aws_json1_0";
6
+ export { $Command };
7
+ export class StartAnalysisReportCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("NetworkFirewall_20201112", "StartAnalysisReport", {})
17
+ .n("NetworkFirewallClient", "StartAnalysisReportCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_StartAnalysisReportCommand)
20
+ .de(de_StartAnalysisReportCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateFirewallAnalysisSettingsCommand, se_UpdateFirewallAnalysisSettingsCommand, } from "../protocols/Aws_json1_0";
6
+ export { $Command };
7
+ export class UpdateFirewallAnalysisSettingsCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("NetworkFirewall_20201112", "UpdateFirewallAnalysisSettings", {})
17
+ .n("NetworkFirewallClient", "UpdateFirewallAnalysisSettingsCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_UpdateFirewallAnalysisSettingsCommand)
20
+ .de(de_UpdateFirewallAnalysisSettingsCommand)
21
+ .build() {
22
+ }
@@ -17,14 +17,18 @@ export * from "./DescribeRuleGroupCommand";
17
17
  export * from "./DescribeRuleGroupMetadataCommand";
18
18
  export * from "./DescribeTLSInspectionConfigurationCommand";
19
19
  export * from "./DisassociateSubnetsCommand";
20
+ export * from "./GetAnalysisReportResultsCommand";
21
+ export * from "./ListAnalysisReportsCommand";
20
22
  export * from "./ListFirewallPoliciesCommand";
21
23
  export * from "./ListFirewallsCommand";
22
24
  export * from "./ListRuleGroupsCommand";
23
25
  export * from "./ListTLSInspectionConfigurationsCommand";
24
26
  export * from "./ListTagsForResourceCommand";
25
27
  export * from "./PutResourcePolicyCommand";
28
+ export * from "./StartAnalysisReportCommand";
26
29
  export * from "./TagResourceCommand";
27
30
  export * from "./UntagResourceCommand";
31
+ export * from "./UpdateFirewallAnalysisSettingsCommand";
28
32
  export * from "./UpdateFirewallDeleteProtectionCommand";
29
33
  export * from "./UpdateFirewallDescriptionCommand";
30
34
  export * from "./UpdateFirewallEncryptionConfigurationCommand";
@@ -1,4 +1,8 @@
1
1
  import { NetworkFirewallServiceException as __BaseException } from "./NetworkFirewallServiceException";
2
+ export const EnabledAnalysisType = {
3
+ HTTP_HOST: "HTTP_HOST",
4
+ TLS_SNI: "TLS_SNI",
5
+ };
2
6
  export const IdentifiedType = {
3
7
  STATELESS_RULE_CONTAINS_TCP_FLAGS: "STATELESS_RULE_CONTAINS_TCP_FLAGS",
4
8
  STATELESS_RULE_FORWARDING_ASYMMETRICALLY: "STATELESS_RULE_FORWARDING_ASYMMETRICALLY",
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { GetAnalysisReportResultsCommand, } from "../commands/GetAnalysisReportResultsCommand";
3
+ import { NetworkFirewallClient } from "../NetworkFirewallClient";
4
+ export const paginateGetAnalysisReportResults = createPaginator(NetworkFirewallClient, GetAnalysisReportResultsCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListAnalysisReportsCommand, } from "../commands/ListAnalysisReportsCommand";
3
+ import { NetworkFirewallClient } from "../NetworkFirewallClient";
4
+ export const paginateListAnalysisReports = createPaginator(NetworkFirewallClient, ListAnalysisReportsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,4 +1,6 @@
1
+ export * from "./GetAnalysisReportResultsPaginator";
1
2
  export * from "./Interfaces";
3
+ export * from "./ListAnalysisReportsPaginator";
2
4
  export * from "./ListFirewallPoliciesPaginator";
3
5
  export * from "./ListFirewallsPaginator";
4
6
  export * from "./ListRuleGroupsPaginator";