@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
@@ -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_DeleteRuleGroupCommand, se_DeleteRuleGroupCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteRuleGroupCommand 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_DeleteTLSInspectionConfigurationCommand, se_DeleteTLSInspectionConfigurationCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DeleteTLSInspectionConfigurationCommand 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_DescribeFirewallCommand, se_DescribeFirewallCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeFirewallCommand 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_DescribeFirewallPolicyCommand, se_DescribeFirewallPolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeFirewallPolicyCommand 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_DescribeLoggingConfigurationCommand, se_DescribeLoggingConfigurationCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeLoggingConfigurationCommand 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_DescribeResourcePolicyCommand, se_DescribeResourcePolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeResourcePolicyCommand 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_DescribeRuleGroupCommand, se_DescribeRuleGroupCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeRuleGroupCommand 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_DescribeRuleGroupMetadataCommand, se_DescribeRuleGroupMetadataCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeRuleGroupMetadataCommand 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_DescribeTLSInspectionConfigurationCommand, se_DescribeTLSInspectionConfigurationCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DescribeTLSInspectionConfigurationCommand 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_DisassociateSubnetsCommand, se_DisassociateSubnetsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class DisassociateSubnetsCommand 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_ListFirewallPoliciesCommand, se_ListFirewallPoliciesCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListFirewallPoliciesCommand 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_ListFirewallsCommand, se_ListFirewallsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListFirewallsCommand 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_ListRuleGroupsCommand, se_ListRuleGroupsCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListRuleGroupsCommand 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_ListTLSInspectionConfigurationsCommand, se_ListTLSInspectionConfigurationsCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListTLSInspectionConfigurationsCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand 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_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class PutResourcePolicyCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class TagResourceCommand 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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UntagResourceCommand 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_UpdateFirewallDeleteProtectionCommand, se_UpdateFirewallDeleteProtectionCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateFirewallDeleteProtectionCommand 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_UpdateFirewallDescriptionCommand, se_UpdateFirewallDescriptionCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateFirewallDescriptionCommand 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_UpdateFirewallEncryptionConfigurationCommand, se_UpdateFirewallEncryptionConfigurationCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateFirewallEncryptionConfigurationCommand 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_UpdateFirewallPolicyChangeProtectionCommand, se_UpdateFirewallPolicyChangeProtectionCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateFirewallPolicyChangeProtectionCommand 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_UpdateFirewallPolicyCommand, se_UpdateFirewallPolicyCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateFirewallPolicyCommand 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_UpdateLoggingConfigurationCommand, se_UpdateLoggingConfigurationCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateLoggingConfigurationCommand 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_UpdateRuleGroupCommand, se_UpdateRuleGroupCommand } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateRuleGroupCommand 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_UpdateSubnetChangeProtectionCommand, se_UpdateSubnetChangeProtectionCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateSubnetChangeProtectionCommand 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_UpdateTLSInspectionConfigurationCommand, se_UpdateTLSInspectionConfigurationCommand, } from "../protocols/Aws_json1_0";
5
+ export { $Command };
5
6
  export class UpdateTLSInspectionConfigurationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./NetworkFirewall";
2
1
  export * from "./NetworkFirewallClient";
2
+ export * from "./NetworkFirewall";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { NetworkFirewallServiceException } from "./models/NetworkFirewallServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class NetworkFirewallServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -45,6 +45,7 @@ import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./com
45
45
  import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
46
46
  import { UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput } from "./commands/UpdateTLSInspectionConfigurationCommand";
47
47
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
48
+ export { __Client };
48
49
  /**
49
50
  * @public
50
51
  */
@@ -159,7 +160,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
159
160
  /**
160
161
  * @public
161
162
  */
162
- type NetworkFirewallClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
163
+ export type NetworkFirewallClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
163
164
  /**
164
165
  * @public
165
166
  *
@@ -170,7 +171,7 @@ export interface NetworkFirewallClientConfig extends NetworkFirewallClientConfig
170
171
  /**
171
172
  * @public
172
173
  */
173
- type NetworkFirewallClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
174
+ export type NetworkFirewallClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
174
175
  /**
175
176
  * @public
176
177
  *
@@ -272,4 +273,3 @@ export declare class NetworkFirewallClient extends __Client<__HttpHandlerOptions
272
273
  */
273
274
  destroy(): void;
274
275
  }
275
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateFirewallPolicyRequest, AssociateFirewallPolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AssociateSubnetsRequest, AssociateSubnetsResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateFirewallRequest, CreateFirewallResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateFirewallPolicyRequest, CreateFirewallPolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateTLSInspectionConfigurationRequest, CreateTLSInspectionConfigurationResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteFirewallRequest, DeleteFirewallResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteFirewallPolicyRequest, DeleteFirewallPolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteTLSInspectionConfigurationRequest, DeleteTLSInspectionConfigurationResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeFirewallRequest, DescribeFirewallResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeFirewallPolicyRequest, DescribeFirewallPolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeRuleGroupRequest, DescribeRuleGroupResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeRuleGroupMetadataRequest, DescribeRuleGroupMetadataResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DescribeTLSInspectionConfigurationRequest, DescribeTLSInspectionConfigurationResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DisassociateSubnetsRequest, DisassociateSubnetsResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListFirewallPoliciesRequest, ListFirewallPoliciesResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListFirewallsRequest, ListFirewallsResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTLSInspectionConfigurationsRequest, ListTLSInspectionConfigurationsResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *