@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 { DisassociateWebACLRequest, DisassociateWebACLResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateWebACLCommandInput extends DisassociateWebACLReques
21
20
  */
22
21
  export interface DisassociateWebACLCommandOutput extends DisassociateWebACLResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateWebACLCommand_base: {
24
+ new (input: DisassociateWebACLCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disassociates the specified regional application resource from any existing web ACL
@@ -92,23 +95,5 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo
92
95
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
93
96
  *
94
97
  */
95
- export declare class DisassociateWebACLCommand extends $Command<DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
96
- readonly input: DisassociateWebACLCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: DisassociateWebACLCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class DisassociateWebACLCommand extends DisassociateWebACLCommand_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 { GenerateMobileSdkReleaseUrlRequest, GenerateMobileSdkReleaseUrlResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GenerateMobileSdkReleaseUrlCommandInput extends GenerateMobileS
21
20
  */
22
21
  export interface GenerateMobileSdkReleaseUrlCommandOutput extends GenerateMobileSdkReleaseUrlResponse, __MetadataBearer {
23
22
  }
23
+ declare const GenerateMobileSdkReleaseUrlCommand_base: {
24
+ new (input: GenerateMobileSdkReleaseUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Generates a presigned download URL for the specified release of the mobile SDK.</p>
@@ -88,23 +91,5 @@ export interface GenerateMobileSdkReleaseUrlCommandOutput extends GenerateMobile
88
91
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
89
92
  *
90
93
  */
91
- export declare class GenerateMobileSdkReleaseUrlCommand extends $Command<GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput, WAFV2ClientResolvedConfig> {
92
- readonly input: GenerateMobileSdkReleaseUrlCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: GenerateMobileSdkReleaseUrlCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class GenerateMobileSdkReleaseUrlCommand extends GenerateMobileSdkReleaseUrlCommand_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 { GetDecryptedAPIKeyRequest, GetDecryptedAPIKeyResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDecryptedAPIKeyCommandInput extends GetDecryptedAPIKeyReques
21
20
  */
22
21
  export interface GetDecryptedAPIKeyCommandOutput extends GetDecryptedAPIKeyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDecryptedAPIKeyCommand_base: {
24
+ new (input: GetDecryptedAPIKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns your API key in decrypted form. Use this to check the token domains that you have defined for the key. </p>
@@ -90,23 +93,5 @@ export interface GetDecryptedAPIKeyCommandOutput extends GetDecryptedAPIKeyRespo
90
93
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
91
94
  *
92
95
  */
93
- export declare class GetDecryptedAPIKeyCommand extends $Command<GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput, WAFV2ClientResolvedConfig> {
94
- readonly input: GetDecryptedAPIKeyCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: GetDecryptedAPIKeyCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class GetDecryptedAPIKeyCommand extends GetDecryptedAPIKeyCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetIPSetCommandInput extends GetIPSetRequest {
21
20
  */
22
21
  export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetIPSetCommand_base: {
24
+ new (input: GetIPSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetIPSetCommandInput, GetIPSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the specified <a>IPSet</a>.</p>
@@ -97,23 +100,5 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
97
100
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
98
101
  *
99
102
  */
100
- export declare class GetIPSetCommand extends $Command<GetIPSetCommandInput, GetIPSetCommandOutput, WAFV2ClientResolvedConfig> {
101
- readonly input: GetIPSetCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: GetIPSetCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIPSetCommandInput, GetIPSetCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class GetIPSetCommand extends GetIPSetCommand_base {
119
104
  }
@@ -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 { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetLoggingConfigurationCommandInput extends GetLoggingConfigura
21
20
  */
22
21
  export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetLoggingConfigurationCommand_base: {
24
+ new (input: GetLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the <a>LoggingConfiguration</a> for the specified web ACL.</p>
@@ -170,23 +173,5 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur
170
173
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
171
174
  *
172
175
  */
173
- export declare class GetLoggingConfigurationCommand extends $Command<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
174
- readonly input: GetLoggingConfigurationCommandInput;
175
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
176
- /**
177
- * @public
178
- */
179
- constructor(input: GetLoggingConfigurationCommandInput);
180
- /**
181
- * @internal
182
- */
183
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput>;
184
- /**
185
- * @internal
186
- */
187
- private serialize;
188
- /**
189
- * @internal
190
- */
191
- private deserialize;
176
+ export declare class GetLoggingConfigurationCommand extends GetLoggingConfigurationCommand_base {
192
177
  }
@@ -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 { GetManagedRuleSetRequest, GetManagedRuleSetResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetManagedRuleSetCommandInput extends GetManagedRuleSetRequest
21
20
  */
22
21
  export interface GetManagedRuleSetCommandOutput extends GetManagedRuleSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetManagedRuleSetCommand_base: {
24
+ new (input: GetManagedRuleSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the specified managed rule set. </p>
@@ -109,23 +112,5 @@ export interface GetManagedRuleSetCommandOutput extends GetManagedRuleSetRespons
109
112
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
110
113
  *
111
114
  */
112
- export declare class GetManagedRuleSetCommand extends $Command<GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput, WAFV2ClientResolvedConfig> {
113
- readonly input: GetManagedRuleSetCommandInput;
114
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
- /**
116
- * @public
117
- */
118
- constructor(input: GetManagedRuleSetCommandInput);
119
- /**
120
- * @internal
121
- */
122
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput>;
123
- /**
124
- * @internal
125
- */
126
- private serialize;
127
- /**
128
- * @internal
129
- */
130
- private deserialize;
115
+ export declare class GetManagedRuleSetCommand extends GetManagedRuleSetCommand_base {
131
116
  }
@@ -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 { GetMobileSdkReleaseRequest, GetMobileSdkReleaseResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMobileSdkReleaseCommandInput extends GetMobileSdkReleaseRequ
21
20
  */
22
21
  export interface GetMobileSdkReleaseCommandOutput extends GetMobileSdkReleaseResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetMobileSdkReleaseCommand_base: {
24
+ new (input: GetMobileSdkReleaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves information for the specified mobile SDK release, including release notes and
@@ -99,23 +102,5 @@ export interface GetMobileSdkReleaseCommandOutput extends GetMobileSdkReleaseRes
99
102
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
100
103
  *
101
104
  */
102
- export declare class GetMobileSdkReleaseCommand extends $Command<GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput, WAFV2ClientResolvedConfig> {
103
- readonly input: GetMobileSdkReleaseCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: GetMobileSdkReleaseCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class GetMobileSdkReleaseCommand extends GetMobileSdkReleaseCommand_base {
121
106
  }
@@ -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 { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPermissionPolicyCommandInput extends GetPermissionPolicyRequ
21
20
  */
22
21
  export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetPermissionPolicyCommand_base: {
24
+ new (input: GetPermissionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the IAM policy that is attached to the specified rule group.</p>
@@ -83,23 +86,5 @@ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyRes
83
86
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
84
87
  *
85
88
  */
86
- export declare class GetPermissionPolicyCommand extends $Command<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
87
- readonly input: GetPermissionPolicyCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: GetPermissionPolicyCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class GetPermissionPolicyCommand extends GetPermissionPolicyCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetRateBasedStatementManagedKeysRequest, GetRateBasedStatementManagedKeysResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRateBasedStatementManagedKeysCommandInput extends GetRateBas
21
20
  */
22
21
  export interface GetRateBasedStatementManagedKeysCommandOutput extends GetRateBasedStatementManagedKeysResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRateBasedStatementManagedKeysCommand_base: {
24
+ new (input: GetRateBasedStatementManagedKeysCommandInput): import("@smithy/smithy-client").CommandImpl<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the IP addresses that are currently blocked by a rate-based rule instance. This
@@ -120,23 +123,5 @@ export interface GetRateBasedStatementManagedKeysCommandOutput extends GetRateBa
120
123
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
121
124
  *
122
125
  */
123
- export declare class GetRateBasedStatementManagedKeysCommand extends $Command<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, WAFV2ClientResolvedConfig> {
124
- readonly input: GetRateBasedStatementManagedKeysCommandInput;
125
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
126
- /**
127
- * @public
128
- */
129
- constructor(input: GetRateBasedStatementManagedKeysCommandInput);
130
- /**
131
- * @internal
132
- */
133
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput>;
134
- /**
135
- * @internal
136
- */
137
- private serialize;
138
- /**
139
- * @internal
140
- */
141
- private deserialize;
126
+ export declare class GetRateBasedStatementManagedKeysCommand extends GetRateBasedStatementManagedKeysCommand_base {
142
127
  }
@@ -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 { GetRegexPatternSetRequest, GetRegexPatternSetResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRegexPatternSetCommandInput extends GetRegexPatternSetReques
21
20
  */
22
21
  export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRegexPatternSetCommand_base: {
24
+ new (input: GetRegexPatternSetCommandInput): import("@smithy/smithy-client").CommandImpl<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the specified <a>RegexPatternSet</a>.</p>
@@ -98,23 +101,5 @@ export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetRespo
98
101
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
99
102
  *
100
103
  */
101
- export declare class GetRegexPatternSetCommand extends $Command<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
102
- readonly input: GetRegexPatternSetCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: GetRegexPatternSetCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class GetRegexPatternSetCommand extends GetRegexPatternSetCommand_base {
120
105
  }
@@ -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 { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRuleGroupCommandInput extends GetRuleGroupRequest {
21
20
  */
22
21
  export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetRuleGroupCommand_base: {
24
+ new (input: GetRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the specified <a>RuleGroup</a>.</p>
@@ -1066,23 +1069,5 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
1066
1069
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1067
1070
  *
1068
1071
  */
1069
- export declare class GetRuleGroupCommand extends $Command<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
1070
- readonly input: GetRuleGroupCommandInput;
1071
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
1072
- /**
1073
- * @public
1074
- */
1075
- constructor(input: GetRuleGroupCommandInput);
1076
- /**
1077
- * @internal
1078
- */
1079
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRuleGroupCommandInput, GetRuleGroupCommandOutput>;
1080
- /**
1081
- * @internal
1082
- */
1083
- private serialize;
1084
- /**
1085
- * @internal
1086
- */
1087
- private deserialize;
1072
+ export declare class GetRuleGroupCommand extends GetRuleGroupCommand_base {
1088
1073
  }
@@ -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 { GetSampledRequestsRequest, GetSampledRequestsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSampledRequestsCommandInput extends GetSampledRequestsReques
21
20
  */
22
21
  export interface GetSampledRequestsCommandOutput extends GetSampledRequestsResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetSampledRequestsCommand_base: {
24
+ new (input: GetSampledRequestsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets detailed information about a specified number of requests--a sample--that WAF
@@ -146,23 +149,5 @@ export interface GetSampledRequestsCommandOutput extends GetSampledRequestsRespo
146
149
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
147
150
  *
148
151
  */
149
- export declare class GetSampledRequestsCommand extends $Command<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFV2ClientResolvedConfig> {
150
- readonly input: GetSampledRequestsCommandInput;
151
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
152
- /**
153
- * @public
154
- */
155
- constructor(input: GetSampledRequestsCommandInput);
156
- /**
157
- * @internal
158
- */
159
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput>;
160
- /**
161
- * @internal
162
- */
163
- private serialize;
164
- /**
165
- * @internal
166
- */
167
- private deserialize;
152
+ export declare class GetSampledRequestsCommand extends GetSampledRequestsCommand_base {
168
153
  }
@@ -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 { GetWebACLRequest, GetWebACLResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetWebACLCommandInput extends GetWebACLRequest {
21
20
  */
22
21
  export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetWebACLCommand_base: {
24
+ new (input: GetWebACLCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebACLCommandInput, GetWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the specified <a>WebACL</a>.</p>
@@ -1261,23 +1264,5 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
1261
1264
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1262
1265
  *
1263
1266
  */
1264
- export declare class GetWebACLCommand extends $Command<GetWebACLCommandInput, GetWebACLCommandOutput, WAFV2ClientResolvedConfig> {
1265
- readonly input: GetWebACLCommandInput;
1266
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
1267
- /**
1268
- * @public
1269
- */
1270
- constructor(input: GetWebACLCommandInput);
1271
- /**
1272
- * @internal
1273
- */
1274
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWebACLCommandInput, GetWebACLCommandOutput>;
1275
- /**
1276
- * @internal
1277
- */
1278
- private serialize;
1279
- /**
1280
- * @internal
1281
- */
1282
- private deserialize;
1267
+ export declare class GetWebACLCommand extends GetWebACLCommand_base {
1283
1268
  }
@@ -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 { GetWebACLForResourceRequest, GetWebACLForResourceResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetWebACLForResourceCommandInput extends GetWebACLForResourceRe
21
20
  */
22
21
  export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetWebACLForResourceCommand_base: {
24
+ new (input: GetWebACLForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the <a>WebACL</a> for the specified resource. </p>
@@ -1274,23 +1277,5 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
1274
1277
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1275
1278
  *
1276
1279
  */
1277
- export declare class GetWebACLForResourceCommand extends $Command<GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput, WAFV2ClientResolvedConfig> {
1278
- readonly input: GetWebACLForResourceCommandInput;
1279
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
1280
- /**
1281
- * @public
1282
- */
1283
- constructor(input: GetWebACLForResourceCommandInput);
1284
- /**
1285
- * @internal
1286
- */
1287
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput>;
1288
- /**
1289
- * @internal
1290
- */
1291
- private serialize;
1292
- /**
1293
- * @internal
1294
- */
1295
- private deserialize;
1280
+ export declare class GetWebACLForResourceCommand extends GetWebACLForResourceCommand_base {
1296
1281
  }