@aws-sdk/client-wafv2 3.50.0 → 3.53.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.
- package/CHANGELOG.md +31 -0
- package/dist-cjs/WAFV2.js +45 -0
- package/dist-cjs/commands/GenerateMobileSdkReleaseUrlCommand.js +36 -0
- package/dist-cjs/commands/GetMobileSdkReleaseCommand.js +36 -0
- package/dist-cjs/commands/ListMobileSdkReleasesCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/WAFV2ServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +323 -4
- package/dist-cjs/protocols/Aws_json1_1.js +848 -2057
- package/dist-es/WAFV2.js +45 -0
- package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +39 -0
- package/dist-es/commands/GetMobileSdkReleaseCommand.js +39 -0
- package/dist-es/commands/ListMobileSdkReleasesCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/WAFV2ServiceException.js +12 -0
- package/dist-es/models/models_0.js +280 -1
- package/dist-es/protocols/Aws_json1_1.js +1493 -2206
- package/dist-types/WAFV2.d.ts +35 -2
- package/dist-types/WAFV2Client.d.ts +5 -2
- package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +37 -0
- package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +37 -0
- package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +37 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +8 -2
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/WAFV2ServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +433 -63
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/WAFV2.d.ts +245 -0
- package/dist-types/ts3.4/WAFV2Client.d.ts +121 -0
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +48 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +5 -0
- package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +199 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +146 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
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.