@aws-sdk/client-wafv2 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (197) hide show
  1. package/dist-cjs/index.js +70 -595
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateWebACLCommand.js +2 -14
  4. package/dist-es/commands/CheckCapacityCommand.js +2 -14
  5. package/dist-es/commands/CreateAPIKeyCommand.js +2 -14
  6. package/dist-es/commands/CreateIPSetCommand.js +2 -14
  7. package/dist-es/commands/CreateRegexPatternSetCommand.js +2 -14
  8. package/dist-es/commands/CreateRuleGroupCommand.js +2 -14
  9. package/dist-es/commands/CreateWebACLCommand.js +2 -14
  10. package/dist-es/commands/DeleteAPIKeyCommand.js +2 -14
  11. package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +2 -14
  12. package/dist-es/commands/DeleteIPSetCommand.js +2 -14
  13. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -14
  14. package/dist-es/commands/DeletePermissionPolicyCommand.js +2 -14
  15. package/dist-es/commands/DeleteRegexPatternSetCommand.js +2 -14
  16. package/dist-es/commands/DeleteRuleGroupCommand.js +2 -14
  17. package/dist-es/commands/DeleteWebACLCommand.js +2 -14
  18. package/dist-es/commands/DescribeAllManagedProductsCommand.js +2 -14
  19. package/dist-es/commands/DescribeManagedProductsByVendorCommand.js +2 -14
  20. package/dist-es/commands/DescribeManagedRuleGroupCommand.js +2 -14
  21. package/dist-es/commands/DisassociateWebACLCommand.js +2 -14
  22. package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +2 -14
  23. package/dist-es/commands/GetDecryptedAPIKeyCommand.js +2 -14
  24. package/dist-es/commands/GetIPSetCommand.js +2 -14
  25. package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -14
  26. package/dist-es/commands/GetManagedRuleSetCommand.js +2 -14
  27. package/dist-es/commands/GetMobileSdkReleaseCommand.js +2 -14
  28. package/dist-es/commands/GetPermissionPolicyCommand.js +2 -14
  29. package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +2 -14
  30. package/dist-es/commands/GetRegexPatternSetCommand.js +2 -14
  31. package/dist-es/commands/GetRevenueStatisticsCommand.js +2 -14
  32. package/dist-es/commands/GetRevenueStatisticsSummaryCommand.js +2 -14
  33. package/dist-es/commands/GetRevenueStatisticsTimeSeriesCommand.js +2 -14
  34. package/dist-es/commands/GetRuleGroupCommand.js +2 -14
  35. package/dist-es/commands/GetSampledRequestsCommand.js +2 -14
  36. package/dist-es/commands/GetTopPathStatisticsByTrafficCommand.js +2 -14
  37. package/dist-es/commands/GetWebACLCommand.js +2 -14
  38. package/dist-es/commands/GetWebACLForResourceCommand.js +2 -14
  39. package/dist-es/commands/ListAPIKeysCommand.js +2 -14
  40. package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +2 -14
  41. package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +2 -14
  42. package/dist-es/commands/ListIPSetsCommand.js +2 -14
  43. package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -14
  44. package/dist-es/commands/ListManagedRuleSetsCommand.js +2 -14
  45. package/dist-es/commands/ListMobileSdkReleasesCommand.js +2 -14
  46. package/dist-es/commands/ListRegexPatternSetsCommand.js +2 -14
  47. package/dist-es/commands/ListResourcesForWebACLCommand.js +2 -14
  48. package/dist-es/commands/ListRuleGroupsCommand.js +2 -14
  49. package/dist-es/commands/ListSettlementRecordsCommand.js +2 -14
  50. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  51. package/dist-es/commands/ListWebACLsCommand.js +2 -14
  52. package/dist-es/commands/PutLoggingConfigurationCommand.js +2 -14
  53. package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +2 -14
  54. package/dist-es/commands/PutPermissionPolicyCommand.js +2 -14
  55. package/dist-es/commands/TagResourceCommand.js +2 -14
  56. package/dist-es/commands/UntagResourceCommand.js +2 -14
  57. package/dist-es/commands/UpdateIPSetCommand.js +2 -14
  58. package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +2 -14
  59. package/dist-es/commands/UpdateRegexPatternSetCommand.js +2 -14
  60. package/dist-es/commands/UpdateRuleGroupCommand.js +2 -14
  61. package/dist-es/commands/UpdateWebACLCommand.js +2 -14
  62. package/dist-es/index.js +1 -0
  63. package/dist-es/runtimeConfig.browser.js +0 -2
  64. package/dist-es/runtimeConfig.js +1 -2
  65. package/dist-es/runtimeConfig.native.js +0 -2
  66. package/dist-es/runtimeConfig.shared.js +2 -0
  67. package/dist-types/commandBuilder.d.ts +18 -0
  68. package/dist-types/commands/AssociateWebACLCommand.d.ts +3 -8
  69. package/dist-types/commands/CheckCapacityCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateAPIKeyCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateIPSetCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateRuleGroupCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateWebACLCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteAPIKeyCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteIPSetCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +3 -8
  79. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteWebACLCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +3 -8
  86. package/dist-types/commands/DisassociateWebACLCommand.d.ts +3 -8
  87. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +3 -8
  88. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +3 -8
  89. package/dist-types/commands/GetIPSetCommand.d.ts +3 -8
  90. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +3 -8
  91. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +3 -8
  92. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +3 -8
  93. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +3 -8
  94. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +3 -8
  95. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +3 -8
  96. package/dist-types/commands/GetRevenueStatisticsCommand.d.ts +3 -8
  97. package/dist-types/commands/GetRevenueStatisticsSummaryCommand.d.ts +3 -8
  98. package/dist-types/commands/GetRevenueStatisticsTimeSeriesCommand.d.ts +3 -8
  99. package/dist-types/commands/GetRuleGroupCommand.d.ts +3 -8
  100. package/dist-types/commands/GetSampledRequestsCommand.d.ts +3 -8
  101. package/dist-types/commands/GetTopPathStatisticsByTrafficCommand.d.ts +3 -8
  102. package/dist-types/commands/GetWebACLCommand.d.ts +3 -8
  103. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +3 -8
  104. package/dist-types/commands/ListAPIKeysCommand.d.ts +3 -8
  105. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +3 -8
  107. package/dist-types/commands/ListIPSetsCommand.d.ts +3 -8
  108. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +3 -8
  110. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +3 -8
  111. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +3 -8
  112. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +3 -8
  113. package/dist-types/commands/ListRuleGroupsCommand.d.ts +3 -8
  114. package/dist-types/commands/ListSettlementRecordsCommand.d.ts +3 -8
  115. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  116. package/dist-types/commands/ListWebACLsCommand.d.ts +3 -8
  117. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +3 -8
  118. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +3 -8
  119. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +3 -8
  120. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  121. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  122. package/dist-types/commands/UpdateIPSetCommand.d.ts +3 -8
  123. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +3 -8
  124. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +3 -8
  125. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateWebACLCommand.d.ts +3 -8
  127. package/dist-types/index.d.ts +1 -0
  128. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  129. package/dist-types/runtimeConfig.d.ts +1 -1
  130. package/dist-types/runtimeConfig.native.d.ts +1 -1
  131. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  132. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  133. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DeleteAPIKeyCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/GetRevenueStatisticsCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/GetRevenueStatisticsSummaryCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/GetRevenueStatisticsTimeSeriesCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/GetTopPathStatisticsByTrafficCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListSettlementRecordsCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/index.d.ts +1 -0
  193. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  194. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  195. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  196. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  197. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultWAFV2HttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -2897,6 +2899,7 @@ const getRuntimeConfig$1 = (config) => {
2897
2899
  serviceTarget: "AWSWAF_20190729",
2898
2900
  },
