@aws-sdk/client-wafv2 3.422.0 → 3.425.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 (72) hide show
  1. package/dist-types/WAFV2Client.d.ts +2 -0
  2. package/dist-types/ts3.4/WAFV2.d.ts +918 -438
  3. package/dist-types/ts3.4/WAFV2Client.d.ts +436 -277
  4. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +38 -118
  5. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +38 -1093
  6. package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +35 -115
  7. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +35 -144
  8. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +42 -143
  9. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +38 -1116
  10. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +35 -1145
  11. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +42 -115
  12. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +35 -124
  13. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +42 -110
  14. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +42 -103
  15. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +42 -124
  16. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +38 -124
  17. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +35 -158
  18. package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +42 -92
  19. package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +42 -114
  20. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +42 -191
  21. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +39 -109
  22. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +42 -110
  23. package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +39 -112
  24. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +35 -119
  25. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +42 -192
  26. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +39 -131
  27. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +39 -121
  28. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +39 -105
  29. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +42 -142
  30. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +39 -120
  31. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +35 -1088
  32. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +39 -168
  33. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +35 -1283
  34. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +42 -1286
  35. package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +35 -121
  36. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +42 -118
  37. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +42 -113
  38. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +35 -113
  39. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +42 -191
  40. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +39 -117
  41. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +42 -112
  42. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +42 -113
  43. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +42 -112
  44. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +38 -113
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -132
  46. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +35 -113
  47. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +42 -345
  48. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +42 -133
  49. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +39 -145
  50. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -131
  51. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -118
  52. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +35 -146
  53. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +42 -125
  54. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +42 -148
  55. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +38 -1128
  56. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +35 -1146
  57. package/dist-types/ts3.4/commands/index.d.ts +53 -53
  58. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -22
  59. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -5
  60. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -2
  61. package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -8
  62. package/dist-types/ts3.4/index.d.ts +6 -68
  63. package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +8 -13
  64. package/dist-types/ts3.4/models/index.d.ts +1 -1
  65. package/dist-types/ts3.4/models/models_0.d.ts +1764 -7951
  66. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +641 -479
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -46
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +97 -46
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -45
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -19
  71. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -17
  72. package/package.json +31 -31

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.