@aws-sdk/client-wafv2 3.194.0 → 3.195.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 (224) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/WAFV2Client.js +11 -8
  3. package/dist-cjs/commands/AssociateWebACLCommand.js +10 -0
  4. package/dist-cjs/commands/CheckCapacityCommand.js +10 -0
  5. package/dist-cjs/commands/CreateIPSetCommand.js +10 -0
  6. package/dist-cjs/commands/CreateRegexPatternSetCommand.js +10 -0
  7. package/dist-cjs/commands/CreateRuleGroupCommand.js +10 -0
  8. package/dist-cjs/commands/CreateWebACLCommand.js +10 -0
  9. package/dist-cjs/commands/DeleteFirewallManagerRuleGroupsCommand.js +10 -0
  10. package/dist-cjs/commands/DeleteIPSetCommand.js +10 -0
  11. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +10 -0
  12. package/dist-cjs/commands/DeletePermissionPolicyCommand.js +10 -0
  13. package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +10 -0
  14. package/dist-cjs/commands/DeleteRuleGroupCommand.js +10 -0
  15. package/dist-cjs/commands/DeleteWebACLCommand.js +10 -0
  16. package/dist-cjs/commands/DescribeManagedRuleGroupCommand.js +10 -0
  17. package/dist-cjs/commands/DisassociateWebACLCommand.js +10 -0
  18. package/dist-cjs/commands/GenerateMobileSdkReleaseUrlCommand.js +10 -0
  19. package/dist-cjs/commands/GetIPSetCommand.js +10 -0
  20. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +10 -0
  21. package/dist-cjs/commands/GetManagedRuleSetCommand.js +10 -0
  22. package/dist-cjs/commands/GetMobileSdkReleaseCommand.js +10 -0
  23. package/dist-cjs/commands/GetPermissionPolicyCommand.js +10 -0
  24. package/dist-cjs/commands/GetRateBasedStatementManagedKeysCommand.js +10 -0
  25. package/dist-cjs/commands/GetRegexPatternSetCommand.js +10 -0
  26. package/dist-cjs/commands/GetRuleGroupCommand.js +10 -0
  27. package/dist-cjs/commands/GetSampledRequestsCommand.js +10 -0
  28. package/dist-cjs/commands/GetWebACLCommand.js +10 -0
  29. package/dist-cjs/commands/GetWebACLForResourceCommand.js +10 -0
  30. package/dist-cjs/commands/ListAvailableManagedRuleGroupVersionsCommand.js +10 -0
  31. package/dist-cjs/commands/ListAvailableManagedRuleGroupsCommand.js +10 -0
  32. package/dist-cjs/commands/ListIPSetsCommand.js +10 -0
  33. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +10 -0
  34. package/dist-cjs/commands/ListManagedRuleSetsCommand.js +10 -0
  35. package/dist-cjs/commands/ListMobileSdkReleasesCommand.js +10 -0
  36. package/dist-cjs/commands/ListRegexPatternSetsCommand.js +10 -0
  37. package/dist-cjs/commands/ListResourcesForWebACLCommand.js +10 -0
  38. package/dist-cjs/commands/ListRuleGroupsCommand.js +10 -0
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  40. package/dist-cjs/commands/ListWebACLsCommand.js +10 -0
  41. package/dist-cjs/commands/PutLoggingConfigurationCommand.js +10 -0
  42. package/dist-cjs/commands/PutManagedRuleSetVersionsCommand.js +10 -0
  43. package/dist-cjs/commands/PutPermissionPolicyCommand.js +10 -0
  44. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  45. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  46. package/dist-cjs/commands/UpdateIPSetCommand.js +10 -0
  47. package/dist-cjs/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +10 -0
  48. package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +10 -0
  49. package/dist-cjs/commands/UpdateRuleGroupCommand.js +10 -0
  50. package/dist-cjs/commands/UpdateWebACLCommand.js +10 -0
  51. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  52. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  53. package/dist-cjs/endpoint/ruleset.js +318 -0
  54. package/dist-cjs/runtimeConfig.shared.js +3 -3
  55. package/dist-es/WAFV2Client.js +12 -9
  56. package/dist-es/commands/AssociateWebACLCommand.js +10 -0
  57. package/dist-es/commands/CheckCapacityCommand.js +10 -0
  58. package/dist-es/commands/CreateIPSetCommand.js +10 -0
  59. package/dist-es/commands/CreateRegexPatternSetCommand.js +10 -0
  60. package/dist-es/commands/CreateRuleGroupCommand.js +10 -0
  61. package/dist-es/commands/CreateWebACLCommand.js +10 -0
  62. package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +10 -0
  63. package/dist-es/commands/DeleteIPSetCommand.js +10 -0
  64. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +10 -0
  65. package/dist-es/commands/DeletePermissionPolicyCommand.js +10 -0
  66. package/dist-es/commands/DeleteRegexPatternSetCommand.js +10 -0
  67. package/dist-es/commands/DeleteRuleGroupCommand.js +10 -0
  68. package/dist-es/commands/DeleteWebACLCommand.js +10 -0
  69. package/dist-es/commands/DescribeManagedRuleGroupCommand.js +10 -0
  70. package/dist-es/commands/DisassociateWebACLCommand.js +10 -0
  71. package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +10 -0
  72. package/dist-es/commands/GetIPSetCommand.js +10 -0
  73. package/dist-es/commands/GetLoggingConfigurationCommand.js +10 -0
  74. package/dist-es/commands/GetManagedRuleSetCommand.js +10 -0
  75. package/dist-es/commands/GetMobileSdkReleaseCommand.js +10 -0
  76. package/dist-es/commands/GetPermissionPolicyCommand.js +10 -0
  77. package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +10 -0
  78. package/dist-es/commands/GetRegexPatternSetCommand.js +10 -0
  79. package/dist-es/commands/GetRuleGroupCommand.js +10 -0
  80. package/dist-es/commands/GetSampledRequestsCommand.js +10 -0
  81. package/dist-es/commands/GetWebACLCommand.js +10 -0
  82. package/dist-es/commands/GetWebACLForResourceCommand.js +10 -0
  83. package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +10 -0
  84. package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +10 -0
  85. package/dist-es/commands/ListIPSetsCommand.js +10 -0
  86. package/dist-es/commands/ListLoggingConfigurationsCommand.js +10 -0
  87. package/dist-es/commands/ListManagedRuleSetsCommand.js +10 -0
  88. package/dist-es/commands/ListMobileSdkReleasesCommand.js +10 -0
  89. package/dist-es/commands/ListRegexPatternSetsCommand.js +10 -0
  90. package/dist-es/commands/ListResourcesForWebACLCommand.js +10 -0
  91. package/dist-es/commands/ListRuleGroupsCommand.js +10 -0
  92. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  93. package/dist-es/commands/ListWebACLsCommand.js +10 -0
  94. package/dist-es/commands/PutLoggingConfigurationCommand.js +10 -0
  95. package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +10 -0
  96. package/dist-es/commands/PutPermissionPolicyCommand.js +10 -0
  97. package/dist-es/commands/TagResourceCommand.js +10 -0
  98. package/dist-es/commands/UntagResourceCommand.js +10 -0
  99. package/dist-es/commands/UpdateIPSetCommand.js +10 -0
  100. package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +10 -0
  101. package/dist-es/commands/UpdateRegexPatternSetCommand.js +10 -0
  102. package/dist-es/commands/UpdateRuleGroupCommand.js +10 -0
  103. package/dist-es/commands/UpdateWebACLCommand.js +10 -0
  104. package/dist-es/endpoint/EndpointParameters.js +8 -0
  105. package/dist-es/endpoint/endpointResolver.js +8 -0
  106. package/dist-es/endpoint/ruleset.js +315 -0
  107. package/dist-es/runtimeConfig.shared.js +2 -2
  108. package/dist-types/WAFV2Client.d.ts +6 -9
  109. package/dist-types/commands/AssociateWebACLCommand.d.ts +2 -0
  110. package/dist-types/commands/CheckCapacityCommand.d.ts +2 -0
  111. package/dist-types/commands/CreateIPSetCommand.d.ts +2 -0
  112. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +2 -0
  113. package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -0
  114. package/dist-types/commands/CreateWebACLCommand.d.ts +2 -0
  115. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +2 -0
  116. package/dist-types/commands/DeleteIPSetCommand.d.ts +2 -0
  117. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -0
  118. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +2 -0
  119. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +2 -0
  120. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -0
  121. package/dist-types/commands/DeleteWebACLCommand.d.ts +2 -0
  122. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +2 -0
  123. package/dist-types/commands/DisassociateWebACLCommand.d.ts +2 -0
  124. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +2 -0
  125. package/dist-types/commands/GetIPSetCommand.d.ts +2 -0
  126. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +2 -0
  127. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +2 -0
  128. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +2 -0
  129. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +2 -0
  130. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +2 -0
  131. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +2 -0
  132. package/dist-types/commands/GetRuleGroupCommand.d.ts +2 -0
  133. package/dist-types/commands/GetSampledRequestsCommand.d.ts +2 -0
  134. package/dist-types/commands/GetWebACLCommand.d.ts +2 -0
  135. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +2 -0
  136. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +2 -0
  137. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +2 -0
  138. package/dist-types/commands/ListIPSetsCommand.d.ts +2 -0
  139. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +2 -0
  140. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +2 -0
  141. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +2 -0
  142. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +2 -0
  143. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +2 -0
  144. package/dist-types/commands/ListRuleGroupsCommand.d.ts +2 -0
  145. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  146. package/dist-types/commands/ListWebACLsCommand.d.ts +2 -0
  147. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +2 -0
  148. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +2 -0
  149. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +2 -0
  150. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  151. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  152. package/dist-types/commands/UpdateIPSetCommand.d.ts +2 -0
  153. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +2 -0
  154. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +2 -0
  155. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -0
  156. package/dist-types/commands/UpdateWebACLCommand.d.ts +2 -0
  157. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  158. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  159. package/dist-types/endpoint/ruleset.d.ts +2 -0
  160. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  161. package/dist-types/runtimeConfig.d.ts +4 -2
  162. package/dist-types/runtimeConfig.native.d.ts +4 -2
  163. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  164. package/dist-types/ts3.4/WAFV2Client.d.ts +15 -8
  165. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +2 -0
  166. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +2 -0
  167. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +2 -0
  168. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +2 -0
  169. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +2 -0
  170. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +2 -0
  171. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +2 -0
  172. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +2 -0
  173. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +2 -0
  174. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +2 -0
  175. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +2 -0
  176. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +2 -0
  177. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +2 -0
  178. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +2 -0
  179. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +2 -0
  180. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +2 -0
  181. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +2 -0
  182. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +2 -0
  183. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +2 -0
  184. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +2 -0
  185. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +2 -0
  186. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +2 -0
  187. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +2 -0
  188. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +2 -0
  189. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +2 -0
  190. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +2 -0
  191. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +2 -0
  192. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +2 -0
  193. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +2 -0
  194. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +2 -0
  195. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +2 -0
  196. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +2 -0
  197. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +2 -0
  198. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +2 -0
  199. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +2 -0
  200. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +2 -0
  201. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  202. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +2 -0
  203. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +2 -0
  204. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +2 -0
  205. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +2 -0
  206. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  207. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  208. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +2 -0
  209. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +2 -0
  210. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +2 -0
  211. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +2 -0
  212. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +2 -0
  213. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  214. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  215. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  216. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  217. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  218. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  219. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  220. package/package.json +3 -1
  221. package/dist-cjs/endpoints.js +0 -493
  222. package/dist-es/endpoints.js +0 -489
  223. package/dist-types/endpoints.d.ts +0 -2
  224. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand";
