@aws-sdk/client-waf 3.34.0 → 3.35.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 +12 -0
- package/dist-cjs/WAF.js +1176 -0
- package/dist-cjs/WAF.js.map +1 -0
- package/dist-cjs/WAFClient.js +54 -0
- package/dist-cjs/WAFClient.js.map +1 -0
- package/dist-cjs/commands/CreateByteMatchSetCommand.js +92 -0
- package/dist-cjs/commands/CreateByteMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/CreateGeoMatchSetCommand.js +89 -0
- package/dist-cjs/commands/CreateGeoMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/CreateIPSetCommand.js +94 -0
- package/dist-cjs/commands/CreateIPSetCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRateBasedRuleCommand.js +154 -0
- package/dist-cjs/commands/CreateRateBasedRuleCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRegexMatchSetCommand.js +92 -0
- package/dist-cjs/commands/CreateRegexMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRegexPatternSetCommand.js +88 -0
- package/dist-cjs/commands/CreateRegexPatternSetCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRuleCommand.js +112 -0
- package/dist-cjs/commands/CreateRuleCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRuleGroupCommand.js +83 -0
- package/dist-cjs/commands/CreateRuleGroupCommand.js.map +1 -0
- package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +92 -0
- package/dist-cjs/commands/CreateSizeConstraintSetCommand.js.map +1 -0
- package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +90 -0
- package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/CreateWebACLCommand.js +100 -0
- package/dist-cjs/commands/CreateWebACLCommand.js.map +1 -0
- package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +68 -0
- package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js.map +1 -0
- package/dist-cjs/commands/CreateXssMatchSetCommand.js +90 -0
- package/dist-cjs/commands/CreateXssMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteByteMatchSetCommand.js +84 -0
- package/dist-cjs/commands/DeleteByteMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +84 -0
- package/dist-cjs/commands/DeleteGeoMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteIPSetCommand.js +84 -0
- package/dist-cjs/commands/DeleteIPSetCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +70 -0
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeletePermissionPolicyCommand.js +70 -0
- package/dist-cjs/commands/DeletePermissionPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +88 -0
- package/dist-cjs/commands/DeleteRateBasedRuleCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +84 -0
- package/dist-cjs/commands/DeleteRegexMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +70 -0
- package/dist-cjs/commands/DeleteRegexPatternSetCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRuleCommand.js +84 -0
- package/dist-cjs/commands/DeleteRuleCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +84 -0
- package/dist-cjs/commands/DeleteRuleGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +84 -0
- package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +85 -0
- package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteWebACLCommand.js +82 -0
- package/dist-cjs/commands/DeleteWebACLCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteXssMatchSetCommand.js +85 -0
- package/dist-cjs/commands/DeleteXssMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/GetByteMatchSetCommand.js +69 -0
- package/dist-cjs/commands/GetByteMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/GetChangeTokenCommand.js +75 -0
- package/dist-cjs/commands/GetChangeTokenCommand.js.map +1 -0
- package/dist-cjs/commands/GetChangeTokenStatusCommand.js +85 -0
- package/dist-cjs/commands/GetChangeTokenStatusCommand.js.map +1 -0
- package/dist-cjs/commands/GetGeoMatchSetCommand.js +69 -0
- package/dist-cjs/commands/GetGeoMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/GetIPSetCommand.js +69 -0
- package/dist-cjs/commands/GetIPSetCommand.js.map +1 -0
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js +69 -0
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetPermissionPolicyCommand.js +69 -0
- package/dist-cjs/commands/GetPermissionPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/GetRateBasedRuleCommand.js +71 -0
- package/dist-cjs/commands/GetRateBasedRuleCommand.js.map +1 -0
- package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +71 -0
- package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js.map +1 -0
- package/dist-cjs/commands/GetRegexMatchSetCommand.js +69 -0
- package/dist-cjs/commands/GetRegexMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/GetRegexPatternSetCommand.js +69 -0
- package/dist-cjs/commands/GetRegexPatternSetCommand.js.map +1 -0
- package/dist-cjs/commands/GetRuleCommand.js +69 -0
- package/dist-cjs/commands/GetRuleCommand.js.map +1 -0
- package/dist-cjs/commands/GetRuleGroupCommand.js +70 -0
- package/dist-cjs/commands/GetRuleGroupCommand.js.map +1 -0
- package/dist-cjs/commands/GetSampledRequestsCommand.js +73 -0
- package/dist-cjs/commands/GetSampledRequestsCommand.js.map +1 -0
- package/dist-cjs/commands/GetSizeConstraintSetCommand.js +69 -0
- package/dist-cjs/commands/GetSizeConstraintSetCommand.js.map +1 -0
- package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +69 -0
- package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/GetWebACLCommand.js +69 -0
- package/dist-cjs/commands/GetWebACLCommand.js.map +1 -0
- package/dist-cjs/commands/GetXssMatchSetCommand.js +69 -0
- package/dist-cjs/commands/GetXssMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +69 -0
- package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js.map +1 -0
- package/dist-cjs/commands/ListByteMatchSetsCommand.js +69 -0
- package/dist-cjs/commands/ListByteMatchSetsCommand.js.map +1 -0
- package/dist-cjs/commands/ListGeoMatchSetsCommand.js +69 -0
- package/dist-cjs/commands/ListGeoMatchSetsCommand.js.map +1 -0
- package/dist-cjs/commands/ListIPSetsCommand.js +69 -0
- package/dist-cjs/commands/ListIPSetsCommand.js.map +1 -0
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +69 -0
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRateBasedRulesCommand.js +69 -0
- package/dist-cjs/commands/ListRateBasedRulesCommand.js.map +1 -0
- package/dist-cjs/commands/ListRegexMatchSetsCommand.js +69 -0
- package/dist-cjs/commands/ListRegexMatchSetsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRegexPatternSetsCommand.js +69 -0
- package/dist-cjs/commands/ListRegexPatternSetsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRuleGroupsCommand.js +69 -0
- package/dist-cjs/commands/ListRuleGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRulesCommand.js +69 -0
- package/dist-cjs/commands/ListRulesCommand.js.map +1 -0
- package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +69 -0
- package/dist-cjs/commands/ListSizeConstraintSetsCommand.js.map +1 -0
- package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +69 -0
- package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js.map +1 -0
- package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +69 -0
- package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +70 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ListWebACLsCommand.js +69 -0
- package/dist-cjs/commands/ListWebACLsCommand.js.map +1 -0
- package/dist-cjs/commands/ListXssMatchSetsCommand.js +69 -0
- package/dist-cjs/commands/ListXssMatchSetsCommand.js.map +1 -0
- package/dist-cjs/commands/PutLoggingConfigurationCommand.js +86 -0
- package/dist-cjs/commands/PutLoggingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutPermissionPolicyCommand.js +101 -0
- package/dist-cjs/commands/PutPermissionPolicyCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +70 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +69 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateByteMatchSetCommand.js +107 -0
- package/dist-cjs/commands/UpdateByteMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +99 -0
- package/dist-cjs/commands/UpdateGeoMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateIPSetCommand.js +134 -0
- package/dist-cjs/commands/UpdateIPSetCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +115 -0
- package/dist-cjs/commands/UpdateRateBasedRuleCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +103 -0
- package/dist-cjs/commands/UpdateRegexMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +108 -0
- package/dist-cjs/commands/UpdateRegexPatternSetCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRuleCommand.js +110 -0
- package/dist-cjs/commands/UpdateRuleCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +93 -0
- package/dist-cjs/commands/UpdateRuleGroupCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +111 -0
- package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +110 -0
- package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateWebACLCommand.js +140 -0
- package/dist-cjs/commands/UpdateWebACLCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateXssMatchSetCommand.js +112 -0
- package/dist-cjs/commands/UpdateXssMatchSetCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -0
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/WAF.js +1166 -0
- package/dist-es/WAF.js.map +1 -0
- package/dist-es/WAFClient.js +38 -0
- package/dist-es/WAFClient.js.map +1 -0
- package/dist-es/commands/CreateByteMatchSetCommand.js +40 -0
- package/dist-es/commands/CreateByteMatchSetCommand.js.map +1 -0
- package/dist-es/commands/CreateGeoMatchSetCommand.js +40 -0
- package/dist-es/commands/CreateGeoMatchSetCommand.js.map +1 -0
- package/dist-es/commands/CreateIPSetCommand.js +40 -0
- package/dist-es/commands/CreateIPSetCommand.js.map +1 -0
- package/dist-es/commands/CreateRateBasedRuleCommand.js +40 -0
- package/dist-es/commands/CreateRateBasedRuleCommand.js.map +1 -0
- package/dist-es/commands/CreateRegexMatchSetCommand.js +40 -0
- package/dist-es/commands/CreateRegexMatchSetCommand.js.map +1 -0
- package/dist-es/commands/CreateRegexPatternSetCommand.js +40 -0
- package/dist-es/commands/CreateRegexPatternSetCommand.js.map +1 -0
- package/dist-es/commands/CreateRuleCommand.js +40 -0
- package/dist-es/commands/CreateRuleCommand.js.map +1 -0
- package/dist-es/commands/CreateRuleGroupCommand.js +40 -0
- package/dist-es/commands/CreateRuleGroupCommand.js.map +1 -0
- package/dist-es/commands/CreateSizeConstraintSetCommand.js +40 -0
- package/dist-es/commands/CreateSizeConstraintSetCommand.js.map +1 -0
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +40 -0
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js.map +1 -0
- package/dist-es/commands/CreateWebACLCommand.js +40 -0
- package/dist-es/commands/CreateWebACLCommand.js.map +1 -0
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js +40 -0
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js.map +1 -0
- package/dist-es/commands/CreateXssMatchSetCommand.js +40 -0
- package/dist-es/commands/CreateXssMatchSetCommand.js.map +1 -0
- package/dist-es/commands/DeleteByteMatchSetCommand.js +40 -0
- package/dist-es/commands/DeleteByteMatchSetCommand.js.map +1 -0
- package/dist-es/commands/DeleteGeoMatchSetCommand.js +40 -0
- package/dist-es/commands/DeleteGeoMatchSetCommand.js.map +1 -0
- package/dist-es/commands/DeleteIPSetCommand.js +40 -0
- package/dist-es/commands/DeleteIPSetCommand.js.map +1 -0
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +40 -0
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeletePermissionPolicyCommand.js +40 -0
- package/dist-es/commands/DeletePermissionPolicyCommand.js.map +1 -0
- package/dist-es/commands/DeleteRateBasedRuleCommand.js +40 -0
- package/dist-es/commands/DeleteRateBasedRuleCommand.js.map +1 -0
- package/dist-es/commands/DeleteRegexMatchSetCommand.js +40 -0
- package/dist-es/commands/DeleteRegexMatchSetCommand.js.map +1 -0
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +40 -0
- package/dist-es/commands/DeleteRegexPatternSetCommand.js.map +1 -0
- package/dist-es/commands/DeleteRuleCommand.js +40 -0
- package/dist-es/commands/DeleteRuleCommand.js.map +1 -0
- package/dist-es/commands/DeleteRuleGroupCommand.js +40 -0
- package/dist-es/commands/DeleteRuleGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js +40 -0
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js.map +1 -0
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +40 -0
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js.map +1 -0
- package/dist-es/commands/DeleteWebACLCommand.js +40 -0
- package/dist-es/commands/DeleteWebACLCommand.js.map +1 -0
- package/dist-es/commands/DeleteXssMatchSetCommand.js +40 -0
- package/dist-es/commands/DeleteXssMatchSetCommand.js.map +1 -0
- package/dist-es/commands/GetByteMatchSetCommand.js +40 -0
- package/dist-es/commands/GetByteMatchSetCommand.js.map +1 -0
- package/dist-es/commands/GetChangeTokenCommand.js +40 -0
- package/dist-es/commands/GetChangeTokenCommand.js.map +1 -0
- package/dist-es/commands/GetChangeTokenStatusCommand.js +40 -0
- package/dist-es/commands/GetChangeTokenStatusCommand.js.map +1 -0
- package/dist-es/commands/GetGeoMatchSetCommand.js +40 -0
- package/dist-es/commands/GetGeoMatchSetCommand.js.map +1 -0
- package/dist-es/commands/GetIPSetCommand.js +40 -0
- package/dist-es/commands/GetIPSetCommand.js.map +1 -0
- package/dist-es/commands/GetLoggingConfigurationCommand.js +40 -0
- package/dist-es/commands/GetLoggingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetPermissionPolicyCommand.js +40 -0
- package/dist-es/commands/GetPermissionPolicyCommand.js.map +1 -0
- package/dist-es/commands/GetRateBasedRuleCommand.js +40 -0
- package/dist-es/commands/GetRateBasedRuleCommand.js.map +1 -0
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +40 -0
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js.map +1 -0
- package/dist-es/commands/GetRegexMatchSetCommand.js +40 -0
- package/dist-es/commands/GetRegexMatchSetCommand.js.map +1 -0
- package/dist-es/commands/GetRegexPatternSetCommand.js +40 -0
- package/dist-es/commands/GetRegexPatternSetCommand.js.map +1 -0
- package/dist-es/commands/GetRuleCommand.js +40 -0
- package/dist-es/commands/GetRuleCommand.js.map +1 -0
- package/dist-es/commands/GetRuleGroupCommand.js +40 -0
- package/dist-es/commands/GetRuleGroupCommand.js.map +1 -0
- package/dist-es/commands/GetSampledRequestsCommand.js +40 -0
- package/dist-es/commands/GetSampledRequestsCommand.js.map +1 -0
- package/dist-es/commands/GetSizeConstraintSetCommand.js +40 -0
- package/dist-es/commands/GetSizeConstraintSetCommand.js.map +1 -0
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +40 -0
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js.map +1 -0
- package/dist-es/commands/GetWebACLCommand.js +40 -0
- package/dist-es/commands/GetWebACLCommand.js.map +1 -0
- package/dist-es/commands/GetXssMatchSetCommand.js +40 -0
- package/dist-es/commands/GetXssMatchSetCommand.js.map +1 -0
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +40 -0
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js.map +1 -0
- package/dist-es/commands/ListByteMatchSetsCommand.js +40 -0
- package/dist-es/commands/ListByteMatchSetsCommand.js.map +1 -0
- package/dist-es/commands/ListGeoMatchSetsCommand.js +40 -0
- package/dist-es/commands/ListGeoMatchSetsCommand.js.map +1 -0
- package/dist-es/commands/ListIPSetsCommand.js +40 -0
- package/dist-es/commands/ListIPSetsCommand.js.map +1 -0
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +40 -0
- package/dist-es/commands/ListLoggingConfigurationsCommand.js.map +1 -0
- package/dist-es/commands/ListRateBasedRulesCommand.js +40 -0
- package/dist-es/commands/ListRateBasedRulesCommand.js.map +1 -0
- package/dist-es/commands/ListRegexMatchSetsCommand.js +40 -0
- package/dist-es/commands/ListRegexMatchSetsCommand.js.map +1 -0
- package/dist-es/commands/ListRegexPatternSetsCommand.js +40 -0
- package/dist-es/commands/ListRegexPatternSetsCommand.js.map +1 -0
- package/dist-es/commands/ListRuleGroupsCommand.js +40 -0
- package/dist-es/commands/ListRuleGroupsCommand.js.map +1 -0
- package/dist-es/commands/ListRulesCommand.js +40 -0
- package/dist-es/commands/ListRulesCommand.js.map +1 -0
- package/dist-es/commands/ListSizeConstraintSetsCommand.js +40 -0
- package/dist-es/commands/ListSizeConstraintSetsCommand.js.map +1 -0
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +40 -0
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js.map +1 -0
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +40 -0
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ListWebACLsCommand.js +40 -0
- package/dist-es/commands/ListWebACLsCommand.js.map +1 -0
- package/dist-es/commands/ListXssMatchSetsCommand.js +40 -0
- package/dist-es/commands/ListXssMatchSetsCommand.js.map +1 -0
- package/dist-es/commands/PutLoggingConfigurationCommand.js +40 -0
- package/dist-es/commands/PutLoggingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutPermissionPolicyCommand.js +40 -0
- package/dist-es/commands/PutPermissionPolicyCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateByteMatchSetCommand.js +40 -0
- package/dist-es/commands/UpdateByteMatchSetCommand.js.map +1 -0
- package/dist-es/commands/UpdateGeoMatchSetCommand.js +40 -0
- package/dist-es/commands/UpdateGeoMatchSetCommand.js.map +1 -0
- package/dist-es/commands/UpdateIPSetCommand.js +40 -0
- package/dist-es/commands/UpdateIPSetCommand.js.map +1 -0
- package/dist-es/commands/UpdateRateBasedRuleCommand.js +40 -0
- package/dist-es/commands/UpdateRateBasedRuleCommand.js.map +1 -0
- package/dist-es/commands/UpdateRegexMatchSetCommand.js +40 -0
- package/dist-es/commands/UpdateRegexMatchSetCommand.js.map +1 -0
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +40 -0
- package/dist-es/commands/UpdateRegexPatternSetCommand.js.map +1 -0
- package/dist-es/commands/UpdateRuleCommand.js +40 -0
- package/dist-es/commands/UpdateRuleCommand.js.map +1 -0
- package/dist-es/commands/UpdateRuleGroupCommand.js +40 -0
- package/dist-es/commands/UpdateRuleGroupCommand.js.map +1 -0
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js +40 -0
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js.map +1 -0
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +40 -0
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js.map +1 -0
- package/dist-es/commands/UpdateWebACLCommand.js +40 -0
- package/dist-es/commands/UpdateWebACLCommand.js.map +1 -0
- package/dist-es/commands/UpdateXssMatchSetCommand.js +40 -0
- package/dist-es/commands/UpdateXssMatchSetCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -0
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/WAF.d.ts +2287 -0
- package/dist-types/WAFClient.d.ts +219 -0
- package/dist-types/commands/CreateByteMatchSetCommand.d.ts +66 -0
- package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +63 -0
- package/dist-types/commands/CreateIPSetCommand.d.ts +68 -0
- package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +128 -0
- package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +66 -0
- package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +62 -0
- package/dist-types/commands/CreateRuleCommand.d.ts +86 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +57 -0
- package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +66 -0
- package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +64 -0
- package/dist-types/commands/CreateWebACLCommand.d.ts +74 -0
- package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +42 -0
- package/dist-types/commands/CreateXssMatchSetCommand.d.ts +64 -0
- package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +58 -0
- package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +58 -0
- package/dist-types/commands/DeleteIPSetCommand.d.ts +58 -0
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +44 -0
- package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +44 -0
- package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +62 -0
- package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +58 -0
- package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +44 -0
- package/dist-types/commands/DeleteRuleCommand.d.ts +58 -0
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +58 -0
- package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +58 -0
- package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +59 -0
- package/dist-types/commands/DeleteWebACLCommand.d.ts +56 -0
- package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +59 -0
- package/dist-types/commands/GetByteMatchSetCommand.d.ts +43 -0
- package/dist-types/commands/GetChangeTokenCommand.d.ts +49 -0
- package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +59 -0
- package/dist-types/commands/GetGeoMatchSetCommand.d.ts +43 -0
- package/dist-types/commands/GetIPSetCommand.d.ts +43 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +43 -0
- package/dist-types/commands/GetPermissionPolicyCommand.d.ts +43 -0
- package/dist-types/commands/GetRateBasedRuleCommand.d.ts +45 -0
- package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +45 -0
- package/dist-types/commands/GetRegexMatchSetCommand.d.ts +43 -0
- package/dist-types/commands/GetRegexPatternSetCommand.d.ts +43 -0
- package/dist-types/commands/GetRuleCommand.d.ts +43 -0
- package/dist-types/commands/GetRuleGroupCommand.d.ts +44 -0
- package/dist-types/commands/GetSampledRequestsCommand.d.ts +47 -0
- package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +43 -0
- package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +43 -0
- package/dist-types/commands/GetWebACLCommand.d.ts +43 -0
- package/dist-types/commands/GetXssMatchSetCommand.d.ts +43 -0
- package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +43 -0
- package/dist-types/commands/ListByteMatchSetsCommand.d.ts +43 -0
- package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +43 -0
- package/dist-types/commands/ListIPSetsCommand.d.ts +43 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +43 -0
- package/dist-types/commands/ListRateBasedRulesCommand.d.ts +43 -0
- package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +43 -0
- package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +43 -0
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +43 -0
- package/dist-types/commands/ListRulesCommand.d.ts +43 -0
- package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +43 -0
- package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +43 -0
- package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +43 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +44 -0
- package/dist-types/commands/ListWebACLsCommand.d.ts +43 -0
- package/dist-types/commands/ListXssMatchSetsCommand.d.ts +43 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +60 -0
- package/dist-types/commands/PutPermissionPolicyCommand.d.ts +75 -0
- package/dist-types/commands/TagResourceCommand.d.ts +44 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +43 -0
- package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +81 -0
- package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +73 -0
- package/dist-types/commands/UpdateIPSetCommand.d.ts +108 -0
- package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +89 -0
- package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +77 -0
- package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +82 -0
- package/dist-types/commands/UpdateRuleCommand.d.ts +84 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +67 -0
- package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +85 -0
- package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +84 -0
- package/dist-types/commands/UpdateWebACLCommand.d.ts +114 -0
- package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +86 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +233 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/WAF.d.ts +2287 -0
- package/dist-types/ts3.4/WAFClient.d.ts +219 -0
- package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +63 -0
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +68 -0
- package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +128 -0
- package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +86 -0
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +74 -0
- package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +58 -0
- package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +60 -0
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +75 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +81 -0
- package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +73 -0
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +108 -0
- package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +89 -0
- package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +77 -0
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +82 -0
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +84 -0
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +67 -0
- package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +85 -0
- package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +84 -0
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +114 -0
- package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +86 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/src/WAF.ts +4456 -0
- package/src/WAFClient.ts +576 -0
- package/src/commands/CreateByteMatchSetCommand.ts +126 -0
- package/src/commands/CreateGeoMatchSetCommand.ts +123 -0
- package/src/commands/CreateIPSetCommand.ts +128 -0
- package/src/commands/CreateRateBasedRuleCommand.ts +188 -0
- package/src/commands/CreateRegexMatchSetCommand.ts +126 -0
- package/src/commands/CreateRegexPatternSetCommand.ts +122 -0
- package/src/commands/CreateRuleCommand.ts +146 -0
- package/src/commands/CreateRuleGroupCommand.ts +117 -0
- package/src/commands/CreateSizeConstraintSetCommand.ts +126 -0
- package/src/commands/CreateSqlInjectionMatchSetCommand.ts +127 -0
- package/src/commands/CreateWebACLCommand.ts +134 -0
- package/src/commands/CreateWebACLMigrationStackCommand.ts +105 -0
- package/src/commands/CreateXssMatchSetCommand.ts +124 -0
- package/src/commands/DeleteByteMatchSetCommand.ts +118 -0
- package/src/commands/DeleteGeoMatchSetCommand.ts +118 -0
- package/src/commands/DeleteIPSetCommand.ts +118 -0
- package/src/commands/DeleteLoggingConfigurationCommand.ts +107 -0
- package/src/commands/DeletePermissionPolicyCommand.ts +104 -0
- package/src/commands/DeleteRateBasedRuleCommand.ts +122 -0
- package/src/commands/DeleteRegexMatchSetCommand.ts +118 -0
- package/src/commands/DeleteRegexPatternSetCommand.ts +104 -0
- package/src/commands/DeleteRuleCommand.ts +118 -0
- package/src/commands/DeleteRuleGroupCommand.ts +118 -0
- package/src/commands/DeleteSizeConstraintSetCommand.ts +118 -0
- package/src/commands/DeleteSqlInjectionMatchSetCommand.ts +122 -0
- package/src/commands/DeleteWebACLCommand.ts +116 -0
- package/src/commands/DeleteXssMatchSetCommand.ts +119 -0
- package/src/commands/GetByteMatchSetCommand.ts +103 -0
- package/src/commands/GetChangeTokenCommand.ts +109 -0
- package/src/commands/GetChangeTokenStatusCommand.ts +119 -0
- package/src/commands/GetGeoMatchSetCommand.ts +103 -0
- package/src/commands/GetIPSetCommand.ts +96 -0
- package/src/commands/GetLoggingConfigurationCommand.ts +103 -0
- package/src/commands/GetPermissionPolicyCommand.ts +103 -0
- package/src/commands/GetRateBasedRuleCommand.ts +105 -0
- package/src/commands/GetRateBasedRuleManagedKeysCommand.ts +110 -0
- package/src/commands/GetRegexMatchSetCommand.ts +103 -0
- package/src/commands/GetRegexPatternSetCommand.ts +103 -0
- package/src/commands/GetRuleCommand.ts +96 -0
- package/src/commands/GetRuleGroupCommand.ts +104 -0
- package/src/commands/GetSampledRequestsCommand.ts +107 -0
- package/src/commands/GetSizeConstraintSetCommand.ts +103 -0
- package/src/commands/GetSqlInjectionMatchSetCommand.ts +103 -0
- package/src/commands/GetWebACLCommand.ts +96 -0
- package/src/commands/GetXssMatchSetCommand.ts +103 -0
- package/src/commands/ListActivatedRulesInRuleGroupCommand.ts +108 -0
- package/src/commands/ListByteMatchSetsCommand.ts +103 -0
- package/src/commands/ListGeoMatchSetsCommand.ts +103 -0
- package/src/commands/ListIPSetsCommand.ts +103 -0
- package/src/commands/ListLoggingConfigurationsCommand.ts +106 -0
- package/src/commands/ListRateBasedRulesCommand.ts +103 -0
- package/src/commands/ListRegexMatchSetsCommand.ts +103 -0
- package/src/commands/ListRegexPatternSetsCommand.ts +103 -0
- package/src/commands/ListRuleGroupsCommand.ts +103 -0
- package/src/commands/ListRulesCommand.ts +96 -0
- package/src/commands/ListSizeConstraintSetsCommand.ts +103 -0
- package/src/commands/ListSqlInjectionMatchSetsCommand.ts +106 -0
- package/src/commands/ListSubscribedRuleGroupsCommand.ts +103 -0
- package/src/commands/ListTagsForResourceCommand.ts +104 -0
- package/src/commands/ListWebACLsCommand.ts +103 -0
- package/src/commands/ListXssMatchSetsCommand.ts +103 -0
- package/src/commands/PutLoggingConfigurationCommand.ts +120 -0
- package/src/commands/PutPermissionPolicyCommand.ts +135 -0
- package/src/commands/TagResourceCommand.ts +104 -0
- package/src/commands/UntagResourceCommand.ts +103 -0
- package/src/commands/UpdateByteMatchSetCommand.ts +141 -0
- package/src/commands/UpdateGeoMatchSetCommand.ts +133 -0
- package/src/commands/UpdateIPSetCommand.ts +168 -0
- package/src/commands/UpdateRateBasedRuleCommand.ts +149 -0
- package/src/commands/UpdateRegexMatchSetCommand.ts +137 -0
- package/src/commands/UpdateRegexPatternSetCommand.ts +142 -0
- package/src/commands/UpdateRuleCommand.ts +144 -0
- package/src/commands/UpdateRuleGroupCommand.ts +127 -0
- package/src/commands/UpdateSizeConstraintSetCommand.ts +145 -0
- package/src/commands/UpdateSqlInjectionMatchSetCommand.ts +147 -0
- package/src/commands/UpdateWebACLCommand.ts +174 -0
- package/src/commands/UpdateXssMatchSetCommand.ts +146 -0
- package/src/endpoints.ts +68 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/protocols/Aws_json1_1.ts +11232 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/WAF.ts +0 -4455
- package/WAFClient.ts +0 -575
- package/commands/CreateByteMatchSetCommand.ts +0 -125
- package/commands/CreateGeoMatchSetCommand.ts +0 -122
- package/commands/CreateIPSetCommand.ts +0 -127
- package/commands/CreateRateBasedRuleCommand.ts +0 -187
- package/commands/CreateRegexMatchSetCommand.ts +0 -125
- package/commands/CreateRegexPatternSetCommand.ts +0 -121
- package/commands/CreateRuleCommand.ts +0 -145
- package/commands/CreateRuleGroupCommand.ts +0 -116
- package/commands/CreateSizeConstraintSetCommand.ts +0 -125
- package/commands/CreateSqlInjectionMatchSetCommand.ts +0 -126
- package/commands/CreateWebACLCommand.ts +0 -133
- package/commands/CreateWebACLMigrationStackCommand.ts +0 -104
- package/commands/CreateXssMatchSetCommand.ts +0 -123
- package/commands/DeleteByteMatchSetCommand.ts +0 -117
- package/commands/DeleteGeoMatchSetCommand.ts +0 -117
- package/commands/DeleteIPSetCommand.ts +0 -117
- package/commands/DeleteLoggingConfigurationCommand.ts +0 -106
- package/commands/DeletePermissionPolicyCommand.ts +0 -103
- package/commands/DeleteRateBasedRuleCommand.ts +0 -121
- package/commands/DeleteRegexMatchSetCommand.ts +0 -117
- package/commands/DeleteRegexPatternSetCommand.ts +0 -103
- package/commands/DeleteRuleCommand.ts +0 -117
- package/commands/DeleteRuleGroupCommand.ts +0 -117
- package/commands/DeleteSizeConstraintSetCommand.ts +0 -117
- package/commands/DeleteSqlInjectionMatchSetCommand.ts +0 -121
- package/commands/DeleteWebACLCommand.ts +0 -115
- package/commands/DeleteXssMatchSetCommand.ts +0 -118
- package/commands/GetByteMatchSetCommand.ts +0 -102
- package/commands/GetChangeTokenCommand.ts +0 -108
- package/commands/GetChangeTokenStatusCommand.ts +0 -118
- package/commands/GetGeoMatchSetCommand.ts +0 -102
- package/commands/GetIPSetCommand.ts +0 -95
- package/commands/GetLoggingConfigurationCommand.ts +0 -102
- package/commands/GetPermissionPolicyCommand.ts +0 -102
- package/commands/GetRateBasedRuleCommand.ts +0 -104
- package/commands/GetRateBasedRuleManagedKeysCommand.ts +0 -109
- package/commands/GetRegexMatchSetCommand.ts +0 -102
- package/commands/GetRegexPatternSetCommand.ts +0 -102
- package/commands/GetRuleCommand.ts +0 -95
- package/commands/GetRuleGroupCommand.ts +0 -103
- package/commands/GetSampledRequestsCommand.ts +0 -106
- package/commands/GetSizeConstraintSetCommand.ts +0 -102
- package/commands/GetSqlInjectionMatchSetCommand.ts +0 -102
- package/commands/GetWebACLCommand.ts +0 -95
- package/commands/GetXssMatchSetCommand.ts +0 -102
- package/commands/ListActivatedRulesInRuleGroupCommand.ts +0 -107
- package/commands/ListByteMatchSetsCommand.ts +0 -102
- package/commands/ListGeoMatchSetsCommand.ts +0 -102
- package/commands/ListIPSetsCommand.ts +0 -102
- package/commands/ListLoggingConfigurationsCommand.ts +0 -105
- package/commands/ListRateBasedRulesCommand.ts +0 -102
- package/commands/ListRegexMatchSetsCommand.ts +0 -102
- package/commands/ListRegexPatternSetsCommand.ts +0 -102
- package/commands/ListRuleGroupsCommand.ts +0 -102
- package/commands/ListRulesCommand.ts +0 -95
- package/commands/ListSizeConstraintSetsCommand.ts +0 -102
- package/commands/ListSqlInjectionMatchSetsCommand.ts +0 -105
- package/commands/ListSubscribedRuleGroupsCommand.ts +0 -102
- package/commands/ListTagsForResourceCommand.ts +0 -103
- package/commands/ListWebACLsCommand.ts +0 -102
- package/commands/ListXssMatchSetsCommand.ts +0 -102
- package/commands/PutLoggingConfigurationCommand.ts +0 -119
- package/commands/PutPermissionPolicyCommand.ts +0 -134
- package/commands/TagResourceCommand.ts +0 -103
- package/commands/UntagResourceCommand.ts +0 -102
- package/commands/UpdateByteMatchSetCommand.ts +0 -140
- package/commands/UpdateGeoMatchSetCommand.ts +0 -132
- package/commands/UpdateIPSetCommand.ts +0 -167
- package/commands/UpdateRateBasedRuleCommand.ts +0 -148
- package/commands/UpdateRegexMatchSetCommand.ts +0 -136
- package/commands/UpdateRegexPatternSetCommand.ts +0 -141
- package/commands/UpdateRuleCommand.ts +0 -143
- package/commands/UpdateRuleGroupCommand.ts +0 -126
- package/commands/UpdateSizeConstraintSetCommand.ts +0 -144
- package/commands/UpdateSqlInjectionMatchSetCommand.ts +0 -146
- package/commands/UpdateWebACLCommand.ts +0 -173
- package/commands/UpdateXssMatchSetCommand.ts +0 -145
- package/dist/cjs/WAF.js +0 -1176
- package/dist/cjs/WAF.js.map +0 -1
- package/dist/cjs/WAFClient.js +0 -54
- package/dist/cjs/WAFClient.js.map +0 -1
- package/dist/cjs/commands/CreateByteMatchSetCommand.js +0 -92
- package/dist/cjs/commands/CreateByteMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGeoMatchSetCommand.js +0 -89
- package/dist/cjs/commands/CreateGeoMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIPSetCommand.js +0 -94
- package/dist/cjs/commands/CreateIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRateBasedRuleCommand.js +0 -154
- package/dist/cjs/commands/CreateRateBasedRuleCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRegexMatchSetCommand.js +0 -92
- package/dist/cjs/commands/CreateRegexMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRegexPatternSetCommand.js +0 -88
- package/dist/cjs/commands/CreateRegexPatternSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRuleCommand.js +0 -112
- package/dist/cjs/commands/CreateRuleCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRuleGroupCommand.js +0 -83
- package/dist/cjs/commands/CreateRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSizeConstraintSetCommand.js +0 -92
- package/dist/cjs/commands/CreateSizeConstraintSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSqlInjectionMatchSetCommand.js +0 -90
- package/dist/cjs/commands/CreateSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWebACLCommand.js +0 -100
- package/dist/cjs/commands/CreateWebACLCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWebACLMigrationStackCommand.js +0 -68
- package/dist/cjs/commands/CreateWebACLMigrationStackCommand.js.map +0 -1
- package/dist/cjs/commands/CreateXssMatchSetCommand.js +0 -90
- package/dist/cjs/commands/CreateXssMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteByteMatchSetCommand.js +0 -84
- package/dist/cjs/commands/DeleteByteMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGeoMatchSetCommand.js +0 -84
- package/dist/cjs/commands/DeleteGeoMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIPSetCommand.js +0 -84
- package/dist/cjs/commands/DeleteIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLoggingConfigurationCommand.js +0 -70
- package/dist/cjs/commands/DeleteLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePermissionPolicyCommand.js +0 -70
- package/dist/cjs/commands/DeletePermissionPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRateBasedRuleCommand.js +0 -88
- package/dist/cjs/commands/DeleteRateBasedRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRegexMatchSetCommand.js +0 -84
- package/dist/cjs/commands/DeleteRegexMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRegexPatternSetCommand.js +0 -70
- package/dist/cjs/commands/DeleteRegexPatternSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRuleCommand.js +0 -84
- package/dist/cjs/commands/DeleteRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRuleGroupCommand.js +0 -84
- package/dist/cjs/commands/DeleteRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSizeConstraintSetCommand.js +0 -84
- package/dist/cjs/commands/DeleteSizeConstraintSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSqlInjectionMatchSetCommand.js +0 -85
- package/dist/cjs/commands/DeleteSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWebACLCommand.js +0 -82
- package/dist/cjs/commands/DeleteWebACLCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteXssMatchSetCommand.js +0 -85
- package/dist/cjs/commands/DeleteXssMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetByteMatchSetCommand.js +0 -69
- package/dist/cjs/commands/GetByteMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetChangeTokenCommand.js +0 -75
- package/dist/cjs/commands/GetChangeTokenCommand.js.map +0 -1
- package/dist/cjs/commands/GetChangeTokenStatusCommand.js +0 -85
- package/dist/cjs/commands/GetChangeTokenStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetGeoMatchSetCommand.js +0 -69
- package/dist/cjs/commands/GetGeoMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetIPSetCommand.js +0 -69
- package/dist/cjs/commands/GetIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetLoggingConfigurationCommand.js +0 -69
- package/dist/cjs/commands/GetLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetPermissionPolicyCommand.js +0 -69
- package/dist/cjs/commands/GetPermissionPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetRateBasedRuleCommand.js +0 -71
- package/dist/cjs/commands/GetRateBasedRuleCommand.js.map +0 -1
- package/dist/cjs/commands/GetRateBasedRuleManagedKeysCommand.js +0 -71
- package/dist/cjs/commands/GetRateBasedRuleManagedKeysCommand.js.map +0 -1
- package/dist/cjs/commands/GetRegexMatchSetCommand.js +0 -69
- package/dist/cjs/commands/GetRegexMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetRegexPatternSetCommand.js +0 -69
- package/dist/cjs/commands/GetRegexPatternSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetRuleCommand.js +0 -69
- package/dist/cjs/commands/GetRuleCommand.js.map +0 -1
- package/dist/cjs/commands/GetRuleGroupCommand.js +0 -70
- package/dist/cjs/commands/GetRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetSampledRequestsCommand.js +0 -73
- package/dist/cjs/commands/GetSampledRequestsCommand.js.map +0 -1
- package/dist/cjs/commands/GetSizeConstraintSetCommand.js +0 -69
- package/dist/cjs/commands/GetSizeConstraintSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetSqlInjectionMatchSetCommand.js +0 -69
- package/dist/cjs/commands/GetSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetWebACLCommand.js +0 -69
- package/dist/cjs/commands/GetWebACLCommand.js.map +0 -1
- package/dist/cjs/commands/GetXssMatchSetCommand.js +0 -69
- package/dist/cjs/commands/GetXssMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/ListActivatedRulesInRuleGroupCommand.js +0 -69
- package/dist/cjs/commands/ListActivatedRulesInRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ListByteMatchSetsCommand.js +0 -69
- package/dist/cjs/commands/ListByteMatchSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListGeoMatchSetsCommand.js +0 -69
- package/dist/cjs/commands/ListGeoMatchSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListIPSetsCommand.js +0 -69
- package/dist/cjs/commands/ListIPSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLoggingConfigurationsCommand.js +0 -69
- package/dist/cjs/commands/ListLoggingConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRateBasedRulesCommand.js +0 -69
- package/dist/cjs/commands/ListRateBasedRulesCommand.js.map +0 -1
- package/dist/cjs/commands/ListRegexMatchSetsCommand.js +0 -69
- package/dist/cjs/commands/ListRegexMatchSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRegexPatternSetsCommand.js +0 -69
- package/dist/cjs/commands/ListRegexPatternSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRuleGroupsCommand.js +0 -69
- package/dist/cjs/commands/ListRuleGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRulesCommand.js +0 -69
- package/dist/cjs/commands/ListRulesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSizeConstraintSetsCommand.js +0 -69
- package/dist/cjs/commands/ListSizeConstraintSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSqlInjectionMatchSetsCommand.js +0 -69
- package/dist/cjs/commands/ListSqlInjectionMatchSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSubscribedRuleGroupsCommand.js +0 -69
- package/dist/cjs/commands/ListSubscribedRuleGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -70
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListWebACLsCommand.js +0 -69
- package/dist/cjs/commands/ListWebACLsCommand.js.map +0 -1
- package/dist/cjs/commands/ListXssMatchSetsCommand.js +0 -69
- package/dist/cjs/commands/ListXssMatchSetsCommand.js.map +0 -1
- package/dist/cjs/commands/PutLoggingConfigurationCommand.js +0 -86
- package/dist/cjs/commands/PutLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutPermissionPolicyCommand.js +0 -101
- package/dist/cjs/commands/PutPermissionPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -70
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -69
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateByteMatchSetCommand.js +0 -107
- package/dist/cjs/commands/UpdateByteMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGeoMatchSetCommand.js +0 -99
- package/dist/cjs/commands/UpdateGeoMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateIPSetCommand.js +0 -134
- package/dist/cjs/commands/UpdateIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRateBasedRuleCommand.js +0 -115
- package/dist/cjs/commands/UpdateRateBasedRuleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRegexMatchSetCommand.js +0 -103
- package/dist/cjs/commands/UpdateRegexMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRegexPatternSetCommand.js +0 -108
- package/dist/cjs/commands/UpdateRegexPatternSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRuleCommand.js +0 -110
- package/dist/cjs/commands/UpdateRuleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRuleGroupCommand.js +0 -93
- package/dist/cjs/commands/UpdateRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSizeConstraintSetCommand.js +0 -111
- package/dist/cjs/commands/UpdateSizeConstraintSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSqlInjectionMatchSetCommand.js +0 -110
- package/dist/cjs/commands/UpdateSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateWebACLCommand.js +0 -140
- package/dist/cjs/commands/UpdateWebACLCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateXssMatchSetCommand.js +0 -112
- package/dist/cjs/commands/UpdateXssMatchSetCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/WAF.js +0 -1166
- package/dist/es/WAF.js.map +0 -1
- package/dist/es/WAFClient.js +0 -38
- package/dist/es/WAFClient.js.map +0 -1
- package/dist/es/commands/CreateByteMatchSetCommand.js +0 -40
- package/dist/es/commands/CreateByteMatchSetCommand.js.map +0 -1
- package/dist/es/commands/CreateGeoMatchSetCommand.js +0 -40
- package/dist/es/commands/CreateGeoMatchSetCommand.js.map +0 -1
- package/dist/es/commands/CreateIPSetCommand.js +0 -40
- package/dist/es/commands/CreateIPSetCommand.js.map +0 -1
- package/dist/es/commands/CreateRateBasedRuleCommand.js +0 -40
- package/dist/es/commands/CreateRateBasedRuleCommand.js.map +0 -1
- package/dist/es/commands/CreateRegexMatchSetCommand.js +0 -40
- package/dist/es/commands/CreateRegexMatchSetCommand.js.map +0 -1
- package/dist/es/commands/CreateRegexPatternSetCommand.js +0 -40
- package/dist/es/commands/CreateRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/CreateRuleCommand.js +0 -40
- package/dist/es/commands/CreateRuleCommand.js.map +0 -1
- package/dist/es/commands/CreateRuleGroupCommand.js +0 -40
- package/dist/es/commands/CreateRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateSizeConstraintSetCommand.js +0 -40
- package/dist/es/commands/CreateSizeConstraintSetCommand.js.map +0 -1
- package/dist/es/commands/CreateSqlInjectionMatchSetCommand.js +0 -40
- package/dist/es/commands/CreateSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/es/commands/CreateWebACLCommand.js +0 -40
- package/dist/es/commands/CreateWebACLCommand.js.map +0 -1
- package/dist/es/commands/CreateWebACLMigrationStackCommand.js +0 -40
- package/dist/es/commands/CreateWebACLMigrationStackCommand.js.map +0 -1
- package/dist/es/commands/CreateXssMatchSetCommand.js +0 -40
- package/dist/es/commands/CreateXssMatchSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteByteMatchSetCommand.js +0 -40
- package/dist/es/commands/DeleteByteMatchSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteGeoMatchSetCommand.js +0 -40
- package/dist/es/commands/DeleteGeoMatchSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteIPSetCommand.js +0 -40
- package/dist/es/commands/DeleteIPSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteLoggingConfigurationCommand.js +0 -40
- package/dist/es/commands/DeleteLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeletePermissionPolicyCommand.js +0 -40
- package/dist/es/commands/DeletePermissionPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteRateBasedRuleCommand.js +0 -40
- package/dist/es/commands/DeleteRateBasedRuleCommand.js.map +0 -1
- package/dist/es/commands/DeleteRegexMatchSetCommand.js +0 -40
- package/dist/es/commands/DeleteRegexMatchSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteRegexPatternSetCommand.js +0 -40
- package/dist/es/commands/DeleteRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteRuleCommand.js +0 -40
- package/dist/es/commands/DeleteRuleCommand.js.map +0 -1
- package/dist/es/commands/DeleteRuleGroupCommand.js +0 -40
- package/dist/es/commands/DeleteRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteSizeConstraintSetCommand.js +0 -40
- package/dist/es/commands/DeleteSizeConstraintSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteSqlInjectionMatchSetCommand.js +0 -40
- package/dist/es/commands/DeleteSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteWebACLCommand.js +0 -40
- package/dist/es/commands/DeleteWebACLCommand.js.map +0 -1
- package/dist/es/commands/DeleteXssMatchSetCommand.js +0 -40
- package/dist/es/commands/DeleteXssMatchSetCommand.js.map +0 -1
- package/dist/es/commands/GetByteMatchSetCommand.js +0 -40
- package/dist/es/commands/GetByteMatchSetCommand.js.map +0 -1
- package/dist/es/commands/GetChangeTokenCommand.js +0 -40
- package/dist/es/commands/GetChangeTokenCommand.js.map +0 -1
- package/dist/es/commands/GetChangeTokenStatusCommand.js +0 -40
- package/dist/es/commands/GetChangeTokenStatusCommand.js.map +0 -1
- package/dist/es/commands/GetGeoMatchSetCommand.js +0 -40
- package/dist/es/commands/GetGeoMatchSetCommand.js.map +0 -1
- package/dist/es/commands/GetIPSetCommand.js +0 -40
- package/dist/es/commands/GetIPSetCommand.js.map +0 -1
- package/dist/es/commands/GetLoggingConfigurationCommand.js +0 -40
- package/dist/es/commands/GetLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetPermissionPolicyCommand.js +0 -40
- package/dist/es/commands/GetPermissionPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetRateBasedRuleCommand.js +0 -40
- package/dist/es/commands/GetRateBasedRuleCommand.js.map +0 -1
- package/dist/es/commands/GetRateBasedRuleManagedKeysCommand.js +0 -40
- package/dist/es/commands/GetRateBasedRuleManagedKeysCommand.js.map +0 -1
- package/dist/es/commands/GetRegexMatchSetCommand.js +0 -40
- package/dist/es/commands/GetRegexMatchSetCommand.js.map +0 -1
- package/dist/es/commands/GetRegexPatternSetCommand.js +0 -40
- package/dist/es/commands/GetRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/GetRuleCommand.js +0 -40
- package/dist/es/commands/GetRuleCommand.js.map +0 -1
- package/dist/es/commands/GetRuleGroupCommand.js +0 -40
- package/dist/es/commands/GetRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/GetSampledRequestsCommand.js +0 -40
- package/dist/es/commands/GetSampledRequestsCommand.js.map +0 -1
- package/dist/es/commands/GetSizeConstraintSetCommand.js +0 -40
- package/dist/es/commands/GetSizeConstraintSetCommand.js.map +0 -1
- package/dist/es/commands/GetSqlInjectionMatchSetCommand.js +0 -40
- package/dist/es/commands/GetSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/es/commands/GetWebACLCommand.js +0 -40
- package/dist/es/commands/GetWebACLCommand.js.map +0 -1
- package/dist/es/commands/GetXssMatchSetCommand.js +0 -40
- package/dist/es/commands/GetXssMatchSetCommand.js.map +0 -1
- package/dist/es/commands/ListActivatedRulesInRuleGroupCommand.js +0 -40
- package/dist/es/commands/ListActivatedRulesInRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/ListByteMatchSetsCommand.js +0 -40
- package/dist/es/commands/ListByteMatchSetsCommand.js.map +0 -1
- package/dist/es/commands/ListGeoMatchSetsCommand.js +0 -40
- package/dist/es/commands/ListGeoMatchSetsCommand.js.map +0 -1
- package/dist/es/commands/ListIPSetsCommand.js +0 -40
- package/dist/es/commands/ListIPSetsCommand.js.map +0 -1
- package/dist/es/commands/ListLoggingConfigurationsCommand.js +0 -40
- package/dist/es/commands/ListLoggingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/ListRateBasedRulesCommand.js +0 -40
- package/dist/es/commands/ListRateBasedRulesCommand.js.map +0 -1
- package/dist/es/commands/ListRegexMatchSetsCommand.js +0 -40
- package/dist/es/commands/ListRegexMatchSetsCommand.js.map +0 -1
- package/dist/es/commands/ListRegexPatternSetsCommand.js +0 -40
- package/dist/es/commands/ListRegexPatternSetsCommand.js.map +0 -1
- package/dist/es/commands/ListRuleGroupsCommand.js +0 -40
- package/dist/es/commands/ListRuleGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListRulesCommand.js +0 -40
- package/dist/es/commands/ListRulesCommand.js.map +0 -1
- package/dist/es/commands/ListSizeConstraintSetsCommand.js +0 -40
- package/dist/es/commands/ListSizeConstraintSetsCommand.js.map +0 -1
- package/dist/es/commands/ListSqlInjectionMatchSetsCommand.js +0 -40
- package/dist/es/commands/ListSqlInjectionMatchSetsCommand.js.map +0 -1
- package/dist/es/commands/ListSubscribedRuleGroupsCommand.js +0 -40
- package/dist/es/commands/ListSubscribedRuleGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListWebACLsCommand.js +0 -40
- package/dist/es/commands/ListWebACLsCommand.js.map +0 -1
- package/dist/es/commands/ListXssMatchSetsCommand.js +0 -40
- package/dist/es/commands/ListXssMatchSetsCommand.js.map +0 -1
- package/dist/es/commands/PutLoggingConfigurationCommand.js +0 -40
- package/dist/es/commands/PutLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutPermissionPolicyCommand.js +0 -40
- package/dist/es/commands/PutPermissionPolicyCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateByteMatchSetCommand.js +0 -40
- package/dist/es/commands/UpdateByteMatchSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateGeoMatchSetCommand.js +0 -40
- package/dist/es/commands/UpdateGeoMatchSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateIPSetCommand.js +0 -40
- package/dist/es/commands/UpdateIPSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateRateBasedRuleCommand.js +0 -40
- package/dist/es/commands/UpdateRateBasedRuleCommand.js.map +0 -1
- package/dist/es/commands/UpdateRegexMatchSetCommand.js +0 -40
- package/dist/es/commands/UpdateRegexMatchSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateRegexPatternSetCommand.js +0 -40
- package/dist/es/commands/UpdateRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateRuleCommand.js +0 -40
- package/dist/es/commands/UpdateRuleCommand.js.map +0 -1
- package/dist/es/commands/UpdateRuleGroupCommand.js +0 -40
- package/dist/es/commands/UpdateRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateSizeConstraintSetCommand.js +0 -40
- package/dist/es/commands/UpdateSizeConstraintSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateSqlInjectionMatchSetCommand.js +0 -40
- package/dist/es/commands/UpdateSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateWebACLCommand.js +0 -40
- package/dist/es/commands/UpdateWebACLCommand.js.map +0 -1
- package/dist/es/commands/UpdateXssMatchSetCommand.js +0 -40
- package/dist/es/commands/UpdateXssMatchSetCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/WAF.d.ts +0 -2287
- package/dist/types/WAFClient.d.ts +0 -219
- package/dist/types/commands/CreateByteMatchSetCommand.d.ts +0 -66
- package/dist/types/commands/CreateGeoMatchSetCommand.d.ts +0 -63
- package/dist/types/commands/CreateIPSetCommand.d.ts +0 -68
- package/dist/types/commands/CreateRateBasedRuleCommand.d.ts +0 -128
- package/dist/types/commands/CreateRegexMatchSetCommand.d.ts +0 -66
- package/dist/types/commands/CreateRegexPatternSetCommand.d.ts +0 -62
- package/dist/types/commands/CreateRuleCommand.d.ts +0 -86
- package/dist/types/commands/CreateRuleGroupCommand.d.ts +0 -57
- package/dist/types/commands/CreateSizeConstraintSetCommand.d.ts +0 -66
- package/dist/types/commands/CreateSqlInjectionMatchSetCommand.d.ts +0 -64
- package/dist/types/commands/CreateWebACLCommand.d.ts +0 -74
- package/dist/types/commands/CreateWebACLMigrationStackCommand.d.ts +0 -42
- package/dist/types/commands/CreateXssMatchSetCommand.d.ts +0 -64
- package/dist/types/commands/DeleteByteMatchSetCommand.d.ts +0 -58
- package/dist/types/commands/DeleteGeoMatchSetCommand.d.ts +0 -58
- package/dist/types/commands/DeleteIPSetCommand.d.ts +0 -58
- package/dist/types/commands/DeleteLoggingConfigurationCommand.d.ts +0 -44
- package/dist/types/commands/DeletePermissionPolicyCommand.d.ts +0 -44
- package/dist/types/commands/DeleteRateBasedRuleCommand.d.ts +0 -62
- package/dist/types/commands/DeleteRegexMatchSetCommand.d.ts +0 -58
- package/dist/types/commands/DeleteRegexPatternSetCommand.d.ts +0 -44
- package/dist/types/commands/DeleteRuleCommand.d.ts +0 -58
- package/dist/types/commands/DeleteRuleGroupCommand.d.ts +0 -58
- package/dist/types/commands/DeleteSizeConstraintSetCommand.d.ts +0 -58
- package/dist/types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +0 -59
- package/dist/types/commands/DeleteWebACLCommand.d.ts +0 -56
- package/dist/types/commands/DeleteXssMatchSetCommand.d.ts +0 -59
- package/dist/types/commands/GetByteMatchSetCommand.d.ts +0 -43
- package/dist/types/commands/GetChangeTokenCommand.d.ts +0 -49
- package/dist/types/commands/GetChangeTokenStatusCommand.d.ts +0 -59
- package/dist/types/commands/GetGeoMatchSetCommand.d.ts +0 -43
- package/dist/types/commands/GetIPSetCommand.d.ts +0 -43
- package/dist/types/commands/GetLoggingConfigurationCommand.d.ts +0 -43
- package/dist/types/commands/GetPermissionPolicyCommand.d.ts +0 -43
- package/dist/types/commands/GetRateBasedRuleCommand.d.ts +0 -45
- package/dist/types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +0 -45
- package/dist/types/commands/GetRegexMatchSetCommand.d.ts +0 -43
- package/dist/types/commands/GetRegexPatternSetCommand.d.ts +0 -43
- package/dist/types/commands/GetRuleCommand.d.ts +0 -43
- package/dist/types/commands/GetRuleGroupCommand.d.ts +0 -44
- package/dist/types/commands/GetSampledRequestsCommand.d.ts +0 -47
- package/dist/types/commands/GetSizeConstraintSetCommand.d.ts +0 -43
- package/dist/types/commands/GetSqlInjectionMatchSetCommand.d.ts +0 -43
- package/dist/types/commands/GetWebACLCommand.d.ts +0 -43
- package/dist/types/commands/GetXssMatchSetCommand.d.ts +0 -43
- package/dist/types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +0 -43
- package/dist/types/commands/ListByteMatchSetsCommand.d.ts +0 -43
- package/dist/types/commands/ListGeoMatchSetsCommand.d.ts +0 -43
- package/dist/types/commands/ListIPSetsCommand.d.ts +0 -43
- package/dist/types/commands/ListLoggingConfigurationsCommand.d.ts +0 -43
- package/dist/types/commands/ListRateBasedRulesCommand.d.ts +0 -43
- package/dist/types/commands/ListRegexMatchSetsCommand.d.ts +0 -43
- package/dist/types/commands/ListRegexPatternSetsCommand.d.ts +0 -43
- package/dist/types/commands/ListRuleGroupsCommand.d.ts +0 -43
- package/dist/types/commands/ListRulesCommand.d.ts +0 -43
- package/dist/types/commands/ListSizeConstraintSetsCommand.d.ts +0 -43
- package/dist/types/commands/ListSqlInjectionMatchSetsCommand.d.ts +0 -43
- package/dist/types/commands/ListSubscribedRuleGroupsCommand.d.ts +0 -43
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -44
- package/dist/types/commands/ListWebACLsCommand.d.ts +0 -43
- package/dist/types/commands/ListXssMatchSetsCommand.d.ts +0 -43
- package/dist/types/commands/PutLoggingConfigurationCommand.d.ts +0 -60
- package/dist/types/commands/PutPermissionPolicyCommand.d.ts +0 -75
- package/dist/types/commands/TagResourceCommand.d.ts +0 -44
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -43
- package/dist/types/commands/UpdateByteMatchSetCommand.d.ts +0 -81
- package/dist/types/commands/UpdateGeoMatchSetCommand.d.ts +0 -73
- package/dist/types/commands/UpdateIPSetCommand.d.ts +0 -108
- package/dist/types/commands/UpdateRateBasedRuleCommand.d.ts +0 -89
- package/dist/types/commands/UpdateRegexMatchSetCommand.d.ts +0 -77
- package/dist/types/commands/UpdateRegexPatternSetCommand.d.ts +0 -82
- package/dist/types/commands/UpdateRuleCommand.d.ts +0 -84
- package/dist/types/commands/UpdateRuleGroupCommand.d.ts +0 -67
- package/dist/types/commands/UpdateSizeConstraintSetCommand.d.ts +0 -85
- package/dist/types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +0 -84
- package/dist/types/commands/UpdateWebACLCommand.d.ts +0 -114
- package/dist/types/commands/UpdateXssMatchSetCommand.d.ts +0 -86
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -233
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/WAF.d.ts +0 -2287
- package/dist/types/ts3.4/WAFClient.d.ts +0 -219
- package/dist/types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +0 -63
- package/dist/types/ts3.4/commands/CreateIPSetCommand.d.ts +0 -68
- package/dist/types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +0 -128
- package/dist/types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/CreateRuleCommand.d.ts +0 -86
- package/dist/types/ts3.4/commands/CreateRuleGroupCommand.d.ts +0 -57
- package/dist/types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +0 -66
- package/dist/types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/CreateWebACLCommand.d.ts +0 -74
- package/dist/types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DeleteIPSetCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +0 -58
- package/dist/types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/DeleteWebACLCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/GetByteMatchSetCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetChangeTokenCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetIPSetCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetRuleCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetRuleGroupCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/GetSampledRequestsCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetWebACLCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/GetXssMatchSetCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListIPSetsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListRuleGroupsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListRulesCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ListWebACLsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +0 -60
- package/dist/types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +0 -75
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +0 -81
- package/dist/types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +0 -73
- package/dist/types/ts3.4/commands/UpdateIPSetCommand.d.ts +0 -108
- package/dist/types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +0 -89
- package/dist/types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +0 -77
- package/dist/types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +0 -82
- package/dist/types/ts3.4/commands/UpdateRuleCommand.d.ts +0 -84
- package/dist/types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +0 -67
- package/dist/types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +0 -85
- package/dist/types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +0 -84
- package/dist/types/ts3.4/commands/UpdateWebACLCommand.d.ts +0 -114
- package/dist/types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +0 -86
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -233
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/endpoints.ts +0 -68
- package/protocols/Aws_json1_1.ts +0 -11231
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
package/dist-es/WAF.js
ADDED
|
@@ -0,0 +1,1166 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { CreateByteMatchSetCommand, } from "./commands/CreateByteMatchSetCommand";
|
|
3
|
+
import { CreateGeoMatchSetCommand, } from "./commands/CreateGeoMatchSetCommand";
|
|
4
|
+
import { CreateIPSetCommand } from "./commands/CreateIPSetCommand";
|
|
5
|
+
import { CreateRateBasedRuleCommand, } from "./commands/CreateRateBasedRuleCommand";
|
|
6
|
+
import { CreateRegexMatchSetCommand, } from "./commands/CreateRegexMatchSetCommand";
|
|
7
|
+
import { CreateRegexPatternSetCommand, } from "./commands/CreateRegexPatternSetCommand";
|
|
8
|
+
import { CreateRuleCommand } from "./commands/CreateRuleCommand";
|
|
9
|
+
import { CreateRuleGroupCommand, } from "./commands/CreateRuleGroupCommand";
|
|
10
|
+
import { CreateSizeConstraintSetCommand, } from "./commands/CreateSizeConstraintSetCommand";
|
|
11
|
+
import { CreateSqlInjectionMatchSetCommand, } from "./commands/CreateSqlInjectionMatchSetCommand";
|
|
12
|
+
import { CreateWebACLCommand, } from "./commands/CreateWebACLCommand";
|
|
13
|
+
import { CreateWebACLMigrationStackCommand, } from "./commands/CreateWebACLMigrationStackCommand";
|
|
14
|
+
import { CreateXssMatchSetCommand, } from "./commands/CreateXssMatchSetCommand";
|
|
15
|
+
import { DeleteByteMatchSetCommand, } from "./commands/DeleteByteMatchSetCommand";
|
|
16
|
+
import { DeleteGeoMatchSetCommand, } from "./commands/DeleteGeoMatchSetCommand";
|
|
17
|
+
import { DeleteIPSetCommand } from "./commands/DeleteIPSetCommand";
|
|
18
|
+
import { DeleteLoggingConfigurationCommand, } from "./commands/DeleteLoggingConfigurationCommand";
|
|
19
|
+
import { DeletePermissionPolicyCommand, } from "./commands/DeletePermissionPolicyCommand";
|
|
20
|
+
import { DeleteRateBasedRuleCommand, } from "./commands/DeleteRateBasedRuleCommand";
|
|
21
|
+
import { DeleteRegexMatchSetCommand, } from "./commands/DeleteRegexMatchSetCommand";
|
|
22
|
+
import { DeleteRegexPatternSetCommand, } from "./commands/DeleteRegexPatternSetCommand";
|
|
23
|
+
import { DeleteRuleCommand } from "./commands/DeleteRuleCommand";
|
|
24
|
+
import { DeleteRuleGroupCommand, } from "./commands/DeleteRuleGroupCommand";
|
|
25
|
+
import { DeleteSizeConstraintSetCommand, } from "./commands/DeleteSizeConstraintSetCommand";
|
|
26
|
+
import { DeleteSqlInjectionMatchSetCommand, } from "./commands/DeleteSqlInjectionMatchSetCommand";
|
|
27
|
+
import { DeleteWebACLCommand, } from "./commands/DeleteWebACLCommand";
|
|
28
|
+
import { DeleteXssMatchSetCommand, } from "./commands/DeleteXssMatchSetCommand";
|
|
29
|
+
import { GetByteMatchSetCommand, } from "./commands/GetByteMatchSetCommand";
|
|
30
|
+
import { GetChangeTokenCommand, } from "./commands/GetChangeTokenCommand";
|
|
31
|
+
import { GetChangeTokenStatusCommand, } from "./commands/GetChangeTokenStatusCommand";
|
|
32
|
+
import { GetGeoMatchSetCommand, } from "./commands/GetGeoMatchSetCommand";
|
|
33
|
+
import { GetIPSetCommand } from "./commands/GetIPSetCommand";
|
|
34
|
+
import { GetLoggingConfigurationCommand, } from "./commands/GetLoggingConfigurationCommand";
|
|
35
|
+
import { GetPermissionPolicyCommand, } from "./commands/GetPermissionPolicyCommand";
|
|
36
|
+
import { GetRateBasedRuleCommand, } from "./commands/GetRateBasedRuleCommand";
|
|
37
|
+
import { GetRateBasedRuleManagedKeysCommand, } from "./commands/GetRateBasedRuleManagedKeysCommand";
|
|
38
|
+
import { GetRegexMatchSetCommand, } from "./commands/GetRegexMatchSetCommand";
|
|
39
|
+
import { GetRegexPatternSetCommand, } from "./commands/GetRegexPatternSetCommand";
|
|
40
|
+
import { GetRuleCommand } from "./commands/GetRuleCommand";
|
|
41
|
+
import { GetRuleGroupCommand, } from "./commands/GetRuleGroupCommand";
|
|
42
|
+
import { GetSampledRequestsCommand, } from "./commands/GetSampledRequestsCommand";
|
|
43
|
+
import { GetSizeConstraintSetCommand, } from "./commands/GetSizeConstraintSetCommand";
|
|
44
|
+
import { GetSqlInjectionMatchSetCommand, } from "./commands/GetSqlInjectionMatchSetCommand";
|
|
45
|
+
import { GetWebACLCommand } from "./commands/GetWebACLCommand";
|
|
46
|
+
import { GetXssMatchSetCommand, } from "./commands/GetXssMatchSetCommand";
|
|
47
|
+
import { ListActivatedRulesInRuleGroupCommand, } from "./commands/ListActivatedRulesInRuleGroupCommand";
|
|
48
|
+
import { ListByteMatchSetsCommand, } from "./commands/ListByteMatchSetsCommand";
|
|
49
|
+
import { ListGeoMatchSetsCommand, } from "./commands/ListGeoMatchSetsCommand";
|
|
50
|
+
import { ListIPSetsCommand } from "./commands/ListIPSetsCommand";
|
|
51
|
+
import { ListLoggingConfigurationsCommand, } from "./commands/ListLoggingConfigurationsCommand";
|
|
52
|
+
import { ListRateBasedRulesCommand, } from "./commands/ListRateBasedRulesCommand";
|
|
53
|
+
import { ListRegexMatchSetsCommand, } from "./commands/ListRegexMatchSetsCommand";
|
|
54
|
+
import { ListRegexPatternSetsCommand, } from "./commands/ListRegexPatternSetsCommand";
|
|
55
|
+
import { ListRuleGroupsCommand, } from "./commands/ListRuleGroupsCommand";
|
|
56
|
+
import { ListRulesCommand } from "./commands/ListRulesCommand";
|
|
57
|
+
import { ListSizeConstraintSetsCommand, } from "./commands/ListSizeConstraintSetsCommand";
|
|
58
|
+
import { ListSqlInjectionMatchSetsCommand, } from "./commands/ListSqlInjectionMatchSetsCommand";
|
|
59
|
+
import { ListSubscribedRuleGroupsCommand, } from "./commands/ListSubscribedRuleGroupsCommand";
|
|
60
|
+
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
61
|
+
import { ListWebACLsCommand } from "./commands/ListWebACLsCommand";
|
|
62
|
+
import { ListXssMatchSetsCommand, } from "./commands/ListXssMatchSetsCommand";
|
|
63
|
+
import { PutLoggingConfigurationCommand, } from "./commands/PutLoggingConfigurationCommand";
|
|
64
|
+
import { PutPermissionPolicyCommand, } from "./commands/PutPermissionPolicyCommand";
|
|
65
|
+
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
66
|
+
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
67
|
+
import { UpdateByteMatchSetCommand, } from "./commands/UpdateByteMatchSetCommand";
|
|
68
|
+
import { UpdateGeoMatchSetCommand, } from "./commands/UpdateGeoMatchSetCommand";
|
|
69
|
+
import { UpdateIPSetCommand } from "./commands/UpdateIPSetCommand";
|
|
70
|
+
import { UpdateRateBasedRuleCommand, } from "./commands/UpdateRateBasedRuleCommand";
|
|
71
|
+
import { UpdateRegexMatchSetCommand, } from "./commands/UpdateRegexMatchSetCommand";
|
|
72
|
+
import { UpdateRegexPatternSetCommand, } from "./commands/UpdateRegexPatternSetCommand";
|
|
73
|
+
import { UpdateRuleCommand } from "./commands/UpdateRuleCommand";
|
|
74
|
+
import { UpdateRuleGroupCommand, } from "./commands/UpdateRuleGroupCommand";
|
|
75
|
+
import { UpdateSizeConstraintSetCommand, } from "./commands/UpdateSizeConstraintSetCommand";
|
|
76
|
+
import { UpdateSqlInjectionMatchSetCommand, } from "./commands/UpdateSqlInjectionMatchSetCommand";
|
|
77
|
+
import { UpdateWebACLCommand, } from "./commands/UpdateWebACLCommand";
|
|
78
|
+
import { UpdateXssMatchSetCommand, } from "./commands/UpdateXssMatchSetCommand";
|
|
79
|
+
import { WAFClient } from "./WAFClient";
|
|
80
|
+
var WAF = (function (_super) {
|
|
81
|
+
__extends(WAF, _super);
|
|
82
|
+
function WAF() {
|
|
83
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
84
|
+
}
|
|
85
|
+
WAF.prototype.createByteMatchSet = function (args, optionsOrCb, cb) {
|
|
86
|
+
var command = new CreateByteMatchSetCommand(args);
|
|
87
|
+
if (typeof optionsOrCb === "function") {
|
|
88
|
+
this.send(command, optionsOrCb);
|
|
89
|
+
}
|
|
90
|
+
else if (typeof cb === "function") {
|
|
91
|
+
if (typeof optionsOrCb !== "object")
|
|
92
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
93
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
94
|
+
}
|
|
95
|
+
else {
|
|
96
|
+
return this.send(command, optionsOrCb);
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
WAF.prototype.createGeoMatchSet = function (args, optionsOrCb, cb) {
|
|
100
|
+
var command = new CreateGeoMatchSetCommand(args);
|
|
101
|
+
if (typeof optionsOrCb === "function") {
|
|
102
|
+
this.send(command, optionsOrCb);
|
|
103
|
+
}
|
|
104
|
+
else if (typeof cb === "function") {
|
|
105
|
+
if (typeof optionsOrCb !== "object")
|
|
106
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
107
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
108
|
+
}
|
|
109
|
+
else {
|
|
110
|
+
return this.send(command, optionsOrCb);
|
|
111
|
+
}
|
|
112
|
+
};
|
|
113
|
+
WAF.prototype.createIPSet = function (args, optionsOrCb, cb) {
|
|
114
|
+
var command = new CreateIPSetCommand(args);
|
|
115
|
+
if (typeof optionsOrCb === "function") {
|
|
116
|
+
this.send(command, optionsOrCb);
|
|
117
|
+
}
|
|
118
|
+
else if (typeof cb === "function") {
|
|
119
|
+
if (typeof optionsOrCb !== "object")
|
|
120
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
121
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
122
|
+
}
|
|
123
|
+
else {
|
|
124
|
+
return this.send(command, optionsOrCb);
|
|
125
|
+
}
|
|
126
|
+
};
|
|
127
|
+
WAF.prototype.createRateBasedRule = function (args, optionsOrCb, cb) {
|
|
128
|
+
var command = new CreateRateBasedRuleCommand(args);
|
|
129
|
+
if (typeof optionsOrCb === "function") {
|
|
130
|
+
this.send(command, optionsOrCb);
|
|
131
|
+
}
|
|
132
|
+
else if (typeof cb === "function") {
|
|
133
|
+
if (typeof optionsOrCb !== "object")
|
|
134
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
135
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
136
|
+
}
|
|
137
|
+
else {
|
|
138
|
+
return this.send(command, optionsOrCb);
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
WAF.prototype.createRegexMatchSet = function (args, optionsOrCb, cb) {
|
|
142
|
+
var command = new CreateRegexMatchSetCommand(args);
|
|
143
|
+
if (typeof optionsOrCb === "function") {
|
|
144
|
+
this.send(command, optionsOrCb);
|
|
145
|
+
}
|
|
146
|
+
else if (typeof cb === "function") {
|
|
147
|
+
if (typeof optionsOrCb !== "object")
|
|
148
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
149
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
150
|
+
}
|
|
151
|
+
else {
|
|
152
|
+
return this.send(command, optionsOrCb);
|
|
153
|
+
}
|
|
154
|
+
};
|
|
155
|
+
WAF.prototype.createRegexPatternSet = function (args, optionsOrCb, cb) {
|
|
156
|
+
var command = new CreateRegexPatternSetCommand(args);
|
|
157
|
+
if (typeof optionsOrCb === "function") {
|
|
158
|
+
this.send(command, optionsOrCb);
|
|
159
|
+
}
|
|
160
|
+
else if (typeof cb === "function") {
|
|
161
|
+
if (typeof optionsOrCb !== "object")
|
|
162
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
163
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
164
|
+
}
|
|
165
|
+
else {
|
|
166
|
+
return this.send(command, optionsOrCb);
|
|
167
|
+
}
|
|
168
|
+
};
|
|
169
|
+
WAF.prototype.createRule = function (args, optionsOrCb, cb) {
|
|
170
|
+
var command = new CreateRuleCommand(args);
|
|
171
|
+
if (typeof optionsOrCb === "function") {
|
|
172
|
+
this.send(command, optionsOrCb);
|
|
173
|
+
}
|
|
174
|
+
else if (typeof cb === "function") {
|
|
175
|
+
if (typeof optionsOrCb !== "object")
|
|
176
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
177
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
178
|
+
}
|
|
179
|
+
else {
|
|
180
|
+
return this.send(command, optionsOrCb);
|
|
181
|
+
}
|
|
182
|
+
};
|
|
183
|
+
WAF.prototype.createRuleGroup = function (args, optionsOrCb, cb) {
|
|
184
|
+
var command = new CreateRuleGroupCommand(args);
|
|
185
|
+
if (typeof optionsOrCb === "function") {
|
|
186
|
+
this.send(command, optionsOrCb);
|
|
187
|
+
}
|
|
188
|
+
else if (typeof cb === "function") {
|
|
189
|
+
if (typeof optionsOrCb !== "object")
|
|
190
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
191
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
192
|
+
}
|
|
193
|
+
else {
|
|
194
|
+
return this.send(command, optionsOrCb);
|
|
195
|
+
}
|
|
196
|
+
};
|
|
197
|
+
WAF.prototype.createSizeConstraintSet = function (args, optionsOrCb, cb) {
|
|
198
|
+
var command = new CreateSizeConstraintSetCommand(args);
|
|
199
|
+
if (typeof optionsOrCb === "function") {
|
|
200
|
+
this.send(command, optionsOrCb);
|
|
201
|
+
}
|
|
202
|
+
else if (typeof cb === "function") {
|
|
203
|
+
if (typeof optionsOrCb !== "object")
|
|
204
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
205
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
206
|
+
}
|
|
207
|
+
else {
|
|
208
|
+
return this.send(command, optionsOrCb);
|
|
209
|
+
}
|
|
210
|
+
};
|
|
211
|
+
WAF.prototype.createSqlInjectionMatchSet = function (args, optionsOrCb, cb) {
|
|
212
|
+
var command = new CreateSqlInjectionMatchSetCommand(args);
|
|
213
|
+
if (typeof optionsOrCb === "function") {
|
|
214
|
+
this.send(command, optionsOrCb);
|
|
215
|
+
}
|
|
216
|
+
else if (typeof cb === "function") {
|
|
217
|
+
if (typeof optionsOrCb !== "object")
|
|
218
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
219
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
220
|
+
}
|
|
221
|
+
else {
|
|
222
|
+
return this.send(command, optionsOrCb);
|
|
223
|
+
}
|
|
224
|
+
};
|
|
225
|
+
WAF.prototype.createWebACL = function (args, optionsOrCb, cb) {
|
|
226
|
+
var command = new CreateWebACLCommand(args);
|
|
227
|
+
if (typeof optionsOrCb === "function") {
|
|
228
|
+
this.send(command, optionsOrCb);
|
|
229
|
+
}
|
|
230
|
+
else if (typeof cb === "function") {
|
|
231
|
+
if (typeof optionsOrCb !== "object")
|
|
232
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
233
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
234
|
+
}
|
|
235
|
+
else {
|
|
236
|
+
return this.send(command, optionsOrCb);
|
|
237
|
+
}
|
|
238
|
+
};
|
|
239
|
+
WAF.prototype.createWebACLMigrationStack = function (args, optionsOrCb, cb) {
|
|
240
|
+
var command = new CreateWebACLMigrationStackCommand(args);
|
|
241
|
+
if (typeof optionsOrCb === "function") {
|
|
242
|
+
this.send(command, optionsOrCb);
|
|
243
|
+
}
|
|
244
|
+
else if (typeof cb === "function") {
|
|
245
|
+
if (typeof optionsOrCb !== "object")
|
|
246
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
247
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
248
|
+
}
|
|
249
|
+
else {
|
|
250
|
+
return this.send(command, optionsOrCb);
|
|
251
|
+
}
|
|
252
|
+
};
|
|
253
|
+
WAF.prototype.createXssMatchSet = function (args, optionsOrCb, cb) {
|
|
254
|
+
var command = new CreateXssMatchSetCommand(args);
|
|
255
|
+
if (typeof optionsOrCb === "function") {
|
|
256
|
+
this.send(command, optionsOrCb);
|
|
257
|
+
}
|
|
258
|
+
else if (typeof cb === "function") {
|
|
259
|
+
if (typeof optionsOrCb !== "object")
|
|
260
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
261
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
262
|
+
}
|
|
263
|
+
else {
|
|
264
|
+
return this.send(command, optionsOrCb);
|
|
265
|
+
}
|
|
266
|
+
};
|
|
267
|
+
WAF.prototype.deleteByteMatchSet = function (args, optionsOrCb, cb) {
|
|
268
|
+
var command = new DeleteByteMatchSetCommand(args);
|
|
269
|
+
if (typeof optionsOrCb === "function") {
|
|
270
|
+
this.send(command, optionsOrCb);
|
|
271
|
+
}
|
|
272
|
+
else if (typeof cb === "function") {
|
|
273
|
+
if (typeof optionsOrCb !== "object")
|
|
274
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
275
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
276
|
+
}
|
|
277
|
+
else {
|
|
278
|
+
return this.send(command, optionsOrCb);
|
|
279
|
+
}
|
|
280
|
+
};
|
|
281
|
+
WAF.prototype.deleteGeoMatchSet = function (args, optionsOrCb, cb) {
|
|
282
|
+
var command = new DeleteGeoMatchSetCommand(args);
|
|
283
|
+
if (typeof optionsOrCb === "function") {
|
|
284
|
+
this.send(command, optionsOrCb);
|
|
285
|
+
}
|
|
286
|
+
else if (typeof cb === "function") {
|
|
287
|
+
if (typeof optionsOrCb !== "object")
|
|
288
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
289
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
290
|
+
}
|
|
291
|
+
else {
|
|
292
|
+
return this.send(command, optionsOrCb);
|
|
293
|
+
}
|
|
294
|
+
};
|
|
295
|
+
WAF.prototype.deleteIPSet = function (args, optionsOrCb, cb) {
|
|
296
|
+
var command = new DeleteIPSetCommand(args);
|
|
297
|
+
if (typeof optionsOrCb === "function") {
|
|
298
|
+
this.send(command, optionsOrCb);
|
|
299
|
+
}
|
|
300
|
+
else if (typeof cb === "function") {
|
|
301
|
+
if (typeof optionsOrCb !== "object")
|
|
302
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
303
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
304
|
+
}
|
|
305
|
+
else {
|
|
306
|
+
return this.send(command, optionsOrCb);
|
|
307
|
+
}
|
|
308
|
+
};
|
|
309
|
+
WAF.prototype.deleteLoggingConfiguration = function (args, optionsOrCb, cb) {
|
|
310
|
+
var command = new DeleteLoggingConfigurationCommand(args);
|
|
311
|
+
if (typeof optionsOrCb === "function") {
|
|
312
|
+
this.send(command, optionsOrCb);
|
|
313
|
+
}
|
|
314
|
+
else if (typeof cb === "function") {
|
|
315
|
+
if (typeof optionsOrCb !== "object")
|
|
316
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
317
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
318
|
+
}
|
|
319
|
+
else {
|
|
320
|
+
return this.send(command, optionsOrCb);
|
|
321
|
+
}
|
|
322
|
+
};
|
|
323
|
+
WAF.prototype.deletePermissionPolicy = function (args, optionsOrCb, cb) {
|
|
324
|
+
var command = new DeletePermissionPolicyCommand(args);
|
|
325
|
+
if (typeof optionsOrCb === "function") {
|
|
326
|
+
this.send(command, optionsOrCb);
|
|
327
|
+
}
|
|
328
|
+
else if (typeof cb === "function") {
|
|
329
|
+
if (typeof optionsOrCb !== "object")
|
|
330
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
331
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
332
|
+
}
|
|
333
|
+
else {
|
|
334
|
+
return this.send(command, optionsOrCb);
|
|
335
|
+
}
|
|
336
|
+
};
|
|
337
|
+
WAF.prototype.deleteRateBasedRule = function (args, optionsOrCb, cb) {
|
|
338
|
+
var command = new DeleteRateBasedRuleCommand(args);
|
|
339
|
+
if (typeof optionsOrCb === "function") {
|
|
340
|
+
this.send(command, optionsOrCb);
|
|
341
|
+
}
|
|
342
|
+
else if (typeof cb === "function") {
|
|
343
|
+
if (typeof optionsOrCb !== "object")
|
|
344
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
345
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
346
|
+
}
|
|
347
|
+
else {
|
|
348
|
+
return this.send(command, optionsOrCb);
|
|
349
|
+
}
|
|
350
|
+
};
|
|
351
|
+
WAF.prototype.deleteRegexMatchSet = function (args, optionsOrCb, cb) {
|
|
352
|
+
var command = new DeleteRegexMatchSetCommand(args);
|
|
353
|
+
if (typeof optionsOrCb === "function") {
|
|
354
|
+
this.send(command, optionsOrCb);
|
|
355
|
+
}
|
|
356
|
+
else if (typeof cb === "function") {
|
|
357
|
+
if (typeof optionsOrCb !== "object")
|
|
358
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
359
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
360
|
+
}
|
|
361
|
+
else {
|
|
362
|
+
return this.send(command, optionsOrCb);
|
|
363
|
+
}
|
|
364
|
+
};
|
|
365
|
+
WAF.prototype.deleteRegexPatternSet = function (args, optionsOrCb, cb) {
|
|
366
|
+
var command = new DeleteRegexPatternSetCommand(args);
|
|
367
|
+
if (typeof optionsOrCb === "function") {
|
|
368
|
+
this.send(command, optionsOrCb);
|
|
369
|
+
}
|
|
370
|
+
else if (typeof cb === "function") {
|
|
371
|
+
if (typeof optionsOrCb !== "object")
|
|
372
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
373
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
374
|
+
}
|
|
375
|
+
else {
|
|
376
|
+
return this.send(command, optionsOrCb);
|
|
377
|
+
}
|
|
378
|
+
};
|
|
379
|
+
WAF.prototype.deleteRule = function (args, optionsOrCb, cb) {
|
|
380
|
+
var command = new DeleteRuleCommand(args);
|
|
381
|
+
if (typeof optionsOrCb === "function") {
|
|
382
|
+
this.send(command, optionsOrCb);
|
|
383
|
+
}
|
|
384
|
+
else if (typeof cb === "function") {
|
|
385
|
+
if (typeof optionsOrCb !== "object")
|
|
386
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
387
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
388
|
+
}
|
|
389
|
+
else {
|
|
390
|
+
return this.send(command, optionsOrCb);
|
|
391
|
+
}
|
|
392
|
+
};
|
|
393
|
+
WAF.prototype.deleteRuleGroup = function (args, optionsOrCb, cb) {
|
|
394
|
+
var command = new DeleteRuleGroupCommand(args);
|
|
395
|
+
if (typeof optionsOrCb === "function") {
|
|
396
|
+
this.send(command, optionsOrCb);
|
|
397
|
+
}
|
|
398
|
+
else if (typeof cb === "function") {
|
|
399
|
+
if (typeof optionsOrCb !== "object")
|
|
400
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
401
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
402
|
+
}
|
|
403
|
+
else {
|
|
404
|
+
return this.send(command, optionsOrCb);
|
|
405
|
+
}
|
|
406
|
+
};
|
|
407
|
+
WAF.prototype.deleteSizeConstraintSet = function (args, optionsOrCb, cb) {
|
|
408
|
+
var command = new DeleteSizeConstraintSetCommand(args);
|
|
409
|
+
if (typeof optionsOrCb === "function") {
|
|
410
|
+
this.send(command, optionsOrCb);
|
|
411
|
+
}
|
|
412
|
+
else if (typeof cb === "function") {
|
|
413
|
+
if (typeof optionsOrCb !== "object")
|
|
414
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
415
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
416
|
+
}
|
|
417
|
+
else {
|
|
418
|
+
return this.send(command, optionsOrCb);
|
|
419
|
+
}
|
|
420
|
+
};
|
|
421
|
+
WAF.prototype.deleteSqlInjectionMatchSet = function (args, optionsOrCb, cb) {
|
|
422
|
+
var command = new DeleteSqlInjectionMatchSetCommand(args);
|
|
423
|
+
if (typeof optionsOrCb === "function") {
|
|
424
|
+
this.send(command, optionsOrCb);
|
|
425
|
+
}
|
|
426
|
+
else if (typeof cb === "function") {
|
|
427
|
+
if (typeof optionsOrCb !== "object")
|
|
428
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
429
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
430
|
+
}
|
|
431
|
+
else {
|
|
432
|
+
return this.send(command, optionsOrCb);
|
|
433
|
+
}
|
|
434
|
+
};
|
|
435
|
+
WAF.prototype.deleteWebACL = function (args, optionsOrCb, cb) {
|
|
436
|
+
var command = new DeleteWebACLCommand(args);
|
|
437
|
+
if (typeof optionsOrCb === "function") {
|
|
438
|
+
this.send(command, optionsOrCb);
|
|
439
|
+
}
|
|
440
|
+
else if (typeof cb === "function") {
|
|
441
|
+
if (typeof optionsOrCb !== "object")
|
|
442
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
443
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
444
|
+
}
|
|
445
|
+
else {
|
|
446
|
+
return this.send(command, optionsOrCb);
|
|
447
|
+
}
|
|
448
|
+
};
|
|
449
|
+
WAF.prototype.deleteXssMatchSet = function (args, optionsOrCb, cb) {
|
|
450
|
+
var command = new DeleteXssMatchSetCommand(args);
|
|
451
|
+
if (typeof optionsOrCb === "function") {
|
|
452
|
+
this.send(command, optionsOrCb);
|
|
453
|
+
}
|
|
454
|
+
else if (typeof cb === "function") {
|
|
455
|
+
if (typeof optionsOrCb !== "object")
|
|
456
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
457
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
458
|
+
}
|
|
459
|
+
else {
|
|
460
|
+
return this.send(command, optionsOrCb);
|
|
461
|
+
}
|
|
462
|
+
};
|
|
463
|
+
WAF.prototype.getByteMatchSet = function (args, optionsOrCb, cb) {
|
|
464
|
+
var command = new GetByteMatchSetCommand(args);
|
|
465
|
+
if (typeof optionsOrCb === "function") {
|
|
466
|
+
this.send(command, optionsOrCb);
|
|
467
|
+
}
|
|
468
|
+
else if (typeof cb === "function") {
|
|
469
|
+
if (typeof optionsOrCb !== "object")
|
|
470
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
471
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
472
|
+
}
|
|
473
|
+
else {
|
|
474
|
+
return this.send(command, optionsOrCb);
|
|
475
|
+
}
|
|
476
|
+
};
|
|
477
|
+
WAF.prototype.getChangeToken = function (args, optionsOrCb, cb) {
|
|
478
|
+
var command = new GetChangeTokenCommand(args);
|
|
479
|
+
if (typeof optionsOrCb === "function") {
|
|
480
|
+
this.send(command, optionsOrCb);
|
|
481
|
+
}
|
|
482
|
+
else if (typeof cb === "function") {
|
|
483
|
+
if (typeof optionsOrCb !== "object")
|
|
484
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
485
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
486
|
+
}
|
|
487
|
+
else {
|
|
488
|
+
return this.send(command, optionsOrCb);
|
|
489
|
+
}
|
|
490
|
+
};
|
|
491
|
+
WAF.prototype.getChangeTokenStatus = function (args, optionsOrCb, cb) {
|
|
492
|
+
var command = new GetChangeTokenStatusCommand(args);
|
|
493
|
+
if (typeof optionsOrCb === "function") {
|
|
494
|
+
this.send(command, optionsOrCb);
|
|
495
|
+
}
|
|
496
|
+
else if (typeof cb === "function") {
|
|
497
|
+
if (typeof optionsOrCb !== "object")
|
|
498
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
499
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
500
|
+
}
|
|
501
|
+
else {
|
|
502
|
+
return this.send(command, optionsOrCb);
|
|
503
|
+
}
|
|
504
|
+
};
|
|
505
|
+
WAF.prototype.getGeoMatchSet = function (args, optionsOrCb, cb) {
|
|
506
|
+
var command = new GetGeoMatchSetCommand(args);
|
|
507
|
+
if (typeof optionsOrCb === "function") {
|
|
508
|
+
this.send(command, optionsOrCb);
|
|
509
|
+
}
|
|
510
|
+
else if (typeof cb === "function") {
|
|
511
|
+
if (typeof optionsOrCb !== "object")
|
|
512
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
513
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
514
|
+
}
|
|
515
|
+
else {
|
|
516
|
+
return this.send(command, optionsOrCb);
|
|
517
|
+
}
|
|
518
|
+
};
|
|
519
|
+
WAF.prototype.getIPSet = function (args, optionsOrCb, cb) {
|
|
520
|
+
var command = new GetIPSetCommand(args);
|
|
521
|
+
if (typeof optionsOrCb === "function") {
|
|
522
|
+
this.send(command, optionsOrCb);
|
|
523
|
+
}
|
|
524
|
+
else if (typeof cb === "function") {
|
|
525
|
+
if (typeof optionsOrCb !== "object")
|
|
526
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
527
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
528
|
+
}
|
|
529
|
+
else {
|
|
530
|
+
return this.send(command, optionsOrCb);
|
|
531
|
+
}
|
|
532
|
+
};
|
|
533
|
+
WAF.prototype.getLoggingConfiguration = function (args, optionsOrCb, cb) {
|
|
534
|
+
var command = new GetLoggingConfigurationCommand(args);
|
|
535
|
+
if (typeof optionsOrCb === "function") {
|
|
536
|
+
this.send(command, optionsOrCb);
|
|
537
|
+
}
|
|
538
|
+
else if (typeof cb === "function") {
|
|
539
|
+
if (typeof optionsOrCb !== "object")
|
|
540
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
541
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
542
|
+
}
|
|
543
|
+
else {
|
|
544
|
+
return this.send(command, optionsOrCb);
|
|
545
|
+
}
|
|
546
|
+
};
|
|
547
|
+
WAF.prototype.getPermissionPolicy = function (args, optionsOrCb, cb) {
|
|
548
|
+
var command = new GetPermissionPolicyCommand(args);
|
|
549
|
+
if (typeof optionsOrCb === "function") {
|
|
550
|
+
this.send(command, optionsOrCb);
|
|
551
|
+
}
|
|
552
|
+
else if (typeof cb === "function") {
|
|
553
|
+
if (typeof optionsOrCb !== "object")
|
|
554
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
555
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
556
|
+
}
|
|
557
|
+
else {
|
|
558
|
+
return this.send(command, optionsOrCb);
|
|
559
|
+
}
|
|
560
|
+
};
|
|
561
|
+
WAF.prototype.getRateBasedRule = function (args, optionsOrCb, cb) {
|
|
562
|
+
var command = new GetRateBasedRuleCommand(args);
|
|
563
|
+
if (typeof optionsOrCb === "function") {
|
|
564
|
+
this.send(command, optionsOrCb);
|
|
565
|
+
}
|
|
566
|
+
else if (typeof cb === "function") {
|
|
567
|
+
if (typeof optionsOrCb !== "object")
|
|
568
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
569
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
570
|
+
}
|
|
571
|
+
else {
|
|
572
|
+
return this.send(command, optionsOrCb);
|
|
573
|
+
}
|
|
574
|
+
};
|
|
575
|
+
WAF.prototype.getRateBasedRuleManagedKeys = function (args, optionsOrCb, cb) {
|
|
576
|
+
var command = new GetRateBasedRuleManagedKeysCommand(args);
|
|
577
|
+
if (typeof optionsOrCb === "function") {
|
|
578
|
+
this.send(command, optionsOrCb);
|
|
579
|
+
}
|
|
580
|
+
else if (typeof cb === "function") {
|
|
581
|
+
if (typeof optionsOrCb !== "object")
|
|
582
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
583
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
584
|
+
}
|
|
585
|
+
else {
|
|
586
|
+
return this.send(command, optionsOrCb);
|
|
587
|
+
}
|
|
588
|
+
};
|
|
589
|
+
WAF.prototype.getRegexMatchSet = function (args, optionsOrCb, cb) {
|
|
590
|
+
var command = new GetRegexMatchSetCommand(args);
|
|
591
|
+
if (typeof optionsOrCb === "function") {
|
|
592
|
+
this.send(command, optionsOrCb);
|
|
593
|
+
}
|
|
594
|
+
else if (typeof cb === "function") {
|
|
595
|
+
if (typeof optionsOrCb !== "object")
|
|
596
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
597
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
598
|
+
}
|
|
599
|
+
else {
|
|
600
|
+
return this.send(command, optionsOrCb);
|
|
601
|
+
}
|
|
602
|
+
};
|
|
603
|
+
WAF.prototype.getRegexPatternSet = function (args, optionsOrCb, cb) {
|
|
604
|
+
var command = new GetRegexPatternSetCommand(args);
|
|
605
|
+
if (typeof optionsOrCb === "function") {
|
|
606
|
+
this.send(command, optionsOrCb);
|
|
607
|
+
}
|
|
608
|
+
else if (typeof cb === "function") {
|
|
609
|
+
if (typeof optionsOrCb !== "object")
|
|
610
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
611
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
612
|
+
}
|
|
613
|
+
else {
|
|
614
|
+
return this.send(command, optionsOrCb);
|
|
615
|
+
}
|
|
616
|
+
};
|
|
617
|
+
WAF.prototype.getRule = function (args, optionsOrCb, cb) {
|
|
618
|
+
var command = new GetRuleCommand(args);
|
|
619
|
+
if (typeof optionsOrCb === "function") {
|
|
620
|
+
this.send(command, optionsOrCb);
|
|
621
|
+
}
|
|
622
|
+
else if (typeof cb === "function") {
|
|
623
|
+
if (typeof optionsOrCb !== "object")
|
|
624
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
625
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
626
|
+
}
|
|
627
|
+
else {
|
|
628
|
+
return this.send(command, optionsOrCb);
|
|
629
|
+
}
|
|
630
|
+
};
|
|
631
|
+
WAF.prototype.getRuleGroup = function (args, optionsOrCb, cb) {
|
|
632
|
+
var command = new GetRuleGroupCommand(args);
|
|
633
|
+
if (typeof optionsOrCb === "function") {
|
|
634
|
+
this.send(command, optionsOrCb);
|
|
635
|
+
}
|
|
636
|
+
else if (typeof cb === "function") {
|
|
637
|
+
if (typeof optionsOrCb !== "object")
|
|
638
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
639
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
640
|
+
}
|
|
641
|
+
else {
|
|
642
|
+
return this.send(command, optionsOrCb);
|
|
643
|
+
}
|
|
644
|
+
};
|
|
645
|
+
WAF.prototype.getSampledRequests = function (args, optionsOrCb, cb) {
|
|
646
|
+
var command = new GetSampledRequestsCommand(args);
|
|
647
|
+
if (typeof optionsOrCb === "function") {
|
|
648
|
+
this.send(command, optionsOrCb);
|
|
649
|
+
}
|
|
650
|
+
else if (typeof cb === "function") {
|
|
651
|
+
if (typeof optionsOrCb !== "object")
|
|
652
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
653
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
654
|
+
}
|
|
655
|
+
else {
|
|
656
|
+
return this.send(command, optionsOrCb);
|
|
657
|
+
}
|
|
658
|
+
};
|
|
659
|
+
WAF.prototype.getSizeConstraintSet = function (args, optionsOrCb, cb) {
|
|
660
|
+
var command = new GetSizeConstraintSetCommand(args);
|
|
661
|
+
if (typeof optionsOrCb === "function") {
|
|
662
|
+
this.send(command, optionsOrCb);
|
|
663
|
+
}
|
|
664
|
+
else if (typeof cb === "function") {
|
|
665
|
+
if (typeof optionsOrCb !== "object")
|
|
666
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
667
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
668
|
+
}
|
|
669
|
+
else {
|
|
670
|
+
return this.send(command, optionsOrCb);
|
|
671
|
+
}
|
|
672
|
+
};
|
|
673
|
+
WAF.prototype.getSqlInjectionMatchSet = function (args, optionsOrCb, cb) {
|
|
674
|
+
var command = new GetSqlInjectionMatchSetCommand(args);
|
|
675
|
+
if (typeof optionsOrCb === "function") {
|
|
676
|
+
this.send(command, optionsOrCb);
|
|
677
|
+
}
|
|
678
|
+
else if (typeof cb === "function") {
|
|
679
|
+
if (typeof optionsOrCb !== "object")
|
|
680
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
681
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
682
|
+
}
|
|
683
|
+
else {
|
|
684
|
+
return this.send(command, optionsOrCb);
|
|
685
|
+
}
|
|
686
|
+
};
|
|
687
|
+
WAF.prototype.getWebACL = function (args, optionsOrCb, cb) {
|
|
688
|
+
var command = new GetWebACLCommand(args);
|
|
689
|
+
if (typeof optionsOrCb === "function") {
|
|
690
|
+
this.send(command, optionsOrCb);
|
|
691
|
+
}
|
|
692
|
+
else if (typeof cb === "function") {
|
|
693
|
+
if (typeof optionsOrCb !== "object")
|
|
694
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
695
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
696
|
+
}
|
|
697
|
+
else {
|
|
698
|
+
return this.send(command, optionsOrCb);
|
|
699
|
+
}
|
|
700
|
+
};
|
|
701
|
+
WAF.prototype.getXssMatchSet = function (args, optionsOrCb, cb) {
|
|
702
|
+
var command = new GetXssMatchSetCommand(args);
|
|
703
|
+
if (typeof optionsOrCb === "function") {
|
|
704
|
+
this.send(command, optionsOrCb);
|
|
705
|
+
}
|
|
706
|
+
else if (typeof cb === "function") {
|
|
707
|
+
if (typeof optionsOrCb !== "object")
|
|
708
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
709
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
710
|
+
}
|
|
711
|
+
else {
|
|
712
|
+
return this.send(command, optionsOrCb);
|
|
713
|
+
}
|
|
714
|
+
};
|
|
715
|
+
WAF.prototype.listActivatedRulesInRuleGroup = function (args, optionsOrCb, cb) {
|
|
716
|
+
var command = new ListActivatedRulesInRuleGroupCommand(args);
|
|
717
|
+
if (typeof optionsOrCb === "function") {
|
|
718
|
+
this.send(command, optionsOrCb);
|
|
719
|
+
}
|
|
720
|
+
else if (typeof cb === "function") {
|
|
721
|
+
if (typeof optionsOrCb !== "object")
|
|
722
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
723
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
724
|
+
}
|
|
725
|
+
else {
|
|
726
|
+
return this.send(command, optionsOrCb);
|
|
727
|
+
}
|
|
728
|
+
};
|
|
729
|
+
WAF.prototype.listByteMatchSets = function (args, optionsOrCb, cb) {
|
|
730
|
+
var command = new ListByteMatchSetsCommand(args);
|
|
731
|
+
if (typeof optionsOrCb === "function") {
|
|
732
|
+
this.send(command, optionsOrCb);
|
|
733
|
+
}
|
|
734
|
+
else if (typeof cb === "function") {
|
|
735
|
+
if (typeof optionsOrCb !== "object")
|
|
736
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
737
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
738
|
+
}
|
|
739
|
+
else {
|
|
740
|
+
return this.send(command, optionsOrCb);
|
|
741
|
+
}
|
|
742
|
+
};
|
|
743
|
+
WAF.prototype.listGeoMatchSets = function (args, optionsOrCb, cb) {
|
|
744
|
+
var command = new ListGeoMatchSetsCommand(args);
|
|
745
|
+
if (typeof optionsOrCb === "function") {
|
|
746
|
+
this.send(command, optionsOrCb);
|
|
747
|
+
}
|
|
748
|
+
else if (typeof cb === "function") {
|
|
749
|
+
if (typeof optionsOrCb !== "object")
|
|
750
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
751
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
752
|
+
}
|
|
753
|
+
else {
|
|
754
|
+
return this.send(command, optionsOrCb);
|
|
755
|
+
}
|
|
756
|
+
};
|
|
757
|
+
WAF.prototype.listIPSets = function (args, optionsOrCb, cb) {
|
|
758
|
+
var command = new ListIPSetsCommand(args);
|
|
759
|
+
if (typeof optionsOrCb === "function") {
|
|
760
|
+
this.send(command, optionsOrCb);
|
|
761
|
+
}
|
|
762
|
+
else if (typeof cb === "function") {
|
|
763
|
+
if (typeof optionsOrCb !== "object")
|
|
764
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
765
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
766
|
+
}
|
|
767
|
+
else {
|
|
768
|
+
return this.send(command, optionsOrCb);
|
|
769
|
+
}
|
|
770
|
+
};
|
|
771
|
+
WAF.prototype.listLoggingConfigurations = function (args, optionsOrCb, cb) {
|
|
772
|
+
var command = new ListLoggingConfigurationsCommand(args);
|
|
773
|
+
if (typeof optionsOrCb === "function") {
|
|
774
|
+
this.send(command, optionsOrCb);
|
|
775
|
+
}
|
|
776
|
+
else if (typeof cb === "function") {
|
|
777
|
+
if (typeof optionsOrCb !== "object")
|
|
778
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
779
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
780
|
+
}
|
|
781
|
+
else {
|
|
782
|
+
return this.send(command, optionsOrCb);
|
|
783
|
+
}
|
|
784
|
+
};
|
|
785
|
+
WAF.prototype.listRateBasedRules = function (args, optionsOrCb, cb) {
|
|
786
|
+
var command = new ListRateBasedRulesCommand(args);
|
|
787
|
+
if (typeof optionsOrCb === "function") {
|
|
788
|
+
this.send(command, optionsOrCb);
|
|
789
|
+
}
|
|
790
|
+
else if (typeof cb === "function") {
|
|
791
|
+
if (typeof optionsOrCb !== "object")
|
|
792
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
793
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
794
|
+
}
|
|
795
|
+
else {
|
|
796
|
+
return this.send(command, optionsOrCb);
|
|
797
|
+
}
|
|
798
|
+
};
|
|
799
|
+
WAF.prototype.listRegexMatchSets = function (args, optionsOrCb, cb) {
|
|
800
|
+
var command = new ListRegexMatchSetsCommand(args);
|
|
801
|
+
if (typeof optionsOrCb === "function") {
|
|
802
|
+
this.send(command, optionsOrCb);
|
|
803
|
+
}
|
|
804
|
+
else if (typeof cb === "function") {
|
|
805
|
+
if (typeof optionsOrCb !== "object")
|
|
806
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
807
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
808
|
+
}
|
|
809
|
+
else {
|
|
810
|
+
return this.send(command, optionsOrCb);
|
|
811
|
+
}
|
|
812
|
+
};
|
|
813
|
+
WAF.prototype.listRegexPatternSets = function (args, optionsOrCb, cb) {
|
|
814
|
+
var command = new ListRegexPatternSetsCommand(args);
|
|
815
|
+
if (typeof optionsOrCb === "function") {
|
|
816
|
+
this.send(command, optionsOrCb);
|
|
817
|
+
}
|
|
818
|
+
else if (typeof cb === "function") {
|
|
819
|
+
if (typeof optionsOrCb !== "object")
|
|
820
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
821
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
822
|
+
}
|
|
823
|
+
else {
|
|
824
|
+
return this.send(command, optionsOrCb);
|
|
825
|
+
}
|
|
826
|
+
};
|
|
827
|
+
WAF.prototype.listRuleGroups = function (args, optionsOrCb, cb) {
|
|
828
|
+
var command = new ListRuleGroupsCommand(args);
|
|
829
|
+
if (typeof optionsOrCb === "function") {
|
|
830
|
+
this.send(command, optionsOrCb);
|
|
831
|
+
}
|
|
832
|
+
else if (typeof cb === "function") {
|
|
833
|
+
if (typeof optionsOrCb !== "object")
|
|
834
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
835
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
836
|
+
}
|
|
837
|
+
else {
|
|
838
|
+
return this.send(command, optionsOrCb);
|
|
839
|
+
}
|
|
840
|
+
};
|
|
841
|
+
WAF.prototype.listRules = function (args, optionsOrCb, cb) {
|
|
842
|
+
var command = new ListRulesCommand(args);
|
|
843
|
+
if (typeof optionsOrCb === "function") {
|
|
844
|
+
this.send(command, optionsOrCb);
|
|
845
|
+
}
|
|
846
|
+
else if (typeof cb === "function") {
|
|
847
|
+
if (typeof optionsOrCb !== "object")
|
|
848
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
849
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
850
|
+
}
|
|
851
|
+
else {
|
|
852
|
+
return this.send(command, optionsOrCb);
|
|
853
|
+
}
|
|
854
|
+
};
|
|
855
|
+
WAF.prototype.listSizeConstraintSets = function (args, optionsOrCb, cb) {
|
|
856
|
+
var command = new ListSizeConstraintSetsCommand(args);
|
|
857
|
+
if (typeof optionsOrCb === "function") {
|
|
858
|
+
this.send(command, optionsOrCb);
|
|
859
|
+
}
|
|
860
|
+
else if (typeof cb === "function") {
|
|
861
|
+
if (typeof optionsOrCb !== "object")
|
|
862
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
863
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
864
|
+
}
|
|
865
|
+
else {
|
|
866
|
+
return this.send(command, optionsOrCb);
|
|
867
|
+
}
|
|
868
|
+
};
|
|
869
|
+
WAF.prototype.listSqlInjectionMatchSets = function (args, optionsOrCb, cb) {
|
|
870
|
+
var command = new ListSqlInjectionMatchSetsCommand(args);
|
|
871
|
+
if (typeof optionsOrCb === "function") {
|
|
872
|
+
this.send(command, optionsOrCb);
|
|
873
|
+
}
|
|
874
|
+
else if (typeof cb === "function") {
|
|
875
|
+
if (typeof optionsOrCb !== "object")
|
|
876
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
877
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
878
|
+
}
|
|
879
|
+
else {
|
|
880
|
+
return this.send(command, optionsOrCb);
|
|
881
|
+
}
|
|
882
|
+
};
|
|
883
|
+
WAF.prototype.listSubscribedRuleGroups = function (args, optionsOrCb, cb) {
|
|
884
|
+
var command = new ListSubscribedRuleGroupsCommand(args);
|
|
885
|
+
if (typeof optionsOrCb === "function") {
|
|
886
|
+
this.send(command, optionsOrCb);
|
|
887
|
+
}
|
|
888
|
+
else if (typeof cb === "function") {
|
|
889
|
+
if (typeof optionsOrCb !== "object")
|
|
890
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
891
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
892
|
+
}
|
|
893
|
+
else {
|
|
894
|
+
return this.send(command, optionsOrCb);
|
|
895
|
+
}
|
|
896
|
+
};
|
|
897
|
+
WAF.prototype.listTagsForResource = function (args, optionsOrCb, cb) {
|
|
898
|
+
var command = new ListTagsForResourceCommand(args);
|
|
899
|
+
if (typeof optionsOrCb === "function") {
|
|
900
|
+
this.send(command, optionsOrCb);
|
|
901
|
+
}
|
|
902
|
+
else if (typeof cb === "function") {
|
|
903
|
+
if (typeof optionsOrCb !== "object")
|
|
904
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
905
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
906
|
+
}
|
|
907
|
+
else {
|
|
908
|
+
return this.send(command, optionsOrCb);
|
|
909
|
+
}
|
|
910
|
+
};
|
|
911
|
+
WAF.prototype.listWebACLs = function (args, optionsOrCb, cb) {
|
|
912
|
+
var command = new ListWebACLsCommand(args);
|
|
913
|
+
if (typeof optionsOrCb === "function") {
|
|
914
|
+
this.send(command, optionsOrCb);
|
|
915
|
+
}
|
|
916
|
+
else if (typeof cb === "function") {
|
|
917
|
+
if (typeof optionsOrCb !== "object")
|
|
918
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
919
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
920
|
+
}
|
|
921
|
+
else {
|
|
922
|
+
return this.send(command, optionsOrCb);
|
|
923
|
+
}
|
|
924
|
+
};
|
|
925
|
+
WAF.prototype.listXssMatchSets = function (args, optionsOrCb, cb) {
|
|
926
|
+
var command = new ListXssMatchSetsCommand(args);
|
|
927
|
+
if (typeof optionsOrCb === "function") {
|
|
928
|
+
this.send(command, optionsOrCb);
|
|
929
|
+
}
|
|
930
|
+
else if (typeof cb === "function") {
|
|
931
|
+
if (typeof optionsOrCb !== "object")
|
|
932
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
933
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
934
|
+
}
|
|
935
|
+
else {
|
|
936
|
+
return this.send(command, optionsOrCb);
|
|
937
|
+
}
|
|
938
|
+
};
|
|
939
|
+
WAF.prototype.putLoggingConfiguration = function (args, optionsOrCb, cb) {
|
|
940
|
+
var command = new PutLoggingConfigurationCommand(args);
|
|
941
|
+
if (typeof optionsOrCb === "function") {
|
|
942
|
+
this.send(command, optionsOrCb);
|
|
943
|
+
}
|
|
944
|
+
else if (typeof cb === "function") {
|
|
945
|
+
if (typeof optionsOrCb !== "object")
|
|
946
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
947
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
948
|
+
}
|
|
949
|
+
else {
|
|
950
|
+
return this.send(command, optionsOrCb);
|
|
951
|
+
}
|
|
952
|
+
};
|
|
953
|
+
WAF.prototype.putPermissionPolicy = function (args, optionsOrCb, cb) {
|
|
954
|
+
var command = new PutPermissionPolicyCommand(args);
|
|
955
|
+
if (typeof optionsOrCb === "function") {
|
|
956
|
+
this.send(command, optionsOrCb);
|
|
957
|
+
}
|
|
958
|
+
else if (typeof cb === "function") {
|
|
959
|
+
if (typeof optionsOrCb !== "object")
|
|
960
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
961
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
962
|
+
}
|
|
963
|
+
else {
|
|
964
|
+
return this.send(command, optionsOrCb);
|
|
965
|
+
}
|
|
966
|
+
};
|
|
967
|
+
WAF.prototype.tagResource = function (args, optionsOrCb, cb) {
|
|
968
|
+
var command = new TagResourceCommand(args);
|
|
969
|
+
if (typeof optionsOrCb === "function") {
|
|
970
|
+
this.send(command, optionsOrCb);
|
|
971
|
+
}
|
|
972
|
+
else if (typeof cb === "function") {
|
|
973
|
+
if (typeof optionsOrCb !== "object")
|
|
974
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
975
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
976
|
+
}
|
|
977
|
+
else {
|
|
978
|
+
return this.send(command, optionsOrCb);
|
|
979
|
+
}
|
|
980
|
+
};
|
|
981
|
+
WAF.prototype.untagResource = function (args, optionsOrCb, cb) {
|
|
982
|
+
var command = new UntagResourceCommand(args);
|
|
983
|
+
if (typeof optionsOrCb === "function") {
|
|
984
|
+
this.send(command, optionsOrCb);
|
|
985
|
+
}
|
|
986
|
+
else if (typeof cb === "function") {
|
|
987
|
+
if (typeof optionsOrCb !== "object")
|
|
988
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
989
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
990
|
+
}
|
|
991
|
+
else {
|
|
992
|
+
return this.send(command, optionsOrCb);
|
|
993
|
+
}
|
|
994
|
+
};
|
|
995
|
+
WAF.prototype.updateByteMatchSet = function (args, optionsOrCb, cb) {
|
|
996
|
+
var command = new UpdateByteMatchSetCommand(args);
|
|
997
|
+
if (typeof optionsOrCb === "function") {
|
|
998
|
+
this.send(command, optionsOrCb);
|
|
999
|
+
}
|
|
1000
|
+
else if (typeof cb === "function") {
|
|
1001
|
+
if (typeof optionsOrCb !== "object")
|
|
1002
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1003
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1004
|
+
}
|
|
1005
|
+
else {
|
|
1006
|
+
return this.send(command, optionsOrCb);
|
|
1007
|
+
}
|
|
1008
|
+
};
|
|
1009
|
+
WAF.prototype.updateGeoMatchSet = function (args, optionsOrCb, cb) {
|
|
1010
|
+
var command = new UpdateGeoMatchSetCommand(args);
|
|
1011
|
+
if (typeof optionsOrCb === "function") {
|
|
1012
|
+
this.send(command, optionsOrCb);
|
|
1013
|
+
}
|
|
1014
|
+
else if (typeof cb === "function") {
|
|
1015
|
+
if (typeof optionsOrCb !== "object")
|
|
1016
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1017
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1018
|
+
}
|
|
1019
|
+
else {
|
|
1020
|
+
return this.send(command, optionsOrCb);
|
|
1021
|
+
}
|
|
1022
|
+
};
|
|
1023
|
+
WAF.prototype.updateIPSet = function (args, optionsOrCb, cb) {
|
|
1024
|
+
var command = new UpdateIPSetCommand(args);
|
|
1025
|
+
if (typeof optionsOrCb === "function") {
|
|
1026
|
+
this.send(command, optionsOrCb);
|
|
1027
|
+
}
|
|
1028
|
+
else if (typeof cb === "function") {
|
|
1029
|
+
if (typeof optionsOrCb !== "object")
|
|
1030
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1031
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1032
|
+
}
|
|
1033
|
+
else {
|
|
1034
|
+
return this.send(command, optionsOrCb);
|
|
1035
|
+
}
|
|
1036
|
+
};
|
|
1037
|
+
WAF.prototype.updateRateBasedRule = function (args, optionsOrCb, cb) {
|
|
1038
|
+
var command = new UpdateRateBasedRuleCommand(args);
|
|
1039
|
+
if (typeof optionsOrCb === "function") {
|
|
1040
|
+
this.send(command, optionsOrCb);
|
|
1041
|
+
}
|
|
1042
|
+
else if (typeof cb === "function") {
|
|
1043
|
+
if (typeof optionsOrCb !== "object")
|
|
1044
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1045
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1046
|
+
}
|
|
1047
|
+
else {
|
|
1048
|
+
return this.send(command, optionsOrCb);
|
|
1049
|
+
}
|
|
1050
|
+
};
|
|
1051
|
+
WAF.prototype.updateRegexMatchSet = function (args, optionsOrCb, cb) {
|
|
1052
|
+
var command = new UpdateRegexMatchSetCommand(args);
|
|
1053
|
+
if (typeof optionsOrCb === "function") {
|
|
1054
|
+
this.send(command, optionsOrCb);
|
|
1055
|
+
}
|
|
1056
|
+
else if (typeof cb === "function") {
|
|
1057
|
+
if (typeof optionsOrCb !== "object")
|
|
1058
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1059
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1060
|
+
}
|
|
1061
|
+
else {
|
|
1062
|
+
return this.send(command, optionsOrCb);
|
|
1063
|
+
}
|
|
1064
|
+
};
|
|
1065
|
+
WAF.prototype.updateRegexPatternSet = function (args, optionsOrCb, cb) {
|
|
1066
|
+
var command = new UpdateRegexPatternSetCommand(args);
|
|
1067
|
+
if (typeof optionsOrCb === "function") {
|
|
1068
|
+
this.send(command, optionsOrCb);
|
|
1069
|
+
}
|
|
1070
|
+
else if (typeof cb === "function") {
|
|
1071
|
+
if (typeof optionsOrCb !== "object")
|
|
1072
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1073
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1074
|
+
}
|
|
1075
|
+
else {
|
|
1076
|
+
return this.send(command, optionsOrCb);
|
|
1077
|
+
}
|
|
1078
|
+
};
|
|
1079
|
+
WAF.prototype.updateRule = function (args, optionsOrCb, cb) {
|
|
1080
|
+
var command = new UpdateRuleCommand(args);
|
|
1081
|
+
if (typeof optionsOrCb === "function") {
|
|
1082
|
+
this.send(command, optionsOrCb);
|
|
1083
|
+
}
|
|
1084
|
+
else if (typeof cb === "function") {
|
|
1085
|
+
if (typeof optionsOrCb !== "object")
|
|
1086
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1087
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1088
|
+
}
|
|
1089
|
+
else {
|
|
1090
|
+
return this.send(command, optionsOrCb);
|
|
1091
|
+
}
|
|
1092
|
+
};
|
|
1093
|
+
WAF.prototype.updateRuleGroup = function (args, optionsOrCb, cb) {
|
|
1094
|
+
var command = new UpdateRuleGroupCommand(args);
|
|
1095
|
+
if (typeof optionsOrCb === "function") {
|
|
1096
|
+
this.send(command, optionsOrCb);
|
|
1097
|
+
}
|
|
1098
|
+
else if (typeof cb === "function") {
|
|
1099
|
+
if (typeof optionsOrCb !== "object")
|
|
1100
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1101
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1102
|
+
}
|
|
1103
|
+
else {
|
|
1104
|
+
return this.send(command, optionsOrCb);
|
|
1105
|
+
}
|
|
1106
|
+
};
|
|
1107
|
+
WAF.prototype.updateSizeConstraintSet = function (args, optionsOrCb, cb) {
|
|
1108
|
+
var command = new UpdateSizeConstraintSetCommand(args);
|
|
1109
|
+
if (typeof optionsOrCb === "function") {
|
|
1110
|
+
this.send(command, optionsOrCb);
|
|
1111
|
+
}
|
|
1112
|
+
else if (typeof cb === "function") {
|
|
1113
|
+
if (typeof optionsOrCb !== "object")
|
|
1114
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1115
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1116
|
+
}
|
|
1117
|
+
else {
|
|
1118
|
+
return this.send(command, optionsOrCb);
|
|
1119
|
+
}
|
|
1120
|
+
};
|
|
1121
|
+
WAF.prototype.updateSqlInjectionMatchSet = function (args, optionsOrCb, cb) {
|
|
1122
|
+
var command = new UpdateSqlInjectionMatchSetCommand(args);
|
|
1123
|
+
if (typeof optionsOrCb === "function") {
|
|
1124
|
+
this.send(command, optionsOrCb);
|
|
1125
|
+
}
|
|
1126
|
+
else if (typeof cb === "function") {
|
|
1127
|
+
if (typeof optionsOrCb !== "object")
|
|
1128
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1129
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1130
|
+
}
|
|
1131
|
+
else {
|
|
1132
|
+
return this.send(command, optionsOrCb);
|
|
1133
|
+
}
|
|
1134
|
+
};
|
|
1135
|
+
WAF.prototype.updateWebACL = function (args, optionsOrCb, cb) {
|
|
1136
|
+
var command = new UpdateWebACLCommand(args);
|
|
1137
|
+
if (typeof optionsOrCb === "function") {
|
|
1138
|
+
this.send(command, optionsOrCb);
|
|
1139
|
+
}
|
|
1140
|
+
else if (typeof cb === "function") {
|
|
1141
|
+
if (typeof optionsOrCb !== "object")
|
|
1142
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1143
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1144
|
+
}
|
|
1145
|
+
else {
|
|
1146
|
+
return this.send(command, optionsOrCb);
|
|
1147
|
+
}
|
|
1148
|
+
};
|
|
1149
|
+
WAF.prototype.updateXssMatchSet = function (args, optionsOrCb, cb) {
|
|
1150
|
+
var command = new UpdateXssMatchSetCommand(args);
|
|
1151
|
+
if (typeof optionsOrCb === "function") {
|
|
1152
|
+
this.send(command, optionsOrCb);
|
|
1153
|
+
}
|
|
1154
|
+
else if (typeof cb === "function") {
|
|
1155
|
+
if (typeof optionsOrCb !== "object")
|
|
1156
|
+
throw new Error("Expect http options but get " + typeof optionsOrCb);
|
|
1157
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1158
|
+
}
|
|
1159
|
+
else {
|
|
1160
|
+
return this.send(command, optionsOrCb);
|
|
1161
|
+
}
|
|
1162
|
+
};
|
|
1163
|
+
return WAF;
|
|
1164
|
+
}(WAFClient));
|
|
1165
|
+
export { WAF };
|
|
1166
|
+
//# sourceMappingURL=WAF.js.map
|