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