10
11
  import { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "./commands/CheckCapacityCommand";
11
12
  import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
@@ -54,6 +55,7 @@ import { UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSet
54
55
  import { UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput } from "./commands/UpdateRegexPatternSetCommand";
55
56
  import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
56
57
  import { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "./commands/UpdateWebACLCommand";
58
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
57
59
  export declare type ServiceInputTypes = AssociateWebACLCommandInput | CheckCapacityCommandInput | CreateIPSetCommandInput | CreateRegexPatternSetCommandInput | CreateRuleGroupCommandInput | CreateWebACLCommandInput | DeleteFirewallManagerRuleGroupsCommandInput | DeleteIPSetCommandInput | DeleteLoggingConfigurationCommandInput | DeletePermissionPolicyCommandInput | DeleteRegexPatternSetCommandInput | DeleteRuleGroupCommandInput | DeleteWebACLCommandInput | DescribeManagedRuleGroupCommandInput | DisassociateWebACLCommandInput | GenerateMobileSdkReleaseUrlCommandInput | GetIPSetCommandInput | GetLoggingConfigurationCommandInput | GetManagedRuleSetCommandInput | GetMobileSdkReleaseCommandInput | GetPermissionPolicyCommandInput | GetRateBasedStatementManagedKeysCommandInput | GetRegexPatternSetCommandInput | GetRuleGroupCommandInput | GetSampledRequestsCommandInput | GetWebACLCommandInput | GetWebACLForResourceCommandInput | ListAvailableManagedRuleGroupVersionsCommandInput | ListAvailableManagedRuleGroupsCommandInput | ListIPSetsCommandInput | ListLoggingConfigurationsCommandInput | ListManagedRuleSetsCommandInput | ListMobileSdkReleasesCommandInput | ListRegexPatternSetsCommandInput | ListResourcesForWebACLCommandInput | ListRuleGroupsCommandInput | ListTagsForResourceCommandInput | ListWebACLsCommandInput | PutLoggingConfigurationCommandInput | PutManagedRuleSetVersionsCommandInput | PutPermissionPolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIPSetCommandInput | UpdateManagedRuleSetVersionExpiryDateCommandInput | UpdateRegexPatternSetCommandInput | UpdateRuleGroupCommandInput | UpdateWebACLCommandInput;
58
60
  export declare type ServiceOutputTypes = AssociateWebACLCommandOutput | CheckCapacityCommandOutput | CreateIPSetCommandOutput | CreateRegexPatternSetCommandOutput | CreateRuleGroupCommandOutput | CreateWebACLCommandOutput | DeleteFirewallManagerRuleGroupsCommandOutput | DeleteIPSetCommandOutput | DeleteLoggingConfigurationCommandOutput | DeletePermissionPolicyCommandOutput | DeleteRegexPatternSetCommandOutput | DeleteRuleGroupCommandOutput | DeleteWebACLCommandOutput | DescribeManagedRuleGroupCommandOutput | DisassociateWebACLCommandOutput | GenerateMobileSdkReleaseUrlCommandOutput | GetIPSetCommandOutput | GetLoggingConfigurationCommandOutput | GetManagedRuleSetCommandOutput | GetMobileSdkReleaseCommandOutput | GetPermissionPolicyCommandOutput | GetRateBasedStatementManagedKeysCommandOutput | GetRegexPatternSetCommandOutput | GetRuleGroupCommandOutput | GetSampledRequestsCommandOutput | GetWebACLCommandOutput | GetWebACLForResourceCommandOutput | ListAvailableManagedRuleGroupVersionsCommandOutput | ListAvailableManagedRuleGroupsCommandOutput | ListIPSetsCommandOutput | ListLoggingConfigurationsCommandOutput | ListManagedRuleSetsCommandOutput | ListMobileSdkReleasesCommandOutput | ListRegexPatternSetsCommandOutput | ListResourcesForWebACLCommandOutput | ListRuleGroupsCommandOutput | ListTagsForResourceCommandOutput | ListWebACLsCommandOutput | PutLoggingConfigurationCommandOutput | PutManagedRuleSetVersionsCommandOutput | PutPermissionPolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIPSetCommandOutput | UpdateManagedRuleSetVersionExpiryDateCommandOutput | UpdateRegexPatternSetCommandOutput | UpdateRuleGroupCommandOutput | UpdateWebACLCommandOutput;
59
61
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -146,11 +148,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
146
148
  * @internal
147
149
  */
148
150
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
149
- /**
150
- * Fetch related hostname, signing name or signing region with given region.
151
- * @internal
152
- */
153
- regionInfoProvider?: RegionInfoProvider;
154
151
  /**
155
152
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
156
153
  * @internal
@@ -161,13 +158,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
161
158
  */
162
159
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
163
160
  }
164
- declare type WAFV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
161
+ declare type WAFV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
165
162
  /**
166
163
  * The configuration interface of WAFV2Client class constructor that set the region, credentials and other options.
167
164
  */
168
165
  export interface WAFV2ClientConfig extends WAFV2ClientConfigType {
169
166
  }
170
- declare type WAFV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
167
+ declare type WAFV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
171
168
  /**
172
169
  * The resolved configuration interface of WAFV2Client class. This is resolved and normalized from the {@link WAFV2ClientConfig | constructor configuration interface}.
173
170
  */
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AssociateWebACLRequest, AssociateWebACLResponse } from "../models/models_0";
@@ -31,6 +32,7 @@ export interface AssociateWebACLCommandOutput extends AssociateWebACLResponse, _
31
32
  */
32
33
  export declare class AssociateWebACLCommand extends $Command<AssociateWebACLCommandInput, AssociateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
33
34
  readonly input: AssociateWebACLCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: AssociateWebACLCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CheckCapacityRequest, CheckCapacityResponse } from "../models/models_0";
