@aws-sdk/client-network-firewall 3.335.0 → 3.338.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 (157) hide show
  1. package/dist-cjs/NetworkFirewallClient.js +2 -1
  2. package/dist-cjs/commands/AssociateFirewallPolicyCommand.js +2 -1
  3. package/dist-cjs/commands/AssociateSubnetsCommand.js +2 -1
  4. package/dist-cjs/commands/CreateFirewallCommand.js +2 -1
  5. package/dist-cjs/commands/CreateFirewallPolicyCommand.js +2 -1
  6. package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -1
  7. package/dist-cjs/commands/CreateTLSInspectionConfigurationCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteFirewallCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteTLSInspectionConfigurationCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeFirewallCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeRuleGroupCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeTLSInspectionConfigurationCommand.js +2 -1
  20. package/dist-cjs/commands/DisassociateSubnetsCommand.js +2 -1
  21. package/dist-cjs/commands/ListFirewallPoliciesCommand.js +2 -1
  22. package/dist-cjs/commands/ListFirewallsCommand.js +2 -1
  23. package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -1
  24. package/dist-cjs/commands/ListTLSInspectionConfigurationsCommand.js +2 -1
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  26. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -1
  27. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  28. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  29. package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +2 -1
  30. package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -1
  33. package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +2 -1
  34. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -1
  35. package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -1
  36. package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +2 -1
  37. package/dist-cjs/commands/UpdateTLSInspectionConfigurationCommand.js +2 -1
  38. package/dist-cjs/index.js +2 -2
  39. package/dist-cjs/models/NetworkFirewallServiceException.js +2 -1
  40. package/dist-es/NetworkFirewallClient.js +1 -0
  41. package/dist-es/commands/AssociateFirewallPolicyCommand.js +1 -0
  42. package/dist-es/commands/AssociateSubnetsCommand.js +1 -0
  43. package/dist-es/commands/CreateFirewallCommand.js +1 -0
  44. package/dist-es/commands/CreateFirewallPolicyCommand.js +1 -0
  45. package/dist-es/commands/CreateRuleGroupCommand.js +1 -0
  46. package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +1 -0
  47. package/dist-es/commands/DeleteFirewallCommand.js +1 -0
  48. package/dist-es/commands/DeleteFirewallPolicyCommand.js +1 -0
  49. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
  50. package/dist-es/commands/DeleteRuleGroupCommand.js +1 -0
  51. package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +1 -0
  52. package/dist-es/commands/DescribeFirewallCommand.js +1 -0
  53. package/dist-es/commands/DescribeFirewallPolicyCommand.js +1 -0
  54. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +1 -0
  55. package/dist-es/commands/DescribeResourcePolicyCommand.js +1 -0
  56. package/dist-es/commands/DescribeRuleGroupCommand.js +1 -0
  57. package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +1 -0
  58. package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +1 -0
  59. package/dist-es/commands/DisassociateSubnetsCommand.js +1 -0
  60. package/dist-es/commands/ListFirewallPoliciesCommand.js +1 -0
  61. package/dist-es/commands/ListFirewallsCommand.js +1 -0
  62. package/dist-es/commands/ListRuleGroupsCommand.js +1 -0
  63. package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +1 -0
  64. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  65. package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
  66. package/dist-es/commands/TagResourceCommand.js +1 -0
  67. package/dist-es/commands/UntagResourceCommand.js +1 -0
  68. package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +1 -0
  69. package/dist-es/commands/UpdateFirewallDescriptionCommand.js +1 -0
  70. package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +1 -0
  71. package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +1 -0
  72. package/dist-es/commands/UpdateFirewallPolicyCommand.js +1 -0
  73. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +1 -0
  74. package/dist-es/commands/UpdateRuleGroupCommand.js +1 -0
  75. package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +1 -0
  76. package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +1 -0
  77. package/dist-es/index.js +2 -2
  78. package/dist-es/models/NetworkFirewallServiceException.js +1 -0
  79. package/dist-types/NetworkFirewallClient.d.ts +3 -3
  80. package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +4 -0
  81. package/dist-types/commands/AssociateSubnetsCommand.d.ts +4 -0
  82. package/dist-types/commands/CreateFirewallCommand.d.ts +4 -0
  83. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +4 -0
  84. package/dist-types/commands/CreateRuleGroupCommand.d.ts +4 -0
  85. package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +4 -0
  86. package/dist-types/commands/DeleteFirewallCommand.d.ts +4 -0
  87. package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +4 -0
  88. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  89. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +4 -0
  90. package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +4 -0
  91. package/dist-types/commands/DescribeFirewallCommand.d.ts +4 -0
  92. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +4 -0
  93. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +4 -0
  94. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +4 -0
  95. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +4 -0
  96. package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +4 -0
  97. package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +4 -0
  98. package/dist-types/commands/DisassociateSubnetsCommand.d.ts +4 -0
  99. package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +4 -0
  100. package/dist-types/commands/ListFirewallsCommand.d.ts +4 -0
  101. package/dist-types/commands/ListRuleGroupsCommand.d.ts +4 -0
  102. package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +4 -0
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  104. package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
  105. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  106. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  107. package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +4 -0
  108. package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +4 -0
  109. package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +4 -0
  110. package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +4 -0
  111. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +4 -0
  112. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +4 -0
  113. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +4 -0
  114. package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +4 -0
  115. package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +4 -0
  116. package/dist-types/index.d.ts +84 -2
  117. package/dist-types/models/NetworkFirewallServiceException.d.ts +1 -0
  118. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +3 -3
  119. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/index.d.ts +2 -2
  156. package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +1 -0
  157. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NetworkFirewallClient = void 0;
