@aws-sdk/client-network-firewall 3.477.0 → 3.481.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 (169) hide show
  1. package/dist-cjs/commands/AssociateFirewallPolicyCommand.js +18 -41
  2. package/dist-cjs/commands/AssociateSubnetsCommand.js +18 -41
  3. package/dist-cjs/commands/CreateFirewallCommand.js +18 -41
  4. package/dist-cjs/commands/CreateFirewallPolicyCommand.js +18 -41
  5. package/dist-cjs/commands/CreateRuleGroupCommand.js +18 -41
  6. package/dist-cjs/commands/CreateTLSInspectionConfigurationCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteFirewallCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteRuleGroupCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteTLSInspectionConfigurationCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeFirewallCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeRuleGroupCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeTLSInspectionConfigurationCommand.js +18 -41
  19. package/dist-cjs/commands/DisassociateSubnetsCommand.js +18 -41
  20. package/dist-cjs/commands/ListFirewallPoliciesCommand.js +18 -41
  21. package/dist-cjs/commands/ListFirewallsCommand.js +18 -41
  22. package/dist-cjs/commands/ListRuleGroupsCommand.js +18 -41
  23. package/dist-cjs/commands/ListTLSInspectionConfigurationsCommand.js +18 -41
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  25. package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
  26. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +18 -41
  32. package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +18 -41
  33. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +18 -41
  34. package/dist-cjs/commands/UpdateRuleGroupCommand.js +18 -41
  35. package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +18 -41
  36. package/dist-cjs/commands/UpdateTLSInspectionConfigurationCommand.js +18 -41
  37. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  38. package/dist-cjs/pagination/ListFirewallPoliciesPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListFirewallsPaginator.js +2 -24
  40. package/dist-cjs/pagination/ListRuleGroupsPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListTLSInspectionConfigurationsPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
  43. package/dist-es/commands/AssociateFirewallPolicyCommand.js +18 -41
  44. package/dist-es/commands/AssociateSubnetsCommand.js +18 -41
  45. package/dist-es/commands/CreateFirewallCommand.js +18 -41
  46. package/dist-es/commands/CreateFirewallPolicyCommand.js +18 -41
  47. package/dist-es/commands/CreateRuleGroupCommand.js +18 -41
  48. package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +18 -41
  49. package/dist-es/commands/DeleteFirewallCommand.js +18 -41
  50. package/dist-es/commands/DeleteFirewallPolicyCommand.js +18 -41
  51. package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
  52. package/dist-es/commands/DeleteRuleGroupCommand.js +18 -41
  53. package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +18 -41
  54. package/dist-es/commands/DescribeFirewallCommand.js +18 -41
  55. package/dist-es/commands/DescribeFirewallPolicyCommand.js +18 -41
  56. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +18 -41
  57. package/dist-es/commands/DescribeResourcePolicyCommand.js +18 -41
  58. package/dist-es/commands/DescribeRuleGroupCommand.js +18 -41
  59. package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +18 -41
  60. package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +18 -41
  61. package/dist-es/commands/DisassociateSubnetsCommand.js +18 -41
  62. package/dist-es/commands/ListFirewallPoliciesCommand.js +18 -41
  63. package/dist-es/commands/ListFirewallsCommand.js +18 -41
  64. package/dist-es/commands/ListRuleGroupsCommand.js +18 -41
  65. package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +18 -41
  66. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  67. package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
  68. package/dist-es/commands/TagResourceCommand.js +18 -41
  69. package/dist-es/commands/UntagResourceCommand.js +18 -41
  70. package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +18 -41
  71. package/dist-es/commands/UpdateFirewallDescriptionCommand.js +18 -41
  72. package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +18 -41
  73. package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +18 -41
  74. package/dist-es/commands/UpdateFirewallPolicyCommand.js +18 -41
  75. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +18 -41
  76. package/dist-es/commands/UpdateRuleGroupCommand.js +18 -41
  77. package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +18 -41
  78. package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +18 -41
  79. package/dist-es/endpoint/EndpointParameters.js +6 -0
  80. package/dist-es/pagination/ListFirewallPoliciesPaginator.js +2 -23
  81. package/dist-es/pagination/ListFirewallsPaginator.js +2 -23
  82. package/dist-es/pagination/ListRuleGroupsPaginator.js +2 -23
  83. package/dist-es/pagination/ListTLSInspectionConfigurationsPaginator.js +2 -23
  84. package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
  85. package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +6 -21
  86. package/dist-types/commands/AssociateSubnetsCommand.d.ts +6 -21
  87. package/dist-types/commands/CreateFirewallCommand.d.ts +6 -21
  88. package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +6 -21
  89. package/dist-types/commands/CreateRuleGroupCommand.d.ts +6 -21
  90. package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +6 -21
  91. package/dist-types/commands/DeleteFirewallCommand.d.ts +6 -21
  92. package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +6 -21
  93. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
  94. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +6 -21
  95. package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +6 -21
  96. package/dist-types/commands/DescribeFirewallCommand.d.ts +6 -21
  97. package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +6 -21
  98. package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +6 -21
  99. package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -21
  100. package/dist-types/commands/DescribeRuleGroupCommand.d.ts +6 -21
  101. package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +6 -21
  102. package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +6 -21
  103. package/dist-types/commands/DisassociateSubnetsCommand.d.ts +6 -21
  104. package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +6 -21
  105. package/dist-types/commands/ListFirewallsCommand.d.ts +6 -21
  106. package/dist-types/commands/ListRuleGroupsCommand.d.ts +6 -21
  107. package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +6 -21
  108. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  109. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
  110. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  111. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  112. package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +6 -21
  113. package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +6 -21
  114. package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +6 -21
  115. package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +6 -21
  116. package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +6 -21
  117. package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +6 -21
  118. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +6 -21
  119. package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +6 -21
  120. package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +6 -21
  121. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  122. package/dist-types/pagination/ListFirewallPoliciesPaginator.d.ts +1 -1
  123. package/dist-types/pagination/ListFirewallsPaginator.d.ts +1 -1
  124. package/dist-types/pagination/ListRuleGroupsPaginator.d.ts +1 -1
  125. package/dist-types/pagination/ListTLSInspectionConfigurationsPaginator.d.ts +1 -1
  126. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +14 -23
  146. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +12 -24
  159. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +12 -24
  162. package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  164. package/dist-types/ts3.4/pagination/ListFirewallPoliciesPaginator.d.ts +3 -3
  165. package/dist-types/ts3.4/pagination/ListFirewallsPaginator.d.ts +3 -3
  166. package/dist-types/ts3.4/pagination/ListRuleGroupsPaginator.d.ts +3 -3
  167. package/dist-types/ts3.4/pagination/ListTLSInspectionConfigurationsPaginator.d.ts +3 -3
  168. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  169. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
