@aws-sdk/client-wafv2 3.1045.0 → 3.1047.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 (200) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +126 -127
  5. package/dist-cjs/models/WAFV2ServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/WAFV2.js +1 -1
  10. package/dist-es/WAFV2Client.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateWebACLCommand.js +2 -2
  13. package/dist-es/commands/CheckCapacityCommand.js +2 -2
  14. package/dist-es/commands/CreateAPIKeyCommand.js +2 -2
  15. package/dist-es/commands/CreateIPSetCommand.js +2 -2
  16. package/dist-es/commands/CreateRegexPatternSetCommand.js +2 -2
  17. package/dist-es/commands/CreateRuleGroupCommand.js +2 -2
  18. package/dist-es/commands/CreateWebACLCommand.js +2 -2
  19. package/dist-es/commands/DeleteAPIKeyCommand.js +2 -2
  20. package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +2 -2
  21. package/dist-es/commands/DeleteIPSetCommand.js +2 -2
  22. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -2
  23. package/dist-es/commands/DeletePermissionPolicyCommand.js +2 -2
  24. package/dist-es/commands/DeleteRegexPatternSetCommand.js +2 -2
  25. package/dist-es/commands/DeleteRuleGroupCommand.js +2 -2
  26. package/dist-es/commands/DeleteWebACLCommand.js +2 -2
  27. package/dist-es/commands/DescribeAllManagedProductsCommand.js +2 -2
  28. package/dist-es/commands/DescribeManagedProductsByVendorCommand.js +2 -2
  29. package/dist-es/commands/DescribeManagedRuleGroupCommand.js +2 -2
  30. package/dist-es/commands/DisassociateWebACLCommand.js +2 -2
  31. package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +2 -2
  32. package/dist-es/commands/GetDecryptedAPIKeyCommand.js +2 -2
  33. package/dist-es/commands/GetIPSetCommand.js +2 -2
  34. package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -2
  35. package/dist-es/commands/GetManagedRuleSetCommand.js +2 -2
  36. package/dist-es/commands/GetMobileSdkReleaseCommand.js +2 -2
  37. package/dist-es/commands/GetPermissionPolicyCommand.js +2 -2
  38. package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +2 -2
  39. package/dist-es/commands/GetRegexPatternSetCommand.js +2 -2
  40. package/dist-es/commands/GetRuleGroupCommand.js +2 -2
  41. package/dist-es/commands/GetSampledRequestsCommand.js +2 -2
  42. package/dist-es/commands/GetTopPathStatisticsByTrafficCommand.js +2 -2
  43. package/dist-es/commands/GetWebACLCommand.js +2 -2
  44. package/dist-es/commands/GetWebACLForResourceCommand.js +2 -2
  45. package/dist-es/commands/ListAPIKeysCommand.js +2 -2
  46. package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +2 -2
  47. package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +2 -2
  48. package/dist-es/commands/ListIPSetsCommand.js +2 -2
  49. package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -2
  50. package/dist-es/commands/ListManagedRuleSetsCommand.js +2 -2
  51. package/dist-es/commands/ListMobileSdkReleasesCommand.js +2 -2
  52. package/dist-es/commands/ListRegexPatternSetsCommand.js +2 -2
  53. package/dist-es/commands/ListResourcesForWebACLCommand.js +2 -2
  54. package/dist-es/commands/ListRuleGroupsCommand.js +2 -2
  55. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  56. package/dist-es/commands/ListWebACLsCommand.js +2 -2
  57. package/dist-es/commands/PutLoggingConfigurationCommand.js +2 -2
  58. package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +2 -2
  59. package/dist-es/commands/PutPermissionPolicyCommand.js +2 -2
  60. package/dist-es/commands/TagResourceCommand.js +2 -2
  61. package/dist-es/commands/UntagResourceCommand.js +2 -2
  62. package/dist-es/commands/UpdateIPSetCommand.js +2 -2
  63. package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +2 -2
  64. package/dist-es/commands/UpdateRegexPatternSetCommand.js +2 -2
  65. package/dist-es/commands/UpdateRuleGroupCommand.js +2 -2
  66. package/dist-es/commands/UpdateWebACLCommand.js +2 -2
  67. package/dist-es/endpoint/bdd.js +1 -1
  68. package/dist-es/endpoint/endpointResolver.js +1 -1
  69. package/dist-es/models/WAFV2ServiceException.js +1 -1
  70. package/dist-es/runtimeConfig.browser.js +4 -6
  71. package/dist-es/runtimeConfig.js +4 -8
  72. package/dist-es/runtimeConfig.shared.js +3 -4
  73. package/dist-es/runtimeExtensions.js +2 -2
  74. package/dist-types/WAFV2Client.d.ts +5 -5
  75. package/dist-types/commands/AssociateWebACLCommand.d.ts +6 -4
  76. package/dist-types/commands/CheckCapacityCommand.d.ts +6 -4
  77. package/dist-types/commands/CreateAPIKeyCommand.d.ts +6 -4
  78. package/dist-types/commands/CreateIPSetCommand.d.ts +6 -4
  79. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +6 -4
  80. package/dist-types/commands/CreateRuleGroupCommand.d.ts +6 -4
  81. package/dist-types/commands/CreateWebACLCommand.d.ts +6 -4
  82. package/dist-types/commands/DeleteAPIKeyCommand.d.ts +6 -4
  83. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +6 -4
  84. package/dist-types/commands/DeleteIPSetCommand.d.ts +6 -4
  85. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +6 -4
  86. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +6 -4
  87. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +6 -4
  88. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +6 -4
  89. package/dist-types/commands/DeleteWebACLCommand.d.ts +6 -4
  90. package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +6 -4
  91. package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +6 -4
  92. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +6 -4
  93. package/dist-types/commands/DisassociateWebACLCommand.d.ts +6 -4
  94. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +6 -4
  95. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +6 -4
  96. package/dist-types/commands/GetIPSetCommand.d.ts +6 -4
  97. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +6 -4
  98. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +6 -4
  99. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +6 -4
  100. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +6 -4
  101. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +6 -4
  102. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +6 -4
  103. package/dist-types/commands/GetRuleGroupCommand.d.ts +6 -4
  104. package/dist-types/commands/GetSampledRequestsCommand.d.ts +6 -4
  105. package/dist-types/commands/GetTopPathStatisticsByTrafficCommand.d.ts +6 -4
  106. package/dist-types/commands/GetWebACLCommand.d.ts +6 -4
  107. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +6 -4
  108. package/dist-types/commands/ListAPIKeysCommand.d.ts +6 -4
  109. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +6 -4
  110. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +6 -4
  111. package/dist-types/commands/ListIPSetsCommand.d.ts +6 -4
  112. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +6 -4
  113. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +6 -4
  114. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +6 -4
  115. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +6 -4
  116. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +6 -4
  117. package/dist-types/commands/ListRuleGroupsCommand.d.ts +6 -4
  118. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  119. package/dist-types/commands/ListWebACLsCommand.d.ts +6 -4
  120. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +6 -4
  121. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +6 -4
  122. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +6 -4
  123. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  124. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  125. package/dist-types/commands/UpdateIPSetCommand.d.ts +6 -4
  126. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +6 -4
  127. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +6 -4
  128. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +6 -4
  129. package/dist-types/commands/UpdateWebACLCommand.d.ts +6 -4
  130. package/dist-types/endpoint/bdd.d.ts +1 -1
  131. package/dist-types/extensionConfiguration.d.ts +1 -1
  132. package/dist-types/models/WAFV2ServiceException.d.ts +1 -1
  133. package/dist-types/models/errors.d.ts +1 -1
  134. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  135. package/dist-types/runtimeConfig.d.ts +2 -2
  136. package/dist-types/runtimeConfig.native.d.ts +2 -2
  137. package/dist-types/ts3.4/WAFV2Client.d.ts +8 -14
  138. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/DeleteAPIKeyCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +6 -8
  160. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +6 -4
  165. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +6 -4
  166. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +6 -4
  167. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +6 -4
  168. package/dist-types/ts3.4/commands/GetTopPathStatisticsByTrafficCommand.d.ts +6 -4
  169. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +6 -6
  170. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +6 -4
  171. package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +6 -4
  172. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +6 -4
  173. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +6 -4
  174. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +6 -4
  175. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +6 -4
  176. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +6 -4
  177. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +6 -4
  178. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +6 -4
  179. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +6 -4
  180. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +6 -4
  181. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  182. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +6 -4
  183. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +6 -4
  184. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +6 -4
  185. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +6 -4
  186. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  187. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  188. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +6 -4
  189. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +6 -4
  190. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +6 -4
  191. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +6 -4
  192. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +6 -4
  193. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  194. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  195. package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +1 -1
  196. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  197. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  198. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  199. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  200. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateRuleGroupRequest,
