@aws-sdk/client-wafv2 3.1077.0 → 3.1078.0

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