@aws-sdk/client-waf 3.194.0 → 3.196.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 +19 -0
- package/dist-cjs/WAFClient.js +11 -8
- package/dist-cjs/commands/CreateByteMatchSetCommand.js +10 -0
- package/dist-cjs/commands/CreateGeoMatchSetCommand.js +10 -0
- package/dist-cjs/commands/CreateIPSetCommand.js +10 -0
- package/dist-cjs/commands/CreateRateBasedRuleCommand.js +10 -0
- package/dist-cjs/commands/CreateRegexMatchSetCommand.js +10 -0
- package/dist-cjs/commands/CreateRegexPatternSetCommand.js +10 -0
- package/dist-cjs/commands/CreateRuleCommand.js +10 -0
- package/dist-cjs/commands/CreateRuleGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +10 -0
- package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +10 -0
- package/dist-cjs/commands/CreateWebACLCommand.js +10 -0
- package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +10 -0
- package/dist-cjs/commands/CreateXssMatchSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteByteMatchSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteIPSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeletePermissionPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +10 -0
- package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteRuleCommand.js +10 -0
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteWebACLCommand.js +10 -0
- package/dist-cjs/commands/DeleteXssMatchSetCommand.js +10 -0
- package/dist-cjs/commands/GetByteMatchSetCommand.js +10 -0
- package/dist-cjs/commands/GetChangeTokenCommand.js +10 -0
- package/dist-cjs/commands/GetChangeTokenStatusCommand.js +10 -0
- package/dist-cjs/commands/GetGeoMatchSetCommand.js +10 -0
- package/dist-cjs/commands/GetIPSetCommand.js +10 -0
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetPermissionPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetRateBasedRuleCommand.js +10 -0
- package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +10 -0
- package/dist-cjs/commands/GetRegexMatchSetCommand.js +10 -0
- package/dist-cjs/commands/GetRegexPatternSetCommand.js +10 -0
- package/dist-cjs/commands/GetRuleCommand.js +10 -0
- package/dist-cjs/commands/GetRuleGroupCommand.js +10 -0
- package/dist-cjs/commands/GetSampledRequestsCommand.js +10 -0
- package/dist-cjs/commands/GetSizeConstraintSetCommand.js +10 -0
- package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +10 -0
- package/dist-cjs/commands/GetWebACLCommand.js +10 -0
- package/dist-cjs/commands/GetXssMatchSetCommand.js +10 -0
- package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +10 -0
- package/dist-cjs/commands/ListByteMatchSetsCommand.js +10 -0
- package/dist-cjs/commands/ListGeoMatchSetsCommand.js +10 -0
- package/dist-cjs/commands/ListIPSetsCommand.js +10 -0
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/ListRateBasedRulesCommand.js +10 -0
- package/dist-cjs/commands/ListRegexMatchSetsCommand.js +10 -0
- package/dist-cjs/commands/ListRegexPatternSetsCommand.js +10 -0
- package/dist-cjs/commands/ListRuleGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListRulesCommand.js +10 -0
- package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +10 -0
- package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +10 -0
- package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListWebACLsCommand.js +10 -0
- package/dist-cjs/commands/ListXssMatchSetsCommand.js +10 -0
- package/dist-cjs/commands/PutLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/PutPermissionPolicyCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateByteMatchSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateIPSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +10 -0
- package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateRuleCommand.js +10 -0
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateWebACLCommand.js +10 -0
- package/dist-cjs/commands/UpdateXssMatchSetCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +648 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/WAFClient.js +12 -9
- package/dist-es/commands/CreateByteMatchSetCommand.js +10 -0
- package/dist-es/commands/CreateGeoMatchSetCommand.js +10 -0
- package/dist-es/commands/CreateIPSetCommand.js +10 -0
- package/dist-es/commands/CreateRateBasedRuleCommand.js +10 -0
- package/dist-es/commands/CreateRegexMatchSetCommand.js +10 -0
- package/dist-es/commands/CreateRegexPatternSetCommand.js +10 -0
- package/dist-es/commands/CreateRuleCommand.js +10 -0
- package/dist-es/commands/CreateRuleGroupCommand.js +10 -0
- package/dist-es/commands/CreateSizeConstraintSetCommand.js +10 -0
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +10 -0
- package/dist-es/commands/CreateWebACLCommand.js +10 -0
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js +10 -0
- package/dist-es/commands/CreateXssMatchSetCommand.js +10 -0
- package/dist-es/commands/DeleteByteMatchSetCommand.js +10 -0
- package/dist-es/commands/DeleteGeoMatchSetCommand.js +10 -0
- package/dist-es/commands/DeleteIPSetCommand.js +10 -0
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/DeletePermissionPolicyCommand.js +10 -0
- package/dist-es/commands/DeleteRateBasedRuleCommand.js +10 -0
- package/dist-es/commands/DeleteRegexMatchSetCommand.js +10 -0
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +10 -0
- package/dist-es/commands/DeleteRuleCommand.js +10 -0
- package/dist-es/commands/DeleteRuleGroupCommand.js +10 -0
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js +10 -0
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +10 -0
- package/dist-es/commands/DeleteWebACLCommand.js +10 -0
- package/dist-es/commands/DeleteXssMatchSetCommand.js +10 -0
- package/dist-es/commands/GetByteMatchSetCommand.js +10 -0
- package/dist-es/commands/GetChangeTokenCommand.js +10 -0
- package/dist-es/commands/GetChangeTokenStatusCommand.js +10 -0
- package/dist-es/commands/GetGeoMatchSetCommand.js +10 -0
- package/dist-es/commands/GetIPSetCommand.js +10 -0
- package/dist-es/commands/GetLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/GetPermissionPolicyCommand.js +10 -0
- package/dist-es/commands/GetRateBasedRuleCommand.js +10 -0
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +10 -0
- package/dist-es/commands/GetRegexMatchSetCommand.js +10 -0
- package/dist-es/commands/GetRegexPatternSetCommand.js +10 -0
- package/dist-es/commands/GetRuleCommand.js +10 -0
- package/dist-es/commands/GetRuleGroupCommand.js +10 -0
- package/dist-es/commands/GetSampledRequestsCommand.js +10 -0
- package/dist-es/commands/GetSizeConstraintSetCommand.js +10 -0
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +10 -0
- package/dist-es/commands/GetWebACLCommand.js +10 -0
- package/dist-es/commands/GetXssMatchSetCommand.js +10 -0
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +10 -0
- package/dist-es/commands/ListByteMatchSetsCommand.js +10 -0
- package/dist-es/commands/ListGeoMatchSetsCommand.js +10 -0
- package/dist-es/commands/ListIPSetsCommand.js +10 -0
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +10 -0
- package/dist-es/commands/ListRateBasedRulesCommand.js +10 -0
- package/dist-es/commands/ListRegexMatchSetsCommand.js +10 -0
- package/dist-es/commands/ListRegexPatternSetsCommand.js +10 -0
- package/dist-es/commands/ListRuleGroupsCommand.js +10 -0
- package/dist-es/commands/ListRulesCommand.js +10 -0
- package/dist-es/commands/ListSizeConstraintSetsCommand.js +10 -0
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +10 -0
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListWebACLsCommand.js +10 -0
- package/dist-es/commands/ListXssMatchSetsCommand.js +10 -0
- package/dist-es/commands/PutLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/PutPermissionPolicyCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateByteMatchSetCommand.js +10 -0
- package/dist-es/commands/UpdateGeoMatchSetCommand.js +10 -0
- package/dist-es/commands/UpdateIPSetCommand.js +10 -0
- package/dist-es/commands/UpdateRateBasedRuleCommand.js +10 -0
- package/dist-es/commands/UpdateRegexMatchSetCommand.js +10 -0
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +10 -0
- package/dist-es/commands/UpdateRuleCommand.js +10 -0
- package/dist-es/commands/UpdateRuleGroupCommand.js +10 -0
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js +10 -0
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +10 -0
- package/dist-es/commands/UpdateWebACLCommand.js +10 -0
- package/dist-es/commands/UpdateXssMatchSetCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +645 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/WAFClient.d.ts +6 -9
- package/dist-types/commands/CreateByteMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateIPSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateWebACLCommand.d.ts +2 -0
- package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +2 -0
- package/dist-types/commands/CreateXssMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIPSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWebACLCommand.d.ts +2 -0
- package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/GetByteMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/GetChangeTokenCommand.d.ts +2 -0
- package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetGeoMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/GetIPSetCommand.d.ts +2 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetPermissionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetRateBasedRuleCommand.d.ts +2 -0
- package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +2 -0
- package/dist-types/commands/GetRegexMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/GetRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/commands/GetRuleCommand.d.ts +2 -0
- package/dist-types/commands/GetRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetSampledRequestsCommand.d.ts +2 -0
- package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +2 -0
- package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/GetWebACLCommand.d.ts +2 -0
- package/dist-types/commands/GetXssMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/ListByteMatchSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListIPSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListRateBasedRulesCommand.d.ts +2 -0
- package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListRulesCommand.d.ts +2 -0
- package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListWebACLsCommand.d.ts +2 -0
- package/dist-types/commands/ListXssMatchSetsCommand.d.ts +2 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutPermissionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIPSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWebACLCommand.d.ts +2 -0
- package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/WAFClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -151
- package/dist-es/endpoints.js +0 -147
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -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.
|
|
4
|
+
"version": "3.196.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,13 +19,14 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.196.0",
|
|
23
23
|
"@aws-sdk/config-resolver": "3.193.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.196.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.193.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.193.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.193.0",
|
|
28
28
|
"@aws-sdk/middleware-content-length": "3.193.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.193.0",
|
|
29
30
|
"@aws-sdk/middleware-host-header": "3.193.0",
|
|
30
31
|
"@aws-sdk/middleware-logger": "3.193.0",
|
|
31
32
|
"@aws-sdk/middleware-recursion-detection": "3.193.0",
|
|
@@ -46,6 +47,7 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
48
|
"@aws-sdk/util-defaults-mode-browser": "3.193.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-node": "3.193.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.196.0",
|
|
49
51
|
"@aws-sdk/util-user-agent-browser": "3.193.0",
|
|
50
52
|
"@aws-sdk/util-user-agent-node": "3.193.0",
|
|
51
53
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {
|
|
6
|
-
"aws-global": {
|
|
7
|
-
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "waf.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
hostname: "waf-fips.amazonaws.com",
|
|
14
|
-
tags: ["fips"],
|
|
15
|
-
},
|
|
16
|
-
],
|
|
17
|
-
signingRegion: "us-east-1",
|
|
18
|
-
},
|
|
19
|
-
};
|
|
20
|
-
const partitionHash = {
|
|
21
|
-
aws: {
|
|
22
|
-
regions: [
|
|
23
|
-
"af-south-1",
|
|
24
|
-
"ap-east-1",
|
|
25
|
-
"ap-northeast-1",
|
|
26
|
-
"ap-northeast-2",
|
|
27
|
-
"ap-northeast-3",
|
|
28
|
-
"ap-south-1",
|
|
29
|
-
"ap-southeast-1",
|
|
30
|
-
"ap-southeast-2",
|
|
31
|
-
"ap-southeast-3",
|
|
32
|
-
"aws",
|
|
33
|
-
"aws-fips",
|
|
34
|
-
"aws-global",
|
|
35
|
-
"aws-global-fips",
|
|
36
|
-
"ca-central-1",
|
|
37
|
-
"eu-central-1",
|
|
38
|
-
"eu-north-1",
|
|
39
|
-
"eu-south-1",
|
|
40
|
-
"eu-west-1",
|
|
41
|
-
"eu-west-2",
|
|
42
|
-
"eu-west-3",
|
|
43
|
-
"me-central-1",
|
|
44
|
-
"me-south-1",
|
|
45
|
-
"sa-east-1",
|
|
46
|
-
"us-east-1",
|
|
47
|
-
"us-east-2",
|
|
48
|
-
"us-west-1",
|
|
49
|
-
"us-west-2",
|
|
50
|
-
],
|
|
51
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
52
|
-
variants: [
|
|
53
|
-
{
|
|
54
|
-
hostname: "waf.{region}.amazonaws.com",
|
|
55
|
-
tags: [],
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
hostname: "waf-fips.{region}.amazonaws.com",
|
|
59
|
-
tags: ["fips"],
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
hostname: "waf-fips.{region}.api.aws",
|
|
63
|
-
tags: ["dualstack", "fips"],
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
hostname: "waf.{region}.api.aws",
|
|
67
|
-
tags: ["dualstack"],
|
|
68
|
-
},
|
|
69
|
-
],
|
|
70
|
-
endpoint: "aws-global",
|
|
71
|
-
},
|
|
72
|
-
"aws-cn": {
|
|
73
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
74
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
75
|
-
variants: [
|
|
76
|
-
{
|
|
77
|
-
hostname: "waf.{region}.amazonaws.com.cn",
|
|
78
|
-
tags: [],
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
hostname: "waf-fips.{region}.amazonaws.com.cn",
|
|
82
|
-
tags: ["fips"],
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
hostname: "waf-fips.{region}.api.amazonwebservices.com.cn",
|
|
86
|
-
tags: ["dualstack", "fips"],
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
hostname: "waf.{region}.api.amazonwebservices.com.cn",
|
|
90
|
-
tags: ["dualstack"],
|
|
91
|
-
},
|
|
92
|
-
],
|
|
93
|
-
},
|
|
94
|
-
"aws-iso": {
|
|
95
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
96
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
97
|
-
variants: [
|
|
98
|
-
{
|
|
99
|
-
hostname: "waf.{region}.c2s.ic.gov",
|
|
100
|
-
tags: [],
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
hostname: "waf-fips.{region}.c2s.ic.gov",
|
|
104
|
-
tags: ["fips"],
|
|
105
|
-
},
|
|
106
|
-
],
|
|
107
|
-
},
|
|
108
|
-
"aws-iso-b": {
|
|
109
|
-
regions: ["us-isob-east-1"],
|
|
110
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
111
|
-
variants: [
|
|
112
|
-
{
|
|
113
|
-
hostname: "waf.{region}.sc2s.sgov.gov",
|
|
114
|
-
tags: [],
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
hostname: "waf-fips.{region}.sc2s.sgov.gov",
|
|
118
|
-
tags: ["fips"],
|
|
119
|
-
},
|
|
120
|
-
],
|
|
121
|
-
},
|
|
122
|
-
"aws-us-gov": {
|
|
123
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
124
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
125
|
-
variants: [
|
|
126
|
-
{
|
|
127
|
-
hostname: "waf.{region}.amazonaws.com",
|
|
128
|
-
tags: [],
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
hostname: "waf-fips.{region}.amazonaws.com",
|
|
132
|
-
tags: ["fips"],
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
hostname: "waf-fips.{region}.api.aws",
|
|
136
|
-
tags: ["dualstack", "fips"],
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
hostname: "waf.{region}.api.aws",
|
|
140
|
-
tags: ["dualstack"],
|
|
141
|
-
},
|
|
142
|
-
],
|
|
143
|
-
},
|
|
144
|
-
};
|
|
145
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
146
|
-
...options,
|
|
147
|
-
signingService: "waf",
|
|
148
|
-
regionHash,
|
|
149
|
-
partitionHash,
|
|
150
|
-
});
|
|
151
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|
package/dist-es/endpoints.js
DELETED
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
2
|
-
const regionHash = {
|
|
3
|
-
"aws-global": {
|
|
4
|
-
variants: [
|
|
5
|
-
{
|
|
6
|
-
hostname: "waf.amazonaws.com",
|
|
7
|
-
tags: [],
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
hostname: "waf-fips.amazonaws.com",
|
|
11
|
-
tags: ["fips"],
|
|
12
|
-
},
|
|
13
|
-
],
|
|
14
|
-
signingRegion: "us-east-1",
|
|
15
|
-
},
|
|
16
|
-
};
|
|
17
|
-
const partitionHash = {
|
|
18
|
-
aws: {
|
|
19
|
-
regions: [
|
|
20
|
-
"af-south-1",
|
|
21
|
-
"ap-east-1",
|
|
22
|
-
"ap-northeast-1",
|
|
23
|
-
"ap-northeast-2",
|
|
24
|
-
"ap-northeast-3",
|
|
25
|
-
"ap-south-1",
|
|
26
|
-
"ap-southeast-1",
|
|
27
|
-
"ap-southeast-2",
|
|
28
|
-
"ap-southeast-3",
|
|
29
|
-
"aws",
|
|
30
|
-
"aws-fips",
|
|
31
|
-
"aws-global",
|
|
32
|
-
"aws-global-fips",
|
|
33
|
-
"ca-central-1",
|
|
34
|
-
"eu-central-1",
|
|
35
|
-
"eu-north-1",
|
|
36
|
-
"eu-south-1",
|
|
37
|
-
"eu-west-1",
|
|
38
|
-
"eu-west-2",
|
|
39
|
-
"eu-west-3",
|
|
40
|
-
"me-central-1",
|
|
41
|
-
"me-south-1",
|
|
42
|
-
"sa-east-1",
|
|
43
|
-
"us-east-1",
|
|
44
|
-
"us-east-2",
|
|
45
|
-
"us-west-1",
|
|
46
|
-
"us-west-2",
|
|
47
|
-
],
|
|
48
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
49
|
-
variants: [
|
|
50
|
-
{
|
|
51
|
-
hostname: "waf.{region}.amazonaws.com",
|
|
52
|
-
tags: [],
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
hostname: "waf-fips.{region}.amazonaws.com",
|
|
56
|
-
tags: ["fips"],
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
hostname: "waf-fips.{region}.api.aws",
|
|
60
|
-
tags: ["dualstack", "fips"],
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
hostname: "waf.{region}.api.aws",
|
|
64
|
-
tags: ["dualstack"],
|
|
65
|
-
},
|
|
66
|
-
],
|
|
67
|
-
endpoint: "aws-global",
|
|
68
|
-
},
|
|
69
|
-
"aws-cn": {
|
|
70
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
71
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
72
|
-
variants: [
|
|
73
|
-
{
|
|
74
|
-
hostname: "waf.{region}.amazonaws.com.cn",
|
|
75
|
-
tags: [],
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
hostname: "waf-fips.{region}.amazonaws.com.cn",
|
|
79
|
-
tags: ["fips"],
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
hostname: "waf-fips.{region}.api.amazonwebservices.com.cn",
|
|
83
|
-
tags: ["dualstack", "fips"],
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
hostname: "waf.{region}.api.amazonwebservices.com.cn",
|
|
87
|
-
tags: ["dualstack"],
|
|
88
|
-
},
|
|
89
|
-
],
|
|
90
|
-
},
|
|
91
|
-
"aws-iso": {
|
|
92
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
93
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
94
|
-
variants: [
|
|
95
|
-
{
|
|
96
|
-
hostname: "waf.{region}.c2s.ic.gov",
|
|
97
|
-
tags: [],
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
hostname: "waf-fips.{region}.c2s.ic.gov",
|
|
101
|
-
tags: ["fips"],
|
|
102
|
-
},
|
|
103
|
-
],
|
|
104
|
-
},
|
|
105
|
-
"aws-iso-b": {
|
|
106
|
-
regions: ["us-isob-east-1"],
|
|
107
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
108
|
-
variants: [
|
|
109
|
-
{
|
|
110
|
-
hostname: "waf.{region}.sc2s.sgov.gov",
|
|
111
|
-
tags: [],
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
hostname: "waf-fips.{region}.sc2s.sgov.gov",
|
|
115
|
-
tags: ["fips"],
|
|
116
|
-
},
|
|
117
|
-
],
|
|
118
|
-
},
|
|
119
|
-
"aws-us-gov": {
|
|
120
|
-
regions: ["us-gov-east-1", "us-gov-west-1"],
|
|
121
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
122
|
-
variants: [
|
|
123
|
-
{
|
|
124
|
-
hostname: "waf.{region}.amazonaws.com",
|
|
125
|
-
tags: [],
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
hostname: "waf-fips.{region}.amazonaws.com",
|
|
129
|
-
tags: ["fips"],
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
hostname: "waf-fips.{region}.api.aws",
|
|
133
|
-
tags: ["dualstack", "fips"],
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
hostname: "waf.{region}.api.aws",
|
|
137
|
-
tags: ["dualstack"],
|
|
138
|
-
},
|
|
139
|
-
],
|
|
140
|
-
},
|
|
141
|
-
};
|
|
142
|
-
export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
|
|
143
|
-
...options,
|
|
144
|
-
signingService: "waf",
|
|
145
|
-
regionHash,
|
|
146
|
-
partitionHash,
|
|
147
|
-
});
|