@aws-sdk/client-waf 3.1087.0 → 3.1089.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 (95) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/WAF.d.ts +244 -292
  3. package/dist-types/ts3.4/WAFClient.d.ts +26 -72
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +3 -8
  36. package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -5
  39. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +7 -5
  51. package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +3 -8
  55. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +3 -8
  61. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +4 -4
  62. package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +3 -8
  68. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +3 -5
  79. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +4 -6
  82. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +3 -5
  83. package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +5 -10
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  85. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  86. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  87. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  88. package/dist-types/ts3.4/models/errors.d.ts +20 -80
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  93. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  94. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  95. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1088.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75