@aws-sdk/client-wafv2 3.1077.0 → 3.1078.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 (185) hide show
  1. package/dist-cjs/index.js +67 -593
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateWebACLCommand.js +2 -14
  4. package/dist-es/commands/CheckCapacityCommand.js +2 -14
  5. package/dist-es/commands/CreateAPIKeyCommand.js +2 -14
  6. package/dist-es/commands/CreateIPSetCommand.js +2 -14
  7. package/dist-es/commands/CreateRegexPatternSetCommand.js +2 -14
  8. package/dist-es/commands/CreateRuleGroupCommand.js +2 -14
  9. package/dist-es/commands/CreateWebACLCommand.js +2 -14
  10. package/dist-es/commands/DeleteAPIKeyCommand.js +2 -14
  11. package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +2 -14
  12. package/dist-es/commands/DeleteIPSetCommand.js +2 -14
  13. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -14
  14. package/dist-es/commands/DeletePermissionPolicyCommand.js +2 -14
  15. package/dist-es/commands/DeleteRegexPatternSetCommand.js +2 -14
  16. package/dist-es/commands/DeleteRuleGroupCommand.js +2 -14
  17. package/dist-es/commands/DeleteWebACLCommand.js +2 -14
  18. package/dist-es/commands/DescribeAllManagedProductsCommand.js +2 -14
  19. package/dist-es/commands/DescribeManagedProductsByVendorCommand.js +2 -14
  20. package/dist-es/commands/DescribeManagedRuleGroupCommand.js +2 -14
  21. package/dist-es/commands/DisassociateWebACLCommand.js +2 -14
  22. package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +2 -14
  23. package/dist-es/commands/GetDecryptedAPIKeyCommand.js +2 -14
  24. package/dist-es/commands/GetIPSetCommand.js +2 -14
  25. package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -14
  26. package/dist-es/commands/GetManagedRuleSetCommand.js +2 -14
  27. package/dist-es/commands/GetMobileSdkReleaseCommand.js +2 -14
  28. package/dist-es/commands/GetPermissionPolicyCommand.js +2 -14
  29. package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +2 -14
  30. package/dist-es/commands/GetRegexPatternSetCommand.js +2 -14
  31. package/dist-es/commands/GetRevenueStatisticsCommand.js +2 -14
  32. package/dist-es/commands/GetRevenueStatisticsSummaryCommand.js +2 -14
  33. package/dist-es/commands/GetRevenueStatisticsTimeSeriesCommand.js +2 -14
  34. package/dist-es/commands/GetRuleGroupCommand.js +2 -14
  35. package/dist-es/commands/GetSampledRequestsCommand.js +2 -14
  36. package/dist-es/commands/GetTopPathStatisticsByTrafficCommand.js +2 -14
  37. package/dist-es/commands/GetWebACLCommand.js +2 -14
  38. package/dist-es/commands/GetWebACLForResourceCommand.js +2 -14
  39. package/dist-es/commands/ListAPIKeysCommand.js +2 -14
  40. package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +2 -14
  41. package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +2 -14
  42. package/dist-es/commands/ListIPSetsCommand.js +2 -14
  43. package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -14
  44. package/dist-es/commands/ListManagedRuleSetsCommand.js +2 -14
  45. package/dist-es/commands/ListMobileSdkReleasesCommand.js +2 -14
  46. package/dist-es/commands/ListRegexPatternSetsCommand.js +2 -14
  47. package/dist-es/commands/ListResourcesForWebACLCommand.js +2 -14
  48. package/dist-es/commands/ListRuleGroupsCommand.js +2 -14
  49. package/dist-es/commands/ListSettlementRecordsCommand.js +2 -14
  50. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  51. package/dist-es/commands/ListWebACLsCommand.js +2 -14
  52. package/dist-es/commands/PutLoggingConfigurationCommand.js +2 -14
  53. package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +2 -14
  54. package/dist-es/commands/PutPermissionPolicyCommand.js +2 -14
  55. package/dist-es/commands/TagResourceCommand.js +2 -14
  56. package/dist-es/commands/UntagResourceCommand.js +2 -14
  57. package/dist-es/commands/UpdateIPSetCommand.js +2 -14
  58. package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +2 -14
  59. package/dist-es/commands/UpdateRegexPatternSetCommand.js +2 -14
  60. package/dist-es/commands/UpdateRuleGroupCommand.js +2 -14
  61. package/dist-es/commands/UpdateWebACLCommand.js +2 -14
  62. package/dist-es/index.js +1 -0
  63. package/dist-types/commandBuilder.d.ts +18 -0
  64. package/dist-types/commands/AssociateWebACLCommand.d.ts +3 -8
  65. package/dist-types/commands/CheckCapacityCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateAPIKeyCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateIPSetCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateRuleGroupCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateWebACLCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteAPIKeyCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteIPSetCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +3 -8
  75. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteWebACLCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +3 -8
  82. package/dist-types/commands/DisassociateWebACLCommand.d.ts +3 -8
  83. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +3 -8
  84. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +3 -8
  85. package/dist-types/commands/GetIPSetCommand.d.ts +3 -8
  86. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +3 -8
  87. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +3 -8
  88. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +3 -8
  89. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +3 -8
  90. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +3 -8
  91. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +3 -8
  92. package/dist-types/commands/GetRevenueStatisticsCommand.d.ts +3 -8
  93. package/dist-types/commands/GetRevenueStatisticsSummaryCommand.d.ts +3 -8
  94. package/dist-types/commands/GetRevenueStatisticsTimeSeriesCommand.d.ts +3 -8
  95. package/dist-types/commands/GetRuleGroupCommand.d.ts +3 -8
  96. package/dist-types/commands/GetSampledRequestsCommand.d.ts +3 -8
  97. package/dist-types/commands/GetTopPathStatisticsByTrafficCommand.d.ts +3 -8
  98. package/dist-types/commands/GetWebACLCommand.d.ts +3 -8
  99. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +3 -8
  100. package/dist-types/commands/ListAPIKeysCommand.d.ts +3 -8
  101. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +3 -8
  102. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +3 -8
  103. package/dist-types/commands/ListIPSetsCommand.d.ts +3 -8
  104. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +3 -8
  107. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +3 -8
  108. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +3 -8
  109. package/dist-types/commands/ListRuleGroupsCommand.d.ts +3 -8
  110. package/dist-types/commands/ListSettlementRecordsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  112. package/dist-types/commands/ListWebACLsCommand.d.ts +3 -8
  113. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +3 -8
  114. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +3 -8
  115. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +3 -8
  116. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  117. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  118. package/dist-types/commands/UpdateIPSetCommand.d.ts +3 -8
  119. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +3 -8
  120. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +3 -8
  121. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +3 -8
  122. package/dist-types/commands/UpdateWebACLCommand.d.ts +3 -8
  123. package/dist-types/index.d.ts +1 -0
  124. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  125. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DeleteAPIKeyCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/GetRevenueStatisticsCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/GetRevenueStatisticsSummaryCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/GetRevenueStatisticsTimeSeriesCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetTopPathStatisticsByTrafficCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListSettlementRecordsCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/index.d.ts +1 -0
  185. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLoggingConfigurationCommandInput extends GetLoggingConfigura
