@aws-sdk/client-waf 3.775.0 → 3.777.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 (78) hide show
  1. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +1 -0
  2. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +1 -0
  3. package/dist-types/commands/CreateIPSetCommand.d.ts +12 -12
  4. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +1 -0
  6. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateRuleCommand.d.ts +15 -15
  8. package/dist-types/commands/CreateRuleGroupCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +15 -15
  10. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +13 -13
  11. package/dist-types/commands/CreateWebACLCommand.d.ts +20 -20
  12. package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +13 -13
  14. package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +6 -6
  15. package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +1 -0
  16. package/dist-types/commands/DeleteIPSetCommand.d.ts +6 -6
  17. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +1 -0
  18. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +1 -0
  19. package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +1 -0
  21. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +1 -0
  22. package/dist-types/commands/DeleteRuleCommand.d.ts +6 -6
  23. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +1 -0
  24. package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +6 -6
  25. package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +6 -6
  26. package/dist-types/commands/DeleteWebACLCommand.d.ts +6 -6
  27. package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +6 -6
  28. package/dist-types/commands/GetByteMatchSetCommand.d.ts +14 -14
  29. package/dist-types/commands/GetChangeTokenCommand.d.ts +5 -5
  30. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +5 -5
  31. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +1 -0
  32. package/dist-types/commands/GetIPSetCommand.d.ts +10 -10
  33. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +1 -0
  34. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +1 -0
  35. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +1 -0
  36. package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +1 -0
  37. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +1 -0
  38. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +1 -0
  39. package/dist-types/commands/GetRuleCommand.d.ts +12 -12
  40. package/dist-types/commands/GetRuleGroupCommand.d.ts +1 -0
  41. package/dist-types/commands/GetSampledRequestsCommand.d.ts +1 -45
  42. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +13 -13
  43. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +11 -11
  44. package/dist-types/commands/GetWebACLCommand.d.ts +15 -15
  45. package/dist-types/commands/GetXssMatchSetCommand.d.ts +11 -11
  46. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +1 -0
  47. package/dist-types/commands/ListByteMatchSetsCommand.d.ts +1 -0
  48. package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +1 -0
  49. package/dist-types/commands/ListIPSetsCommand.d.ts +7 -7
  50. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +1 -0
  51. package/dist-types/commands/ListRateBasedRulesCommand.d.ts +1 -0
  52. package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +1 -0
  53. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +1 -0
  54. package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -0
  55. package/dist-types/commands/ListRulesCommand.d.ts +7 -7
  56. package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +7 -7
  57. package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +7 -7
  58. package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +1 -0
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  60. package/dist-types/commands/ListWebACLsCommand.d.ts +7 -7
  61. package/dist-types/commands/ListXssMatchSetsCommand.d.ts +7 -7
  62. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +1 -0
  63. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +1 -0
  64. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  65. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  66. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +15 -15
  67. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +1 -0
  68. package/dist-types/commands/UpdateIPSetCommand.d.ts +11 -11
  69. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +1 -0
  70. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +1 -0
  71. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +1 -0
  72. package/dist-types/commands/UpdateRuleCommand.d.ts +12 -12
  73. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +1 -0
  74. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +14 -14
  75. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +12 -12
  76. package/dist-types/commands/UpdateWebACLCommand.d.ts +15 -15
  77. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +12 -12
  78. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-waf",
3
3
  "description": "AWS SDK for JavaScript Waf Client for Node.js, Browser and React Native",
4
- "version": "3.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-waf",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",