@@ -18,7 +18,7 @@ export interface CreateRuleGroupCommandOutput
18
18
  declare const CreateRuleGroupCommand_base: {
19
19
  new (
20
20
  input: CreateRuleGroupCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateRuleGroupCommandInput,
23
23
  CreateRuleGroupCommandOutput,
24
24
  WAFV2ClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateRuleGroupCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateRuleGroupCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateRuleGroupCommandInput,
32
32
  CreateRuleGroupCommandOutput,
33
33
  WAFV2ClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface CreateWebACLCommandOutput
15
15
  declare const CreateWebACLCommand_base: {
16
16
  new (
17
17
  input: CreateWebACLCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateWebACLCommandInput,
20
20
  CreateWebACLCommandOutput,
21
21
  WAFV2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateWebACLCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateWebACLCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateWebACLCommandInput,
29
29
  CreateWebACLCommandOutput,
30
30
  WAFV2ClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateWebACLCommand extends CreateWebACLCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeleteAPIKeyRequest, DeleteAPIKeyResponse } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DeleteAPIKeyCommandOutput
15
15
  declare const DeleteAPIKeyCommand_base: {
16
16
  new (
17
17
  input: DeleteAPIKeyCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteAPIKeyCommandInput,
20
20
  DeleteAPIKeyCommandOutput,
21
21
  WAFV2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteAPIKeyCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteAPIKeyCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteAPIKeyCommandInput,
29
29
  DeleteAPIKeyCommandOutput,
30
30
  WAFV2ClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteAPIKeyCommand extends DeleteAPIKeyCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteFirewallManagerRuleGroupsRequest,
@@ -19,7 +19,7 @@ export interface DeleteFirewallManagerRuleGroupsCommandOutput
19
19
  declare const DeleteFirewallManagerRuleGroupsCommand_base: {
20
20
  new (
21
21
  input: DeleteFirewallManagerRuleGroupsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteFirewallManagerRuleGroupsCommandInput,
24
24
  DeleteFirewallManagerRuleGroupsCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteFirewallManagerRuleGroupsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteFirewallManagerRuleGroupsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteFirewallManagerRuleGroupsCommandInput,
33
33
  DeleteFirewallManagerRuleGroupsCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteFirewallManagerRuleGroupsCommand extends DeleteFirewallManagerRuleGroupsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DeleteIPSetCommandOutput
15
15
  declare const DeleteIPSetCommand_base: {
16
16
  new (
17
17
  input: DeleteIPSetCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteIPSetCommandInput,
20
20
  DeleteIPSetCommandOutput,
21
21
  WAFV2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteIPSetCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteIPSetCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteIPSetCommandInput,
29
29
  DeleteIPSetCommandOutput,
30
30
  WAFV2ClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteIPSetCommand extends DeleteIPSetCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteLoggingConfigurationRequest,
@@ -19,7 +19,7 @@ export interface DeleteLoggingConfigurationCommandOutput
19
19
  declare const DeleteLoggingConfigurationCommand_base: {
20
20
  new (
21
21
  input: DeleteLoggingConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteLoggingConfigurationCommandInput,
24
24
  DeleteLoggingConfigurationCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteLoggingConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteLoggingConfigurationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteLoggingConfigurationCommandInput,
33
33
  DeleteLoggingConfigurationCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteLoggingConfigurationCommand extends DeleteLoggingConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeletePermissionPolicyRequest,
@@ -19,7 +19,7 @@ export interface DeletePermissionPolicyCommandOutput
19
19
  declare const DeletePermissionPolicyCommand_base: {
20
20
  new (
21
21
  input: DeletePermissionPolicyCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeletePermissionPolicyCommandInput,
24
24
  DeletePermissionPolicyCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeletePermissionPolicyCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeletePermissionPolicyCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeletePermissionPolicyCommandInput,
33
33
  DeletePermissionPolicyCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeletePermissionPolicyCommand extends DeletePermissionPolicyCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteRegexPatternSetRequest,
@@ -19,7 +19,7 @@ export interface DeleteRegexPatternSetCommandOutput
19
19
  declare const DeleteRegexPatternSetCommand_base: {
20
20
  new (
21
21
  input: DeleteRegexPatternSetCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteRegexPatternSetCommandInput,
24
24
  DeleteRegexPatternSetCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteRegexPatternSetCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteRegexPatternSetCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteRegexPatternSetCommandInput,
33
33
  DeleteRegexPatternSetCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteRegexPatternSetCommand extends DeleteRegexPatternSetCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteRuleGroupRequest,
@@ -18,7 +18,7 @@ export interface DeleteRuleGroupCommandOutput
18
18
  declare const DeleteRuleGroupCommand_base: {
19
19
  new (
20
20
  input: DeleteRuleGroupCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteRuleGroupCommandInput,
23
23
  DeleteRuleGroupCommandOutput,
24
24
  WAFV2ClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteRuleGroupCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteRuleGroupCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteRuleGroupCommandInput,
32
32
  DeleteRuleGroupCommandOutput,
33
33
  WAFV2ClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface DeleteWebACLCommandOutput
15
15
  declare const DeleteWebACLCommand_base: {
16
16
  new (
17
17
  input: DeleteWebACLCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteWebACLCommandInput,
20
20
  DeleteWebACLCommandOutput,
21
21
  WAFV2ClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteWebACLCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteWebACLCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteWebACLCommandInput,
29
29
  DeleteWebACLCommandOutput,
30
30
  WAFV2ClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteWebACLCommand extends DeleteWebACLCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeAllManagedProductsRequest,
@@ -19,7 +19,7 @@ export interface DescribeAllManagedProductsCommandOutput
19
19
  declare const DescribeAllManagedProductsCommand_base: {
20
20
  new (
21
21
  input: DescribeAllManagedProductsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeAllManagedProductsCommandInput,
24
24
  DescribeAllManagedProductsCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeAllManagedProductsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeAllManagedProductsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeAllManagedProductsCommandInput,
33
33
  DescribeAllManagedProductsCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeAllManagedProductsCommand extends DescribeAllManagedProductsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeManagedProductsByVendorRequest,
@@ -19,7 +19,7 @@ export interface DescribeManagedProductsByVendorCommandOutput
19
19
  declare const DescribeManagedProductsByVendorCommand_base: {
20
20
  new (
21
21
  input: DescribeManagedProductsByVendorCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeManagedProductsByVendorCommandInput,
24
24
  DescribeManagedProductsByVendorCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeManagedProductsByVendorCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeManagedProductsByVendorCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeManagedProductsByVendorCommandInput,
33
33
  DescribeManagedProductsByVendorCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeManagedProductsByVendorCommand extends DescribeManagedProductsByVendorCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeManagedRuleGroupRequest,
@@ -19,7 +19,7 @@ export interface DescribeManagedRuleGroupCommandOutput
19
19
  declare const DescribeManagedRuleGroupCommand_base: {
20
20
  new (
21
21
  input: DescribeManagedRuleGroupCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeManagedRuleGroupCommandInput,
24
24
  DescribeManagedRuleGroupCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeManagedRuleGroupCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeManagedRuleGroupCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeManagedRuleGroupCommandInput,
33
33
  DescribeManagedRuleGroupCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeManagedRuleGroupCommand extends DescribeManagedRuleGroupCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DisassociateWebACLRequest,
@@ -19,7 +19,7 @@ export interface DisassociateWebACLCommandOutput
19
19
  declare const DisassociateWebACLCommand_base: {
20
20
  new (
21
21
  input: DisassociateWebACLCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DisassociateWebACLCommandInput,
24
24
  DisassociateWebACLCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DisassociateWebACLCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DisassociateWebACLCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DisassociateWebACLCommandInput,
33
33
  DisassociateWebACLCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DisassociateWebACLCommand extends DisassociateWebACLCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GenerateMobileSdkReleaseUrlRequest,
@@ -19,7 +19,7 @@ export interface GenerateMobileSdkReleaseUrlCommandOutput
19
19
  declare const GenerateMobileSdkReleaseUrlCommand_base: {
20
20
  new (
21
21
  input: GenerateMobileSdkReleaseUrlCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GenerateMobileSdkReleaseUrlCommandInput,
24
24
  GenerateMobileSdkReleaseUrlCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GenerateMobileSdkReleaseUrlCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GenerateMobileSdkReleaseUrlCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GenerateMobileSdkReleaseUrlCommandInput,
33
33
  GenerateMobileSdkReleaseUrlCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GenerateMobileSdkReleaseUrlCommand extends GenerateMobileSdkReleaseUrlCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetDecryptedAPIKeyRequest,
@@ -19,7 +19,7 @@ export interface GetDecryptedAPIKeyCommandOutput
19
19
  declare const GetDecryptedAPIKeyCommand_base: {
20
20
  new (
21
21
  input: GetDecryptedAPIKeyCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetDecryptedAPIKeyCommandInput,
24
24
  GetDecryptedAPIKeyCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetDecryptedAPIKeyCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetDecryptedAPIKeyCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetDecryptedAPIKeyCommandInput,
33
33
  GetDecryptedAPIKeyCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetDecryptedAPIKeyCommand extends GetDecryptedAPIKeyCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
4
4
  import {
@@ -13,25 +13,23 @@ export interface GetIPSetCommandOutput
13
13
  extends GetIPSetResponse,
14
14
  __MetadataBearer {}
15
15
  declare const GetIPSetCommand_base: {
16
- new (
17
- input: GetIPSetCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: GetIPSetCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  GetIPSetCommandInput,
20
18
  GetIPSetCommandOutput,
21
19
  WAFV2ClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: GetIPSetCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: GetIPSetCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  GetIPSetCommandInput,
29
25
  GetIPSetCommandOutput,
30
26
  WAFV2ClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class GetIPSetCommand extends GetIPSetCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetLoggingConfigurationRequest,
@@ -19,7 +19,7 @@ export interface GetLoggingConfigurationCommandOutput
19
19
  declare const GetLoggingConfigurationCommand_base: {
20
20
  new (
21
21
  input: GetLoggingConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetLoggingConfigurationCommandInput,
24
24
  GetLoggingConfigurationCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetLoggingConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetLoggingConfigurationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetLoggingConfigurationCommandInput,
33
33
  GetLoggingConfigurationCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetLoggingConfigurationCommand extends GetLoggingConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  GetManagedRuleSetRequest,
@@ -19,7 +19,7 @@ export interface GetManagedRuleSetCommandOutput
19
19
  declare const GetManagedRuleSetCommand_base: {
20
20
  new (
21
21
  input: GetManagedRuleSetCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetManagedRuleSetCommandInput,
24
24
  GetManagedRuleSetCommandOutput,
25
25
  WAFV2ClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetManagedRuleSetCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetManagedRuleSetCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetManagedRuleSetCommandInput,
33
33
  GetManagedRuleSetCommandOutput,
34
34
  WAFV2ClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetManagedRuleSetCommand extends GetManagedRuleSetCommand_base {
41
43
  protected static __types: {