22
19
  export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLoggingConfigurationCommand_base: {
25
- new (input: GetLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLoggingConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the <a>LoggingConfiguration</a> for the specified web ACL.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetManagedRuleSetRequest, GetManagedRuleSetResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetManagedRuleSetCommandInput extends GetManagedRuleSetRequest
22
19
  export interface GetManagedRuleSetCommandOutput extends GetManagedRuleSetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetManagedRuleSetCommand_base: {
25
- new (input: GetManagedRuleSetCommandInput): import("@smithy/core/client").CommandImpl<GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetManagedRuleSetCommandInput): import("@smithy/core/client").CommandImpl<GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetManagedRuleSetCommandInput): import("@smithy/core/client").CommandImpl<GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetManagedRuleSetCommandInput): import("@smithy/core/client").CommandImpl<GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the specified managed rule set. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetMobileSdkReleaseRequest, GetMobileSdkReleaseResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetMobileSdkReleaseCommandInput extends GetMobileSdkReleaseRequ
22
19
  export interface GetMobileSdkReleaseCommandOutput extends GetMobileSdkReleaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetMobileSdkReleaseCommand_base: {
25
- new (input: GetMobileSdkReleaseCommandInput): import("@smithy/core/client").CommandImpl<GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMobileSdkReleaseCommandInput): import("@smithy/core/client").CommandImpl<GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetMobileSdkReleaseCommandInput): import("@smithy/core/client").CommandImpl<GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetMobileSdkReleaseCommandInput): import("@smithy/core/client").CommandImpl<GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information for the specified mobile SDK release, including release notes and
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetPermissionPolicyCommandInput extends GetPermissionPolicyRequ
22
19
  export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetPermissionPolicyCommand_base: {
25
- new (input: GetPermissionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetPermissionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetPermissionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetPermissionPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the IAM policy that is attached to the specified rule group.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetRateBasedStatementManagedKeysRequest, GetRateBasedStatementManagedKeysResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRateBasedStatementManagedKeysCommandInput extends GetRateBas
22
19
  export interface GetRateBasedStatementManagedKeysCommandOutput extends GetRateBasedStatementManagedKeysResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRateBasedStatementManagedKeysCommand_base: {
25
- new (input: GetRateBasedStatementManagedKeysCommandInput): import("@smithy/core/client").CommandImpl<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRateBasedStatementManagedKeysCommandInput): import("@smithy/core/client").CommandImpl<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRateBasedStatementManagedKeysCommandInput): import("@smithy/core/client").CommandImpl<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRateBasedStatementManagedKeysCommandInput): import("@smithy/core/client").CommandImpl<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the IP addresses that are currently blocked by a rate-based rule instance. This
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetRegexPatternSetRequest, GetRegexPatternSetResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRegexPatternSetCommandInput extends GetRegexPatternSetReques
22
19
  export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRegexPatternSetCommand_base: {
25
- new (input: GetRegexPatternSetCommandInput): import("@smithy/core/client").CommandImpl<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRegexPatternSetCommandInput): import("@smithy/core/client").CommandImpl<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRegexPatternSetCommandInput): import("@smithy/core/client").CommandImpl<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRegexPatternSetCommandInput): import("@smithy/core/client").CommandImpl<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the specified <a>RegexPatternSet</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetRevenueStatisticsRequest, GetRevenueStatisticsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRevenueStatisticsCommandInput extends GetRevenueStatisticsRe
22
19
  export interface GetRevenueStatisticsCommandOutput extends GetRevenueStatisticsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRevenueStatisticsCommand_base: {
25
- new (input: GetRevenueStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsCommandInput, GetRevenueStatisticsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRevenueStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsCommandInput, GetRevenueStatisticsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRevenueStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsCommandInput, GetRevenueStatisticsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRevenueStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsCommandInput, GetRevenueStatisticsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves ranked monetization statistics. Use the <code>StatisticType</code> parameter to specify the ranking: <code>TOP_SOURCES_BY_REVENUE</code> for top sources by revenue, or <code>TOP_PATHS_BY_REVENUE</code> for top content paths by revenue. This operation is only available for <code>CLOUDFRONT</code> scope. The maximum supported time window is 90 days. When no <code>CurrencyMode</code> filter is provided, results default to <code>REAL</code>. To retrieve test data, include a <code>CurrencyMode</code> filter with the value <code>TEST</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetRevenueStatisticsSummaryRequest, GetRevenueStatisticsSummaryResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRevenueStatisticsSummaryCommandInput extends GetRevenueStati
22
19
  export interface GetRevenueStatisticsSummaryCommandOutput extends GetRevenueStatisticsSummaryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRevenueStatisticsSummaryCommand_base: {
25
- new (input: GetRevenueStatisticsSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsSummaryCommandInput, GetRevenueStatisticsSummaryCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRevenueStatisticsSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsSummaryCommandInput, GetRevenueStatisticsSummaryCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRevenueStatisticsSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsSummaryCommandInput, GetRevenueStatisticsSummaryCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRevenueStatisticsSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsSummaryCommandInput, GetRevenueStatisticsSummaryCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a summary of monetization revenue for the specified time window. Returns total revenue, revenue by verification tier, total settlements, and total HTTP 402 responses served. This operation is only available for <code>CLOUDFRONT</code> scope. The maximum supported time window is 90 days. When no <code>CurrencyMode</code> filter is provided, results default to <code>REAL</code>. To retrieve test data, include a <code>CurrencyMode</code> filter with the value <code>TEST</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetRevenueStatisticsTimeSeriesRequest, GetRevenueStatisticsTimeSeriesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRevenueStatisticsTimeSeriesCommandInput extends GetRevenueSt
22
19
  export interface GetRevenueStatisticsTimeSeriesCommandOutput extends GetRevenueStatisticsTimeSeriesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRevenueStatisticsTimeSeriesCommand_base: {
25
- new (input: GetRevenueStatisticsTimeSeriesCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsTimeSeriesCommandInput, GetRevenueStatisticsTimeSeriesCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRevenueStatisticsTimeSeriesCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsTimeSeriesCommandInput, GetRevenueStatisticsTimeSeriesCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRevenueStatisticsTimeSeriesCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsTimeSeriesCommandInput, GetRevenueStatisticsTimeSeriesCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRevenueStatisticsTimeSeriesCommandInput): import("@smithy/core/client").CommandImpl<GetRevenueStatisticsTimeSeriesCommandInput, GetRevenueStatisticsTimeSeriesCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves time series data for monetization revenue. Returns data points aggregated at the specified interval for the given time window. This operation is only available for <code>CLOUDFRONT</code> scope. The maximum supported time window is 90 days. When no <code>CurrencyMode</code> filter is provided, results default to <code>REAL</code>. To retrieve test data, include a <code>CurrencyMode</code> filter with the value <code>TEST</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRuleGroupCommandInput extends GetRuleGroupRequest {
22
19
  export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRuleGroupCommand_base: {
25
- new (input: GetRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetRuleGroupCommandInput]): import("@smithy/core/client").CommandImpl<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRuleGroupCommandInput): import("@smithy/core/client").CommandImpl<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetRuleGroupCommandInput]): import("@smithy/core/client").CommandImpl<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the specified <a>RuleGroup</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSampledRequestsRequest, GetSampledRequestsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSampledRequestsCommandInput extends GetSampledRequestsReques
22
19
  export interface GetSampledRequestsCommandOutput extends GetSampledRequestsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSampledRequestsCommand_base: {
25
- new (input: GetSampledRequestsCommandInput): import("@smithy/core/client").CommandImpl<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSampledRequestsCommandInput): import("@smithy/core/client").CommandImpl<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSampledRequestsCommandInput): import("@smithy/core/client").CommandImpl<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSampledRequestsCommandInput): import("@smithy/core/client").CommandImpl<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets detailed information about a specified number of requests--a sample--that WAF
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetTopPathStatisticsByTrafficRequest, GetTopPathStatisticsByTrafficResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetTopPathStatisticsByTrafficCommandInput extends GetTopPathSta
22
19
  export interface GetTopPathStatisticsByTrafficCommandOutput extends GetTopPathStatisticsByTrafficResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetTopPathStatisticsByTrafficCommand_base: {
25
- new (input: GetTopPathStatisticsByTrafficCommandInput): import("@smithy/core/client").CommandImpl<GetTopPathStatisticsByTrafficCommandInput, GetTopPathStatisticsByTrafficCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTopPathStatisticsByTrafficCommandInput): import("@smithy/core/client").CommandImpl<GetTopPathStatisticsByTrafficCommandInput, GetTopPathStatisticsByTrafficCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetTopPathStatisticsByTrafficCommandInput): import("@smithy/core/client").CommandImpl<GetTopPathStatisticsByTrafficCommandInput, GetTopPathStatisticsByTrafficCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetTopPathStatisticsByTrafficCommandInput): import("@smithy/core/client").CommandImpl<GetTopPathStatisticsByTrafficCommandInput, GetTopPathStatisticsByTrafficCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves aggregated statistics about the top URI paths accessed by bot traffic for a specified web ACL and time window.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetWebACLRequest, GetWebACLResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetWebACLCommandInput extends GetWebACLRequest {
22
19
  export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetWebACLCommand_base: {
25
- new (input: GetWebACLCommandInput): import("@smithy/core/client").CommandImpl<GetWebACLCommandInput, GetWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetWebACLCommandInput]): import("@smithy/core/client").CommandImpl<GetWebACLCommandInput, GetWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWebACLCommandInput): import("@smithy/core/client").CommandImpl<GetWebACLCommandInput, GetWebACLCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetWebACLCommandInput]): import("@smithy/core/client").CommandImpl<GetWebACLCommandInput, GetWebACLCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the specified <a>WebACL</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetWebACLForResourceRequest, GetWebACLForResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetWebACLForResourceCommandInput extends GetWebACLForResourceRe
22
19
  export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetWebACLForResourceCommand_base: {
25
- new (input: GetWebACLForResourceCommandInput): import("@smithy/core/client").CommandImpl<GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWebACLForResourceCommandInput): import("@smithy/core/client").CommandImpl<GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWebACLForResourceCommandInput): import("@smithy/core/client").CommandImpl<GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWebACLForResourceCommandInput): import("@smithy/core/client").CommandImpl<GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the <a>WebACL</a> for the specified resource. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAPIKeysRequest, ListAPIKeysResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAPIKeysCommandInput extends ListAPIKeysRequest {
22
19
  export interface ListAPIKeysCommandOutput extends ListAPIKeysResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAPIKeysCommand_base: {
25
- new (input: ListAPIKeysCommandInput): import("@smithy/core/client").CommandImpl<ListAPIKeysCommandInput, ListAPIKeysCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAPIKeysCommandInput): import("@smithy/core/client").CommandImpl<ListAPIKeysCommandInput, ListAPIKeysCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAPIKeysCommandInput): import("@smithy/core/client").CommandImpl<ListAPIKeysCommandInput, ListAPIKeysCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAPIKeysCommandInput): import("@smithy/core/client").CommandImpl<ListAPIKeysCommandInput, ListAPIKeysCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of the API keys that you've defined for the specified scope. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAvailableManagedRuleGroupVersionsRequest, ListAvailableManagedRuleGroupVersionsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAvailableManagedRuleGroupVersionsCommandInput extends ListA
22
19
  export interface ListAvailableManagedRuleGroupVersionsCommandOutput extends ListAvailableManagedRuleGroupVersionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAvailableManagedRuleGroupVersionsCommand_base: {
25
- new (input: ListAvailableManagedRuleGroupVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAvailableManagedRuleGroupVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAvailableManagedRuleGroupVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAvailableManagedRuleGroupVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of the available versions for the specified managed rule group. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAvailableManagedRuleGroupsRequest, ListAvailableManagedRuleGroupsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAvailableManagedRuleGroupsCommandInput extends ListAvailabl
22
19
  export interface ListAvailableManagedRuleGroupsCommandOutput extends ListAvailableManagedRuleGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAvailableManagedRuleGroupsCommand_base: {
25
- new (input: ListAvailableManagedRuleGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAvailableManagedRuleGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAvailableManagedRuleGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAvailableManagedRuleGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves an array of managed rule groups that are available for you to use. This list
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListIPSetsCommandInput extends ListIPSetsRequest {
22
19
  export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListIPSetsCommand_base: {
25
- new (input: ListIPSetsCommandInput): import("@smithy/core/client").CommandImpl<ListIPSetsCommandInput, ListIPSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListIPSetsCommandInput): import("@smithy/core/client").CommandImpl<ListIPSetsCommandInput, ListIPSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListIPSetsCommandInput): import("@smithy/core/client").CommandImpl<ListIPSetsCommandInput, ListIPSetsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListIPSetsCommandInput): import("@smithy/core/client").CommandImpl<ListIPSetsCommandInput, ListIPSetsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves an array of <a>IPSetSummary</a> objects for the IP sets that you
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLoggingConfigurationsCommandInput extends ListLoggingConfig
22
19
  export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfigurationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLoggingConfigurationsCommand_base: {
25
- new (input: ListLoggingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListLoggingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLoggingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListLoggingConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves an array of your <a>LoggingConfiguration</a> objects.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListManagedRuleSetsRequest, ListManagedRuleSetsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListManagedRuleSetsCommandInput extends ListManagedRuleSetsRequ
22
19
  export interface ListManagedRuleSetsCommandOutput extends ListManagedRuleSetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListManagedRuleSetsCommand_base: {
25
- new (input: ListManagedRuleSetsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListManagedRuleSetsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListManagedRuleSetsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListManagedRuleSetsCommandInput): import("@smithy/core/client").CommandImpl<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the managed rule sets that you own. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListMobileSdkReleasesRequest, ListMobileSdkReleasesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListMobileSdkReleasesCommandInput extends ListMobileSdkReleases
22
19
  export interface ListMobileSdkReleasesCommandOutput extends ListMobileSdkReleasesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListMobileSdkReleasesCommand_base: {
25
- new (input: ListMobileSdkReleasesCommandInput): import("@smithy/core/client").CommandImpl<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListMobileSdkReleasesCommandInput): import("@smithy/core/client").CommandImpl<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListMobileSdkReleasesCommandInput): import("@smithy/core/client").CommandImpl<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListMobileSdkReleasesCommandInput): import("@smithy/core/client").CommandImpl<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, import("..").WAFV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a list of the available releases for the mobile SDK and the specified device