@aws-sdk/client-wafv2 3.478.0 → 3.484.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 (217) hide show
  1. package/dist-cjs/commands/AssociateWebACLCommand.js +18 -41
  2. package/dist-cjs/commands/CheckCapacityCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAPIKeyCommand.js +18 -41
  4. package/dist-cjs/commands/CreateIPSetCommand.js +18 -41
  5. package/dist-cjs/commands/CreateRegexPatternSetCommand.js +18 -41
  6. package/dist-cjs/commands/CreateRuleGroupCommand.js +18 -41
  7. package/dist-cjs/commands/CreateWebACLCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteFirewallManagerRuleGroupsCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteIPSetCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +18 -41
  11. package/dist-cjs/commands/DeletePermissionPolicyCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteRuleGroupCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteWebACLCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeAllManagedProductsCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeManagedProductsByVendorCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeManagedRuleGroupCommand.js +18 -41
  18. package/dist-cjs/commands/DisassociateWebACLCommand.js +18 -41
  19. package/dist-cjs/commands/GenerateMobileSdkReleaseUrlCommand.js +18 -41
  20. package/dist-cjs/commands/GetDecryptedAPIKeyCommand.js +18 -41
  21. package/dist-cjs/commands/GetIPSetCommand.js +18 -41
  22. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +18 -41
  23. package/dist-cjs/commands/GetManagedRuleSetCommand.js +18 -41
  24. package/dist-cjs/commands/GetMobileSdkReleaseCommand.js +18 -41
  25. package/dist-cjs/commands/GetPermissionPolicyCommand.js +18 -41
  26. package/dist-cjs/commands/GetRateBasedStatementManagedKeysCommand.js +18 -41
  27. package/dist-cjs/commands/GetRegexPatternSetCommand.js +18 -41
  28. package/dist-cjs/commands/GetRuleGroupCommand.js +18 -41
  29. package/dist-cjs/commands/GetSampledRequestsCommand.js +18 -41
  30. package/dist-cjs/commands/GetWebACLCommand.js +18 -41
  31. package/dist-cjs/commands/GetWebACLForResourceCommand.js +18 -41
  32. package/dist-cjs/commands/ListAPIKeysCommand.js +18 -41
  33. package/dist-cjs/commands/ListAvailableManagedRuleGroupVersionsCommand.js +18 -41
  34. package/dist-cjs/commands/ListAvailableManagedRuleGroupsCommand.js +18 -41
  35. package/dist-cjs/commands/ListIPSetsCommand.js +18 -41
  36. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +18 -41
  37. package/dist-cjs/commands/ListManagedRuleSetsCommand.js +18 -41
  38. package/dist-cjs/commands/ListMobileSdkReleasesCommand.js +18 -41
  39. package/dist-cjs/commands/ListRegexPatternSetsCommand.js +18 -41
  40. package/dist-cjs/commands/ListResourcesForWebACLCommand.js +18 -41
  41. package/dist-cjs/commands/ListRuleGroupsCommand.js +18 -41
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  43. package/dist-cjs/commands/ListWebACLsCommand.js +18 -41
  44. package/dist-cjs/commands/PutLoggingConfigurationCommand.js +18 -41
  45. package/dist-cjs/commands/PutManagedRuleSetVersionsCommand.js +18 -41
  46. package/dist-cjs/commands/PutPermissionPolicyCommand.js +18 -41
  47. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  48. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  49. package/dist-cjs/commands/UpdateIPSetCommand.js +18 -41
  50. package/dist-cjs/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateRuleGroupCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateWebACLCommand.js +18 -41
  54. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  55. package/dist-es/commands/AssociateWebACLCommand.js +18 -41
  56. package/dist-es/commands/CheckCapacityCommand.js +18 -41
  57. package/dist-es/commands/CreateAPIKeyCommand.js +18 -41
  58. package/dist-es/commands/CreateIPSetCommand.js +18 -41
  59. package/dist-es/commands/CreateRegexPatternSetCommand.js +18 -41
  60. package/dist-es/commands/CreateRuleGroupCommand.js +18 -41
  61. package/dist-es/commands/CreateWebACLCommand.js +18 -41
  62. package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +18 -41
  63. package/dist-es/commands/DeleteIPSetCommand.js +18 -41
  64. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +18 -41
  65. package/dist-es/commands/DeletePermissionPolicyCommand.js +18 -41
  66. package/dist-es/commands/DeleteRegexPatternSetCommand.js +18 -41
  67. package/dist-es/commands/DeleteRuleGroupCommand.js +18 -41
  68. package/dist-es/commands/DeleteWebACLCommand.js +18 -41
  69. package/dist-es/commands/DescribeAllManagedProductsCommand.js +18 -41
  70. package/dist-es/commands/DescribeManagedProductsByVendorCommand.js +18 -41
  71. package/dist-es/commands/DescribeManagedRuleGroupCommand.js +18 -41
  72. package/dist-es/commands/DisassociateWebACLCommand.js +18 -41
  73. package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +18 -41
  74. package/dist-es/commands/GetDecryptedAPIKeyCommand.js +18 -41
  75. package/dist-es/commands/GetIPSetCommand.js +18 -41
  76. package/dist-es/commands/GetLoggingConfigurationCommand.js +18 -41
  77. package/dist-es/commands/GetManagedRuleSetCommand.js +18 -41
  78. package/dist-es/commands/GetMobileSdkReleaseCommand.js +18 -41
  79. package/dist-es/commands/GetPermissionPolicyCommand.js +18 -41
  80. package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +18 -41
  81. package/dist-es/commands/GetRegexPatternSetCommand.js +18 -41
  82. package/dist-es/commands/GetRuleGroupCommand.js +18 -41
  83. package/dist-es/commands/GetSampledRequestsCommand.js +18 -41
  84. package/dist-es/commands/GetWebACLCommand.js +18 -41
  85. package/dist-es/commands/GetWebACLForResourceCommand.js +18 -41
  86. package/dist-es/commands/ListAPIKeysCommand.js +18 -41
  87. package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +18 -41
  88. package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +18 -41
  89. package/dist-es/commands/ListIPSetsCommand.js +18 -41
  90. package/dist-es/commands/ListLoggingConfigurationsCommand.js +18 -41
  91. package/dist-es/commands/ListManagedRuleSetsCommand.js +18 -41
  92. package/dist-es/commands/ListMobileSdkReleasesCommand.js +18 -41
  93. package/dist-es/commands/ListRegexPatternSetsCommand.js +18 -41
  94. package/dist-es/commands/ListResourcesForWebACLCommand.js +18 -41
  95. package/dist-es/commands/ListRuleGroupsCommand.js +18 -41
  96. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  97. package/dist-es/commands/ListWebACLsCommand.js +18 -41
  98. package/dist-es/commands/PutLoggingConfigurationCommand.js +18 -41
  99. package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +18 -41
  100. package/dist-es/commands/PutPermissionPolicyCommand.js +18 -41
  101. package/dist-es/commands/TagResourceCommand.js +18 -41
  102. package/dist-es/commands/UntagResourceCommand.js +18 -41
  103. package/dist-es/commands/UpdateIPSetCommand.js +18 -41
  104. package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +18 -41
  105. package/dist-es/commands/UpdateRegexPatternSetCommand.js +18 -41
  106. package/dist-es/commands/UpdateRuleGroupCommand.js +18 -41
  107. package/dist-es/commands/UpdateWebACLCommand.js +18 -41
  108. package/dist-es/endpoint/EndpointParameters.js +6 -0
  109. package/dist-types/commands/AssociateWebACLCommand.d.ts +6 -21
  110. package/dist-types/commands/CheckCapacityCommand.d.ts +6 -21
  111. package/dist-types/commands/CreateAPIKeyCommand.d.ts +6 -21
  112. package/dist-types/commands/CreateIPSetCommand.d.ts +6 -21
  113. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +6 -21
  114. package/dist-types/commands/CreateRuleGroupCommand.d.ts +6 -21
  115. package/dist-types/commands/CreateWebACLCommand.d.ts +6 -21
  116. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +6 -21
  117. package/dist-types/commands/DeleteIPSetCommand.d.ts +6 -21
  118. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +6 -21
  119. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +6 -21
  120. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +6 -21
  121. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +6 -21
  122. package/dist-types/commands/DeleteWebACLCommand.d.ts +6 -21
  123. package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +6 -21
  124. package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +6 -21
  125. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +6 -21
  126. package/dist-types/commands/DisassociateWebACLCommand.d.ts +6 -21
  127. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +6 -21
  128. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +6 -21
  129. package/dist-types/commands/GetIPSetCommand.d.ts +6 -21
  130. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +6 -21
  131. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +6 -21
  132. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +6 -21
  133. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +6 -21
  134. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +6 -21
  135. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +6 -21
  136. package/dist-types/commands/GetRuleGroupCommand.d.ts +6 -21
  137. package/dist-types/commands/GetSampledRequestsCommand.d.ts +6 -21
  138. package/dist-types/commands/GetWebACLCommand.d.ts +6 -21
  139. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +6 -21
  140. package/dist-types/commands/ListAPIKeysCommand.d.ts +6 -21
  141. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +6 -21
  142. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +6 -21
  143. package/dist-types/commands/ListIPSetsCommand.d.ts +6 -21
  144. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +6 -21
  145. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +6 -21
  146. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +6 -21
  147. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +6 -21
  148. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +6 -21
  149. package/dist-types/commands/ListRuleGroupsCommand.d.ts +6 -21
  150. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  151. package/dist-types/commands/ListWebACLsCommand.d.ts +6 -21
  152. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +6 -21
  153. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +6 -21
  154. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +6 -21
  155. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  156. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  157. package/dist-types/commands/UpdateIPSetCommand.d.ts +6 -21
  158. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +6 -21
  159. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +6 -21
  160. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +6 -21
  161. package/dist-types/commands/UpdateWebACLCommand.d.ts +6 -21
  162. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  163. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +12 -24
  171. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +12 -24
  173. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +14 -23
  177. package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +12 -24
  178. package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +14 -23
  181. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +12 -24
  182. package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +14 -23
  183. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +14 -23
  186. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +14 -23
  187. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +14 -23
  188. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +12 -24
  189. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +14 -23
  190. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +14 -23
  191. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +12 -24
  194. package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +14 -23
  195. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +14 -23
  198. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +12 -24
  199. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +12 -24
  202. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +12 -24
  207. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +12 -24
  208. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  211. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +12 -24
  214. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  217. package/package.json +10 -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 { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateIPSetCommandInput extends CreateIPSetRequest {
21
20
  */
22
21
  export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateIPSetCommand_base: {
24
+ new (input: CreateIPSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIPSetCommandInput, CreateIPSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an <a>IPSet</a>, which you use to identify web requests that
@@ -122,23 +125,5 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
122
125
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
123
126
  *
124
127
  */
125
- export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, WAFV2ClientResolvedConfig> {
126
- readonly input: CreateIPSetCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: CreateIPSetCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIPSetCommandInput, CreateIPSetCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class CreateIPSetCommand extends CreateIPSetCommand_base {
144
129
  }
@@ -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 { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateRegexPatternSetCommandInput extends CreateRegexPatternSet
21
20
  */
22
21
  export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateRegexPatternSetCommand_base: {
24
+ new (input: CreateRegexPatternSetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a <a>RegexPatternSet</a>, which you reference in a <a>RegexPatternSetReferenceStatement</a>, to have WAF inspect a web request
@@ -121,23 +124,5 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe
121
124
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
122
125
  *
123
126
  */
124
- export declare class CreateRegexPatternSetCommand extends $Command<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
125
- readonly input: CreateRegexPatternSetCommandInput;
126
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
127
- /**
128
- * @public
129
- */
130
- constructor(input: CreateRegexPatternSetCommandInput);
131
- /**
132
- * @internal
133
- */
134
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput>;
135
- /**
136
- * @internal
137
- */
138
- private serialize;
139
- /**
140
- * @internal
141
- */
142
- private deserialize;
127
+ export declare class CreateRegexPatternSetCommand extends CreateRegexPatternSetCommand_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 { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {
21
20
  */
22
21
  export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateRuleGroupCommand_base: {
24
+ new (input: CreateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a <a>RuleGroup</a> per the specifications provided. </p>
@@ -1094,23 +1097,5 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
1094
1097
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1095
1098
  *
1096
1099
  */
1097
- export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
1098
- readonly input: CreateRuleGroupCommandInput;
1099
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
1100
- /**
1101
- * @public
1102
- */
1103
- constructor(input: CreateRuleGroupCommandInput);
1104
- /**
1105
- * @internal
1106
- */
1107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput>;
1108
- /**
1109
- * @internal
1110
- */
1111
- private serialize;
1112
- /**
1113
- * @internal
1114
- */
1115
- private deserialize;
1100
+ export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {
1116
1101
  }
@@ -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 { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateWebACLCommandInput extends CreateWebACLRequest {
21
20
  */
22
21
  export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateWebACLCommand_base: {
24
+ new (input: CreateWebACLCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWebACLCommandInput, CreateWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a <a>WebACL</a> per the specifications provided.</p>
@@ -1123,23 +1126,5 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
1123
1126
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1124
1127
  *
1125
1128
  */
1126
- export declare class CreateWebACLCommand extends $Command<CreateWebACLCommandInput, CreateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
1127
- readonly input: CreateWebACLCommandInput;
1128
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
1129
- /**
1130
- * @public
1131
- */
1132
- constructor(input: CreateWebACLCommandInput);
1133
- /**
1134
- * @internal
1135
- */
1136
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWebACLCommandInput, CreateWebACLCommandOutput>;
1137
- /**
1138
- * @internal
1139
- */
1140
- private serialize;
1141
- /**
1142
- * @internal
1143
- */
1144
- private deserialize;
1129
+ export declare class CreateWebACLCommand extends CreateWebACLCommand_base {
1145
1130
  }
@@ -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 { DeleteFirewallManagerRuleGroupsRequest, DeleteFirewallManagerRuleGroupsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteFirewallManagerRuleGroupsCommandInput extends DeleteFirew
21
20
  */
22
21
  export interface DeleteFirewallManagerRuleGroupsCommandOutput extends DeleteFirewallManagerRuleGroupsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteFirewallManagerRuleGroupsCommand_base: {
24
+ new (input: DeleteFirewallManagerRuleGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes all rule groups that are managed by Firewall Manager for the specified web ACL. </p>
@@ -93,23 +96,5 @@ export interface DeleteFirewallManagerRuleGroupsCommandOutput extends DeleteFire
93
96
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
94
97
  *
95
98
  */
96
- export declare class DeleteFirewallManagerRuleGroupsCommand extends $Command<DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
97
- readonly input: DeleteFirewallManagerRuleGroupsCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: DeleteFirewallManagerRuleGroupsCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class DeleteFirewallManagerRuleGroupsCommand extends DeleteFirewallManagerRuleGroupsCommand_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 { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteIPSetCommandInput extends DeleteIPSetRequest {
21
20
  */
22
21
  export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteIPSetCommand_base: {
24
+ new (input: DeleteIPSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified <a>IPSet</a>. </p>
@@ -102,23 +105,5 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
102
105
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
103
106
  *
104
107
  */
105
- export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, WAFV2ClientResolvedConfig> {
106
- readonly input: DeleteIPSetCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: DeleteIPSetCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIPSetCommandInput, DeleteIPSetCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class DeleteIPSetCommand extends DeleteIPSetCommand_base {
124
109
  }
@@ -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 { DeleteLoggingConfigurationRequest, DeleteLoggingConfigurationResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteLoggingConfigurationCommandInput extends DeleteLoggingCon
21
20
  */
22
21
  export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteLoggingConfigurationCommand_base: {
24
+ new (input: DeleteLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the <a>LoggingConfiguration</a> from the specified web ACL.</p>
@@ -88,23 +91,5 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo
88
91
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
89
92
  *
90
93
  */
91
- export declare class DeleteLoggingConfigurationCommand extends $Command<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
92
- readonly input: DeleteLoggingConfigurationCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: DeleteLoggingConfigurationCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_base {
110
95
  }
@@ -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 { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePermissionPolicyCommandInput extends DeletePermissionPoli
21
20
  */
22
21
  export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeletePermissionPolicyCommand_base: {
24
+ new (input: DeletePermissionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Permanently deletes an IAM policy from the specified rule group.</p>
@@ -81,23 +84,5 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol
81
84
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
82
85
  *
83
86
  */
84
- export declare class DeletePermissionPolicyCommand extends $Command<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
85
- readonly input: DeletePermissionPolicyCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: DeletePermissionPolicyCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class DeletePermissionPolicyCommand extends DeletePermissionPolicyCommand_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 { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRegexPatternSetCommandInput extends DeleteRegexPatternSet
21
20
  */
22
21
  export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteRegexPatternSetCommand_base: {
24
+ new (input: DeleteRegexPatternSetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified <a>RegexPatternSet</a>.</p>
@@ -102,23 +105,5 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe
102
105
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
103
106
  *
104
107
  */
105
- export declare class DeleteRegexPatternSetCommand extends $Command<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
106
- readonly input: DeleteRegexPatternSetCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: DeleteRegexPatternSetCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class DeleteRegexPatternSetCommand extends DeleteRegexPatternSetCommand_base {
124
109
  }
@@ -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 { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
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, WAFV2ClientResolvedConfig, 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>
@@ -102,23 +105,5 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
102
105
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
103
106
  *
104
107
  */
105
- export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
106
- readonly input: DeleteRuleGroupCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: DeleteRuleGroupCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {
124
109
  }
@@ -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 { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteWebACLCommandInput extends DeleteWebACLRequest {
21
20
  */
22
21
  export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteWebACLCommand_base: {
24
+ new (input: DeleteWebACLCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWebACLCommandInput, DeleteWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the specified <a>WebACL</a>. </p>
@@ -136,23 +139,5 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
136
139
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
137
140
  *
138
141
  */
139
- export declare class DeleteWebACLCommand extends $Command<DeleteWebACLCommandInput, DeleteWebACLCommandOutput, WAFV2ClientResolvedConfig> {
140
- readonly input: DeleteWebACLCommandInput;
141
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
142
- /**
143
- * @public
144
- */
145
- constructor(input: DeleteWebACLCommandInput);
146
- /**
147
- * @internal
148
- */
149
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWebACLCommandInput, DeleteWebACLCommandOutput>;
150
- /**
151
- * @internal
152
- */
153
- private serialize;
154
- /**
155
- * @internal
156
- */
157
- private deserialize;
142
+ export declare class DeleteWebACLCommand extends DeleteWebACLCommand_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 { DescribeAllManagedProductsRequest, DescribeAllManagedProductsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAllManagedProductsCommandInput extends DescribeAllManag
21
20
  */
22
21
  export interface DescribeAllManagedProductsCommandOutput extends DescribeAllManagedProductsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAllManagedProductsCommand_base: {
24
+ new (input: DescribeAllManagedProductsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAllManagedProductsCommandInput, DescribeAllManagedProductsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides high-level information for the Amazon Web Services Managed Rules rule groups and Amazon Web Services Marketplace managed rule groups. </p>
@@ -70,23 +73,5 @@ export interface DescribeAllManagedProductsCommandOutput extends DescribeAllMana
70
73
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
71
74
  *
72
75
  */
73
- export declare class DescribeAllManagedProductsCommand extends $Command<DescribeAllManagedProductsCommandInput, DescribeAllManagedProductsCommandOutput, WAFV2ClientResolvedConfig> {
74
- readonly input: DescribeAllManagedProductsCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DescribeAllManagedProductsCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAllManagedProductsCommandInput, DescribeAllManagedProductsCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DescribeAllManagedProductsCommand extends DescribeAllManagedProductsCommand_base {
92
77
  }
@@ -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 { DescribeManagedProductsByVendorRequest, DescribeManagedProductsByVendorResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeManagedProductsByVendorCommandInput extends DescribeMan
21
20
  */
22
21
  export interface DescribeManagedProductsByVendorCommandOutput extends DescribeManagedProductsByVendorResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeManagedProductsByVendorCommand_base: {
24
+ new (input: DescribeManagedProductsByVendorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides high-level information for the managed rule groups owned by a specific vendor. </p>
@@ -92,23 +95,5 @@ export interface DescribeManagedProductsByVendorCommandOutput extends DescribeMa
92
95
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
93
96
  *
94
97
  */
95
- export declare class DescribeManagedProductsByVendorCommand extends $Command<DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput, WAFV2ClientResolvedConfig> {
96
- readonly input: DescribeManagedProductsByVendorCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: DescribeManagedProductsByVendorCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class DescribeManagedProductsByVendorCommand extends DescribeManagedProductsByVendorCommand_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 { DescribeManagedRuleGroupRequest, DescribeManagedRuleGroupResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeManagedRuleGroupCommandInput extends DescribeManagedRul
21
20
  */
22
21
  export interface DescribeManagedRuleGroupCommandOutput extends DescribeManagedRuleGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeManagedRuleGroupCommand_base: {
24
+ new (input: DescribeManagedRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides high-level information for a managed rule group, including descriptions of the rules. </p>
@@ -169,23 +172,5 @@ export interface DescribeManagedRuleGroupCommandOutput extends DescribeManagedRu
169
172
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
170
173
  *
171
174
  */
172
- export declare class DescribeManagedRuleGroupCommand extends $Command<DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
173
- readonly input: DescribeManagedRuleGroupCommandInput;
174
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
175
- /**
176
- * @public
177
- */
178
- constructor(input: DescribeManagedRuleGroupCommandInput);
179
- /**
180
- * @internal
181
- */
182
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput>;
183
- /**
184
- * @internal
185
- */
186
- private serialize;
187
- /**
188
- * @internal
189
- */
190
- private deserialize;
175
+ export declare class DescribeManagedRuleGroupCommand extends DescribeManagedRuleGroupCommand_base {
191
176
  }