@@ -36,6 +37,7 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met
36
37
  */
37
38
  export declare class CheckCapacityCommand extends $Command<CheckCapacityCommandInput, CheckCapacityCommandOutput, WAFV2ClientResolvedConfig> {
38
39
  readonly input: CheckCapacityCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: CheckCapacityCommandInput);
40
42
  /**
41
43
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
28
29
  */
29
30
  export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, WAFV2ClientResolvedConfig> {
30
31
  readonly input: CreateIPSetCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: CreateIPSetCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe
26
27
  */
27
28
  export declare class CreateRegexPatternSetCommand extends $Command<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
28
29
  readonly input: CreateRegexPatternSetCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateRegexPatternSetCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
26
27
  */
27
28
  export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
28
29
  readonly input: CreateRuleGroupCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateRuleGroupCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
26
27
  */
27
28
  export declare class CreateWebACLCommand extends $Command<CreateWebACLCommandInput, CreateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
28
29
  readonly input: CreateWebACLCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateWebACLCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteFirewallManagerRuleGroupsRequest, DeleteFirewallManagerRuleGroupsResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteFirewallManagerRuleGroupsCommandOutput extends DeleteFire
27
28
  */
28
29
  export declare class DeleteFirewallManagerRuleGroupsCommand extends $Command<DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
29
30
  readonly input: DeleteFirewallManagerRuleGroupsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteFirewallManagerRuleGroupsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
25
26
  */
26
27
  export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: DeleteIPSetCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteIPSetCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteLoggingConfigurationRequest, DeleteLoggingConfigurationResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo
25
26
  */
26
27
  export declare class DeleteLoggingConfigurationCommand extends $Command<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: DeleteLoggingConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteLoggingConfigurationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol
26
27
  */
27
28
  export declare class DeletePermissionPolicyCommand extends $Command<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
28
29
  readonly input: DeletePermissionPolicyCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeletePermissionPolicyCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe
25
26
  */
26
27
  export declare class DeleteRegexPatternSetCommand extends $Command<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: DeleteRegexPatternSetCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteRegexPatternSetCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
25
26
  */
26
27
  export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: DeleteRuleGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteRuleGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0";
@@ -57,6 +58,7 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
57
58
  */
58
59
  export declare class DeleteWebACLCommand extends $Command<DeleteWebACLCommandInput, DeleteWebACLCommandOutput, WAFV2ClientResolvedConfig> {
59
60
  readonly input: DeleteWebACLCommandInput;
61
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
62
  constructor(input: DeleteWebACLCommandInput);
61
63
  /**
62
64
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeManagedRuleGroupRequest, DescribeManagedRuleGroupResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DescribeManagedRuleGroupCommandOutput extends DescribeManagedRu
26
27
  */
27
28
  export declare class DescribeManagedRuleGroupCommand extends $Command<DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
28
29
  readonly input: DescribeManagedRuleGroupCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeManagedRuleGroupCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DisassociateWebACLRequest, DisassociateWebACLResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo
29
30
  */
30
31
  export declare class DisassociateWebACLCommand extends $Command<DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
31
32
  readonly input: DisassociateWebACLCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: DisassociateWebACLCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GenerateMobileSdkReleaseUrlRequest, GenerateMobileSdkReleaseUrlResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface GenerateMobileSdkReleaseUrlCommandOutput extends GenerateMobile
27
28
  */
28
29
  export declare class GenerateMobileSdkReleaseUrlCommand extends $Command<GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput, WAFV2ClientResolvedConfig> {
29
30
  readonly input: GenerateMobileSdkReleaseUrlCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: GenerateMobileSdkReleaseUrlCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
25
26
  */
26
27
  export declare class GetIPSetCommand extends $Command<GetIPSetCommandInput, GetIPSetCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: GetIPSetCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetIPSetCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur
25
26
  */
26
27
  export declare class GetLoggingConfigurationCommand extends $Command<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: GetLoggingConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetLoggingConfigurationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetManagedRuleSetRequest, GetManagedRuleSetResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface GetManagedRuleSetCommandOutput extends GetManagedRuleSetRespons
29
30
  */
30
31
  export declare class GetManagedRuleSetCommand extends $Command<GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput, WAFV2ClientResolvedConfig> {
31
32
  readonly input: GetManagedRuleSetCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: GetManagedRuleSetCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetMobileSdkReleaseRequest, GetMobileSdkReleaseResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface GetMobileSdkReleaseCommandOutput extends GetMobileSdkReleaseRes
28
29
  */
29
30
  export declare class GetMobileSdkReleaseCommand extends $Command<GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput, WAFV2ClientResolvedConfig> {
30
31
  readonly input: GetMobileSdkReleaseCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: GetMobileSdkReleaseCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyRes
26
27
  */
27
28
  export declare class GetPermissionPolicyCommand extends $Command<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
28
29
  readonly input: GetPermissionPolicyCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: GetPermissionPolicyCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetRateBasedStatementManagedKeysRequest, GetRateBasedStatementManagedKeysResponse } from "../models/models_0";
@@ -38,6 +39,7 @@ export interface GetRateBasedStatementManagedKeysCommandOutput extends GetRateBa
38
39
  */
39
40
  export declare class GetRateBasedStatementManagedKeysCommand extends $Command<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, WAFV2ClientResolvedConfig> {
40
41
  readonly input: GetRateBasedStatementManagedKeysCommandInput;
42
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
41
43
  constructor(input: GetRateBasedStatementManagedKeysCommandInput);
42
44
  /**
43
45
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetRegexPatternSetRequest, GetRegexPatternSetResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetRespo
25
26
  */
26
27
  export declare class GetRegexPatternSetCommand extends $Command<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: GetRegexPatternSetCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetRegexPatternSetCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
25
26
  */
26
27
  export declare class GetRuleGroupCommand extends $Command<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: GetRuleGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetRuleGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetSampledRequestsRequest, GetSampledRequestsResponse } from "../models/models_0";
@@ -34,6 +35,7 @@ export interface GetSampledRequestsCommandOutput extends GetSampledRequestsRespo
34
35
  */
35
36
  export declare class GetSampledRequestsCommand extends $Command<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFV2ClientResolvedConfig> {
36
37
  readonly input: GetSampledRequestsCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: GetSampledRequestsCommandInput);
38
40
  /**
39
41
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetWebACLRequest, GetWebACLResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
25
26
  */
26
27
  export declare class GetWebACLCommand extends $Command<GetWebACLCommandInput, GetWebACLCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: GetWebACLCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetWebACLCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetWebACLForResourceRequest, GetWebACLForResourceResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
25
26
  */
26
27
  export declare class GetWebACLForResourceCommand extends $Command<GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: GetWebACLForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetWebACLForResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListAvailableManagedRuleGroupVersionsRequest, ListAvailableManagedRuleGroupVersionsResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface ListAvailableManagedRuleGroupVersionsCommandOutput extends List
25
26
  */
26
27
  export declare class ListAvailableManagedRuleGroupVersionsCommand extends $Command<ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: ListAvailableManagedRuleGroupVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAvailableManagedRuleGroupVersionsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListAvailableManagedRuleGroupsRequest, ListAvailableManagedRuleGroupsResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface ListAvailableManagedRuleGroupsCommandOutput extends ListAvailab
27
28
  */
28
29
  export declare class ListAvailableManagedRuleGroupsCommand extends $Command<ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
29
30
  readonly input: ListAvailableManagedRuleGroupsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListAvailableManagedRuleGroupsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB
26
27
  */
27
28
  export declare class ListIPSetsCommand extends $Command<ListIPSetsCommandInput, ListIPSetsCommandOutput, WAFV2ClientResolvedConfig> {
28
29
  readonly input: ListIPSetsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListIPSetsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi
25
26
  */
26
27
  export declare class ListLoggingConfigurationsCommand extends $Command<ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput, WAFV2ClientResolvedConfig> {
27
28
  readonly input: ListLoggingConfigurationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListLoggingConfigurationsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListManagedRuleSetsRequest, ListManagedRuleSetsResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface ListManagedRuleSetsCommandOutput extends ListManagedRuleSetsRes
29
30
  */
30
31
  export declare class ListManagedRuleSetsCommand extends $Command<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, WAFV2ClientResolvedConfig> {
31
32
  readonly input: ListManagedRuleSetsCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: ListManagedRuleSetsCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListMobileSdkReleasesRequest, ListMobileSdkReleasesResponse } from "../models/models_0";
@@ -28,6 +29,7 @@ export interface ListMobileSdkReleasesCommandOutput extends ListMobileSdkRelease
28
29
  */
29
30
  export declare class ListMobileSdkReleasesCommand extends $Command<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, WAFV2ClientResolvedConfig> {
30
31
  readonly input: ListMobileSdkReleasesCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListMobileSdkReleasesCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListRegexPatternSetsRequest, ListRegexPatternSetsResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface ListRegexPatternSetsCommandOutput extends ListRegexPatternSetsR
26
27
  */
27
28
  export declare class ListRegexPatternSetsCommand extends $Command<ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput, WAFV2ClientResolvedConfig> {
28
29
  readonly input: ListRegexPatternSetsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListRegexPatternSetsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListResourcesForWebACLRequest, ListResourcesForWebACLResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface ListResourcesForWebACLCommandOutput extends ListResourcesForWeb
27
28
  */
28
29
  export declare class ListResourcesForWebACLCommand extends $Command<ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput, WAFV2ClientResolvedConfig> {
29
30
  readonly input: ListResourcesForWebACLCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListResourcesForWebACLCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
26
27
  */
27
28
  export declare class ListRuleGroupsCommand extends $Command<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
28
29
  readonly input: ListRuleGroupsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListRuleGroupsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -32,6 +33,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
32
33
  */
33
34
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WAFV2ClientResolvedConfig> {
34
35
  readonly input: ListTagsForResourceCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: ListTagsForResourceCommandInput);
36
38
  /**
37
39
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __Metadat
26
27
  */
27
28
  export declare class ListWebACLsCommand extends $Command<ListWebACLsCommandInput, ListWebACLsCommandOutput, WAFV2ClientResolvedConfig> {
28
29
  readonly input: ListWebACLsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListWebACLsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { PutLoggingConfigurationRequest, PutLoggingConfigurationResponse } from "../models/models_0";
@@ -53,6 +54,7 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur
53
54
  */
54
55
  export declare class PutLoggingConfigurationCommand extends $Command<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
55
56
  readonly input: PutLoggingConfigurationCommandInput;
57
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
58
  constructor(input: PutLoggingConfigurationCommandInput);
57
59
  /**
58
60
  * @internal