@aws-sdk/client-waf 3.54.0 → 3.56.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 (88) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist-cjs/WAFClient.js +13 -13
  3. package/dist-cjs/commands/CreateByteMatchSetCommand.js +3 -3
  4. package/dist-cjs/commands/CreateGeoMatchSetCommand.js +3 -3
  5. package/dist-cjs/commands/CreateIPSetCommand.js +3 -3
  6. package/dist-cjs/commands/CreateRateBasedRuleCommand.js +3 -3
  7. package/dist-cjs/commands/CreateRegexMatchSetCommand.js +3 -3
  8. package/dist-cjs/commands/CreateRegexPatternSetCommand.js +3 -3
  9. package/dist-cjs/commands/CreateRuleCommand.js +3 -3
  10. package/dist-cjs/commands/CreateRuleGroupCommand.js +3 -3
  11. package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +3 -3
  12. package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +3 -3
  13. package/dist-cjs/commands/CreateWebACLCommand.js +3 -3
  14. package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +3 -3
  15. package/dist-cjs/commands/CreateXssMatchSetCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteByteMatchSetCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteIPSetCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +3 -3
  20. package/dist-cjs/commands/DeletePermissionPolicyCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteRuleCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteRuleGroupCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +3 -3
  28. package/dist-cjs/commands/DeleteWebACLCommand.js +3 -3
  29. package/dist-cjs/commands/DeleteXssMatchSetCommand.js +3 -3
  30. package/dist-cjs/commands/GetByteMatchSetCommand.js +3 -3
  31. package/dist-cjs/commands/GetChangeTokenCommand.js +3 -3
  32. package/dist-cjs/commands/GetChangeTokenStatusCommand.js +3 -3
  33. package/dist-cjs/commands/GetGeoMatchSetCommand.js +3 -3
  34. package/dist-cjs/commands/GetIPSetCommand.js +3 -3
  35. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +3 -3
  36. package/dist-cjs/commands/GetPermissionPolicyCommand.js +3 -3
  37. package/dist-cjs/commands/GetRateBasedRuleCommand.js +3 -3
  38. package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +3 -3
  39. package/dist-cjs/commands/GetRegexMatchSetCommand.js +3 -3
  40. package/dist-cjs/commands/GetRegexPatternSetCommand.js +3 -3
  41. package/dist-cjs/commands/GetRuleCommand.js +3 -3
  42. package/dist-cjs/commands/GetRuleGroupCommand.js +3 -3
  43. package/dist-cjs/commands/GetSampledRequestsCommand.js +3 -3
  44. package/dist-cjs/commands/GetSizeConstraintSetCommand.js +3 -3
  45. package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +3 -3
  46. package/dist-cjs/commands/GetWebACLCommand.js +3 -3
  47. package/dist-cjs/commands/GetXssMatchSetCommand.js +3 -3
  48. package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +3 -3
  49. package/dist-cjs/commands/ListByteMatchSetsCommand.js +3 -3
  50. package/dist-cjs/commands/ListGeoMatchSetsCommand.js +3 -3
  51. package/dist-cjs/commands/ListIPSetsCommand.js +3 -3
  52. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +3 -3
  53. package/dist-cjs/commands/ListRateBasedRulesCommand.js +3 -3
  54. package/dist-cjs/commands/ListRegexMatchSetsCommand.js +3 -3
  55. package/dist-cjs/commands/ListRegexPatternSetsCommand.js +3 -3
  56. package/dist-cjs/commands/ListRuleGroupsCommand.js +3 -3
  57. package/dist-cjs/commands/ListRulesCommand.js +3 -3
  58. package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +3 -3
  59. package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +3 -3
  60. package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +3 -3
  61. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  62. package/dist-cjs/commands/ListWebACLsCommand.js +3 -3
  63. package/dist-cjs/commands/ListXssMatchSetsCommand.js +3 -3
  64. package/dist-cjs/commands/PutLoggingConfigurationCommand.js +3 -3
  65. package/dist-cjs/commands/PutPermissionPolicyCommand.js +3 -3
  66. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  67. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  68. package/dist-cjs/commands/UpdateByteMatchSetCommand.js +3 -3
  69. package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +3 -3
  70. package/dist-cjs/commands/UpdateIPSetCommand.js +3 -3
  71. package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +3 -3
  72. package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +3 -3
  73. package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +3 -3
  74. package/dist-cjs/commands/UpdateRuleCommand.js +3 -3
  75. package/dist-cjs/commands/UpdateRuleGroupCommand.js +3 -3
  76. package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +3 -3
  77. package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +3 -3
  78. package/dist-cjs/commands/UpdateWebACLCommand.js +3 -3
  79. package/dist-cjs/commands/UpdateXssMatchSetCommand.js +3 -3
  80. package/dist-cjs/endpoints.js +1 -1
  81. package/dist-cjs/protocols/Aws_json1_1.js +276 -276
  82. package/dist-cjs/runtimeConfig.browser.js +4 -4
  83. package/dist-cjs/runtimeConfig.js +9 -9
  84. package/dist-cjs/runtimeConfig.native.js +1 -1
  85. package/dist-es/WAF.js +77 -77
  86. package/dist-types/runtimeConfig.native.d.ts +2 -2
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  88. package/package.json +34 -34
@@ -11,7 +11,7 @@ class DeleteSqlInjectionMatchSetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class DeleteSqlInjectionMatchSetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteSqlInjectionMatchSetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteSqlInjectionMatchSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteSqlInjectionMatchSetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteSqlInjectionMatchSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteSqlInjectionMatchSetCommand = DeleteSqlInjectionMatchSetCommand;
@@ -11,7 +11,7 @@ class DeleteWebACLCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class DeleteWebACLCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteWebACLCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteWebACLCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteWebACLCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteWebACLCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteWebACLCommand = DeleteWebACLCommand;
@@ -11,7 +11,7 @@ class DeleteXssMatchSetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class DeleteXssMatchSetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1DeleteXssMatchSetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1DeleteXssMatchSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1DeleteXssMatchSetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteXssMatchSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteXssMatchSetCommand = DeleteXssMatchSetCommand;
@@ -11,7 +11,7 @@ class GetByteMatchSetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetByteMatchSetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetByteMatchSetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetByteMatchSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetByteMatchSetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetByteMatchSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetByteMatchSetCommand = GetByteMatchSetCommand;
@@ -11,7 +11,7 @@ class GetChangeTokenCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetChangeTokenCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetChangeTokenCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetChangeTokenCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetChangeTokenCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetChangeTokenCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetChangeTokenCommand = GetChangeTokenCommand;
@@ -11,7 +11,7 @@ class GetChangeTokenStatusCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetChangeTokenStatusCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetChangeTokenStatusCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetChangeTokenStatusCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetChangeTokenStatusCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetChangeTokenStatusCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetChangeTokenStatusCommand = GetChangeTokenStatusCommand;
@@ -11,7 +11,7 @@ class GetGeoMatchSetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetGeoMatchSetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetGeoMatchSetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetGeoMatchSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetGeoMatchSetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetGeoMatchSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetGeoMatchSetCommand = GetGeoMatchSetCommand;
@@ -11,7 +11,7 @@ class GetIPSetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetIPSetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetIPSetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetIPSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetIPSetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetIPSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetIPSetCommand = GetIPSetCommand;
@@ -11,7 +11,7 @@ class GetLoggingConfigurationCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetLoggingConfigurationCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetLoggingConfigurationCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetLoggingConfigurationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetLoggingConfigurationCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetLoggingConfigurationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetLoggingConfigurationCommand = GetLoggingConfigurationCommand;
@@ -11,7 +11,7 @@ class GetPermissionPolicyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetPermissionPolicyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetPermissionPolicyCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetPermissionPolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetPermissionPolicyCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetPermissionPolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetPermissionPolicyCommand = GetPermissionPolicyCommand;
@@ -11,7 +11,7 @@ class GetRateBasedRuleCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetRateBasedRuleCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetRateBasedRuleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetRateBasedRuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetRateBasedRuleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetRateBasedRuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRateBasedRuleCommand = GetRateBasedRuleCommand;
@@ -11,7 +11,7 @@ class GetRateBasedRuleManagedKeysCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetRateBasedRuleManagedKeysCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetRateBasedRuleManagedKeysCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetRateBasedRuleManagedKeysCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetRateBasedRuleManagedKeysCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetRateBasedRuleManagedKeysCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRateBasedRuleManagedKeysCommand = GetRateBasedRuleManagedKeysCommand;
@@ -11,7 +11,7 @@ class GetRegexMatchSetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetRegexMatchSetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetRegexMatchSetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetRegexMatchSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetRegexMatchSetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetRegexMatchSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRegexMatchSetCommand = GetRegexMatchSetCommand;
@@ -11,7 +11,7 @@ class GetRegexPatternSetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetRegexPatternSetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetRegexPatternSetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetRegexPatternSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetRegexPatternSetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetRegexPatternSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRegexPatternSetCommand = GetRegexPatternSetCommand;
@@ -11,7 +11,7 @@ class GetRuleCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetRuleCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetRuleCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetRuleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetRuleCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetRuleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRuleCommand = GetRuleCommand;
@@ -11,7 +11,7 @@ class GetRuleGroupCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetRuleGroupCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetRuleGroupCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetRuleGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetRuleGroupCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetRuleGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetRuleGroupCommand = GetRuleGroupCommand;
@@ -11,7 +11,7 @@ class GetSampledRequestsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetSampledRequestsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetSampledRequestsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetSampledRequestsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetSampledRequestsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetSampledRequestsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSampledRequestsCommand = GetSampledRequestsCommand;
@@ -11,7 +11,7 @@ class GetSizeConstraintSetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetSizeConstraintSetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetSizeConstraintSetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetSizeConstraintSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetSizeConstraintSetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetSizeConstraintSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSizeConstraintSetCommand = GetSizeConstraintSetCommand;
@@ -11,7 +11,7 @@ class GetSqlInjectionMatchSetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetSqlInjectionMatchSetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetSqlInjectionMatchSetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetSqlInjectionMatchSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetSqlInjectionMatchSetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetSqlInjectionMatchSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetSqlInjectionMatchSetCommand = GetSqlInjectionMatchSetCommand;
@@ -11,7 +11,7 @@ class GetWebACLCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetWebACLCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetWebACLCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetWebACLCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetWebACLCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetWebACLCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetWebACLCommand = GetWebACLCommand;
@@ -11,7 +11,7 @@ class GetXssMatchSetCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class GetXssMatchSetCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1GetXssMatchSetCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1GetXssMatchSetCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1GetXssMatchSetCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1GetXssMatchSetCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.GetXssMatchSetCommand = GetXssMatchSetCommand;
@@ -11,7 +11,7 @@ class ListActivatedRulesInRuleGroupCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class ListActivatedRulesInRuleGroupCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListActivatedRulesInRuleGroupCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListActivatedRulesInRuleGroupCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListActivatedRulesInRuleGroupCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListActivatedRulesInRuleGroupCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListActivatedRulesInRuleGroupCommand = ListActivatedRulesInRuleGroupCommand;
@@ -11,7 +11,7 @@ class ListByteMatchSetsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class ListByteMatchSetsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListByteMatchSetsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListByteMatchSetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListByteMatchSetsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListByteMatchSetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListByteMatchSetsCommand = ListByteMatchSetsCommand;
@@ -11,7 +11,7 @@ class ListGeoMatchSetsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class ListGeoMatchSetsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListGeoMatchSetsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListGeoMatchSetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListGeoMatchSetsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListGeoMatchSetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListGeoMatchSetsCommand = ListGeoMatchSetsCommand;
@@ -11,7 +11,7 @@ class ListIPSetsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class ListIPSetsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListIPSetsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListIPSetsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListIPSetsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListIPSetsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListIPSetsCommand = ListIPSetsCommand;
@@ -11,7 +11,7 @@ class ListLoggingConfigurationsCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class ListLoggingConfigurationsCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListLoggingConfigurationsCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListLoggingConfigurationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListLoggingConfigurationsCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListLoggingConfigurationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListLoggingConfigurationsCommand = ListLoggingConfigurationsCommand;
@@ -11,7 +11,7 @@ class ListRateBasedRulesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "WAFClient";
@@ -27,10 +27,10 @@ class ListRateBasedRulesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_json1_1_1.serializeAws_json1_1ListRateBasedRulesCommand(input, context);
30
+ return (0, Aws_json1_1_1.serializeAws_json1_1ListRateBasedRulesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_json1_1_1.deserializeAws_json1_1ListRateBasedRulesCommand(output, context);
33
+ return (0, Aws_json1_1_1.deserializeAws_json1_1ListRateBasedRulesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRateBasedRulesCommand = ListRateBasedRulesCommand;