@aws-sdk/client-waf 3.927.0 → 3.928.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/dist-cjs/index.js +1979 -2442
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/WAFClient.js +2 -0
- package/dist-es/commands/CreateByteMatchSetCommand.js +3 -9
- package/dist-es/commands/CreateGeoMatchSetCommand.js +3 -9
- package/dist-es/commands/CreateIPSetCommand.js +3 -9
- package/dist-es/commands/CreateRateBasedRuleCommand.js +3 -9
- package/dist-es/commands/CreateRegexMatchSetCommand.js +3 -9
- package/dist-es/commands/CreateRegexPatternSetCommand.js +3 -9
- package/dist-es/commands/CreateRuleCommand.js +3 -9
- package/dist-es/commands/CreateRuleGroupCommand.js +3 -9
- package/dist-es/commands/CreateSizeConstraintSetCommand.js +3 -9
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +3 -9
- package/dist-es/commands/CreateWebACLCommand.js +3 -9
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js +3 -9
- package/dist-es/commands/CreateXssMatchSetCommand.js +3 -9
- package/dist-es/commands/DeleteByteMatchSetCommand.js +3 -9
- package/dist-es/commands/DeleteGeoMatchSetCommand.js +3 -9
- package/dist-es/commands/DeleteIPSetCommand.js +3 -9
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeletePermissionPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRateBasedRuleCommand.js +3 -9
- package/dist-es/commands/DeleteRegexMatchSetCommand.js +3 -9
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +3 -9
- package/dist-es/commands/DeleteRuleCommand.js +3 -9
- package/dist-es/commands/DeleteRuleGroupCommand.js +3 -9
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js +3 -9
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +3 -9
- package/dist-es/commands/DeleteWebACLCommand.js +3 -9
- package/dist-es/commands/DeleteXssMatchSetCommand.js +3 -9
- package/dist-es/commands/GetByteMatchSetCommand.js +3 -9
- package/dist-es/commands/GetChangeTokenCommand.js +3 -9
- package/dist-es/commands/GetChangeTokenStatusCommand.js +3 -9
- package/dist-es/commands/GetGeoMatchSetCommand.js +3 -9
- package/dist-es/commands/GetIPSetCommand.js +3 -9
- package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/GetPermissionPolicyCommand.js +3 -9
- package/dist-es/commands/GetRateBasedRuleCommand.js +3 -9
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +3 -9
- package/dist-es/commands/GetRegexMatchSetCommand.js +3 -9
- package/dist-es/commands/GetRegexPatternSetCommand.js +3 -9
- package/dist-es/commands/GetRuleCommand.js +3 -9
- package/dist-es/commands/GetRuleGroupCommand.js +3 -9
- package/dist-es/commands/GetSampledRequestsCommand.js +3 -9
- package/dist-es/commands/GetSizeConstraintSetCommand.js +3 -9
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +3 -9
- package/dist-es/commands/GetWebACLCommand.js +3 -9
- package/dist-es/commands/GetXssMatchSetCommand.js +3 -9
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +3 -9
- package/dist-es/commands/ListByteMatchSetsCommand.js +3 -9
- package/dist-es/commands/ListGeoMatchSetsCommand.js +3 -9
- package/dist-es/commands/ListIPSetsCommand.js +3 -9
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListRateBasedRulesCommand.js +3 -9
- package/dist-es/commands/ListRegexMatchSetsCommand.js +3 -9
- package/dist-es/commands/ListRegexPatternSetsCommand.js +3 -9
- package/dist-es/commands/ListRuleGroupsCommand.js +3 -9
- package/dist-es/commands/ListRulesCommand.js +3 -9
- package/dist-es/commands/ListSizeConstraintSetsCommand.js +3 -9
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +3 -9
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListWebACLsCommand.js +3 -9
- package/dist-es/commands/ListXssMatchSetsCommand.js +3 -9
- package/dist-es/commands/PutLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/PutPermissionPolicyCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateByteMatchSetCommand.js +3 -9
- package/dist-es/commands/UpdateGeoMatchSetCommand.js +3 -9
- package/dist-es/commands/UpdateIPSetCommand.js +3 -9
- package/dist-es/commands/UpdateRateBasedRuleCommand.js +3 -9
- package/dist-es/commands/UpdateRegexMatchSetCommand.js +3 -9
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +3 -9
- package/dist-es/commands/UpdateRuleCommand.js +3 -9
- package/dist-es/commands/UpdateRuleGroupCommand.js +3 -9
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js +3 -9
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +3 -9
- package/dist-es/commands/UpdateWebACLCommand.js +3 -9
- package/dist-es/commands/UpdateXssMatchSetCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1771 -0
- package/dist-types/WAFClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +350 -0
- package/dist-types/ts3.4/WAFClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +355 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1850
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -695
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -929
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.