2899
2901
  serviceId: config?.serviceId ?? "WAFV2",
2902
+ sha256: config?.sha256 ?? Sha256,
2900
2903
  urlParser: config?.urlParser ?? parseUrl,
2901
2904
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2902
2905
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -2930,7 +2933,6 @@ const getRuntimeConfig = (config) => {
2930
2933
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2931
2934
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2932
2935
  }, config),
2933
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
2934
2936
  streamCollector: config?.streamCollector ?? streamCollector,
2935
2937
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2936
2938
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -3018,712 +3020,185 @@ class WAFV2Client extends Client {
3018
3020
  }
3019
3021
  }
3020
3022
 
3021
- class AssociateWebACLCommand extends Command
3022
- .classBuilder()
3023
- .ep(commonParams)
3024
- .m(function (Command, cs, config, o) {
3025
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3026
- })
3027
- .s("AWSWAF_20190729", "AssociateWebACL", {})
3028
- .n("WAFV2Client", "AssociateWebACLCommand")
3029
- .sc(AssociateWebACL$)
3030
- .build() {
3023
+ const command = makeBuilder(commonParams, "AWSWAF_20190729", "WAFV2Client", getEndpointPlugin);
3024
+ const _ep0 = {};
3025
+ const _mw0 = (Command, cs, config, o) => [];
3026
+
3027
+ class AssociateWebACLCommand extends command(_ep0, _mw0, "AssociateWebACL", AssociateWebACL$) {
3031
3028
  }
3032
3029
 
3033
- class CheckCapacityCommand extends Command
3034
- .classBuilder()
3035
- .ep(commonParams)
3036
- .m(function (Command, cs, config, o) {
3037
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3038
- })
3039
- .s("AWSWAF_20190729", "CheckCapacity", {})
3040
- .n("WAFV2Client", "CheckCapacityCommand")
3041
- .sc(CheckCapacity$)
3042
- .build() {
3030
+ class CheckCapacityCommand extends command(_ep0, _mw0, "CheckCapacity", CheckCapacity$) {
3043
3031
  }
3044
3032
 
3045
- class CreateAPIKeyCommand extends Command
3046
- .classBuilder()
3047
- .ep(commonParams)
3048
- .m(function (Command, cs, config, o) {
3049
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3050
- })
3051
- .s("AWSWAF_20190729", "CreateAPIKey", {})
3052
- .n("WAFV2Client", "CreateAPIKeyCommand")
3053
- .sc(CreateAPIKey$)
3054
- .build() {
3033
+ class CreateAPIKeyCommand extends command(_ep0, _mw0, "CreateAPIKey", CreateAPIKey$) {
3055
3034
  }
3056
3035
 
3057
- class CreateIPSetCommand extends Command
3058
- .classBuilder()
3059
- .ep(commonParams)
3060
- .m(function (Command, cs, config, o) {
3061
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3062
- })
3063
- .s("AWSWAF_20190729", "CreateIPSet", {})
3064
- .n("WAFV2Client", "CreateIPSetCommand")
3065
- .sc(CreateIPSet$)
3066
- .build() {
3036
+ class CreateIPSetCommand extends command(_ep0, _mw0, "CreateIPSet", CreateIPSet$) {
3067
3037
  }
3068
3038
 
3069
- class CreateRegexPatternSetCommand extends Command
3070
- .classBuilder()
3071
- .ep(commonParams)
3072
- .m(function (Command, cs, config, o) {
3073
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3074
- })
3075
- .s("AWSWAF_20190729", "CreateRegexPatternSet", {})
3076
- .n("WAFV2Client", "CreateRegexPatternSetCommand")
3077
- .sc(CreateRegexPatternSet$)
3078
- .build() {
3039
+ class CreateRegexPatternSetCommand extends command(_ep0, _mw0, "CreateRegexPatternSet", CreateRegexPatternSet$) {
3079
3040
  }
3080
3041
 
3081
- class CreateRuleGroupCommand extends Command
3082
- .classBuilder()
3083
- .ep(commonParams)
3084
- .m(function (Command, cs, config, o) {
3085
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3086
- })
3087
- .s("AWSWAF_20190729", "CreateRuleGroup", {})
3088
- .n("WAFV2Client", "CreateRuleGroupCommand")
3089
- .sc(CreateRuleGroup$)
3090
- .build() {
3042
+ class CreateRuleGroupCommand extends command(_ep0, _mw0, "CreateRuleGroup", CreateRuleGroup$) {
3091
3043
  }
3092
3044
 
3093
- class CreateWebACLCommand extends Command
3094
- .classBuilder()
3095
- .ep(commonParams)
3096
- .m(function (Command, cs, config, o) {
3097
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3098
- })
3099
- .s("AWSWAF_20190729", "CreateWebACL", {})
3100
- .n("WAFV2Client", "CreateWebACLCommand")
3101
- .sc(CreateWebACL$)
3102
- .build() {
3045
+ class CreateWebACLCommand extends command(_ep0, _mw0, "CreateWebACL", CreateWebACL$) {
3103
3046
  }
3104
3047
 
3105
- class DeleteAPIKeyCommand extends Command
3106
- .classBuilder()
3107
- .ep(commonParams)
3108
- .m(function (Command, cs, config, o) {
3109
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3110
- })
3111
- .s("AWSWAF_20190729", "DeleteAPIKey", {})
3112
- .n("WAFV2Client", "DeleteAPIKeyCommand")
3113
- .sc(DeleteAPIKey$)
3114
- .build() {
3048
+ class DeleteAPIKeyCommand extends command(_ep0, _mw0, "DeleteAPIKey", DeleteAPIKey$) {
3115
3049
  }
3116
3050
 
3117
- class DeleteFirewallManagerRuleGroupsCommand extends Command
3118
- .classBuilder()
3119
- .ep(commonParams)
3120
- .m(function (Command, cs, config, o) {
3121
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3122
- })
3123
- .s("AWSWAF_20190729", "DeleteFirewallManagerRuleGroups", {})
3124
- .n("WAFV2Client", "DeleteFirewallManagerRuleGroupsCommand")
3125
- .sc(DeleteFirewallManagerRuleGroups$)
3126
- .build() {
3051
+ class DeleteFirewallManagerRuleGroupsCommand extends command(_ep0, _mw0, "DeleteFirewallManagerRuleGroups", DeleteFirewallManagerRuleGroups$) {
3127
3052
  }
3128
3053
 
3129
- class DeleteIPSetCommand extends Command
3130
- .classBuilder()
3131
- .ep(commonParams)
3132
- .m(function (Command, cs, config, o) {
3133
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3134
- })
3135
- .s("AWSWAF_20190729", "DeleteIPSet", {})
3136
- .n("WAFV2Client", "DeleteIPSetCommand")
3137
- .sc(DeleteIPSet$)
3138
- .build() {
3054
+ class DeleteIPSetCommand extends command(_ep0, _mw0, "DeleteIPSet", DeleteIPSet$) {
3139
3055
  }
3140
3056
 
3141
- class DeleteLoggingConfigurationCommand extends Command
3142
- .classBuilder()
3143
- .ep(commonParams)
3144
- .m(function (Command, cs, config, o) {
3145
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3146
- })
3147
- .s("AWSWAF_20190729", "DeleteLoggingConfiguration", {})
3148
- .n("WAFV2Client", "DeleteLoggingConfigurationCommand")
3149
- .sc(DeleteLoggingConfiguration$)
3150
- .build() {
3057
+ class DeleteLoggingConfigurationCommand extends command(_ep0, _mw0, "DeleteLoggingConfiguration", DeleteLoggingConfiguration$) {
3151
3058
  }
3152
3059
 
3153
- class DeletePermissionPolicyCommand extends Command
3154
- .classBuilder()
3155
- .ep(commonParams)
3156
- .m(function (Command, cs, config, o) {
3157
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3158
- })
3159
- .s("AWSWAF_20190729", "DeletePermissionPolicy", {})
3160
- .n("WAFV2Client", "DeletePermissionPolicyCommand")
3161
- .sc(DeletePermissionPolicy$)
3162
- .build() {
3060
+ class DeletePermissionPolicyCommand extends command(_ep0, _mw0, "DeletePermissionPolicy", DeletePermissionPolicy$) {
3163
3061
  }
3164
3062
 
3165
- class DeleteRegexPatternSetCommand extends Command
3166
- .classBuilder()
3167
- .ep(commonParams)
3168
- .m(function (Command, cs, config, o) {
3169
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3170
- })
3171
- .s("AWSWAF_20190729", "DeleteRegexPatternSet", {})
3172
- .n("WAFV2Client", "DeleteRegexPatternSetCommand")
3173
- .sc(DeleteRegexPatternSet$)
3174
- .build() {
3063
+ class DeleteRegexPatternSetCommand extends command(_ep0, _mw0, "DeleteRegexPatternSet", DeleteRegexPatternSet$) {
3175
3064
  }
3176
3065
 
3177
- class DeleteRuleGroupCommand extends Command
3178
- .classBuilder()
3179
- .ep(commonParams)
3180
- .m(function (Command, cs, config, o) {
3181
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3182
- })
3183
- .s("AWSWAF_20190729", "DeleteRuleGroup", {})
3184
- .n("WAFV2Client", "DeleteRuleGroupCommand")
3185
- .sc(DeleteRuleGroup$)
3186
- .build() {
3066
+ class DeleteRuleGroupCommand extends command(_ep0, _mw0, "DeleteRuleGroup", DeleteRuleGroup$) {
3187
3067
  }
3188
3068
 
3189
- class DeleteWebACLCommand extends Command
3190
- .classBuilder()
3191
- .ep(commonParams)
3192
- .m(function (Command, cs, config, o) {
3193
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3194
- })
3195
- .s("AWSWAF_20190729", "DeleteWebACL", {})
3196
- .n("WAFV2Client", "DeleteWebACLCommand")
3197
- .sc(DeleteWebACL$)
3198
- .build() {
3069
+ class DeleteWebACLCommand extends command(_ep0, _mw0, "DeleteWebACL", DeleteWebACL$) {
3199
3070
  }
3200
3071
 
3201
- class DescribeAllManagedProductsCommand extends Command
3202
- .classBuilder()
3203
- .ep(commonParams)
3204
- .m(function (Command, cs, config, o) {
3205
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3206
- })
3207
- .s("AWSWAF_20190729", "DescribeAllManagedProducts", {})
3208
- .n("WAFV2Client", "DescribeAllManagedProductsCommand")
3209
- .sc(DescribeAllManagedProducts$)
3210
- .build() {
3072
+ class DescribeAllManagedProductsCommand extends command(_ep0, _mw0, "DescribeAllManagedProducts", DescribeAllManagedProducts$) {
3211
3073
  }
3212
3074
 
3213
- class DescribeManagedProductsByVendorCommand extends Command
3214
- .classBuilder()
3215
- .ep(commonParams)
3216
- .m(function (Command, cs, config, o) {
3217
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3218
- })
3219
- .s("AWSWAF_20190729", "DescribeManagedProductsByVendor", {})
3220
- .n("WAFV2Client", "DescribeManagedProductsByVendorCommand")
3221
- .sc(DescribeManagedProductsByVendor$)
3222
- .build() {
3075
+ class DescribeManagedProductsByVendorCommand extends command(_ep0, _mw0, "DescribeManagedProductsByVendor", DescribeManagedProductsByVendor$) {
3223
3076
  }
3224
3077
 
3225
- class DescribeManagedRuleGroupCommand extends Command
3226
- .classBuilder()
3227
- .ep(commonParams)
3228
- .m(function (Command, cs, config, o) {
3229
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3230
- })
3231
- .s("AWSWAF_20190729", "DescribeManagedRuleGroup", {})
3232
- .n("WAFV2Client", "DescribeManagedRuleGroupCommand")
3233
- .sc(DescribeManagedRuleGroup$)
3234
- .build() {
3078
+ class DescribeManagedRuleGroupCommand extends command(_ep0, _mw0, "DescribeManagedRuleGroup", DescribeManagedRuleGroup$) {
3235
3079
  }
3236
3080
 
3237
- class DisassociateWebACLCommand extends Command
3238
- .classBuilder()
3239
- .ep(commonParams)
3240
- .m(function (Command, cs, config, o) {
3241
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3242
- })
3243
- .s("AWSWAF_20190729", "DisassociateWebACL", {})
3244
- .n("WAFV2Client", "DisassociateWebACLCommand")
3245
- .sc(DisassociateWebACL$)
3246
- .build() {
3081
+ class DisassociateWebACLCommand extends command(_ep0, _mw0, "DisassociateWebACL", DisassociateWebACL$) {
3247
3082
  }
3248
3083
 
3249
- class GenerateMobileSdkReleaseUrlCommand extends Command
3250
- .classBuilder()
3251
- .ep(commonParams)
3252
- .m(function (Command, cs, config, o) {
3253
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3254
- })
3255
- .s("AWSWAF_20190729", "GenerateMobileSdkReleaseUrl", {})
3256
- .n("WAFV2Client", "GenerateMobileSdkReleaseUrlCommand")
3257
- .sc(GenerateMobileSdkReleaseUrl$)
3258
- .build() {
3084
+ class GenerateMobileSdkReleaseUrlCommand extends command(_ep0, _mw0, "GenerateMobileSdkReleaseUrl", GenerateMobileSdkReleaseUrl$) {
3259
3085
  }
3260
3086
 
3261
- class GetDecryptedAPIKeyCommand extends Command
3262
- .classBuilder()
3263
- .ep(commonParams)
3264
- .m(function (Command, cs, config, o) {
3265
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3266
- })
3267
- .s("AWSWAF_20190729", "GetDecryptedAPIKey", {})
3268
- .n("WAFV2Client", "GetDecryptedAPIKeyCommand")
3269
- .sc(GetDecryptedAPIKey$)
3270
- .build() {
3087
+ class GetDecryptedAPIKeyCommand extends command(_ep0, _mw0, "GetDecryptedAPIKey", GetDecryptedAPIKey$) {
3271
3088
  }
3272
3089
 
3273
- class GetIPSetCommand extends Command
3274
- .classBuilder()
3275
- .ep(commonParams)
3276
- .m(function (Command, cs, config, o) {
3277
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3278
- })
3279
- .s("AWSWAF_20190729", "GetIPSet", {})
3280
- .n("WAFV2Client", "GetIPSetCommand")
3281
- .sc(GetIPSet$)
3282
- .build() {
3090
+ class GetIPSetCommand extends command(_ep0, _mw0, "GetIPSet", GetIPSet$) {
3283
3091
  }
3284
3092
 
3285
- class GetLoggingConfigurationCommand extends Command
3286
- .classBuilder()
3287
- .ep(commonParams)
3288
- .m(function (Command, cs, config, o) {
3289
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3290
- })
3291
- .s("AWSWAF_20190729", "GetLoggingConfiguration", {})
3292
- .n("WAFV2Client", "GetLoggingConfigurationCommand")
3293
- .sc(GetLoggingConfiguration$)
3294
- .build() {
3093
+ class GetLoggingConfigurationCommand extends command(_ep0, _mw0, "GetLoggingConfiguration", GetLoggingConfiguration$) {
3295
3094
  }
3296
3095
 
3297
- class GetManagedRuleSetCommand extends Command
3298
- .classBuilder()
3299
- .ep(commonParams)
3300
- .m(function (Command, cs, config, o) {
3301
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3302
- })
3303
- .s("AWSWAF_20190729", "GetManagedRuleSet", {})
3304
- .n("WAFV2Client", "GetManagedRuleSetCommand")
3305
- .sc(GetManagedRuleSet$)
3306
- .build() {
3096
+ class GetManagedRuleSetCommand extends command(_ep0, _mw0, "GetManagedRuleSet", GetManagedRuleSet$) {
3307
3097
  }
3308
3098
 
3309
- class GetMobileSdkReleaseCommand extends Command
3310
- .classBuilder()
3311
- .ep(commonParams)
3312
- .m(function (Command, cs, config, o) {
3313
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3314
- })
3315
- .s("AWSWAF_20190729", "GetMobileSdkRelease", {})
3316
- .n("WAFV2Client", "GetMobileSdkReleaseCommand")
3317
- .sc(GetMobileSdkRelease$)
3318
- .build() {
3099
+ class GetMobileSdkReleaseCommand extends command(_ep0, _mw0, "GetMobileSdkRelease", GetMobileSdkRelease$) {
3319
3100
  }
3320
3101
 
3321
- class GetPermissionPolicyCommand extends Command
3322
- .classBuilder()
3323
- .ep(commonParams)
3324
- .m(function (Command, cs, config, o) {
3325
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3326
- })
3327
- .s("AWSWAF_20190729", "GetPermissionPolicy", {})
3328
- .n("WAFV2Client", "GetPermissionPolicyCommand")
3329
- .sc(GetPermissionPolicy$)
3330
- .build() {
3102
+ class GetPermissionPolicyCommand extends command(_ep0, _mw0, "GetPermissionPolicy", GetPermissionPolicy$) {
3331
3103
  }
3332
3104
 
3333
- class GetRateBasedStatementManagedKeysCommand extends Command
3334
- .classBuilder()
3335
- .ep(commonParams)
3336
- .m(function (Command, cs, config, o) {
3337
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3338
- })
3339
- .s("AWSWAF_20190729", "GetRateBasedStatementManagedKeys", {})
3340
- .n("WAFV2Client", "GetRateBasedStatementManagedKeysCommand")
3341
- .sc(GetRateBasedStatementManagedKeys$)
3342
- .build() {
3105
+ class GetRateBasedStatementManagedKeysCommand extends command(_ep0, _mw0, "GetRateBasedStatementManagedKeys", GetRateBasedStatementManagedKeys$) {
3343
3106
  }
3344
3107
 
3345
- class GetRegexPatternSetCommand extends Command
3346
- .classBuilder()
3347
- .ep(commonParams)
3348
- .m(function (Command, cs, config, o) {
3349
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3350
- })
3351
- .s("AWSWAF_20190729", "GetRegexPatternSet", {})
3352
- .n("WAFV2Client", "GetRegexPatternSetCommand")
3353
- .sc(GetRegexPatternSet$)
3354
- .build() {
3108
+ class GetRegexPatternSetCommand extends command(_ep0, _mw0, "GetRegexPatternSet", GetRegexPatternSet$) {
3355
3109
  }
3356
3110
 
3357
- class GetRevenueStatisticsCommand extends Command
3358
- .classBuilder()
3359
- .ep(commonParams)
3360
- .m(function (Command, cs, config, o) {
3361
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3362
- })
3363
- .s("AWSWAF_20190729", "GetRevenueStatistics", {})
3364
- .n("WAFV2Client", "GetRevenueStatisticsCommand")
3365
- .sc(GetRevenueStatistics$)
3366
- .build() {
3111
+ class GetRevenueStatisticsCommand extends command(_ep0, _mw0, "GetRevenueStatistics", GetRevenueStatistics$) {
3367
3112
  }
3368
3113
 
3369
- class GetRevenueStatisticsSummaryCommand extends Command
3370
- .classBuilder()
3371
- .ep(commonParams)
3372
- .m(function (Command, cs, config, o) {
3373
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3374
- })
3375
- .s("AWSWAF_20190729", "GetRevenueStatisticsSummary", {})
3376
- .n("WAFV2Client", "GetRevenueStatisticsSummaryCommand")
3377
- .sc(GetRevenueStatisticsSummary$)
3378
- .build() {
3114
+ class GetRevenueStatisticsSummaryCommand extends command(_ep0, _mw0, "GetRevenueStatisticsSummary", GetRevenueStatisticsSummary$) {
3379
3115
  }
3380
3116
 
3381
- class GetRevenueStatisticsTimeSeriesCommand extends Command
3382
- .classBuilder()
3383
- .ep(commonParams)
3384
- .m(function (Command, cs, config, o) {
3385
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3386
- })
3387
- .s("AWSWAF_20190729", "GetRevenueStatisticsTimeSeries", {})
3388
- .n("WAFV2Client", "GetRevenueStatisticsTimeSeriesCommand")
3389
- .sc(GetRevenueStatisticsTimeSeries$)
3390
- .build() {
3117
+ class GetRevenueStatisticsTimeSeriesCommand extends command(_ep0, _mw0, "GetRevenueStatisticsTimeSeries", GetRevenueStatisticsTimeSeries$) {
3391
3118
  }
3392
3119
 
3393
- class GetRuleGroupCommand extends Command
3394
- .classBuilder()
3395
- .ep(commonParams)
3396
- .m(function (Command, cs, config, o) {
3397
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3398
- })
3399
- .s("AWSWAF_20190729", "GetRuleGroup", {})
3400
- .n("WAFV2Client", "GetRuleGroupCommand")
3401
- .sc(GetRuleGroup$)
3402
- .build() {
3120
+ class GetRuleGroupCommand extends command(_ep0, _mw0, "GetRuleGroup", GetRuleGroup$) {
3403
3121
  }
3404
3122
 
3405
- class GetSampledRequestsCommand extends Command
3406
- .classBuilder()
3407
- .ep(commonParams)
3408
- .m(function (Command, cs, config, o) {
3409
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3410
- })
3411
- .s("AWSWAF_20190729", "GetSampledRequests", {})
3412
- .n("WAFV2Client", "GetSampledRequestsCommand")
3413
- .sc(GetSampledRequests$)
3414
- .build() {
3123
+ class GetSampledRequestsCommand extends command(_ep0, _mw0, "GetSampledRequests", GetSampledRequests$) {
3415
3124
  }
3416
3125
 
3417
- class GetTopPathStatisticsByTrafficCommand extends Command
3418
- .classBuilder()
3419
- .ep(commonParams)
3420
- .m(function (Command, cs, config, o) {
3421
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3422
- })
3423
- .s("AWSWAF_20190729", "GetTopPathStatisticsByTraffic", {})
3424
- .n("WAFV2Client", "GetTopPathStatisticsByTrafficCommand")
3425
- .sc(GetTopPathStatisticsByTraffic$)
3426
- .build() {
3126
+ class GetTopPathStatisticsByTrafficCommand extends command(_ep0, _mw0, "GetTopPathStatisticsByTraffic", GetTopPathStatisticsByTraffic$) {
3427
3127
  }
3428
3128
 
3429
- class GetWebACLCommand extends Command
3430
- .classBuilder()
3431
- .ep(commonParams)
3432
- .m(function (Command, cs, config, o) {
3433
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3434
- })
3435
- .s("AWSWAF_20190729", "GetWebACL", {})
3436
- .n("WAFV2Client", "GetWebACLCommand")
3437
- .sc(GetWebACL$)
3438
- .build() {
3129
+ class GetWebACLCommand extends command(_ep0, _mw0, "GetWebACL", GetWebACL$) {
3439
3130
  }
3440
3131
 
3441
- class GetWebACLForResourceCommand extends Command
3442
- .classBuilder()
3443
- .ep(commonParams)
3444
- .m(function (Command, cs, config, o) {
3445
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3446
- })
3447
- .s("AWSWAF_20190729", "GetWebACLForResource", {})
3448
- .n("WAFV2Client", "GetWebACLForResourceCommand")
3449
- .sc(GetWebACLForResource$)
3450
- .build() {
3132
+ class GetWebACLForResourceCommand extends command(_ep0, _mw0, "GetWebACLForResource", GetWebACLForResource$) {
3451
3133
  }
3452
3134
 
3453
- class ListAPIKeysCommand extends Command
3454
- .classBuilder()
3455
- .ep(commonParams)
3456
- .m(function (Command, cs, config, o) {
3457
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3458
- })
3459
- .s("AWSWAF_20190729", "ListAPIKeys", {})
3460
- .n("WAFV2Client", "ListAPIKeysCommand")
3461
- .sc(ListAPIKeys$)
3462
- .build() {
3135
+ class ListAPIKeysCommand extends command(_ep0, _mw0, "ListAPIKeys", ListAPIKeys$) {
3463
3136
  }
3464
3137
 
3465
- class ListAvailableManagedRuleGroupsCommand extends Command
3466
- .classBuilder()
3467
- .ep(commonParams)
3468
- .m(function (Command, cs, config, o) {
3469
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3470
- })
3471
- .s("AWSWAF_20190729", "ListAvailableManagedRuleGroups", {})
3472
- .n("WAFV2Client", "ListAvailableManagedRuleGroupsCommand")
3473
- .sc(ListAvailableManagedRuleGroups$)
3474
- .build() {
3138
+ class ListAvailableManagedRuleGroupsCommand extends command(_ep0, _mw0, "ListAvailableManagedRuleGroups", ListAvailableManagedRuleGroups$) {
3475
3139
  }
3476
3140
 
3477
- class ListAvailableManagedRuleGroupVersionsCommand extends Command
3478
- .classBuilder()
3479
- .ep(commonParams)
3480
- .m(function (Command, cs, config, o) {
3481
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3482
- })
3483
- .s("AWSWAF_20190729", "ListAvailableManagedRuleGroupVersions", {})
3484
- .n("WAFV2Client", "ListAvailableManagedRuleGroupVersionsCommand")
3485
- .sc(ListAvailableManagedRuleGroupVersions$)
3486
- .build() {
3141
+ class ListAvailableManagedRuleGroupVersionsCommand extends command(_ep0, _mw0, "ListAvailableManagedRuleGroupVersions", ListAvailableManagedRuleGroupVersions$) {
3487
3142
  }
3488
3143
 
3489
- class ListIPSetsCommand extends Command
3490
- .classBuilder()
3491
- .ep(commonParams)
3492
- .m(function (Command, cs, config, o) {
3493
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3494
- })
3495
- .s("AWSWAF_20190729", "ListIPSets", {})
3496
- .n("WAFV2Client", "ListIPSetsCommand")
3497
- .sc(ListIPSets$)
3498
- .build() {
3144
+ class ListIPSetsCommand extends command(_ep0, _mw0, "ListIPSets", ListIPSets$) {
3499
3145
  }
3500
3146
 
3501
- class ListLoggingConfigurationsCommand extends Command
3502
- .classBuilder()
3503
- .ep(commonParams)
3504
- .m(function (Command, cs, config, o) {
3505
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3506
- })
3507
- .s("AWSWAF_20190729", "ListLoggingConfigurations", {})
3508
- .n("WAFV2Client", "ListLoggingConfigurationsCommand")
3509
- .sc(ListLoggingConfigurations$)
3510
- .build() {
3147
+ class ListLoggingConfigurationsCommand extends command(_ep0, _mw0, "ListLoggingConfigurations", ListLoggingConfigurations$) {
3511
3148
  }
3512
3149
 
3513
- class ListManagedRuleSetsCommand extends Command
3514
- .classBuilder()
3515
- .ep(commonParams)
3516
- .m(function (Command, cs, config, o) {
3517
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3518
- })
3519
- .s("AWSWAF_20190729", "ListManagedRuleSets", {})
3520
- .n("WAFV2Client", "ListManagedRuleSetsCommand")
3521
- .sc(ListManagedRuleSets$)
3522
- .build() {
3150
+ class ListManagedRuleSetsCommand extends command(_ep0, _mw0, "ListManagedRuleSets", ListManagedRuleSets$) {
3523
3151
  }
3524
3152
 
3525
- class ListMobileSdkReleasesCommand extends Command
3526
- .classBuilder()
3527
- .ep(commonParams)
3528
- .m(function (Command, cs, config, o) {
3529
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3530
- })
3531
- .s("AWSWAF_20190729", "ListMobileSdkReleases", {})
3532
- .n("WAFV2Client", "ListMobileSdkReleasesCommand")
3533
- .sc(ListMobileSdkReleases$)
3534
- .build() {
3153
+ class ListMobileSdkReleasesCommand extends command(_ep0, _mw0, "ListMobileSdkReleases", ListMobileSdkReleases$) {
3535
3154
  }
3536
3155
 
3537
- class ListRegexPatternSetsCommand extends Command
3538
- .classBuilder()
3539
- .ep(commonParams)
3540
- .m(function (Command, cs, config, o) {
3541
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3542
- })
3543
- .s("AWSWAF_20190729", "ListRegexPatternSets", {})
3544
- .n("WAFV2Client", "ListRegexPatternSetsCommand")
3545
- .sc(ListRegexPatternSets$)
3546
- .build() {
3156
+ class ListRegexPatternSetsCommand extends command(_ep0, _mw0, "ListRegexPatternSets", ListRegexPatternSets$) {
3547
3157
  }
3548
3158
 
3549
- class ListResourcesForWebACLCommand extends Command
3550
- .classBuilder()
3551
- .ep(commonParams)
3552
- .m(function (Command, cs, config, o) {
3553
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3554
- })
3555
- .s("AWSWAF_20190729", "ListResourcesForWebACL", {})
3556
- .n("WAFV2Client", "ListResourcesForWebACLCommand")
3557
- .sc(ListResourcesForWebACL$)
3558
- .build() {
3159
+ class ListResourcesForWebACLCommand extends command(_ep0, _mw0, "ListResourcesForWebACL", ListResourcesForWebACL$) {
3559
3160
  }
3560
3161
 
3561
- class ListRuleGroupsCommand extends Command
3562
- .classBuilder()
3563
- .ep(commonParams)
3564
- .m(function (Command, cs, config, o) {
3565
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3566
- })
3567
- .s("AWSWAF_20190729", "ListRuleGroups", {})
3568
- .n("WAFV2Client", "ListRuleGroupsCommand")
3569
- .sc(ListRuleGroups$)
3570
- .build() {
3162
+ class ListRuleGroupsCommand extends command(_ep0, _mw0, "ListRuleGroups", ListRuleGroups$) {
3571
3163
  }
3572
3164
 
3573
- class ListSettlementRecordsCommand extends Command
3574
- .classBuilder()
3575
- .ep(commonParams)
3576
- .m(function (Command, cs, config, o) {
3577
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3578
- })
3579
- .s("AWSWAF_20190729", "ListSettlementRecords", {})
3580
- .n("WAFV2Client", "ListSettlementRecordsCommand")
3581
- .sc(ListSettlementRecords$)
3582
- .build() {
3165
+ class ListSettlementRecordsCommand extends command(_ep0, _mw0, "ListSettlementRecords", ListSettlementRecords$) {
3583
3166
  }
3584
3167
 
3585
- class ListTagsForResourceCommand extends Command
3586
- .classBuilder()
3587
- .ep(commonParams)
3588
- .m(function (Command, cs, config, o) {
3589
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3590
- })
3591
- .s("AWSWAF_20190729", "ListTagsForResource", {})
3592
- .n("WAFV2Client", "ListTagsForResourceCommand")
3593
- .sc(ListTagsForResource$)
3594
- .build() {
3168
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
3595
3169
  }
3596
3170
 
3597
- class ListWebACLsCommand extends Command
3598
- .classBuilder()
3599
- .ep(commonParams)
3600
- .m(function (Command, cs, config, o) {
3601
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3602
- })
3603
- .s("AWSWAF_20190729", "ListWebACLs", {})
3604
- .n("WAFV2Client", "ListWebACLsCommand")
3605
- .sc(ListWebACLs$)
3606
- .build() {
3171
+ class ListWebACLsCommand extends command(_ep0, _mw0, "ListWebACLs", ListWebACLs$) {
3607
3172
  }
3608
3173
 
3609
- class PutLoggingConfigurationCommand extends Command
3610
- .classBuilder()
3611
- .ep(commonParams)
3612
- .m(function (Command, cs, config, o) {
3613
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3614
- })
3615
- .s("AWSWAF_20190729", "PutLoggingConfiguration", {})
3616
- .n("WAFV2Client", "PutLoggingConfigurationCommand")
3617
- .sc(PutLoggingConfiguration$)
3618
- .build() {
3174
+ class PutLoggingConfigurationCommand extends command(_ep0, _mw0, "PutLoggingConfiguration", PutLoggingConfiguration$) {
3619
3175
  }
3620
3176
 
3621
- class PutManagedRuleSetVersionsCommand extends Command
3622
- .classBuilder()
3623
- .ep(commonParams)
3624
- .m(function (Command, cs, config, o) {
3625
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3626
- })
3627
- .s("AWSWAF_20190729", "PutManagedRuleSetVersions", {})
3628
- .n("WAFV2Client", "PutManagedRuleSetVersionsCommand")
3629
- .sc(PutManagedRuleSetVersions$)
3630
- .build() {
3177
+ class PutManagedRuleSetVersionsCommand extends command(_ep0, _mw0, "PutManagedRuleSetVersions", PutManagedRuleSetVersions$) {
3631
3178
  }
3632
3179
 
3633
- class PutPermissionPolicyCommand extends Command
3634
- .classBuilder()
3635
- .ep(commonParams)
3636
- .m(function (Command, cs, config, o) {
3637
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3638
- })
3639
- .s("AWSWAF_20190729", "PutPermissionPolicy", {})
3640
- .n("WAFV2Client", "PutPermissionPolicyCommand")
3641
- .sc(PutPermissionPolicy$)
3642
- .build() {
3180
+ class PutPermissionPolicyCommand extends command(_ep0, _mw0, "PutPermissionPolicy", PutPermissionPolicy$) {
3643
3181
  }
3644
3182
 
3645
- class TagResourceCommand extends Command
3646
- .classBuilder()
3647
- .ep(commonParams)
3648
- .m(function (Command, cs, config, o) {
3649
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3650
- })
3651
- .s("AWSWAF_20190729", "TagResource", {})
3652
- .n("WAFV2Client", "TagResourceCommand")
3653
- .sc(TagResource$)
3654
- .build() {
3183
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
3655
3184
  }
3656
3185
 
3657
- class UntagResourceCommand extends Command
3658
- .classBuilder()
3659
- .ep(commonParams)
3660
- .m(function (Command, cs, config, o) {
3661
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3662
- })
3663
- .s("AWSWAF_20190729", "UntagResource", {})
3664
- .n("WAFV2Client", "UntagResourceCommand")
3665
- .sc(UntagResource$)
3666
- .build() {
3186
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
3667
3187
  }
3668
3188
 
3669
- class UpdateIPSetCommand extends Command
3670
- .classBuilder()
3671
- .ep(commonParams)
3672
- .m(function (Command, cs, config, o) {
3673
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3674
- })
3675
- .s("AWSWAF_20190729", "UpdateIPSet", {})
3676
- .n("WAFV2Client", "UpdateIPSetCommand")
3677
- .sc(UpdateIPSet$)
3678
- .build() {
3189
+ class UpdateIPSetCommand extends command(_ep0, _mw0, "UpdateIPSet", UpdateIPSet$) {
3679
3190
  }
3680
3191
 
3681
- class UpdateManagedRuleSetVersionExpiryDateCommand extends Command
3682
- .classBuilder()
3683
- .ep(commonParams)
3684
- .m(function (Command, cs, config, o) {
3685
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3686
- })
3687
- .s("AWSWAF_20190729", "UpdateManagedRuleSetVersionExpiryDate", {})
3688
- .n("WAFV2Client", "UpdateManagedRuleSetVersionExpiryDateCommand")
3689
- .sc(UpdateManagedRuleSetVersionExpiryDate$)
3690
- .build() {
3192
+ class UpdateManagedRuleSetVersionExpiryDateCommand extends command(_ep0, _mw0, "UpdateManagedRuleSetVersionExpiryDate", UpdateManagedRuleSetVersionExpiryDate$) {
3691
3193
  }
3692
3194
 
3693
- class UpdateRegexPatternSetCommand extends Command
3694
- .classBuilder()
3695
- .ep(commonParams)
3696
- .m(function (Command, cs, config, o) {
3697
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3698
- })
3699
- .s("AWSWAF_20190729", "UpdateRegexPatternSet", {})
3700
- .n("WAFV2Client", "UpdateRegexPatternSetCommand")
3701
- .sc(UpdateRegexPatternSet$)
3702
- .build() {
3195
+ class UpdateRegexPatternSetCommand extends command(_ep0, _mw0, "UpdateRegexPatternSet", UpdateRegexPatternSet$) {
3703
3196
  }
3704
3197
 
3705
- class UpdateRuleGroupCommand extends Command
3706
- .classBuilder()
3707
- .ep(commonParams)
3708
- .m(function (Command, cs, config, o) {
3709
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3710
- })
3711
- .s("AWSWAF_20190729", "UpdateRuleGroup", {})
3712
- .n("WAFV2Client", "UpdateRuleGroupCommand")
3713
- .sc(UpdateRuleGroup$)
3714
- .build() {
3198
+ class UpdateRuleGroupCommand extends command(_ep0, _mw0, "UpdateRuleGroup", UpdateRuleGroup$) {
3715
3199
  }
3716
3200
 
3717
- class UpdateWebACLCommand extends Command
3718
- .classBuilder()
3719
- .ep(commonParams)
3720
- .m(function (Command, cs, config, o) {
3721
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3722
- })
3723
- .s("AWSWAF_20190729", "UpdateWebACL", {})
3724
- .n("WAFV2Client", "UpdateWebACLCommand")
3725
- .sc(UpdateWebACL$)
3726
- .build() {
3201
+ class UpdateWebACLCommand extends command(_ep0, _mw0, "UpdateWebACL", UpdateWebACL$) {
3727
3202
  }
3728
3203
 
3729
3204
  const commands = {