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

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.