3
+ exports.NetworkFirewallClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class NetworkFirewallClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateFirewallPolicyCommand = void 0;
3
+ exports.AssociateFirewallPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class AssociateFirewallPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateSubnetsCommand = void 0;
3
+ exports.AssociateSubnetsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class AssociateSubnetsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFirewallCommand = void 0;
3
+ exports.CreateFirewallCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateFirewallCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFirewallPolicyCommand = void 0;
3
+ exports.CreateFirewallPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateFirewallPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRuleGroupCommand = void 0;
3
+ exports.CreateRuleGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateRuleGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTLSInspectionConfigurationCommand = void 0;
3
+ exports.CreateTLSInspectionConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class CreateTLSInspectionConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFirewallCommand = void 0;
3
+ exports.DeleteFirewallCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteFirewallCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFirewallPolicyCommand = void 0;
3
+ exports.DeleteFirewallPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteFirewallPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResourcePolicyCommand = void 0;
3
+ exports.DeleteResourcePolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteResourcePolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRuleGroupCommand = void 0;
3
+ exports.DeleteRuleGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteRuleGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTLSInspectionConfigurationCommand = void 0;
3
+ exports.DeleteTLSInspectionConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DeleteTLSInspectionConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFirewallCommand = void 0;
3
+ exports.DescribeFirewallCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeFirewallCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFirewallPolicyCommand = void 0;
3
+ exports.DescribeFirewallPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeFirewallPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeLoggingConfigurationCommand = void 0;
3
+ exports.DescribeLoggingConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeLoggingConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeResourcePolicyCommand = void 0;
3
+ exports.DescribeResourcePolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeResourcePolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRuleGroupCommand = void 0;
3
+ exports.DescribeRuleGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeRuleGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRuleGroupMetadataCommand = void 0;
3
+ exports.DescribeRuleGroupMetadataCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeRuleGroupMetadataCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeTLSInspectionConfigurationCommand = void 0;
3
+ exports.DescribeTLSInspectionConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DescribeTLSInspectionConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateSubnetsCommand = void 0;
3
+ exports.DisassociateSubnetsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class DisassociateSubnetsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFirewallPoliciesCommand = void 0;
3
+ exports.ListFirewallPoliciesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListFirewallPoliciesCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListFirewallsCommand = void 0;
3
+ exports.ListFirewallsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListFirewallsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListRuleGroupsCommand = void 0;
3
+ exports.ListRuleGroupsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListRuleGroupsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTLSInspectionConfigurationsCommand = void 0;
3
+ exports.ListTLSInspectionConfigurationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListTLSInspectionConfigurationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class ListTagsForResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutResourcePolicyCommand = void 0;
3
+ exports.PutResourcePolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class PutResourcePolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class TagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UntagResourceCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFirewallDeleteProtectionCommand = void 0;
3
+ exports.UpdateFirewallDeleteProtectionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateFirewallDeleteProtectionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFirewallDescriptionCommand = void 0;
3
+ exports.UpdateFirewallDescriptionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateFirewallDescriptionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFirewallEncryptionConfigurationCommand = void 0;
3
+ exports.UpdateFirewallEncryptionConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateFirewallEncryptionConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFirewallPolicyChangeProtectionCommand = void 0;
3
+ exports.UpdateFirewallPolicyChangeProtectionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateFirewallPolicyChangeProtectionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateFirewallPolicyCommand = void 0;
3
+ exports.UpdateFirewallPolicyCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateFirewallPolicyCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateLoggingConfigurationCommand = void 0;
3
+ exports.UpdateLoggingConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateLoggingConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateRuleGroupCommand = void 0;
3
+ exports.UpdateRuleGroupCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateRuleGroupCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSubnetChangeProtectionCommand = void 0;
3
+ exports.UpdateSubnetChangeProtectionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateSubnetChangeProtectionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateTLSInspectionConfigurationCommand = void 0;
3
+ exports.UpdateTLSInspectionConfigurationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
8
9
  class UpdateTLSInspectionConfigurationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NetworkFirewallServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./NetworkFirewall"), exports);
6
5
  tslib_1.__exportStar(require("./NetworkFirewallClient"), exports);
6
+ tslib_1.__exportStar(require("./NetworkFirewall"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var NetworkFirewallServiceException_1 = require("./models/NetworkFirewallServiceException");
11
11
  Object.defineProperty(exports, "NetworkFirewallServiceException", { enumerable: true, get: function () { return NetworkFirewallServiceException_1.NetworkFirewallServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NetworkFirewallServiceException = void 0;
3
+ exports.NetworkFirewallServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class NetworkFirewallServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class NetworkFirewallClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AssociateFirewallPolicyCommand, se_AssociateFirewallPolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class AssociateFirewallPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AssociateSubnetsCommand, se_AssociateSubnetsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class AssociateSubnetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateFirewallCommand, se_CreateFirewallCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateFirewallCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateFirewallPolicyCommand, se_CreateFirewallPolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateFirewallPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateRuleGroupCommand, se_CreateRuleGroupCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateRuleGroupCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateTLSInspectionConfigurationCommand, se_CreateTLSInspectionConfigurationCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class CreateTLSInspectionConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteFirewallCommand, se_DeleteFirewallCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteFirewallCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteFirewallPolicyCommand, se_DeleteFirewallPolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteFirewallPolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteResourcePolicyCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {