@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetDecryptedAPIKeyRequest,
11
5
  GetDecryptedAPIKeyResponse,
@@ -21,19 +15,16 @@ export interface GetDecryptedAPIKeyCommandInput
21
15
  export interface GetDecryptedAPIKeyCommandOutput
22
16
  extends GetDecryptedAPIKeyResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDecryptedAPIKeyCommand extends $Command<
25
- GetDecryptedAPIKeyCommandInput,
26
- GetDecryptedAPIKeyCommandOutput,
27
- WAFV2ClientResolvedConfig
28
- > {
29
- readonly input: GetDecryptedAPIKeyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDecryptedAPIKeyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WAFV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetDecryptedAPIKeyCommand_base: {
19
+ new (
20
+ input: GetDecryptedAPIKeyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetDecryptedAPIKeyCommandInput,
23
+ GetDecryptedAPIKeyCommandOutput,
24
+ WAFV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDecryptedAPIKeyCommand extends GetDecryptedAPIKeyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetIPSetCommandInput extends GetIPSetRequest {}
17
11
  export interface GetIPSetCommandOutput
18
12
  extends GetIPSetResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetIPSetCommand extends $Command<
21
- GetIPSetCommandInput,
22
- GetIPSetCommandOutput,
23
- WAFV2ClientResolvedConfig
24
- > {
25
- readonly input: GetIPSetCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetIPSetCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: WAFV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetIPSetCommandInput, GetIPSetCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetIPSetCommand_base: {
15
+ new (
16
+ input: GetIPSetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetIPSetCommandInput,
19
+ GetIPSetCommandOutput,
20
+ WAFV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetIPSetCommand extends GetIPSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetLoggingConfigurationRequest,
11
5
  GetLoggingConfigurationResponse,
@@ -21,22 +15,16 @@ export interface GetLoggingConfigurationCommandInput
21
15
  export interface GetLoggingConfigurationCommandOutput
22
16
  extends GetLoggingConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetLoggingConfigurationCommand extends $Command<
25
- GetLoggingConfigurationCommandInput,
26
- GetLoggingConfigurationCommandOutput,
27
- WAFV2ClientResolvedConfig
28
- > {
29
- readonly input: GetLoggingConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetLoggingConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WAFV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetLoggingConfigurationCommand_base: {
19
+ new (
20
+ input: GetLoggingConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetLoggingConfigurationCommandInput,
38
- GetLoggingConfigurationCommandOutput
23
+ GetLoggingConfigurationCommandOutput,
24
+ WAFV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetLoggingConfigurationCommand extends GetLoggingConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetManagedRuleSetRequest,
11
5
  GetManagedRuleSetResponse,
@@ -21,19 +15,16 @@ export interface GetManagedRuleSetCommandInput
21
15
  export interface GetManagedRuleSetCommandOutput
22
16
  extends GetManagedRuleSetResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetManagedRuleSetCommand extends $Command<
25
- GetManagedRuleSetCommandInput,
26
- GetManagedRuleSetCommandOutput,
27
- WAFV2ClientResolvedConfig
28
- > {
29
- readonly input: GetManagedRuleSetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetManagedRuleSetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WAFV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetManagedRuleSetCommand_base: {
19
+ new (
20
+ input: GetManagedRuleSetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetManagedRuleSetCommandInput,
23
+ GetManagedRuleSetCommandOutput,
24
+ WAFV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetManagedRuleSetCommand extends GetManagedRuleSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetMobileSdkReleaseRequest,
11
5
  GetMobileSdkReleaseResponse,
@@ -21,19 +15,16 @@ export interface GetMobileSdkReleaseCommandInput
21
15
  export interface GetMobileSdkReleaseCommandOutput
22
16
  extends GetMobileSdkReleaseResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetMobileSdkReleaseCommand extends $Command<
25
- GetMobileSdkReleaseCommandInput,
26
- GetMobileSdkReleaseCommandOutput,
27
- WAFV2ClientResolvedConfig
28
- > {
29
- readonly input: GetMobileSdkReleaseCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetMobileSdkReleaseCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WAFV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetMobileSdkReleaseCommand_base: {
19
+ new (
20
+ input: GetMobileSdkReleaseCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetMobileSdkReleaseCommandInput,
23
+ GetMobileSdkReleaseCommandOutput,
24
+ WAFV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetMobileSdkReleaseCommand extends GetMobileSdkReleaseCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetPermissionPolicyRequest,
11
5
  GetPermissionPolicyResponse,
@@ -21,19 +15,16 @@ export interface GetPermissionPolicyCommandInput
21
15
  export interface GetPermissionPolicyCommandOutput
22
16
  extends GetPermissionPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetPermissionPolicyCommand extends $Command<
25
- GetPermissionPolicyCommandInput,
26
- GetPermissionPolicyCommandOutput,
27
- WAFV2ClientResolvedConfig
28
- > {
29
- readonly input: GetPermissionPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetPermissionPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WAFV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetPermissionPolicyCommand_base: {
19
+ new (
20
+ input: GetPermissionPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetPermissionPolicyCommandInput,
23
+ GetPermissionPolicyCommandOutput,
24
+ WAFV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetPermissionPolicyCommand extends GetPermissionPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetRateBasedStatementManagedKeysRequest,
11
5
  GetRateBasedStatementManagedKeysResponse,
@@ -21,22 +15,16 @@ export interface GetRateBasedStatementManagedKeysCommandInput
21
15
  export interface GetRateBasedStatementManagedKeysCommandOutput
22
16
  extends GetRateBasedStatementManagedKeysResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetRateBasedStatementManagedKeysCommand extends $Command<
25
- GetRateBasedStatementManagedKeysCommandInput,
26
- GetRateBasedStatementManagedKeysCommandOutput,
27
- WAFV2ClientResolvedConfig
28
- > {
29
- readonly input: GetRateBasedStatementManagedKeysCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRateBasedStatementManagedKeysCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WAFV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetRateBasedStatementManagedKeysCommand_base: {
19
+ new (
20
+ input: GetRateBasedStatementManagedKeysCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetRateBasedStatementManagedKeysCommandInput,
38
- GetRateBasedStatementManagedKeysCommandOutput
23
+ GetRateBasedStatementManagedKeysCommandOutput,
24
+ WAFV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRateBasedStatementManagedKeysCommand extends GetRateBasedStatementManagedKeysCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetRegexPatternSetRequest,
11
5
  GetRegexPatternSetResponse,
@@ -21,19 +15,16 @@ export interface GetRegexPatternSetCommandInput
21
15
  export interface GetRegexPatternSetCommandOutput
22
16
  extends GetRegexPatternSetResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetRegexPatternSetCommand extends $Command<
25
- GetRegexPatternSetCommandInput,
26
- GetRegexPatternSetCommandOutput,
27
- WAFV2ClientResolvedConfig
28
- > {
29
- readonly input: GetRegexPatternSetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRegexPatternSetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WAFV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetRegexPatternSetCommand_base: {
19
+ new (
20
+ input: GetRegexPatternSetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetRegexPatternSetCommandInput,
23
+ GetRegexPatternSetCommandOutput,
24
+ WAFV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRegexPatternSetCommand extends GetRegexPatternSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetRuleGroupCommandInput extends GetRuleGroupRequest {}
17
11
  export interface GetRuleGroupCommandOutput
18
12
  extends GetRuleGroupResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetRuleGroupCommand extends $Command<
21
- GetRuleGroupCommandInput,
22
- GetRuleGroupCommandOutput,
23
- WAFV2ClientResolvedConfig
24
- > {
25
- readonly input: GetRuleGroupCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetRuleGroupCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: WAFV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetRuleGroupCommandInput, GetRuleGroupCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetRuleGroupCommand_base: {
15
+ new (
16
+ input: GetRuleGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetRuleGroupCommandInput,
19
+ GetRuleGroupCommandOutput,
20
+ WAFV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetRuleGroupCommand extends GetRuleGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetSampledRequestsRequest,
11
5
  GetSampledRequestsResponse,
@@ -21,19 +15,16 @@ export interface GetSampledRequestsCommandInput
21
15
  export interface GetSampledRequestsCommandOutput
22
16
  extends GetSampledRequestsResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetSampledRequestsCommand extends $Command<
25
- GetSampledRequestsCommandInput,
26
- GetSampledRequestsCommandOutput,
27
- WAFV2ClientResolvedConfig
28
- > {
29
- readonly input: GetSampledRequestsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetSampledRequestsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WAFV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetSampledRequestsCommand_base: {
19
+ new (
20
+ input: GetSampledRequestsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetSampledRequestsCommandInput,
23
+ GetSampledRequestsCommandOutput,
24
+ WAFV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetSampledRequestsCommand extends GetSampledRequestsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetWebACLRequest, GetWebACLResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetWebACLCommandInput extends GetWebACLRequest {}
17
11
  export interface GetWebACLCommandOutput
18
12
  extends GetWebACLResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetWebACLCommand extends $Command<
21
- GetWebACLCommandInput,
22
- GetWebACLCommandOutput,
23
- WAFV2ClientResolvedConfig
24
- > {
25
- readonly input: GetWebACLCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetWebACLCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: WAFV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetWebACLCommandInput, GetWebACLCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetWebACLCommand_base: {
15
+ new (
16
+ input: GetWebACLCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetWebACLCommandInput,
19
+ GetWebACLCommandOutput,
20
+ WAFV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetWebACLCommand extends GetWebACLCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetWebACLForResourceRequest,
11
5
  GetWebACLForResourceResponse,
@@ -21,22 +15,16 @@ export interface GetWebACLForResourceCommandInput
21
15
  export interface GetWebACLForResourceCommandOutput
22
16
  extends GetWebACLForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetWebACLForResourceCommand extends $Command<
25
- GetWebACLForResourceCommandInput,
26
- GetWebACLForResourceCommandOutput,
27
- WAFV2ClientResolvedConfig
28
- > {
29
- readonly input: GetWebACLForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetWebACLForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WAFV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetWebACLForResourceCommand_base: {
19
+ new (
20
+ input: GetWebACLForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetWebACLForResourceCommandInput,
38
- GetWebACLForResourceCommandOutput
23
+ GetWebACLForResourceCommandOutput,
24
+ WAFV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetWebACLForResourceCommand extends GetWebACLForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListAPIKeysRequest, ListAPIKeysResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListAPIKeysCommandInput extends ListAPIKeysRequest {}
17
11
  export interface ListAPIKeysCommandOutput
18
12
  extends ListAPIKeysResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListAPIKeysCommand extends $Command<
21
- ListAPIKeysCommandInput,
22
- ListAPIKeysCommandOutput,
23
- WAFV2ClientResolvedConfig
24
- > {
25
- readonly input: ListAPIKeysCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListAPIKeysCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: WAFV2ClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListAPIKeysCommandInput, ListAPIKeysCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListAPIKeysCommand_base: {
15
+ new (
16
+ input: ListAPIKeysCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListAPIKeysCommandInput,
19
+ ListAPIKeysCommandOutput,
20
+ WAFV2ClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListAPIKeysCommand extends ListAPIKeysCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListAvailableManagedRuleGroupVersionsRequest,
11
5
  ListAvailableManagedRuleGroupVersionsResponse,
@@ -21,22 +15,16 @@ export interface ListAvailableManagedRuleGroupVersionsCommandInput
21
15
  export interface ListAvailableManagedRuleGroupVersionsCommandOutput
22
16
  extends ListAvailableManagedRuleGroupVersionsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListAvailableManagedRuleGroupVersionsCommand extends $Command<
25
- ListAvailableManagedRuleGroupVersionsCommandInput,
26
- ListAvailableManagedRuleGroupVersionsCommandOutput,
27
- WAFV2ClientResolvedConfig
28
- > {
29
- readonly input: ListAvailableManagedRuleGroupVersionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListAvailableManagedRuleGroupVersionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: WAFV2ClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListAvailableManagedRuleGroupVersionsCommand_base: {
19
+ new (
20
+ input: ListAvailableManagedRuleGroupVersionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListAvailableManagedRuleGroupVersionsCommandInput,
38
- ListAvailableManagedRuleGroupVersionsCommandOutput
23
+ ListAvailableManagedRuleGroupVersionsCommandOutput,
24
+ WAFV2ClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListAvailableManagedRuleGroupVersionsCommand extends ListAvailableManagedRuleGroupVersionsCommand_base {}