@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 { ListTLSInspectionConfigurationsRequest, ListTLSInspectionConfigurationsResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTLSInspectionConfigurationsCommandInput extends ListTLSInsp
21
20
  */
22
21
  export interface ListTLSInspectionConfigurationsCommandOutput extends ListTLSInspectionConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTLSInspectionConfigurationsCommand_base: {
24
+ new (input: ListTLSInspectionConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the metadata for the TLS inspection configurations that you have defined. Depending on your setting for max results and the number of TLS inspection configurations, a single call might not return the full list.</p>
@@ -81,23 +84,5 @@ export interface ListTLSInspectionConfigurationsCommandOutput extends ListTLSIns
81
84
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
82
85
  *
83
86
  */
84
- export declare class ListTLSInspectionConfigurationsCommand extends $Command<ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput, NetworkFirewallClientResolvedConfig> {
85
- readonly input: ListTLSInspectionConfigurationsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListTLSInspectionConfigurationsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListTLSInspectionConfigurationsCommand extends ListTLSInspectionConfigurationsCommand_base {
103
88
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the tags associated with the specified resource. Tags are key:value pairs that
@@ -91,23 +94,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
91
94
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
92
95
  *
93
96
  */
94
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NetworkFirewallClientResolvedConfig> {
95
- readonly input: ListTagsForResourceCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: ListTagsForResourceCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
113
98
  }
@@ -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 { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
21
20
  */
22
21
  export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutResourcePolicyCommand_base: {
24
+ new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates or updates an IAM policy for your rule group or firewall policy. Use this to share rule groups and firewall policies between accounts. This operation works in conjunction with the Amazon Web Services Resource Access Manager (RAM) service
@@ -93,23 +96,5 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
93
96
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
94
97
  *
95
98
  */
96
- export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
97
- readonly input: PutResourcePolicyCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: PutResourcePolicyCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
115
100
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds the specified tags to the specified resource. Tags are key:value pairs that you can
@@ -86,23 +89,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
86
89
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
87
90
  *
88
91
  */
89
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, NetworkFirewallClientResolvedConfig> {
90
- readonly input: TagResourceCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: TagResourceCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class TagResourceCommand extends TagResourceCommand_base {
108
93
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the tags with the specified keys from the specified resource. Tags are key:value
@@ -84,23 +87,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
84
87
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
85
88
  *
86
89
  */
87
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig> {
88
- readonly input: UntagResourceCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: UntagResourceCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
106
91
  }
@@ -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 { UpdateFirewallDeleteProtectionRequest, UpdateFirewallDeleteProtectionResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFirewallDeleteProtectionCommandInput extends UpdateFirewa
21
20
  */
22
21
  export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirewallDeleteProtectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFirewallDeleteProtectionCommand_base: {
24
+ new (input: UpdateFirewallDeleteProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the flag, <code>DeleteProtection</code>, which indicates whether it is possible
@@ -92,23 +95,5 @@ export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirew
92
95
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
93
96
  *
94
97
  */
95
- export declare class UpdateFirewallDeleteProtectionCommand extends $Command<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig> {
96
- readonly input: UpdateFirewallDeleteProtectionCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: UpdateFirewallDeleteProtectionCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class UpdateFirewallDeleteProtectionCommand extends UpdateFirewallDeleteProtectionCommand_base {
114
99
  }
@@ -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 { UpdateFirewallDescriptionRequest, UpdateFirewallDescriptionResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFirewallDescriptionCommandInput extends UpdateFirewallDes
21
20
  */
22
21
  export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDescriptionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFirewallDescriptionCommand_base: {
24
+ new (input: UpdateFirewallDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the description for the specified firewall. Use the description to help you
@@ -87,23 +90,5 @@ export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDe
87
90
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
88
91
  *
89
92
  */
90
- export declare class UpdateFirewallDescriptionCommand extends $Command<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig> {
91
- readonly input: UpdateFirewallDescriptionCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: UpdateFirewallDescriptionCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class UpdateFirewallDescriptionCommand extends UpdateFirewallDescriptionCommand_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 { UpdateFirewallEncryptionConfigurationRequest, UpdateFirewallEncryptionConfigurationResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFirewallEncryptionConfigurationCommandInput extends Updat
21
20
  */
22
21
  export interface UpdateFirewallEncryptionConfigurationCommandOutput extends UpdateFirewallEncryptionConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFirewallEncryptionConfigurationCommand_base: {
24
+ new (input: UpdateFirewallEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>A complex type that contains settings for encryption of your firewall resources.</p>
@@ -95,23 +98,5 @@ export interface UpdateFirewallEncryptionConfigurationCommandOutput extends Upda
95
98
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
96
99
  *
97
100
  */
98
- export declare class UpdateFirewallEncryptionConfigurationCommand extends $Command<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
99
- readonly input: UpdateFirewallEncryptionConfigurationCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: UpdateFirewallEncryptionConfigurationCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class UpdateFirewallEncryptionConfigurationCommand extends UpdateFirewallEncryptionConfigurationCommand_base {
117
102
  }
@@ -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 { UpdateFirewallPolicyChangeProtectionRequest, UpdateFirewallPolicyChangeProtectionResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFirewallPolicyChangeProtectionCommandInput extends Update
21
20
  */
22
21
  export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends UpdateFirewallPolicyChangeProtectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
24
+ new (input: UpdateFirewallPolicyChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modifies the flag, <code>ChangeProtection</code>, which indicates whether it
@@ -91,23 +94,5 @@ export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends Updat
91
94
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
92
95
  *
93
96
  */
94
- export declare class UpdateFirewallPolicyChangeProtectionCommand extends $Command<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig> {
95
- readonly input: UpdateFirewallPolicyChangeProtectionCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: UpdateFirewallPolicyChangeProtectionCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class UpdateFirewallPolicyChangeProtectionCommand extends UpdateFirewallPolicyChangeProtectionCommand_base {
113
98
  }
@@ -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 { UpdateFirewallPolicyRequest, UpdateFirewallPolicyResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFirewallPolicyCommandInput extends UpdateFirewallPolicyRe
21
20
  */
22
21
  export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFirewallPolicyCommand_base: {
24
+ new (input: UpdateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the properties of the specified firewall policy.</p>
@@ -163,23 +166,5 @@ export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyR
163
166
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
164
167
  *
165
168
  */
166
- export declare class UpdateFirewallPolicyCommand extends $Command<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
167
- readonly input: UpdateFirewallPolicyCommandInput;
168
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
169
- /**
170
- * @public
171
- */
172
- constructor(input: UpdateFirewallPolicyCommandInput);
173
- /**
174
- * @internal
175
- */
176
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput>;
177
- /**
178
- * @internal
179
- */
180
- private serialize;
181
- /**
182
- * @internal
183
- */
184
- private deserialize;
169
+ export declare class UpdateFirewallPolicyCommand extends UpdateFirewallPolicyCommand_base {
185
170
  }
@@ -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 { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateLoggingConfigurationCommandInput extends UpdateLoggingCon
21
20
  */
22
21
  export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateLoggingConfigurationCommand_base: {
24
+ new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets the logging configuration for the specified firewall. </p>
@@ -132,23 +135,5 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
132
135
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
133
136
  *
134
137
  */
135
- export declare class UpdateLoggingConfigurationCommand extends $Command<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
136
- readonly input: UpdateLoggingConfigurationCommandInput;
137
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
138
- /**
139
- * @public
140
- */
141
- constructor(input: UpdateLoggingConfigurationCommandInput);
142
- /**
143
- * @internal
144
- */
145
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput>;
146
- /**
147
- * @internal
148
- */
149
- private serialize;
150
- /**
151
- * @internal
152
- */
153
- private deserialize;
138
+ export declare class UpdateLoggingConfigurationCommand extends UpdateLoggingConfigurationCommand_base {
154
139
  }
@@ -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 { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {
21
20
  */
22
21
  export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRuleGroupCommand_base: {
24
+ new (input: UpdateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the rule settings for the specified rule group. You use a rule group by
@@ -260,23 +263,5 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
260
263
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
261
264
  *
262
265
  */
263
- export declare class UpdateRuleGroupCommand extends $Command<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
264
- readonly input: UpdateRuleGroupCommandInput;
265
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
266
- /**
267
- * @public
268
- */
269
- constructor(input: UpdateRuleGroupCommandInput);
270
- /**
271
- * @internal
272
- */
273
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput>;
274
- /**
275
- * @internal
276
- */
277
- private serialize;
278
- /**
279
- * @internal
280
- */
281
- private deserialize;
266
+ export declare class UpdateRuleGroupCommand extends UpdateRuleGroupCommand_base {
282
267
  }
@@ -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 { UpdateSubnetChangeProtectionRequest, UpdateSubnetChangeProtectionResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSubnetChangeProtectionCommandInput extends UpdateSubnetCh
21
20
  */
22
21
  export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetChangeProtectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSubnetChangeProtectionCommand_base: {
24
+ new (input: UpdateSubnetChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p></p>
@@ -89,23 +92,5 @@ export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetC
89
92
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
90
93
  *
91
94
  */
92
- export declare class UpdateSubnetChangeProtectionCommand extends $Command<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig> {
93
- readonly input: UpdateSubnetChangeProtectionCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: UpdateSubnetChangeProtectionCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class UpdateSubnetChangeProtectionCommand extends UpdateSubnetChangeProtectionCommand_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 { UpdateTLSInspectionConfigurationRequest, UpdateTLSInspectionConfigurationResponse } from "../models/models_0";
5
4
  import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateTLSInspectionConfigurationCommandInput extends UpdateTLSI
21
20
  */
22
21
  export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLSInspectionConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateTLSInspectionConfigurationCommand_base: {
24
+ new (input: UpdateTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the TLS inspection configuration settings for the specified TLS inspection configuration. You use a TLS inspection configuration by
@@ -170,23 +173,5 @@ export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLS
170
173
  * <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
171
174
  *
172
175
  */
173
- export declare class UpdateTLSInspectionConfigurationCommand extends $Command<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
174
- readonly input: UpdateTLSInspectionConfigurationCommandInput;
175
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
176
- /**
177
- * @public
178
- */
179
- constructor(input: UpdateTLSInspectionConfigurationCommandInput);
180
- /**
181
- * @internal
182
- */
183
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput>;
184
- /**
185
- * @internal
186
- */
187
- private serialize;
188
- /**
189
- * @internal
190
- */
191
- private deserialize;
176
+ export declare class UpdateTLSInspectionConfigurationCommand extends UpdateTLSInspectionConfigurationCommand_base {
192
177
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;