21
20
  */
22
21
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteResourcePolicyCommand_base: {
24
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a resource policy that you created in a <a>PutResourcePolicy</a> request. </p>
@@ -78,23 +81,5 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
78
81
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
79
82
  *
80
83
  */
81
- export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
82
- readonly input: DeleteResourcePolicyCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DeleteResourcePolicyCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {
21
20
  */
22
21
  export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteRuleGroupCommand_base: {
24
+ new (input: DeleteRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified <a>RuleGroup</a>. </p>
@@ -121,23 +124,5 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
121
124
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
122
125
  *
123
126
  */
124
- export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
125
- readonly input: DeleteRuleGroupCommandInput;
126
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
127
- /**
128
- * @public
129
- */
130
- constructor(input: DeleteRuleGroupCommandInput);
131
- /**
132
- * @internal
133
- */
134
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput>;
135
- /**
136
- * @internal
137
- */
138
- private serialize;
139
- /**
140
- * @internal
141
- */
142
- private deserialize;
127
+ export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {
143
128
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteTLSInspectionConfigurationRequest, DeleteTLSInspectionConfigurationResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteTLSInspectionConfigurationCommandInput extends DeleteTLSI
21
20
  */
22
21
  export interface DeleteTLSInspectionConfigurationCommandOutput extends DeleteTLSInspectionConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteTLSInspectionConfigurationCommand_base: {
24
+ new (input: DeleteTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified <a>TLSInspectionConfiguration</a>.</p>
@@ -114,23 +117,5 @@ export interface DeleteTLSInspectionConfigurationCommandOutput extends DeleteTLS
114
117
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
115
118
  *
116
119
  */
117
- export declare class DeleteTLSInspectionConfigurationCommand extends $Command<DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
118
- readonly input: DeleteTLSInspectionConfigurationCommandInput;
119
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
120
- /**
121
- * @public
122
- */
123
- constructor(input: DeleteTLSInspectionConfigurationCommandInput);
124
- /**
125
- * @internal
126
- */
127
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput>;
128
- /**
129
- * @internal
130
- */
131
- private serialize;
132
- /**
133
- * @internal
134
- */
135
- private deserialize;
120
+ export declare class DeleteTLSInspectionConfigurationCommand extends DeleteTLSInspectionConfigurationCommand_base {
136
121
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeFirewallRequest, DescribeFirewallResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeFirewallCommandInput extends DescribeFirewallRequest {
21
20
  */
22
21
  export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeFirewallCommand_base: {
24
+ new (input: DescribeFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the data objects for the specified firewall. </p>
@@ -136,23 +139,5 @@ export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse,
136
139
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
137
140
  *
138
141
  */
139
- export declare class DescribeFirewallCommand extends $Command<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
140
- readonly input: DescribeFirewallCommandInput;
141
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
142
- /**
143
- * @public
144
- */
145
- constructor(input: DescribeFirewallCommandInput);
146
- /**
147
- * @internal
148
- */
149
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFirewallCommandInput, DescribeFirewallCommandOutput>;
150
- /**
151
- * @internal
152
- */
153
- private serialize;
154
- /**
155
- * @internal
156
- */
157
- private deserialize;
142
+ export declare class DescribeFirewallCommand extends DescribeFirewallCommand_base {
158
143
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeFirewallPolicyRequest, DescribeFirewallPolicyResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeFirewallPolicyCommandInput extends DescribeFirewallPoli
21
20
  */
22
21
  export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeFirewallPolicyCommand_base: {
24
+ new (input: DescribeFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the data objects for the specified firewall policy. </p>
@@ -153,23 +156,5 @@ export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPol
153
156
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
154
157
  *
155
158
  */
156
- export declare class DescribeFirewallPolicyCommand extends $Command<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
157
- readonly input: DescribeFirewallPolicyCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: DescribeFirewallPolicyCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class DescribeFirewallPolicyCommand extends DescribeFirewallPolicyCommand_base {
175
160
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeLoggingConfigurationCommandInput extends DescribeLoggin
21
20
  */
22
21
  export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggingConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeLoggingConfigurationCommand_base: {
24
+ new (input: DescribeLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the logging configuration for the specified firewall. </p>
@@ -89,23 +92,5 @@ export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggi
89
92
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
90
93
  *
91
94
  */
92
- export declare class DescribeLoggingConfigurationCommand extends $Command<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
93
- readonly input: DescribeLoggingConfigurationCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: DescribeLoggingConfigurationCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeResourcePolicyCommandInput extends DescribeResourcePoli
21
20
  */
22
21
  export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeResourcePolicyCommand_base: {
24
+ new (input: DescribeResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a resource policy that you created in a <a>PutResourcePolicy</a> request. </p>
@@ -77,23 +80,5 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
77
80
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
78
81
  *
79
82
  */
80
- export declare class DescribeResourcePolicyCommand extends $Command<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
81
- readonly input: DescribeResourcePolicyCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DescribeResourcePolicyCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeRuleGroupRequest, DescribeRuleGroupResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeRuleGroupCommandInput extends DescribeRuleGroupRequest
21
20
  */
22
21
  export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeRuleGroupCommand_base: {
24
+ new (input: DescribeRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the data objects for the specified rule group. </p>
@@ -240,23 +243,5 @@ export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupRespons
240
243
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
241
244
  *
242
245
  */
243
- export declare class DescribeRuleGroupCommand extends $Command<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
244
- readonly input: DescribeRuleGroupCommandInput;
245
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
246
- /**
247
- * @public
248
- */
249
- constructor(input: DescribeRuleGroupCommandInput);
250
- /**
251
- * @internal
252
- */
253
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput>;
254
- /**
255
- * @internal
256
- */
257
- private serialize;
258
- /**
259
- * @internal
260
- */
261
- private deserialize;
246
+ export declare class DescribeRuleGroupCommand extends DescribeRuleGroupCommand_base {
262
247
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeRuleGroupMetadataRequest, DescribeRuleGroupMetadataResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeRuleGroupMetadataCommandInput extends DescribeRuleGroup
21
20
  */
22
21
  export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGroupMetadataResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeRuleGroupMetadataCommand_base: {
24
+ new (input: DescribeRuleGroupMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>High-level information about a rule group, returned by operations like create and describe.
@@ -90,23 +93,5 @@ export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGrou
90
93
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
91
94
  *
92
95
  */
93
- export declare class DescribeRuleGroupMetadataCommand extends $Command<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput, NetworkFirewallClientResolvedConfig> {
94
- readonly input: DescribeRuleGroupMetadataCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: DescribeRuleGroupMetadataCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class DescribeRuleGroupMetadataCommand extends DescribeRuleGroupMetadataCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeTLSInspectionConfigurationRequest, DescribeTLSInspectionConfigurationResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTLSInspectionConfigurationCommandInput extends Describe
21
20
  */
22
21
  export interface DescribeTLSInspectionConfigurationCommandOutput extends DescribeTLSInspectionConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTLSInspectionConfigurationCommand_base: {
24
+ new (input: DescribeTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the data objects for the specified TLS inspection configuration.</p>
@@ -156,23 +159,5 @@ export interface DescribeTLSInspectionConfigurationCommandOutput extends Describ
156
159
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
157
160
  *
158
161
  */
159
- export declare class DescribeTLSInspectionConfigurationCommand extends $Command<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
160
- readonly input: DescribeTLSInspectionConfigurationCommandInput;
161
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
162
- /**
163
- * @public
164
- */
165
- constructor(input: DescribeTLSInspectionConfigurationCommandInput);
166
- /**
167
- * @internal
168
- */
169
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput>;
170
- /**
171
- * @internal
172
- */
173
- private serialize;
174
- /**
175
- * @internal
176
- */
177
- private deserialize;
162
+ export declare class DescribeTLSInspectionConfigurationCommand extends DescribeTLSInspectionConfigurationCommand_base {
178
163
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisassociateSubnetsRequest, DisassociateSubnetsResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateSubnetsCommandInput extends DisassociateSubnetsRequ
21
20
  */
22
21
  export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateSubnetsCommand_base: {
24
+ new (input: DisassociateSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified subnet associations from the firewall. This removes the
@@ -100,23 +103,5 @@ export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsRes
100
103
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
101
104
  *
102
105
  */
103
- export declare class DisassociateSubnetsCommand extends $Command<DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig> {
104
- readonly input: DisassociateSubnetsCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: DisassociateSubnetsCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class DisassociateSubnetsCommand extends DisassociateSubnetsCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListFirewallPoliciesRequest, ListFirewallPoliciesResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFirewallPoliciesCommandInput extends ListFirewallPoliciesRe
21
20
  */
22
21
  export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFirewallPoliciesCommand_base: {
24
+ new (input: ListFirewallPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the metadata for the firewall policies that you have defined. Depending on
@@ -83,23 +86,5 @@ export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesR
83
86
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
84
87
  *
85
88
  */
86
- export declare class ListFirewallPoliciesCommand extends $Command<ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput, NetworkFirewallClientResolvedConfig> {
87
- readonly input: ListFirewallPoliciesCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListFirewallPoliciesCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListFirewallPoliciesCommand extends ListFirewallPoliciesCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListFirewallsRequest, ListFirewallsResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFirewallsCommandInput extends ListFirewallsRequest {
21
20
  */
22
21
  export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFirewallsCommand_base: {
24
+ new (input: ListFirewallsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallsCommandInput, ListFirewallsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the metadata for the firewalls that you have defined. If you provide VPC
@@ -87,23 +90,5 @@ export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __Met
87
90
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
88
91
  *
89
92
  */
90
- export declare class ListFirewallsCommand extends $Command<ListFirewallsCommandInput, ListFirewallsCommandOutput, NetworkFirewallClientResolvedConfig> {
91
- readonly input: ListFirewallsCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ListFirewallsCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallsCommandInput, ListFirewallsCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ListFirewallsCommand extends ListFirewallsCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {
21
20
  */
22
21
  export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRuleGroupsCommand_base: {
24
+ new (input: ListRuleGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the metadata for the rule groups that you have defined. Depending on your
@@ -86,23 +89,5 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
86
89
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
87
90
  *
88
91
  */
89
- export declare class ListRuleGroupsCommand extends $Command<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, NetworkFirewallClientResolvedConfig> {
90
- readonly input: ListRuleGroupsCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: ListRuleGroupsCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class ListRuleGroupsCommand extends ListRuleGroupsCommand_base {
108
93
  }