@aws-sdk/client-waf 3.31.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 +39 -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/endpoints.js +68 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +84 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -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/protocols/Aws_json1_1.js +9200 -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/runtimeConfig.native.js +20 -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/endpoints.js +64 -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/models/models_0.js +1291 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/protocols/Aws_json1_1.js +9605 -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/runtimeConfig.native.js +9 -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/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -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/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- 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 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- 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 +0 -68
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -84
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- 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 +0 -9200
- 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 +0 -20
- 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 -1179
- package/dist/es/WAF.js.map +0 -1
- package/dist/es/WAFClient.js +0 -56
- package/dist/es/WAFClient.js.map +0 -1
- package/dist/es/commands/CreateByteMatchSetCommand.js +0 -96
- package/dist/es/commands/CreateByteMatchSetCommand.js.map +0 -1
- package/dist/es/commands/CreateGeoMatchSetCommand.js +0 -93
- package/dist/es/commands/CreateGeoMatchSetCommand.js.map +0 -1
- package/dist/es/commands/CreateIPSetCommand.js +0 -98
- package/dist/es/commands/CreateIPSetCommand.js.map +0 -1
- package/dist/es/commands/CreateRateBasedRuleCommand.js +0 -158
- package/dist/es/commands/CreateRateBasedRuleCommand.js.map +0 -1
- package/dist/es/commands/CreateRegexMatchSetCommand.js +0 -96
- package/dist/es/commands/CreateRegexMatchSetCommand.js.map +0 -1
- package/dist/es/commands/CreateRegexPatternSetCommand.js +0 -92
- package/dist/es/commands/CreateRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/CreateRuleCommand.js +0 -116
- package/dist/es/commands/CreateRuleCommand.js.map +0 -1
- package/dist/es/commands/CreateRuleGroupCommand.js +0 -87
- package/dist/es/commands/CreateRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateSizeConstraintSetCommand.js +0 -96
- package/dist/es/commands/CreateSizeConstraintSetCommand.js.map +0 -1
- package/dist/es/commands/CreateSqlInjectionMatchSetCommand.js +0 -94
- package/dist/es/commands/CreateSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/es/commands/CreateWebACLCommand.js +0 -104
- package/dist/es/commands/CreateWebACLCommand.js.map +0 -1
- package/dist/es/commands/CreateWebACLMigrationStackCommand.js +0 -72
- package/dist/es/commands/CreateWebACLMigrationStackCommand.js.map +0 -1
- package/dist/es/commands/CreateXssMatchSetCommand.js +0 -94
- package/dist/es/commands/CreateXssMatchSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteByteMatchSetCommand.js +0 -88
- package/dist/es/commands/DeleteByteMatchSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteGeoMatchSetCommand.js +0 -88
- package/dist/es/commands/DeleteGeoMatchSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteIPSetCommand.js +0 -88
- package/dist/es/commands/DeleteIPSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteLoggingConfigurationCommand.js +0 -74
- package/dist/es/commands/DeleteLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeletePermissionPolicyCommand.js +0 -74
- package/dist/es/commands/DeletePermissionPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteRateBasedRuleCommand.js +0 -92
- package/dist/es/commands/DeleteRateBasedRuleCommand.js.map +0 -1
- package/dist/es/commands/DeleteRegexMatchSetCommand.js +0 -88
- package/dist/es/commands/DeleteRegexMatchSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteRegexPatternSetCommand.js +0 -74
- package/dist/es/commands/DeleteRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteRuleCommand.js +0 -88
- package/dist/es/commands/DeleteRuleCommand.js.map +0 -1
- package/dist/es/commands/DeleteRuleGroupCommand.js +0 -88
- package/dist/es/commands/DeleteRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteSizeConstraintSetCommand.js +0 -88
- package/dist/es/commands/DeleteSizeConstraintSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteSqlInjectionMatchSetCommand.js +0 -89
- package/dist/es/commands/DeleteSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteWebACLCommand.js +0 -86
- package/dist/es/commands/DeleteWebACLCommand.js.map +0 -1
- package/dist/es/commands/DeleteXssMatchSetCommand.js +0 -89
- package/dist/es/commands/DeleteXssMatchSetCommand.js.map +0 -1
- package/dist/es/commands/GetByteMatchSetCommand.js +0 -73
- package/dist/es/commands/GetByteMatchSetCommand.js.map +0 -1
- package/dist/es/commands/GetChangeTokenCommand.js +0 -79
- package/dist/es/commands/GetChangeTokenCommand.js.map +0 -1
- package/dist/es/commands/GetChangeTokenStatusCommand.js +0 -89
- package/dist/es/commands/GetChangeTokenStatusCommand.js.map +0 -1
- package/dist/es/commands/GetGeoMatchSetCommand.js +0 -73
- package/dist/es/commands/GetGeoMatchSetCommand.js.map +0 -1
- package/dist/es/commands/GetIPSetCommand.js +0 -73
- package/dist/es/commands/GetIPSetCommand.js.map +0 -1
- package/dist/es/commands/GetLoggingConfigurationCommand.js +0 -73
- package/dist/es/commands/GetLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetPermissionPolicyCommand.js +0 -73
- package/dist/es/commands/GetPermissionPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetRateBasedRuleCommand.js +0 -75
- package/dist/es/commands/GetRateBasedRuleCommand.js.map +0 -1
- package/dist/es/commands/GetRateBasedRuleManagedKeysCommand.js +0 -75
- package/dist/es/commands/GetRateBasedRuleManagedKeysCommand.js.map +0 -1
- package/dist/es/commands/GetRegexMatchSetCommand.js +0 -73
- package/dist/es/commands/GetRegexMatchSetCommand.js.map +0 -1
- package/dist/es/commands/GetRegexPatternSetCommand.js +0 -73
- package/dist/es/commands/GetRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/GetRuleCommand.js +0 -73
- package/dist/es/commands/GetRuleCommand.js.map +0 -1
- package/dist/es/commands/GetRuleGroupCommand.js +0 -74
- package/dist/es/commands/GetRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/GetSampledRequestsCommand.js +0 -77
- package/dist/es/commands/GetSampledRequestsCommand.js.map +0 -1
- package/dist/es/commands/GetSizeConstraintSetCommand.js +0 -73
- package/dist/es/commands/GetSizeConstraintSetCommand.js.map +0 -1
- package/dist/es/commands/GetSqlInjectionMatchSetCommand.js +0 -73
- package/dist/es/commands/GetSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/es/commands/GetWebACLCommand.js +0 -73
- package/dist/es/commands/GetWebACLCommand.js.map +0 -1
- package/dist/es/commands/GetXssMatchSetCommand.js +0 -73
- package/dist/es/commands/GetXssMatchSetCommand.js.map +0 -1
- package/dist/es/commands/ListActivatedRulesInRuleGroupCommand.js +0 -73
- package/dist/es/commands/ListActivatedRulesInRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/ListByteMatchSetsCommand.js +0 -73
- package/dist/es/commands/ListByteMatchSetsCommand.js.map +0 -1
- package/dist/es/commands/ListGeoMatchSetsCommand.js +0 -73
- package/dist/es/commands/ListGeoMatchSetsCommand.js.map +0 -1
- package/dist/es/commands/ListIPSetsCommand.js +0 -73
- package/dist/es/commands/ListIPSetsCommand.js.map +0 -1
- package/dist/es/commands/ListLoggingConfigurationsCommand.js +0 -73
- package/dist/es/commands/ListLoggingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/ListRateBasedRulesCommand.js +0 -73
- package/dist/es/commands/ListRateBasedRulesCommand.js.map +0 -1
- package/dist/es/commands/ListRegexMatchSetsCommand.js +0 -73
- package/dist/es/commands/ListRegexMatchSetsCommand.js.map +0 -1
- package/dist/es/commands/ListRegexPatternSetsCommand.js +0 -73
- package/dist/es/commands/ListRegexPatternSetsCommand.js.map +0 -1
- package/dist/es/commands/ListRuleGroupsCommand.js +0 -73
- package/dist/es/commands/ListRuleGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListRulesCommand.js +0 -73
- package/dist/es/commands/ListRulesCommand.js.map +0 -1
- package/dist/es/commands/ListSizeConstraintSetsCommand.js +0 -73
- package/dist/es/commands/ListSizeConstraintSetsCommand.js.map +0 -1
- package/dist/es/commands/ListSqlInjectionMatchSetsCommand.js +0 -73
- package/dist/es/commands/ListSqlInjectionMatchSetsCommand.js.map +0 -1
- package/dist/es/commands/ListSubscribedRuleGroupsCommand.js +0 -73
- package/dist/es/commands/ListSubscribedRuleGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -74
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListWebACLsCommand.js +0 -73
- package/dist/es/commands/ListWebACLsCommand.js.map +0 -1
- package/dist/es/commands/ListXssMatchSetsCommand.js +0 -73
- package/dist/es/commands/ListXssMatchSetsCommand.js.map +0 -1
- package/dist/es/commands/PutLoggingConfigurationCommand.js +0 -90
- package/dist/es/commands/PutLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutPermissionPolicyCommand.js +0 -105
- package/dist/es/commands/PutPermissionPolicyCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -74
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -73
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateByteMatchSetCommand.js +0 -111
- package/dist/es/commands/UpdateByteMatchSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateGeoMatchSetCommand.js +0 -103
- package/dist/es/commands/UpdateGeoMatchSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateIPSetCommand.js +0 -138
- package/dist/es/commands/UpdateIPSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateRateBasedRuleCommand.js +0 -119
- package/dist/es/commands/UpdateRateBasedRuleCommand.js.map +0 -1
- package/dist/es/commands/UpdateRegexMatchSetCommand.js +0 -107
- package/dist/es/commands/UpdateRegexMatchSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateRegexPatternSetCommand.js +0 -112
- package/dist/es/commands/UpdateRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateRuleCommand.js +0 -114
- package/dist/es/commands/UpdateRuleCommand.js.map +0 -1
- package/dist/es/commands/UpdateRuleGroupCommand.js +0 -97
- package/dist/es/commands/UpdateRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateSizeConstraintSetCommand.js +0 -115
- package/dist/es/commands/UpdateSizeConstraintSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateSqlInjectionMatchSetCommand.js +0 -114
- package/dist/es/commands/UpdateSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateWebACLCommand.js +0 -144
- package/dist/es/commands/UpdateWebACLCommand.js.map +0 -1
- package/dist/es/commands/UpdateXssMatchSetCommand.js +0 -116
- package/dist/es/commands/UpdateXssMatchSetCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -64
- 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 +0 -1975
- 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 +0 -9610
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- 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.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- 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.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- 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
|
@@ -0,0 +1,1291 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
export var WafActionType;
|
|
3
|
+
(function (WafActionType) {
|
|
4
|
+
WafActionType["ALLOW"] = "ALLOW";
|
|
5
|
+
WafActionType["BLOCK"] = "BLOCK";
|
|
6
|
+
WafActionType["COUNT"] = "COUNT";
|
|
7
|
+
})(WafActionType || (WafActionType = {}));
|
|
8
|
+
export var WafAction;
|
|
9
|
+
(function (WafAction) {
|
|
10
|
+
WafAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
11
|
+
})(WafAction || (WafAction = {}));
|
|
12
|
+
export var ExcludedRule;
|
|
13
|
+
(function (ExcludedRule) {
|
|
14
|
+
ExcludedRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
|
+
})(ExcludedRule || (ExcludedRule = {}));
|
|
16
|
+
export var WafOverrideActionType;
|
|
17
|
+
(function (WafOverrideActionType) {
|
|
18
|
+
WafOverrideActionType["COUNT"] = "COUNT";
|
|
19
|
+
WafOverrideActionType["NONE"] = "NONE";
|
|
20
|
+
})(WafOverrideActionType || (WafOverrideActionType = {}));
|
|
21
|
+
export var WafOverrideAction;
|
|
22
|
+
(function (WafOverrideAction) {
|
|
23
|
+
WafOverrideAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
24
|
+
})(WafOverrideAction || (WafOverrideAction = {}));
|
|
25
|
+
export var WafRuleType;
|
|
26
|
+
(function (WafRuleType) {
|
|
27
|
+
WafRuleType["GROUP"] = "GROUP";
|
|
28
|
+
WafRuleType["RATE_BASED"] = "RATE_BASED";
|
|
29
|
+
WafRuleType["REGULAR"] = "REGULAR";
|
|
30
|
+
})(WafRuleType || (WafRuleType = {}));
|
|
31
|
+
export var ActivatedRule;
|
|
32
|
+
(function (ActivatedRule) {
|
|
33
|
+
ActivatedRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
|
+
})(ActivatedRule || (ActivatedRule = {}));
|
|
35
|
+
export var CreateByteMatchSetRequest;
|
|
36
|
+
(function (CreateByteMatchSetRequest) {
|
|
37
|
+
CreateByteMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
|
+
})(CreateByteMatchSetRequest || (CreateByteMatchSetRequest = {}));
|
|
39
|
+
export var MatchFieldType;
|
|
40
|
+
(function (MatchFieldType) {
|
|
41
|
+
MatchFieldType["ALL_QUERY_ARGS"] = "ALL_QUERY_ARGS";
|
|
42
|
+
MatchFieldType["BODY"] = "BODY";
|
|
43
|
+
MatchFieldType["HEADER"] = "HEADER";
|
|
44
|
+
MatchFieldType["METHOD"] = "METHOD";
|
|
45
|
+
MatchFieldType["QUERY_STRING"] = "QUERY_STRING";
|
|
46
|
+
MatchFieldType["SINGLE_QUERY_ARG"] = "SINGLE_QUERY_ARG";
|
|
47
|
+
MatchFieldType["URI"] = "URI";
|
|
48
|
+
})(MatchFieldType || (MatchFieldType = {}));
|
|
49
|
+
export var FieldToMatch;
|
|
50
|
+
(function (FieldToMatch) {
|
|
51
|
+
FieldToMatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
52
|
+
})(FieldToMatch || (FieldToMatch = {}));
|
|
53
|
+
export var PositionalConstraint;
|
|
54
|
+
(function (PositionalConstraint) {
|
|
55
|
+
PositionalConstraint["CONTAINS"] = "CONTAINS";
|
|
56
|
+
PositionalConstraint["CONTAINS_WORD"] = "CONTAINS_WORD";
|
|
57
|
+
PositionalConstraint["ENDS_WITH"] = "ENDS_WITH";
|
|
58
|
+
PositionalConstraint["EXACTLY"] = "EXACTLY";
|
|
59
|
+
PositionalConstraint["STARTS_WITH"] = "STARTS_WITH";
|
|
60
|
+
})(PositionalConstraint || (PositionalConstraint = {}));
|
|
61
|
+
export var TextTransformation;
|
|
62
|
+
(function (TextTransformation) {
|
|
63
|
+
TextTransformation["CMD_LINE"] = "CMD_LINE";
|
|
64
|
+
TextTransformation["COMPRESS_WHITE_SPACE"] = "COMPRESS_WHITE_SPACE";
|
|
65
|
+
TextTransformation["HTML_ENTITY_DECODE"] = "HTML_ENTITY_DECODE";
|
|
66
|
+
TextTransformation["LOWERCASE"] = "LOWERCASE";
|
|
67
|
+
TextTransformation["NONE"] = "NONE";
|
|
68
|
+
TextTransformation["URL_DECODE"] = "URL_DECODE";
|
|
69
|
+
})(TextTransformation || (TextTransformation = {}));
|
|
70
|
+
export var ByteMatchTuple;
|
|
71
|
+
(function (ByteMatchTuple) {
|
|
72
|
+
ByteMatchTuple.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
+
})(ByteMatchTuple || (ByteMatchTuple = {}));
|
|
74
|
+
export var ByteMatchSet;
|
|
75
|
+
(function (ByteMatchSet) {
|
|
76
|
+
ByteMatchSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
+
})(ByteMatchSet || (ByteMatchSet = {}));
|
|
78
|
+
export var CreateByteMatchSetResponse;
|
|
79
|
+
(function (CreateByteMatchSetResponse) {
|
|
80
|
+
CreateByteMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
+
})(CreateByteMatchSetResponse || (CreateByteMatchSetResponse = {}));
|
|
82
|
+
export var WAFDisallowedNameException;
|
|
83
|
+
(function (WAFDisallowedNameException) {
|
|
84
|
+
WAFDisallowedNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
+
})(WAFDisallowedNameException || (WAFDisallowedNameException = {}));
|
|
86
|
+
export var WAFInternalErrorException;
|
|
87
|
+
(function (WAFInternalErrorException) {
|
|
88
|
+
WAFInternalErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
+
})(WAFInternalErrorException || (WAFInternalErrorException = {}));
|
|
90
|
+
export var WAFInvalidAccountException;
|
|
91
|
+
(function (WAFInvalidAccountException) {
|
|
92
|
+
WAFInvalidAccountException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
+
})(WAFInvalidAccountException || (WAFInvalidAccountException = {}));
|
|
94
|
+
export var ParameterExceptionField;
|
|
95
|
+
(function (ParameterExceptionField) {
|
|
96
|
+
ParameterExceptionField["BYTE_MATCH_FIELD_TYPE"] = "BYTE_MATCH_FIELD_TYPE";
|
|
97
|
+
ParameterExceptionField["BYTE_MATCH_POSITIONAL_CONSTRAINT"] = "BYTE_MATCH_POSITIONAL_CONSTRAINT";
|
|
98
|
+
ParameterExceptionField["BYTE_MATCH_TEXT_TRANSFORMATION"] = "BYTE_MATCH_TEXT_TRANSFORMATION";
|
|
99
|
+
ParameterExceptionField["CHANGE_ACTION"] = "CHANGE_ACTION";
|
|
100
|
+
ParameterExceptionField["GEO_MATCH_LOCATION_TYPE"] = "GEO_MATCH_LOCATION_TYPE";
|
|
101
|
+
ParameterExceptionField["GEO_MATCH_LOCATION_VALUE"] = "GEO_MATCH_LOCATION_VALUE";
|
|
102
|
+
ParameterExceptionField["IPSET_TYPE"] = "IPSET_TYPE";
|
|
103
|
+
ParameterExceptionField["NEXT_MARKER"] = "NEXT_MARKER";
|
|
104
|
+
ParameterExceptionField["PREDICATE_TYPE"] = "PREDICATE_TYPE";
|
|
105
|
+
ParameterExceptionField["RATE_KEY"] = "RATE_KEY";
|
|
106
|
+
ParameterExceptionField["RESOURCE_ARN"] = "RESOURCE_ARN";
|
|
107
|
+
ParameterExceptionField["RULE_TYPE"] = "RULE_TYPE";
|
|
108
|
+
ParameterExceptionField["SIZE_CONSTRAINT_COMPARISON_OPERATOR"] = "SIZE_CONSTRAINT_COMPARISON_OPERATOR";
|
|
109
|
+
ParameterExceptionField["SQL_INJECTION_MATCH_FIELD_TYPE"] = "SQL_INJECTION_MATCH_FIELD_TYPE";
|
|
110
|
+
ParameterExceptionField["TAGS"] = "TAGS";
|
|
111
|
+
ParameterExceptionField["TAG_KEYS"] = "TAG_KEYS";
|
|
112
|
+
ParameterExceptionField["WAF_ACTION"] = "WAF_ACTION";
|
|
113
|
+
ParameterExceptionField["WAF_OVERRIDE_ACTION"] = "WAF_OVERRIDE_ACTION";
|
|
114
|
+
})(ParameterExceptionField || (ParameterExceptionField = {}));
|
|
115
|
+
export var ParameterExceptionReason;
|
|
116
|
+
(function (ParameterExceptionReason) {
|
|
117
|
+
ParameterExceptionReason["ILLEGAL_ARGUMENT"] = "ILLEGAL_ARGUMENT";
|
|
118
|
+
ParameterExceptionReason["ILLEGAL_COMBINATION"] = "ILLEGAL_COMBINATION";
|
|
119
|
+
ParameterExceptionReason["INVALID_OPTION"] = "INVALID_OPTION";
|
|
120
|
+
ParameterExceptionReason["INVALID_TAG_KEY"] = "INVALID_TAG_KEY";
|
|
121
|
+
})(ParameterExceptionReason || (ParameterExceptionReason = {}));
|
|
122
|
+
export var WAFInvalidParameterException;
|
|
123
|
+
(function (WAFInvalidParameterException) {
|
|
124
|
+
WAFInvalidParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
+
})(WAFInvalidParameterException || (WAFInvalidParameterException = {}));
|
|
126
|
+
export var WAFLimitsExceededException;
|
|
127
|
+
(function (WAFLimitsExceededException) {
|
|
128
|
+
WAFLimitsExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
})(WAFLimitsExceededException || (WAFLimitsExceededException = {}));
|
|
130
|
+
export var WAFStaleDataException;
|
|
131
|
+
(function (WAFStaleDataException) {
|
|
132
|
+
WAFStaleDataException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
})(WAFStaleDataException || (WAFStaleDataException = {}));
|
|
134
|
+
export var CreateGeoMatchSetRequest;
|
|
135
|
+
(function (CreateGeoMatchSetRequest) {
|
|
136
|
+
CreateGeoMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
})(CreateGeoMatchSetRequest || (CreateGeoMatchSetRequest = {}));
|
|
138
|
+
export var GeoMatchConstraintType;
|
|
139
|
+
(function (GeoMatchConstraintType) {
|
|
140
|
+
GeoMatchConstraintType["Country"] = "Country";
|
|
141
|
+
})(GeoMatchConstraintType || (GeoMatchConstraintType = {}));
|
|
142
|
+
export var GeoMatchConstraintValue;
|
|
143
|
+
(function (GeoMatchConstraintValue) {
|
|
144
|
+
GeoMatchConstraintValue["AD"] = "AD";
|
|
145
|
+
GeoMatchConstraintValue["AE"] = "AE";
|
|
146
|
+
GeoMatchConstraintValue["AF"] = "AF";
|
|
147
|
+
GeoMatchConstraintValue["AG"] = "AG";
|
|
148
|
+
GeoMatchConstraintValue["AI"] = "AI";
|
|
149
|
+
GeoMatchConstraintValue["AL"] = "AL";
|
|
150
|
+
GeoMatchConstraintValue["AM"] = "AM";
|
|
151
|
+
GeoMatchConstraintValue["AO"] = "AO";
|
|
152
|
+
GeoMatchConstraintValue["AQ"] = "AQ";
|
|
153
|
+
GeoMatchConstraintValue["AR"] = "AR";
|
|
154
|
+
GeoMatchConstraintValue["AS"] = "AS";
|
|
155
|
+
GeoMatchConstraintValue["AT"] = "AT";
|
|
156
|
+
GeoMatchConstraintValue["AU"] = "AU";
|
|
157
|
+
GeoMatchConstraintValue["AW"] = "AW";
|
|
158
|
+
GeoMatchConstraintValue["AX"] = "AX";
|
|
159
|
+
GeoMatchConstraintValue["AZ"] = "AZ";
|
|
160
|
+
GeoMatchConstraintValue["BA"] = "BA";
|
|
161
|
+
GeoMatchConstraintValue["BB"] = "BB";
|
|
162
|
+
GeoMatchConstraintValue["BD"] = "BD";
|
|
163
|
+
GeoMatchConstraintValue["BE"] = "BE";
|
|
164
|
+
GeoMatchConstraintValue["BF"] = "BF";
|
|
165
|
+
GeoMatchConstraintValue["BG"] = "BG";
|
|
166
|
+
GeoMatchConstraintValue["BH"] = "BH";
|
|
167
|
+
GeoMatchConstraintValue["BI"] = "BI";
|
|
168
|
+
GeoMatchConstraintValue["BJ"] = "BJ";
|
|
169
|
+
GeoMatchConstraintValue["BL"] = "BL";
|
|
170
|
+
GeoMatchConstraintValue["BM"] = "BM";
|
|
171
|
+
GeoMatchConstraintValue["BN"] = "BN";
|
|
172
|
+
GeoMatchConstraintValue["BO"] = "BO";
|
|
173
|
+
GeoMatchConstraintValue["BQ"] = "BQ";
|
|
174
|
+
GeoMatchConstraintValue["BR"] = "BR";
|
|
175
|
+
GeoMatchConstraintValue["BS"] = "BS";
|
|
176
|
+
GeoMatchConstraintValue["BT"] = "BT";
|
|
177
|
+
GeoMatchConstraintValue["BV"] = "BV";
|
|
178
|
+
GeoMatchConstraintValue["BW"] = "BW";
|
|
179
|
+
GeoMatchConstraintValue["BY"] = "BY";
|
|
180
|
+
GeoMatchConstraintValue["BZ"] = "BZ";
|
|
181
|
+
GeoMatchConstraintValue["CA"] = "CA";
|
|
182
|
+
GeoMatchConstraintValue["CC"] = "CC";
|
|
183
|
+
GeoMatchConstraintValue["CD"] = "CD";
|
|
184
|
+
GeoMatchConstraintValue["CF"] = "CF";
|
|
185
|
+
GeoMatchConstraintValue["CG"] = "CG";
|
|
186
|
+
GeoMatchConstraintValue["CH"] = "CH";
|
|
187
|
+
GeoMatchConstraintValue["CI"] = "CI";
|
|
188
|
+
GeoMatchConstraintValue["CK"] = "CK";
|
|
189
|
+
GeoMatchConstraintValue["CL"] = "CL";
|
|
190
|
+
GeoMatchConstraintValue["CM"] = "CM";
|
|
191
|
+
GeoMatchConstraintValue["CN"] = "CN";
|
|
192
|
+
GeoMatchConstraintValue["CO"] = "CO";
|
|
193
|
+
GeoMatchConstraintValue["CR"] = "CR";
|
|
194
|
+
GeoMatchConstraintValue["CU"] = "CU";
|
|
195
|
+
GeoMatchConstraintValue["CV"] = "CV";
|
|
196
|
+
GeoMatchConstraintValue["CW"] = "CW";
|
|
197
|
+
GeoMatchConstraintValue["CX"] = "CX";
|
|
198
|
+
GeoMatchConstraintValue["CY"] = "CY";
|
|
199
|
+
GeoMatchConstraintValue["CZ"] = "CZ";
|
|
200
|
+
GeoMatchConstraintValue["DE"] = "DE";
|
|
201
|
+
GeoMatchConstraintValue["DJ"] = "DJ";
|
|
202
|
+
GeoMatchConstraintValue["DK"] = "DK";
|
|
203
|
+
GeoMatchConstraintValue["DM"] = "DM";
|
|
204
|
+
GeoMatchConstraintValue["DO"] = "DO";
|
|
205
|
+
GeoMatchConstraintValue["DZ"] = "DZ";
|
|
206
|
+
GeoMatchConstraintValue["EC"] = "EC";
|
|
207
|
+
GeoMatchConstraintValue["EE"] = "EE";
|
|
208
|
+
GeoMatchConstraintValue["EG"] = "EG";
|
|
209
|
+
GeoMatchConstraintValue["EH"] = "EH";
|
|
210
|
+
GeoMatchConstraintValue["ER"] = "ER";
|
|
211
|
+
GeoMatchConstraintValue["ES"] = "ES";
|
|
212
|
+
GeoMatchConstraintValue["ET"] = "ET";
|
|
213
|
+
GeoMatchConstraintValue["FI"] = "FI";
|
|
214
|
+
GeoMatchConstraintValue["FJ"] = "FJ";
|
|
215
|
+
GeoMatchConstraintValue["FK"] = "FK";
|
|
216
|
+
GeoMatchConstraintValue["FM"] = "FM";
|
|
217
|
+
GeoMatchConstraintValue["FO"] = "FO";
|
|
218
|
+
GeoMatchConstraintValue["FR"] = "FR";
|
|
219
|
+
GeoMatchConstraintValue["GA"] = "GA";
|
|
220
|
+
GeoMatchConstraintValue["GB"] = "GB";
|
|
221
|
+
GeoMatchConstraintValue["GD"] = "GD";
|
|
222
|
+
GeoMatchConstraintValue["GE"] = "GE";
|
|
223
|
+
GeoMatchConstraintValue["GF"] = "GF";
|
|
224
|
+
GeoMatchConstraintValue["GG"] = "GG";
|
|
225
|
+
GeoMatchConstraintValue["GH"] = "GH";
|
|
226
|
+
GeoMatchConstraintValue["GI"] = "GI";
|
|
227
|
+
GeoMatchConstraintValue["GL"] = "GL";
|
|
228
|
+
GeoMatchConstraintValue["GM"] = "GM";
|
|
229
|
+
GeoMatchConstraintValue["GN"] = "GN";
|
|
230
|
+
GeoMatchConstraintValue["GP"] = "GP";
|
|
231
|
+
GeoMatchConstraintValue["GQ"] = "GQ";
|
|
232
|
+
GeoMatchConstraintValue["GR"] = "GR";
|
|
233
|
+
GeoMatchConstraintValue["GS"] = "GS";
|
|
234
|
+
GeoMatchConstraintValue["GT"] = "GT";
|
|
235
|
+
GeoMatchConstraintValue["GU"] = "GU";
|
|
236
|
+
GeoMatchConstraintValue["GW"] = "GW";
|
|
237
|
+
GeoMatchConstraintValue["GY"] = "GY";
|
|
238
|
+
GeoMatchConstraintValue["HK"] = "HK";
|
|
239
|
+
GeoMatchConstraintValue["HM"] = "HM";
|
|
240
|
+
GeoMatchConstraintValue["HN"] = "HN";
|
|
241
|
+
GeoMatchConstraintValue["HR"] = "HR";
|
|
242
|
+
GeoMatchConstraintValue["HT"] = "HT";
|
|
243
|
+
GeoMatchConstraintValue["HU"] = "HU";
|
|
244
|
+
GeoMatchConstraintValue["ID"] = "ID";
|
|
245
|
+
GeoMatchConstraintValue["IE"] = "IE";
|
|
246
|
+
GeoMatchConstraintValue["IL"] = "IL";
|
|
247
|
+
GeoMatchConstraintValue["IM"] = "IM";
|
|
248
|
+
GeoMatchConstraintValue["IN"] = "IN";
|
|
249
|
+
GeoMatchConstraintValue["IO"] = "IO";
|
|
250
|
+
GeoMatchConstraintValue["IQ"] = "IQ";
|
|
251
|
+
GeoMatchConstraintValue["IR"] = "IR";
|
|
252
|
+
GeoMatchConstraintValue["IS"] = "IS";
|
|
253
|
+
GeoMatchConstraintValue["IT"] = "IT";
|
|
254
|
+
GeoMatchConstraintValue["JE"] = "JE";
|
|
255
|
+
GeoMatchConstraintValue["JM"] = "JM";
|
|
256
|
+
GeoMatchConstraintValue["JO"] = "JO";
|
|
257
|
+
GeoMatchConstraintValue["JP"] = "JP";
|
|
258
|
+
GeoMatchConstraintValue["KE"] = "KE";
|
|
259
|
+
GeoMatchConstraintValue["KG"] = "KG";
|
|
260
|
+
GeoMatchConstraintValue["KH"] = "KH";
|
|
261
|
+
GeoMatchConstraintValue["KI"] = "KI";
|
|
262
|
+
GeoMatchConstraintValue["KM"] = "KM";
|
|
263
|
+
GeoMatchConstraintValue["KN"] = "KN";
|
|
264
|
+
GeoMatchConstraintValue["KP"] = "KP";
|
|
265
|
+
GeoMatchConstraintValue["KR"] = "KR";
|
|
266
|
+
GeoMatchConstraintValue["KW"] = "KW";
|
|
267
|
+
GeoMatchConstraintValue["KY"] = "KY";
|
|
268
|
+
GeoMatchConstraintValue["KZ"] = "KZ";
|
|
269
|
+
GeoMatchConstraintValue["LA"] = "LA";
|
|
270
|
+
GeoMatchConstraintValue["LB"] = "LB";
|
|
271
|
+
GeoMatchConstraintValue["LC"] = "LC";
|
|
272
|
+
GeoMatchConstraintValue["LI"] = "LI";
|
|
273
|
+
GeoMatchConstraintValue["LK"] = "LK";
|
|
274
|
+
GeoMatchConstraintValue["LR"] = "LR";
|
|
275
|
+
GeoMatchConstraintValue["LS"] = "LS";
|
|
276
|
+
GeoMatchConstraintValue["LT"] = "LT";
|
|
277
|
+
GeoMatchConstraintValue["LU"] = "LU";
|
|
278
|
+
GeoMatchConstraintValue["LV"] = "LV";
|
|
279
|
+
GeoMatchConstraintValue["LY"] = "LY";
|
|
280
|
+
GeoMatchConstraintValue["MA"] = "MA";
|
|
281
|
+
GeoMatchConstraintValue["MC"] = "MC";
|
|
282
|
+
GeoMatchConstraintValue["MD"] = "MD";
|
|
283
|
+
GeoMatchConstraintValue["ME"] = "ME";
|
|
284
|
+
GeoMatchConstraintValue["MF"] = "MF";
|
|
285
|
+
GeoMatchConstraintValue["MG"] = "MG";
|
|
286
|
+
GeoMatchConstraintValue["MH"] = "MH";
|
|
287
|
+
GeoMatchConstraintValue["MK"] = "MK";
|
|
288
|
+
GeoMatchConstraintValue["ML"] = "ML";
|
|
289
|
+
GeoMatchConstraintValue["MM"] = "MM";
|
|
290
|
+
GeoMatchConstraintValue["MN"] = "MN";
|
|
291
|
+
GeoMatchConstraintValue["MO"] = "MO";
|
|
292
|
+
GeoMatchConstraintValue["MP"] = "MP";
|
|
293
|
+
GeoMatchConstraintValue["MQ"] = "MQ";
|
|
294
|
+
GeoMatchConstraintValue["MR"] = "MR";
|
|
295
|
+
GeoMatchConstraintValue["MS"] = "MS";
|
|
296
|
+
GeoMatchConstraintValue["MT"] = "MT";
|
|
297
|
+
GeoMatchConstraintValue["MU"] = "MU";
|
|
298
|
+
GeoMatchConstraintValue["MV"] = "MV";
|
|
299
|
+
GeoMatchConstraintValue["MW"] = "MW";
|
|
300
|
+
GeoMatchConstraintValue["MX"] = "MX";
|
|
301
|
+
GeoMatchConstraintValue["MY"] = "MY";
|
|
302
|
+
GeoMatchConstraintValue["MZ"] = "MZ";
|
|
303
|
+
GeoMatchConstraintValue["NA"] = "NA";
|
|
304
|
+
GeoMatchConstraintValue["NC"] = "NC";
|
|
305
|
+
GeoMatchConstraintValue["NE"] = "NE";
|
|
306
|
+
GeoMatchConstraintValue["NF"] = "NF";
|
|
307
|
+
GeoMatchConstraintValue["NG"] = "NG";
|
|
308
|
+
GeoMatchConstraintValue["NI"] = "NI";
|
|
309
|
+
GeoMatchConstraintValue["NL"] = "NL";
|
|
310
|
+
GeoMatchConstraintValue["NO"] = "NO";
|
|
311
|
+
GeoMatchConstraintValue["NP"] = "NP";
|
|
312
|
+
GeoMatchConstraintValue["NR"] = "NR";
|
|
313
|
+
GeoMatchConstraintValue["NU"] = "NU";
|
|
314
|
+
GeoMatchConstraintValue["NZ"] = "NZ";
|
|
315
|
+
GeoMatchConstraintValue["OM"] = "OM";
|
|
316
|
+
GeoMatchConstraintValue["PA"] = "PA";
|
|
317
|
+
GeoMatchConstraintValue["PE"] = "PE";
|
|
318
|
+
GeoMatchConstraintValue["PF"] = "PF";
|
|
319
|
+
GeoMatchConstraintValue["PG"] = "PG";
|
|
320
|
+
GeoMatchConstraintValue["PH"] = "PH";
|
|
321
|
+
GeoMatchConstraintValue["PK"] = "PK";
|
|
322
|
+
GeoMatchConstraintValue["PL"] = "PL";
|
|
323
|
+
GeoMatchConstraintValue["PM"] = "PM";
|
|
324
|
+
GeoMatchConstraintValue["PN"] = "PN";
|
|
325
|
+
GeoMatchConstraintValue["PR"] = "PR";
|
|
326
|
+
GeoMatchConstraintValue["PS"] = "PS";
|
|
327
|
+
GeoMatchConstraintValue["PT"] = "PT";
|
|
328
|
+
GeoMatchConstraintValue["PW"] = "PW";
|
|
329
|
+
GeoMatchConstraintValue["PY"] = "PY";
|
|
330
|
+
GeoMatchConstraintValue["QA"] = "QA";
|
|
331
|
+
GeoMatchConstraintValue["RE"] = "RE";
|
|
332
|
+
GeoMatchConstraintValue["RO"] = "RO";
|
|
333
|
+
GeoMatchConstraintValue["RS"] = "RS";
|
|
334
|
+
GeoMatchConstraintValue["RU"] = "RU";
|
|
335
|
+
GeoMatchConstraintValue["RW"] = "RW";
|
|
336
|
+
GeoMatchConstraintValue["SA"] = "SA";
|
|
337
|
+
GeoMatchConstraintValue["SB"] = "SB";
|
|
338
|
+
GeoMatchConstraintValue["SC"] = "SC";
|
|
339
|
+
GeoMatchConstraintValue["SD"] = "SD";
|
|
340
|
+
GeoMatchConstraintValue["SE"] = "SE";
|
|
341
|
+
GeoMatchConstraintValue["SG"] = "SG";
|
|
342
|
+
GeoMatchConstraintValue["SH"] = "SH";
|
|
343
|
+
GeoMatchConstraintValue["SI"] = "SI";
|
|
344
|
+
GeoMatchConstraintValue["SJ"] = "SJ";
|
|
345
|
+
GeoMatchConstraintValue["SK"] = "SK";
|
|
346
|
+
GeoMatchConstraintValue["SL"] = "SL";
|
|
347
|
+
GeoMatchConstraintValue["SM"] = "SM";
|
|
348
|
+
GeoMatchConstraintValue["SN"] = "SN";
|
|
349
|
+
GeoMatchConstraintValue["SO"] = "SO";
|
|
350
|
+
GeoMatchConstraintValue["SR"] = "SR";
|
|
351
|
+
GeoMatchConstraintValue["SS"] = "SS";
|
|
352
|
+
GeoMatchConstraintValue["ST"] = "ST";
|
|
353
|
+
GeoMatchConstraintValue["SV"] = "SV";
|
|
354
|
+
GeoMatchConstraintValue["SX"] = "SX";
|
|
355
|
+
GeoMatchConstraintValue["SY"] = "SY";
|
|
356
|
+
GeoMatchConstraintValue["SZ"] = "SZ";
|
|
357
|
+
GeoMatchConstraintValue["TC"] = "TC";
|
|
358
|
+
GeoMatchConstraintValue["TD"] = "TD";
|
|
359
|
+
GeoMatchConstraintValue["TF"] = "TF";
|
|
360
|
+
GeoMatchConstraintValue["TG"] = "TG";
|
|
361
|
+
GeoMatchConstraintValue["TH"] = "TH";
|
|
362
|
+
GeoMatchConstraintValue["TJ"] = "TJ";
|
|
363
|
+
GeoMatchConstraintValue["TK"] = "TK";
|
|
364
|
+
GeoMatchConstraintValue["TL"] = "TL";
|
|
365
|
+
GeoMatchConstraintValue["TM"] = "TM";
|
|
366
|
+
GeoMatchConstraintValue["TN"] = "TN";
|
|
367
|
+
GeoMatchConstraintValue["TO"] = "TO";
|
|
368
|
+
GeoMatchConstraintValue["TR"] = "TR";
|
|
369
|
+
GeoMatchConstraintValue["TT"] = "TT";
|
|
370
|
+
GeoMatchConstraintValue["TV"] = "TV";
|
|
371
|
+
GeoMatchConstraintValue["TW"] = "TW";
|
|
372
|
+
GeoMatchConstraintValue["TZ"] = "TZ";
|
|
373
|
+
GeoMatchConstraintValue["UA"] = "UA";
|
|
374
|
+
GeoMatchConstraintValue["UG"] = "UG";
|
|
375
|
+
GeoMatchConstraintValue["UM"] = "UM";
|
|
376
|
+
GeoMatchConstraintValue["US"] = "US";
|
|
377
|
+
GeoMatchConstraintValue["UY"] = "UY";
|
|
378
|
+
GeoMatchConstraintValue["UZ"] = "UZ";
|
|
379
|
+
GeoMatchConstraintValue["VA"] = "VA";
|
|
380
|
+
GeoMatchConstraintValue["VC"] = "VC";
|
|
381
|
+
GeoMatchConstraintValue["VE"] = "VE";
|
|
382
|
+
GeoMatchConstraintValue["VG"] = "VG";
|
|
383
|
+
GeoMatchConstraintValue["VI"] = "VI";
|
|
384
|
+
GeoMatchConstraintValue["VN"] = "VN";
|
|
385
|
+
GeoMatchConstraintValue["VU"] = "VU";
|
|
386
|
+
GeoMatchConstraintValue["WF"] = "WF";
|
|
387
|
+
GeoMatchConstraintValue["WS"] = "WS";
|
|
388
|
+
GeoMatchConstraintValue["YE"] = "YE";
|
|
389
|
+
GeoMatchConstraintValue["YT"] = "YT";
|
|
390
|
+
GeoMatchConstraintValue["ZA"] = "ZA";
|
|
391
|
+
GeoMatchConstraintValue["ZM"] = "ZM";
|
|
392
|
+
GeoMatchConstraintValue["ZW"] = "ZW";
|
|
393
|
+
})(GeoMatchConstraintValue || (GeoMatchConstraintValue = {}));
|
|
394
|
+
export var GeoMatchConstraint;
|
|
395
|
+
(function (GeoMatchConstraint) {
|
|
396
|
+
GeoMatchConstraint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
})(GeoMatchConstraint || (GeoMatchConstraint = {}));
|
|
398
|
+
export var GeoMatchSet;
|
|
399
|
+
(function (GeoMatchSet) {
|
|
400
|
+
GeoMatchSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
})(GeoMatchSet || (GeoMatchSet = {}));
|
|
402
|
+
export var CreateGeoMatchSetResponse;
|
|
403
|
+
(function (CreateGeoMatchSetResponse) {
|
|
404
|
+
CreateGeoMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
})(CreateGeoMatchSetResponse || (CreateGeoMatchSetResponse = {}));
|
|
406
|
+
export var CreateIPSetRequest;
|
|
407
|
+
(function (CreateIPSetRequest) {
|
|
408
|
+
CreateIPSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
})(CreateIPSetRequest || (CreateIPSetRequest = {}));
|
|
410
|
+
export var IPSetDescriptorType;
|
|
411
|
+
(function (IPSetDescriptorType) {
|
|
412
|
+
IPSetDescriptorType["IPV4"] = "IPV4";
|
|
413
|
+
IPSetDescriptorType["IPV6"] = "IPV6";
|
|
414
|
+
})(IPSetDescriptorType || (IPSetDescriptorType = {}));
|
|
415
|
+
export var IPSetDescriptor;
|
|
416
|
+
(function (IPSetDescriptor) {
|
|
417
|
+
IPSetDescriptor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
})(IPSetDescriptor || (IPSetDescriptor = {}));
|
|
419
|
+
export var IPSet;
|
|
420
|
+
(function (IPSet) {
|
|
421
|
+
IPSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
+
})(IPSet || (IPSet = {}));
|
|
423
|
+
export var CreateIPSetResponse;
|
|
424
|
+
(function (CreateIPSetResponse) {
|
|
425
|
+
CreateIPSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
+
})(CreateIPSetResponse || (CreateIPSetResponse = {}));
|
|
427
|
+
export var RateKey;
|
|
428
|
+
(function (RateKey) {
|
|
429
|
+
RateKey["IP"] = "IP";
|
|
430
|
+
})(RateKey || (RateKey = {}));
|
|
431
|
+
export var Tag;
|
|
432
|
+
(function (Tag) {
|
|
433
|
+
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
})(Tag || (Tag = {}));
|
|
435
|
+
export var CreateRateBasedRuleRequest;
|
|
436
|
+
(function (CreateRateBasedRuleRequest) {
|
|
437
|
+
CreateRateBasedRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
})(CreateRateBasedRuleRequest || (CreateRateBasedRuleRequest = {}));
|
|
439
|
+
export var PredicateType;
|
|
440
|
+
(function (PredicateType) {
|
|
441
|
+
PredicateType["BYTE_MATCH"] = "ByteMatch";
|
|
442
|
+
PredicateType["GEO_MATCH"] = "GeoMatch";
|
|
443
|
+
PredicateType["IP_MATCH"] = "IPMatch";
|
|
444
|
+
PredicateType["REGEX_MATCH"] = "RegexMatch";
|
|
445
|
+
PredicateType["SIZE_CONSTRAINT"] = "SizeConstraint";
|
|
446
|
+
PredicateType["SQL_INJECTION_MATCH"] = "SqlInjectionMatch";
|
|
447
|
+
PredicateType["XSS_MATCH"] = "XssMatch";
|
|
448
|
+
})(PredicateType || (PredicateType = {}));
|
|
449
|
+
export var Predicate;
|
|
450
|
+
(function (Predicate) {
|
|
451
|
+
Predicate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
})(Predicate || (Predicate = {}));
|
|
453
|
+
export var RateBasedRule;
|
|
454
|
+
(function (RateBasedRule) {
|
|
455
|
+
RateBasedRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
+
})(RateBasedRule || (RateBasedRule = {}));
|
|
457
|
+
export var CreateRateBasedRuleResponse;
|
|
458
|
+
(function (CreateRateBasedRuleResponse) {
|
|
459
|
+
CreateRateBasedRuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
+
})(CreateRateBasedRuleResponse || (CreateRateBasedRuleResponse = {}));
|
|
461
|
+
export var WAFBadRequestException;
|
|
462
|
+
(function (WAFBadRequestException) {
|
|
463
|
+
WAFBadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
+
})(WAFBadRequestException || (WAFBadRequestException = {}));
|
|
465
|
+
export var WAFTagOperationException;
|
|
466
|
+
(function (WAFTagOperationException) {
|
|
467
|
+
WAFTagOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
+
})(WAFTagOperationException || (WAFTagOperationException = {}));
|
|
469
|
+
export var WAFTagOperationInternalErrorException;
|
|
470
|
+
(function (WAFTagOperationInternalErrorException) {
|
|
471
|
+
WAFTagOperationInternalErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
})(WAFTagOperationInternalErrorException || (WAFTagOperationInternalErrorException = {}));
|
|
473
|
+
export var CreateRegexMatchSetRequest;
|
|
474
|
+
(function (CreateRegexMatchSetRequest) {
|
|
475
|
+
CreateRegexMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
})(CreateRegexMatchSetRequest || (CreateRegexMatchSetRequest = {}));
|
|
477
|
+
export var RegexMatchTuple;
|
|
478
|
+
(function (RegexMatchTuple) {
|
|
479
|
+
RegexMatchTuple.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
})(RegexMatchTuple || (RegexMatchTuple = {}));
|
|
481
|
+
export var RegexMatchSet;
|
|
482
|
+
(function (RegexMatchSet) {
|
|
483
|
+
RegexMatchSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
})(RegexMatchSet || (RegexMatchSet = {}));
|
|
485
|
+
export var CreateRegexMatchSetResponse;
|
|
486
|
+
(function (CreateRegexMatchSetResponse) {
|
|
487
|
+
CreateRegexMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
})(CreateRegexMatchSetResponse || (CreateRegexMatchSetResponse = {}));
|
|
489
|
+
export var CreateRegexPatternSetRequest;
|
|
490
|
+
(function (CreateRegexPatternSetRequest) {
|
|
491
|
+
CreateRegexPatternSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
})(CreateRegexPatternSetRequest || (CreateRegexPatternSetRequest = {}));
|
|
493
|
+
export var RegexPatternSet;
|
|
494
|
+
(function (RegexPatternSet) {
|
|
495
|
+
RegexPatternSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
})(RegexPatternSet || (RegexPatternSet = {}));
|
|
497
|
+
export var CreateRegexPatternSetResponse;
|
|
498
|
+
(function (CreateRegexPatternSetResponse) {
|
|
499
|
+
CreateRegexPatternSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
})(CreateRegexPatternSetResponse || (CreateRegexPatternSetResponse = {}));
|
|
501
|
+
export var CreateRuleRequest;
|
|
502
|
+
(function (CreateRuleRequest) {
|
|
503
|
+
CreateRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
})(CreateRuleRequest || (CreateRuleRequest = {}));
|
|
505
|
+
export var Rule;
|
|
506
|
+
(function (Rule) {
|
|
507
|
+
Rule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
})(Rule || (Rule = {}));
|
|
509
|
+
export var CreateRuleResponse;
|
|
510
|
+
(function (CreateRuleResponse) {
|
|
511
|
+
CreateRuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
})(CreateRuleResponse || (CreateRuleResponse = {}));
|
|
513
|
+
export var CreateRuleGroupRequest;
|
|
514
|
+
(function (CreateRuleGroupRequest) {
|
|
515
|
+
CreateRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
})(CreateRuleGroupRequest || (CreateRuleGroupRequest = {}));
|
|
517
|
+
export var RuleGroup;
|
|
518
|
+
(function (RuleGroup) {
|
|
519
|
+
RuleGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
})(RuleGroup || (RuleGroup = {}));
|
|
521
|
+
export var CreateRuleGroupResponse;
|
|
522
|
+
(function (CreateRuleGroupResponse) {
|
|
523
|
+
CreateRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
})(CreateRuleGroupResponse || (CreateRuleGroupResponse = {}));
|
|
525
|
+
export var CreateSizeConstraintSetRequest;
|
|
526
|
+
(function (CreateSizeConstraintSetRequest) {
|
|
527
|
+
CreateSizeConstraintSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
})(CreateSizeConstraintSetRequest || (CreateSizeConstraintSetRequest = {}));
|
|
529
|
+
export var ComparisonOperator;
|
|
530
|
+
(function (ComparisonOperator) {
|
|
531
|
+
ComparisonOperator["EQ"] = "EQ";
|
|
532
|
+
ComparisonOperator["GE"] = "GE";
|
|
533
|
+
ComparisonOperator["GT"] = "GT";
|
|
534
|
+
ComparisonOperator["LE"] = "LE";
|
|
535
|
+
ComparisonOperator["LT"] = "LT";
|
|
536
|
+
ComparisonOperator["NE"] = "NE";
|
|
537
|
+
})(ComparisonOperator || (ComparisonOperator = {}));
|
|
538
|
+
export var SizeConstraint;
|
|
539
|
+
(function (SizeConstraint) {
|
|
540
|
+
SizeConstraint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
})(SizeConstraint || (SizeConstraint = {}));
|
|
542
|
+
export var SizeConstraintSet;
|
|
543
|
+
(function (SizeConstraintSet) {
|
|
544
|
+
SizeConstraintSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
})(SizeConstraintSet || (SizeConstraintSet = {}));
|
|
546
|
+
export var CreateSizeConstraintSetResponse;
|
|
547
|
+
(function (CreateSizeConstraintSetResponse) {
|
|
548
|
+
CreateSizeConstraintSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
})(CreateSizeConstraintSetResponse || (CreateSizeConstraintSetResponse = {}));
|
|
550
|
+
export var CreateSqlInjectionMatchSetRequest;
|
|
551
|
+
(function (CreateSqlInjectionMatchSetRequest) {
|
|
552
|
+
CreateSqlInjectionMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
})(CreateSqlInjectionMatchSetRequest || (CreateSqlInjectionMatchSetRequest = {}));
|
|
554
|
+
export var SqlInjectionMatchTuple;
|
|
555
|
+
(function (SqlInjectionMatchTuple) {
|
|
556
|
+
SqlInjectionMatchTuple.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
})(SqlInjectionMatchTuple || (SqlInjectionMatchTuple = {}));
|
|
558
|
+
export var SqlInjectionMatchSet;
|
|
559
|
+
(function (SqlInjectionMatchSet) {
|
|
560
|
+
SqlInjectionMatchSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
})(SqlInjectionMatchSet || (SqlInjectionMatchSet = {}));
|
|
562
|
+
export var CreateSqlInjectionMatchSetResponse;
|
|
563
|
+
(function (CreateSqlInjectionMatchSetResponse) {
|
|
564
|
+
CreateSqlInjectionMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
})(CreateSqlInjectionMatchSetResponse || (CreateSqlInjectionMatchSetResponse = {}));
|
|
566
|
+
export var CreateWebACLRequest;
|
|
567
|
+
(function (CreateWebACLRequest) {
|
|
568
|
+
CreateWebACLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
})(CreateWebACLRequest || (CreateWebACLRequest = {}));
|
|
570
|
+
export var WebACL;
|
|
571
|
+
(function (WebACL) {
|
|
572
|
+
WebACL.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
})(WebACL || (WebACL = {}));
|
|
574
|
+
export var CreateWebACLResponse;
|
|
575
|
+
(function (CreateWebACLResponse) {
|
|
576
|
+
CreateWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
})(CreateWebACLResponse || (CreateWebACLResponse = {}));
|
|
578
|
+
export var CreateWebACLMigrationStackRequest;
|
|
579
|
+
(function (CreateWebACLMigrationStackRequest) {
|
|
580
|
+
CreateWebACLMigrationStackRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
})(CreateWebACLMigrationStackRequest || (CreateWebACLMigrationStackRequest = {}));
|
|
582
|
+
export var CreateWebACLMigrationStackResponse;
|
|
583
|
+
(function (CreateWebACLMigrationStackResponse) {
|
|
584
|
+
CreateWebACLMigrationStackResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
})(CreateWebACLMigrationStackResponse || (CreateWebACLMigrationStackResponse = {}));
|
|
586
|
+
export var MigrationErrorType;
|
|
587
|
+
(function (MigrationErrorType) {
|
|
588
|
+
MigrationErrorType["ENTITY_NOT_FOUND"] = "ENTITY_NOT_FOUND";
|
|
589
|
+
MigrationErrorType["ENTITY_NOT_SUPPORTED"] = "ENTITY_NOT_SUPPORTED";
|
|
590
|
+
MigrationErrorType["S3_BUCKET_INVALID_REGION"] = "S3_BUCKET_INVALID_REGION";
|
|
591
|
+
MigrationErrorType["S3_BUCKET_NOT_ACCESSIBLE"] = "S3_BUCKET_NOT_ACCESSIBLE";
|
|
592
|
+
MigrationErrorType["S3_BUCKET_NOT_FOUND"] = "S3_BUCKET_NOT_FOUND";
|
|
593
|
+
MigrationErrorType["S3_BUCKET_NO_PERMISSION"] = "S3_BUCKET_NO_PERMISSION";
|
|
594
|
+
MigrationErrorType["S3_INTERNAL_ERROR"] = "S3_INTERNAL_ERROR";
|
|
595
|
+
})(MigrationErrorType || (MigrationErrorType = {}));
|
|
596
|
+
export var WAFEntityMigrationException;
|
|
597
|
+
(function (WAFEntityMigrationException) {
|
|
598
|
+
WAFEntityMigrationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
})(WAFEntityMigrationException || (WAFEntityMigrationException = {}));
|
|
600
|
+
export var WAFInvalidOperationException;
|
|
601
|
+
(function (WAFInvalidOperationException) {
|
|
602
|
+
WAFInvalidOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
})(WAFInvalidOperationException || (WAFInvalidOperationException = {}));
|
|
604
|
+
export var WAFNonexistentItemException;
|
|
605
|
+
(function (WAFNonexistentItemException) {
|
|
606
|
+
WAFNonexistentItemException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
})(WAFNonexistentItemException || (WAFNonexistentItemException = {}));
|
|
608
|
+
export var CreateXssMatchSetRequest;
|
|
609
|
+
(function (CreateXssMatchSetRequest) {
|
|
610
|
+
CreateXssMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
})(CreateXssMatchSetRequest || (CreateXssMatchSetRequest = {}));
|
|
612
|
+
export var XssMatchTuple;
|
|
613
|
+
(function (XssMatchTuple) {
|
|
614
|
+
XssMatchTuple.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
})(XssMatchTuple || (XssMatchTuple = {}));
|
|
616
|
+
export var XssMatchSet;
|
|
617
|
+
(function (XssMatchSet) {
|
|
618
|
+
XssMatchSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
})(XssMatchSet || (XssMatchSet = {}));
|
|
620
|
+
export var CreateXssMatchSetResponse;
|
|
621
|
+
(function (CreateXssMatchSetResponse) {
|
|
622
|
+
CreateXssMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
})(CreateXssMatchSetResponse || (CreateXssMatchSetResponse = {}));
|
|
624
|
+
export var DeleteByteMatchSetRequest;
|
|
625
|
+
(function (DeleteByteMatchSetRequest) {
|
|
626
|
+
DeleteByteMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
})(DeleteByteMatchSetRequest || (DeleteByteMatchSetRequest = {}));
|
|
628
|
+
export var DeleteByteMatchSetResponse;
|
|
629
|
+
(function (DeleteByteMatchSetResponse) {
|
|
630
|
+
DeleteByteMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
})(DeleteByteMatchSetResponse || (DeleteByteMatchSetResponse = {}));
|
|
632
|
+
export var WAFNonEmptyEntityException;
|
|
633
|
+
(function (WAFNonEmptyEntityException) {
|
|
634
|
+
WAFNonEmptyEntityException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
})(WAFNonEmptyEntityException || (WAFNonEmptyEntityException = {}));
|
|
636
|
+
export var WAFReferencedItemException;
|
|
637
|
+
(function (WAFReferencedItemException) {
|
|
638
|
+
WAFReferencedItemException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
})(WAFReferencedItemException || (WAFReferencedItemException = {}));
|
|
640
|
+
export var DeleteGeoMatchSetRequest;
|
|
641
|
+
(function (DeleteGeoMatchSetRequest) {
|
|
642
|
+
DeleteGeoMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
})(DeleteGeoMatchSetRequest || (DeleteGeoMatchSetRequest = {}));
|
|
644
|
+
export var DeleteGeoMatchSetResponse;
|
|
645
|
+
(function (DeleteGeoMatchSetResponse) {
|
|
646
|
+
DeleteGeoMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
})(DeleteGeoMatchSetResponse || (DeleteGeoMatchSetResponse = {}));
|
|
648
|
+
export var DeleteIPSetRequest;
|
|
649
|
+
(function (DeleteIPSetRequest) {
|
|
650
|
+
DeleteIPSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
})(DeleteIPSetRequest || (DeleteIPSetRequest = {}));
|
|
652
|
+
export var DeleteIPSetResponse;
|
|
653
|
+
(function (DeleteIPSetResponse) {
|
|
654
|
+
DeleteIPSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
})(DeleteIPSetResponse || (DeleteIPSetResponse = {}));
|
|
656
|
+
export var DeleteLoggingConfigurationRequest;
|
|
657
|
+
(function (DeleteLoggingConfigurationRequest) {
|
|
658
|
+
DeleteLoggingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
})(DeleteLoggingConfigurationRequest || (DeleteLoggingConfigurationRequest = {}));
|
|
660
|
+
export var DeleteLoggingConfigurationResponse;
|
|
661
|
+
(function (DeleteLoggingConfigurationResponse) {
|
|
662
|
+
DeleteLoggingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
})(DeleteLoggingConfigurationResponse || (DeleteLoggingConfigurationResponse = {}));
|
|
664
|
+
export var DeletePermissionPolicyRequest;
|
|
665
|
+
(function (DeletePermissionPolicyRequest) {
|
|
666
|
+
DeletePermissionPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
})(DeletePermissionPolicyRequest || (DeletePermissionPolicyRequest = {}));
|
|
668
|
+
export var DeletePermissionPolicyResponse;
|
|
669
|
+
(function (DeletePermissionPolicyResponse) {
|
|
670
|
+
DeletePermissionPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
})(DeletePermissionPolicyResponse || (DeletePermissionPolicyResponse = {}));
|
|
672
|
+
export var DeleteRateBasedRuleRequest;
|
|
673
|
+
(function (DeleteRateBasedRuleRequest) {
|
|
674
|
+
DeleteRateBasedRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
})(DeleteRateBasedRuleRequest || (DeleteRateBasedRuleRequest = {}));
|
|
676
|
+
export var DeleteRateBasedRuleResponse;
|
|
677
|
+
(function (DeleteRateBasedRuleResponse) {
|
|
678
|
+
DeleteRateBasedRuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
})(DeleteRateBasedRuleResponse || (DeleteRateBasedRuleResponse = {}));
|
|
680
|
+
export var DeleteRegexMatchSetRequest;
|
|
681
|
+
(function (DeleteRegexMatchSetRequest) {
|
|
682
|
+
DeleteRegexMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
})(DeleteRegexMatchSetRequest || (DeleteRegexMatchSetRequest = {}));
|
|
684
|
+
export var DeleteRegexMatchSetResponse;
|
|
685
|
+
(function (DeleteRegexMatchSetResponse) {
|
|
686
|
+
DeleteRegexMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
})(DeleteRegexMatchSetResponse || (DeleteRegexMatchSetResponse = {}));
|
|
688
|
+
export var DeleteRegexPatternSetRequest;
|
|
689
|
+
(function (DeleteRegexPatternSetRequest) {
|
|
690
|
+
DeleteRegexPatternSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
})(DeleteRegexPatternSetRequest || (DeleteRegexPatternSetRequest = {}));
|
|
692
|
+
export var DeleteRegexPatternSetResponse;
|
|
693
|
+
(function (DeleteRegexPatternSetResponse) {
|
|
694
|
+
DeleteRegexPatternSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
})(DeleteRegexPatternSetResponse || (DeleteRegexPatternSetResponse = {}));
|
|
696
|
+
export var DeleteRuleRequest;
|
|
697
|
+
(function (DeleteRuleRequest) {
|
|
698
|
+
DeleteRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
})(DeleteRuleRequest || (DeleteRuleRequest = {}));
|
|
700
|
+
export var DeleteRuleResponse;
|
|
701
|
+
(function (DeleteRuleResponse) {
|
|
702
|
+
DeleteRuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
+
})(DeleteRuleResponse || (DeleteRuleResponse = {}));
|
|
704
|
+
export var DeleteRuleGroupRequest;
|
|
705
|
+
(function (DeleteRuleGroupRequest) {
|
|
706
|
+
DeleteRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
+
})(DeleteRuleGroupRequest || (DeleteRuleGroupRequest = {}));
|
|
708
|
+
export var DeleteRuleGroupResponse;
|
|
709
|
+
(function (DeleteRuleGroupResponse) {
|
|
710
|
+
DeleteRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
})(DeleteRuleGroupResponse || (DeleteRuleGroupResponse = {}));
|
|
712
|
+
export var DeleteSizeConstraintSetRequest;
|
|
713
|
+
(function (DeleteSizeConstraintSetRequest) {
|
|
714
|
+
DeleteSizeConstraintSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
})(DeleteSizeConstraintSetRequest || (DeleteSizeConstraintSetRequest = {}));
|
|
716
|
+
export var DeleteSizeConstraintSetResponse;
|
|
717
|
+
(function (DeleteSizeConstraintSetResponse) {
|
|
718
|
+
DeleteSizeConstraintSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
})(DeleteSizeConstraintSetResponse || (DeleteSizeConstraintSetResponse = {}));
|
|
720
|
+
export var DeleteSqlInjectionMatchSetRequest;
|
|
721
|
+
(function (DeleteSqlInjectionMatchSetRequest) {
|
|
722
|
+
DeleteSqlInjectionMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
})(DeleteSqlInjectionMatchSetRequest || (DeleteSqlInjectionMatchSetRequest = {}));
|
|
724
|
+
export var DeleteSqlInjectionMatchSetResponse;
|
|
725
|
+
(function (DeleteSqlInjectionMatchSetResponse) {
|
|
726
|
+
DeleteSqlInjectionMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
})(DeleteSqlInjectionMatchSetResponse || (DeleteSqlInjectionMatchSetResponse = {}));
|
|
728
|
+
export var DeleteWebACLRequest;
|
|
729
|
+
(function (DeleteWebACLRequest) {
|
|
730
|
+
DeleteWebACLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
})(DeleteWebACLRequest || (DeleteWebACLRequest = {}));
|
|
732
|
+
export var DeleteWebACLResponse;
|
|
733
|
+
(function (DeleteWebACLResponse) {
|
|
734
|
+
DeleteWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
+
})(DeleteWebACLResponse || (DeleteWebACLResponse = {}));
|
|
736
|
+
export var DeleteXssMatchSetRequest;
|
|
737
|
+
(function (DeleteXssMatchSetRequest) {
|
|
738
|
+
DeleteXssMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
+
})(DeleteXssMatchSetRequest || (DeleteXssMatchSetRequest = {}));
|
|
740
|
+
export var DeleteXssMatchSetResponse;
|
|
741
|
+
(function (DeleteXssMatchSetResponse) {
|
|
742
|
+
DeleteXssMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
+
})(DeleteXssMatchSetResponse || (DeleteXssMatchSetResponse = {}));
|
|
744
|
+
export var GetByteMatchSetRequest;
|
|
745
|
+
(function (GetByteMatchSetRequest) {
|
|
746
|
+
GetByteMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
+
})(GetByteMatchSetRequest || (GetByteMatchSetRequest = {}));
|
|
748
|
+
export var GetByteMatchSetResponse;
|
|
749
|
+
(function (GetByteMatchSetResponse) {
|
|
750
|
+
GetByteMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
})(GetByteMatchSetResponse || (GetByteMatchSetResponse = {}));
|
|
752
|
+
export var GetChangeTokenRequest;
|
|
753
|
+
(function (GetChangeTokenRequest) {
|
|
754
|
+
GetChangeTokenRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
})(GetChangeTokenRequest || (GetChangeTokenRequest = {}));
|
|
756
|
+
export var GetChangeTokenResponse;
|
|
757
|
+
(function (GetChangeTokenResponse) {
|
|
758
|
+
GetChangeTokenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
})(GetChangeTokenResponse || (GetChangeTokenResponse = {}));
|
|
760
|
+
export var GetChangeTokenStatusRequest;
|
|
761
|
+
(function (GetChangeTokenStatusRequest) {
|
|
762
|
+
GetChangeTokenStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
})(GetChangeTokenStatusRequest || (GetChangeTokenStatusRequest = {}));
|
|
764
|
+
export var ChangeTokenStatus;
|
|
765
|
+
(function (ChangeTokenStatus) {
|
|
766
|
+
ChangeTokenStatus["INSYNC"] = "INSYNC";
|
|
767
|
+
ChangeTokenStatus["PENDING"] = "PENDING";
|
|
768
|
+
ChangeTokenStatus["PROVISIONED"] = "PROVISIONED";
|
|
769
|
+
})(ChangeTokenStatus || (ChangeTokenStatus = {}));
|
|
770
|
+
export var GetChangeTokenStatusResponse;
|
|
771
|
+
(function (GetChangeTokenStatusResponse) {
|
|
772
|
+
GetChangeTokenStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
+
})(GetChangeTokenStatusResponse || (GetChangeTokenStatusResponse = {}));
|
|
774
|
+
export var GetGeoMatchSetRequest;
|
|
775
|
+
(function (GetGeoMatchSetRequest) {
|
|
776
|
+
GetGeoMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
})(GetGeoMatchSetRequest || (GetGeoMatchSetRequest = {}));
|
|
778
|
+
export var GetGeoMatchSetResponse;
|
|
779
|
+
(function (GetGeoMatchSetResponse) {
|
|
780
|
+
GetGeoMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
+
})(GetGeoMatchSetResponse || (GetGeoMatchSetResponse = {}));
|
|
782
|
+
export var GetIPSetRequest;
|
|
783
|
+
(function (GetIPSetRequest) {
|
|
784
|
+
GetIPSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
+
})(GetIPSetRequest || (GetIPSetRequest = {}));
|
|
786
|
+
export var GetIPSetResponse;
|
|
787
|
+
(function (GetIPSetResponse) {
|
|
788
|
+
GetIPSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
})(GetIPSetResponse || (GetIPSetResponse = {}));
|
|
790
|
+
export var GetLoggingConfigurationRequest;
|
|
791
|
+
(function (GetLoggingConfigurationRequest) {
|
|
792
|
+
GetLoggingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
+
})(GetLoggingConfigurationRequest || (GetLoggingConfigurationRequest = {}));
|
|
794
|
+
export var LoggingConfiguration;
|
|
795
|
+
(function (LoggingConfiguration) {
|
|
796
|
+
LoggingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
+
})(LoggingConfiguration || (LoggingConfiguration = {}));
|
|
798
|
+
export var GetLoggingConfigurationResponse;
|
|
799
|
+
(function (GetLoggingConfigurationResponse) {
|
|
800
|
+
GetLoggingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
+
})(GetLoggingConfigurationResponse || (GetLoggingConfigurationResponse = {}));
|
|
802
|
+
export var GetPermissionPolicyRequest;
|
|
803
|
+
(function (GetPermissionPolicyRequest) {
|
|
804
|
+
GetPermissionPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
+
})(GetPermissionPolicyRequest || (GetPermissionPolicyRequest = {}));
|
|
806
|
+
export var GetPermissionPolicyResponse;
|
|
807
|
+
(function (GetPermissionPolicyResponse) {
|
|
808
|
+
GetPermissionPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
+
})(GetPermissionPolicyResponse || (GetPermissionPolicyResponse = {}));
|
|
810
|
+
export var GetRateBasedRuleRequest;
|
|
811
|
+
(function (GetRateBasedRuleRequest) {
|
|
812
|
+
GetRateBasedRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
+
})(GetRateBasedRuleRequest || (GetRateBasedRuleRequest = {}));
|
|
814
|
+
export var GetRateBasedRuleResponse;
|
|
815
|
+
(function (GetRateBasedRuleResponse) {
|
|
816
|
+
GetRateBasedRuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
+
})(GetRateBasedRuleResponse || (GetRateBasedRuleResponse = {}));
|
|
818
|
+
export var GetRateBasedRuleManagedKeysRequest;
|
|
819
|
+
(function (GetRateBasedRuleManagedKeysRequest) {
|
|
820
|
+
GetRateBasedRuleManagedKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
})(GetRateBasedRuleManagedKeysRequest || (GetRateBasedRuleManagedKeysRequest = {}));
|
|
822
|
+
export var GetRateBasedRuleManagedKeysResponse;
|
|
823
|
+
(function (GetRateBasedRuleManagedKeysResponse) {
|
|
824
|
+
GetRateBasedRuleManagedKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
})(GetRateBasedRuleManagedKeysResponse || (GetRateBasedRuleManagedKeysResponse = {}));
|
|
826
|
+
export var GetRegexMatchSetRequest;
|
|
827
|
+
(function (GetRegexMatchSetRequest) {
|
|
828
|
+
GetRegexMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
})(GetRegexMatchSetRequest || (GetRegexMatchSetRequest = {}));
|
|
830
|
+
export var GetRegexMatchSetResponse;
|
|
831
|
+
(function (GetRegexMatchSetResponse) {
|
|
832
|
+
GetRegexMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
})(GetRegexMatchSetResponse || (GetRegexMatchSetResponse = {}));
|
|
834
|
+
export var GetRegexPatternSetRequest;
|
|
835
|
+
(function (GetRegexPatternSetRequest) {
|
|
836
|
+
GetRegexPatternSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
})(GetRegexPatternSetRequest || (GetRegexPatternSetRequest = {}));
|
|
838
|
+
export var GetRegexPatternSetResponse;
|
|
839
|
+
(function (GetRegexPatternSetResponse) {
|
|
840
|
+
GetRegexPatternSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
})(GetRegexPatternSetResponse || (GetRegexPatternSetResponse = {}));
|
|
842
|
+
export var GetRuleRequest;
|
|
843
|
+
(function (GetRuleRequest) {
|
|
844
|
+
GetRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
})(GetRuleRequest || (GetRuleRequest = {}));
|
|
846
|
+
export var GetRuleResponse;
|
|
847
|
+
(function (GetRuleResponse) {
|
|
848
|
+
GetRuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
+
})(GetRuleResponse || (GetRuleResponse = {}));
|
|
850
|
+
export var GetRuleGroupRequest;
|
|
851
|
+
(function (GetRuleGroupRequest) {
|
|
852
|
+
GetRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
+
})(GetRuleGroupRequest || (GetRuleGroupRequest = {}));
|
|
854
|
+
export var GetRuleGroupResponse;
|
|
855
|
+
(function (GetRuleGroupResponse) {
|
|
856
|
+
GetRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
+
})(GetRuleGroupResponse || (GetRuleGroupResponse = {}));
|
|
858
|
+
export var TimeWindow;
|
|
859
|
+
(function (TimeWindow) {
|
|
860
|
+
TimeWindow.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
|
+
})(TimeWindow || (TimeWindow = {}));
|
|
862
|
+
export var GetSampledRequestsRequest;
|
|
863
|
+
(function (GetSampledRequestsRequest) {
|
|
864
|
+
GetSampledRequestsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
+
})(GetSampledRequestsRequest || (GetSampledRequestsRequest = {}));
|
|
866
|
+
export var HTTPHeader;
|
|
867
|
+
(function (HTTPHeader) {
|
|
868
|
+
HTTPHeader.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
})(HTTPHeader || (HTTPHeader = {}));
|
|
870
|
+
export var HTTPRequest;
|
|
871
|
+
(function (HTTPRequest) {
|
|
872
|
+
HTTPRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
+
})(HTTPRequest || (HTTPRequest = {}));
|
|
874
|
+
export var SampledHTTPRequest;
|
|
875
|
+
(function (SampledHTTPRequest) {
|
|
876
|
+
SampledHTTPRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
|
+
})(SampledHTTPRequest || (SampledHTTPRequest = {}));
|
|
878
|
+
export var GetSampledRequestsResponse;
|
|
879
|
+
(function (GetSampledRequestsResponse) {
|
|
880
|
+
GetSampledRequestsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
+
})(GetSampledRequestsResponse || (GetSampledRequestsResponse = {}));
|
|
882
|
+
export var GetSizeConstraintSetRequest;
|
|
883
|
+
(function (GetSizeConstraintSetRequest) {
|
|
884
|
+
GetSizeConstraintSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
+
})(GetSizeConstraintSetRequest || (GetSizeConstraintSetRequest = {}));
|
|
886
|
+
export var GetSizeConstraintSetResponse;
|
|
887
|
+
(function (GetSizeConstraintSetResponse) {
|
|
888
|
+
GetSizeConstraintSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
889
|
+
})(GetSizeConstraintSetResponse || (GetSizeConstraintSetResponse = {}));
|
|
890
|
+
export var GetSqlInjectionMatchSetRequest;
|
|
891
|
+
(function (GetSqlInjectionMatchSetRequest) {
|
|
892
|
+
GetSqlInjectionMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
893
|
+
})(GetSqlInjectionMatchSetRequest || (GetSqlInjectionMatchSetRequest = {}));
|
|
894
|
+
export var GetSqlInjectionMatchSetResponse;
|
|
895
|
+
(function (GetSqlInjectionMatchSetResponse) {
|
|
896
|
+
GetSqlInjectionMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
|
+
})(GetSqlInjectionMatchSetResponse || (GetSqlInjectionMatchSetResponse = {}));
|
|
898
|
+
export var GetWebACLRequest;
|
|
899
|
+
(function (GetWebACLRequest) {
|
|
900
|
+
GetWebACLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
+
})(GetWebACLRequest || (GetWebACLRequest = {}));
|
|
902
|
+
export var GetWebACLResponse;
|
|
903
|
+
(function (GetWebACLResponse) {
|
|
904
|
+
GetWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
905
|
+
})(GetWebACLResponse || (GetWebACLResponse = {}));
|
|
906
|
+
export var GetXssMatchSetRequest;
|
|
907
|
+
(function (GetXssMatchSetRequest) {
|
|
908
|
+
GetXssMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
909
|
+
})(GetXssMatchSetRequest || (GetXssMatchSetRequest = {}));
|
|
910
|
+
export var GetXssMatchSetResponse;
|
|
911
|
+
(function (GetXssMatchSetResponse) {
|
|
912
|
+
GetXssMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
913
|
+
})(GetXssMatchSetResponse || (GetXssMatchSetResponse = {}));
|
|
914
|
+
export var ListActivatedRulesInRuleGroupRequest;
|
|
915
|
+
(function (ListActivatedRulesInRuleGroupRequest) {
|
|
916
|
+
ListActivatedRulesInRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
917
|
+
})(ListActivatedRulesInRuleGroupRequest || (ListActivatedRulesInRuleGroupRequest = {}));
|
|
918
|
+
export var ListActivatedRulesInRuleGroupResponse;
|
|
919
|
+
(function (ListActivatedRulesInRuleGroupResponse) {
|
|
920
|
+
ListActivatedRulesInRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
921
|
+
})(ListActivatedRulesInRuleGroupResponse || (ListActivatedRulesInRuleGroupResponse = {}));
|
|
922
|
+
export var ListByteMatchSetsRequest;
|
|
923
|
+
(function (ListByteMatchSetsRequest) {
|
|
924
|
+
ListByteMatchSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
+
})(ListByteMatchSetsRequest || (ListByteMatchSetsRequest = {}));
|
|
926
|
+
export var ByteMatchSetSummary;
|
|
927
|
+
(function (ByteMatchSetSummary) {
|
|
928
|
+
ByteMatchSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
+
})(ByteMatchSetSummary || (ByteMatchSetSummary = {}));
|
|
930
|
+
export var ListByteMatchSetsResponse;
|
|
931
|
+
(function (ListByteMatchSetsResponse) {
|
|
932
|
+
ListByteMatchSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
933
|
+
})(ListByteMatchSetsResponse || (ListByteMatchSetsResponse = {}));
|
|
934
|
+
export var ListGeoMatchSetsRequest;
|
|
935
|
+
(function (ListGeoMatchSetsRequest) {
|
|
936
|
+
ListGeoMatchSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
937
|
+
})(ListGeoMatchSetsRequest || (ListGeoMatchSetsRequest = {}));
|
|
938
|
+
export var GeoMatchSetSummary;
|
|
939
|
+
(function (GeoMatchSetSummary) {
|
|
940
|
+
GeoMatchSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
941
|
+
})(GeoMatchSetSummary || (GeoMatchSetSummary = {}));
|
|
942
|
+
export var ListGeoMatchSetsResponse;
|
|
943
|
+
(function (ListGeoMatchSetsResponse) {
|
|
944
|
+
ListGeoMatchSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
945
|
+
})(ListGeoMatchSetsResponse || (ListGeoMatchSetsResponse = {}));
|
|
946
|
+
export var ListIPSetsRequest;
|
|
947
|
+
(function (ListIPSetsRequest) {
|
|
948
|
+
ListIPSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
949
|
+
})(ListIPSetsRequest || (ListIPSetsRequest = {}));
|
|
950
|
+
export var IPSetSummary;
|
|
951
|
+
(function (IPSetSummary) {
|
|
952
|
+
IPSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
|
+
})(IPSetSummary || (IPSetSummary = {}));
|
|
954
|
+
export var ListIPSetsResponse;
|
|
955
|
+
(function (ListIPSetsResponse) {
|
|
956
|
+
ListIPSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
957
|
+
})(ListIPSetsResponse || (ListIPSetsResponse = {}));
|
|
958
|
+
export var ListLoggingConfigurationsRequest;
|
|
959
|
+
(function (ListLoggingConfigurationsRequest) {
|
|
960
|
+
ListLoggingConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
961
|
+
})(ListLoggingConfigurationsRequest || (ListLoggingConfigurationsRequest = {}));
|
|
962
|
+
export var ListLoggingConfigurationsResponse;
|
|
963
|
+
(function (ListLoggingConfigurationsResponse) {
|
|
964
|
+
ListLoggingConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
965
|
+
})(ListLoggingConfigurationsResponse || (ListLoggingConfigurationsResponse = {}));
|
|
966
|
+
export var ListRateBasedRulesRequest;
|
|
967
|
+
(function (ListRateBasedRulesRequest) {
|
|
968
|
+
ListRateBasedRulesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
969
|
+
})(ListRateBasedRulesRequest || (ListRateBasedRulesRequest = {}));
|
|
970
|
+
export var RuleSummary;
|
|
971
|
+
(function (RuleSummary) {
|
|
972
|
+
RuleSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
973
|
+
})(RuleSummary || (RuleSummary = {}));
|
|
974
|
+
export var ListRateBasedRulesResponse;
|
|
975
|
+
(function (ListRateBasedRulesResponse) {
|
|
976
|
+
ListRateBasedRulesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
977
|
+
})(ListRateBasedRulesResponse || (ListRateBasedRulesResponse = {}));
|
|
978
|
+
export var ListRegexMatchSetsRequest;
|
|
979
|
+
(function (ListRegexMatchSetsRequest) {
|
|
980
|
+
ListRegexMatchSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
981
|
+
})(ListRegexMatchSetsRequest || (ListRegexMatchSetsRequest = {}));
|
|
982
|
+
export var RegexMatchSetSummary;
|
|
983
|
+
(function (RegexMatchSetSummary) {
|
|
984
|
+
RegexMatchSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
985
|
+
})(RegexMatchSetSummary || (RegexMatchSetSummary = {}));
|
|
986
|
+
export var ListRegexMatchSetsResponse;
|
|
987
|
+
(function (ListRegexMatchSetsResponse) {
|
|
988
|
+
ListRegexMatchSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
989
|
+
})(ListRegexMatchSetsResponse || (ListRegexMatchSetsResponse = {}));
|
|
990
|
+
export var ListRegexPatternSetsRequest;
|
|
991
|
+
(function (ListRegexPatternSetsRequest) {
|
|
992
|
+
ListRegexPatternSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
993
|
+
})(ListRegexPatternSetsRequest || (ListRegexPatternSetsRequest = {}));
|
|
994
|
+
export var RegexPatternSetSummary;
|
|
995
|
+
(function (RegexPatternSetSummary) {
|
|
996
|
+
RegexPatternSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
997
|
+
})(RegexPatternSetSummary || (RegexPatternSetSummary = {}));
|
|
998
|
+
export var ListRegexPatternSetsResponse;
|
|
999
|
+
(function (ListRegexPatternSetsResponse) {
|
|
1000
|
+
ListRegexPatternSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1001
|
+
})(ListRegexPatternSetsResponse || (ListRegexPatternSetsResponse = {}));
|
|
1002
|
+
export var ListRuleGroupsRequest;
|
|
1003
|
+
(function (ListRuleGroupsRequest) {
|
|
1004
|
+
ListRuleGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1005
|
+
})(ListRuleGroupsRequest || (ListRuleGroupsRequest = {}));
|
|
1006
|
+
export var RuleGroupSummary;
|
|
1007
|
+
(function (RuleGroupSummary) {
|
|
1008
|
+
RuleGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1009
|
+
})(RuleGroupSummary || (RuleGroupSummary = {}));
|
|
1010
|
+
export var ListRuleGroupsResponse;
|
|
1011
|
+
(function (ListRuleGroupsResponse) {
|
|
1012
|
+
ListRuleGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1013
|
+
})(ListRuleGroupsResponse || (ListRuleGroupsResponse = {}));
|
|
1014
|
+
export var ListRulesRequest;
|
|
1015
|
+
(function (ListRulesRequest) {
|
|
1016
|
+
ListRulesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1017
|
+
})(ListRulesRequest || (ListRulesRequest = {}));
|
|
1018
|
+
export var ListRulesResponse;
|
|
1019
|
+
(function (ListRulesResponse) {
|
|
1020
|
+
ListRulesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1021
|
+
})(ListRulesResponse || (ListRulesResponse = {}));
|
|
1022
|
+
export var ListSizeConstraintSetsRequest;
|
|
1023
|
+
(function (ListSizeConstraintSetsRequest) {
|
|
1024
|
+
ListSizeConstraintSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1025
|
+
})(ListSizeConstraintSetsRequest || (ListSizeConstraintSetsRequest = {}));
|
|
1026
|
+
export var SizeConstraintSetSummary;
|
|
1027
|
+
(function (SizeConstraintSetSummary) {
|
|
1028
|
+
SizeConstraintSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1029
|
+
})(SizeConstraintSetSummary || (SizeConstraintSetSummary = {}));
|
|
1030
|
+
export var ListSizeConstraintSetsResponse;
|
|
1031
|
+
(function (ListSizeConstraintSetsResponse) {
|
|
1032
|
+
ListSizeConstraintSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
|
+
})(ListSizeConstraintSetsResponse || (ListSizeConstraintSetsResponse = {}));
|
|
1034
|
+
export var ListSqlInjectionMatchSetsRequest;
|
|
1035
|
+
(function (ListSqlInjectionMatchSetsRequest) {
|
|
1036
|
+
ListSqlInjectionMatchSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
|
+
})(ListSqlInjectionMatchSetsRequest || (ListSqlInjectionMatchSetsRequest = {}));
|
|
1038
|
+
export var SqlInjectionMatchSetSummary;
|
|
1039
|
+
(function (SqlInjectionMatchSetSummary) {
|
|
1040
|
+
SqlInjectionMatchSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
|
+
})(SqlInjectionMatchSetSummary || (SqlInjectionMatchSetSummary = {}));
|
|
1042
|
+
export var ListSqlInjectionMatchSetsResponse;
|
|
1043
|
+
(function (ListSqlInjectionMatchSetsResponse) {
|
|
1044
|
+
ListSqlInjectionMatchSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1045
|
+
})(ListSqlInjectionMatchSetsResponse || (ListSqlInjectionMatchSetsResponse = {}));
|
|
1046
|
+
export var ListSubscribedRuleGroupsRequest;
|
|
1047
|
+
(function (ListSubscribedRuleGroupsRequest) {
|
|
1048
|
+
ListSubscribedRuleGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1049
|
+
})(ListSubscribedRuleGroupsRequest || (ListSubscribedRuleGroupsRequest = {}));
|
|
1050
|
+
export var SubscribedRuleGroupSummary;
|
|
1051
|
+
(function (SubscribedRuleGroupSummary) {
|
|
1052
|
+
SubscribedRuleGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1053
|
+
})(SubscribedRuleGroupSummary || (SubscribedRuleGroupSummary = {}));
|
|
1054
|
+
export var ListSubscribedRuleGroupsResponse;
|
|
1055
|
+
(function (ListSubscribedRuleGroupsResponse) {
|
|
1056
|
+
ListSubscribedRuleGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1057
|
+
})(ListSubscribedRuleGroupsResponse || (ListSubscribedRuleGroupsResponse = {}));
|
|
1058
|
+
export var ListTagsForResourceRequest;
|
|
1059
|
+
(function (ListTagsForResourceRequest) {
|
|
1060
|
+
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1061
|
+
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1062
|
+
export var TagInfoForResource;
|
|
1063
|
+
(function (TagInfoForResource) {
|
|
1064
|
+
TagInfoForResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
|
+
})(TagInfoForResource || (TagInfoForResource = {}));
|
|
1066
|
+
export var ListTagsForResourceResponse;
|
|
1067
|
+
(function (ListTagsForResourceResponse) {
|
|
1068
|
+
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1069
|
+
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1070
|
+
export var ListWebACLsRequest;
|
|
1071
|
+
(function (ListWebACLsRequest) {
|
|
1072
|
+
ListWebACLsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1073
|
+
})(ListWebACLsRequest || (ListWebACLsRequest = {}));
|
|
1074
|
+
export var WebACLSummary;
|
|
1075
|
+
(function (WebACLSummary) {
|
|
1076
|
+
WebACLSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
|
+
})(WebACLSummary || (WebACLSummary = {}));
|
|
1078
|
+
export var ListWebACLsResponse;
|
|
1079
|
+
(function (ListWebACLsResponse) {
|
|
1080
|
+
ListWebACLsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
+
})(ListWebACLsResponse || (ListWebACLsResponse = {}));
|
|
1082
|
+
export var ListXssMatchSetsRequest;
|
|
1083
|
+
(function (ListXssMatchSetsRequest) {
|
|
1084
|
+
ListXssMatchSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1085
|
+
})(ListXssMatchSetsRequest || (ListXssMatchSetsRequest = {}));
|
|
1086
|
+
export var XssMatchSetSummary;
|
|
1087
|
+
(function (XssMatchSetSummary) {
|
|
1088
|
+
XssMatchSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1089
|
+
})(XssMatchSetSummary || (XssMatchSetSummary = {}));
|
|
1090
|
+
export var ListXssMatchSetsResponse;
|
|
1091
|
+
(function (ListXssMatchSetsResponse) {
|
|
1092
|
+
ListXssMatchSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1093
|
+
})(ListXssMatchSetsResponse || (ListXssMatchSetsResponse = {}));
|
|
1094
|
+
export var PutLoggingConfigurationRequest;
|
|
1095
|
+
(function (PutLoggingConfigurationRequest) {
|
|
1096
|
+
PutLoggingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1097
|
+
})(PutLoggingConfigurationRequest || (PutLoggingConfigurationRequest = {}));
|
|
1098
|
+
export var PutLoggingConfigurationResponse;
|
|
1099
|
+
(function (PutLoggingConfigurationResponse) {
|
|
1100
|
+
PutLoggingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1101
|
+
})(PutLoggingConfigurationResponse || (PutLoggingConfigurationResponse = {}));
|
|
1102
|
+
export var WAFServiceLinkedRoleErrorException;
|
|
1103
|
+
(function (WAFServiceLinkedRoleErrorException) {
|
|
1104
|
+
WAFServiceLinkedRoleErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1105
|
+
})(WAFServiceLinkedRoleErrorException || (WAFServiceLinkedRoleErrorException = {}));
|
|
1106
|
+
export var PutPermissionPolicyRequest;
|
|
1107
|
+
(function (PutPermissionPolicyRequest) {
|
|
1108
|
+
PutPermissionPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1109
|
+
})(PutPermissionPolicyRequest || (PutPermissionPolicyRequest = {}));
|
|
1110
|
+
export var PutPermissionPolicyResponse;
|
|
1111
|
+
(function (PutPermissionPolicyResponse) {
|
|
1112
|
+
PutPermissionPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1113
|
+
})(PutPermissionPolicyResponse || (PutPermissionPolicyResponse = {}));
|
|
1114
|
+
export var WAFInvalidPermissionPolicyException;
|
|
1115
|
+
(function (WAFInvalidPermissionPolicyException) {
|
|
1116
|
+
WAFInvalidPermissionPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1117
|
+
})(WAFInvalidPermissionPolicyException || (WAFInvalidPermissionPolicyException = {}));
|
|
1118
|
+
export var TagResourceRequest;
|
|
1119
|
+
(function (TagResourceRequest) {
|
|
1120
|
+
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1121
|
+
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1122
|
+
export var TagResourceResponse;
|
|
1123
|
+
(function (TagResourceResponse) {
|
|
1124
|
+
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1125
|
+
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1126
|
+
export var UntagResourceRequest;
|
|
1127
|
+
(function (UntagResourceRequest) {
|
|
1128
|
+
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1129
|
+
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1130
|
+
export var UntagResourceResponse;
|
|
1131
|
+
(function (UntagResourceResponse) {
|
|
1132
|
+
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1133
|
+
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
1134
|
+
export var ChangeAction;
|
|
1135
|
+
(function (ChangeAction) {
|
|
1136
|
+
ChangeAction["DELETE"] = "DELETE";
|
|
1137
|
+
ChangeAction["INSERT"] = "INSERT";
|
|
1138
|
+
})(ChangeAction || (ChangeAction = {}));
|
|
1139
|
+
export var ByteMatchSetUpdate;
|
|
1140
|
+
(function (ByteMatchSetUpdate) {
|
|
1141
|
+
ByteMatchSetUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1142
|
+
})(ByteMatchSetUpdate || (ByteMatchSetUpdate = {}));
|
|
1143
|
+
export var UpdateByteMatchSetRequest;
|
|
1144
|
+
(function (UpdateByteMatchSetRequest) {
|
|
1145
|
+
UpdateByteMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1146
|
+
})(UpdateByteMatchSetRequest || (UpdateByteMatchSetRequest = {}));
|
|
1147
|
+
export var UpdateByteMatchSetResponse;
|
|
1148
|
+
(function (UpdateByteMatchSetResponse) {
|
|
1149
|
+
UpdateByteMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1150
|
+
})(UpdateByteMatchSetResponse || (UpdateByteMatchSetResponse = {}));
|
|
1151
|
+
export var WAFNonexistentContainerException;
|
|
1152
|
+
(function (WAFNonexistentContainerException) {
|
|
1153
|
+
WAFNonexistentContainerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1154
|
+
})(WAFNonexistentContainerException || (WAFNonexistentContainerException = {}));
|
|
1155
|
+
export var GeoMatchSetUpdate;
|
|
1156
|
+
(function (GeoMatchSetUpdate) {
|
|
1157
|
+
GeoMatchSetUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1158
|
+
})(GeoMatchSetUpdate || (GeoMatchSetUpdate = {}));
|
|
1159
|
+
export var UpdateGeoMatchSetRequest;
|
|
1160
|
+
(function (UpdateGeoMatchSetRequest) {
|
|
1161
|
+
UpdateGeoMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1162
|
+
})(UpdateGeoMatchSetRequest || (UpdateGeoMatchSetRequest = {}));
|
|
1163
|
+
export var UpdateGeoMatchSetResponse;
|
|
1164
|
+
(function (UpdateGeoMatchSetResponse) {
|
|
1165
|
+
UpdateGeoMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1166
|
+
})(UpdateGeoMatchSetResponse || (UpdateGeoMatchSetResponse = {}));
|
|
1167
|
+
export var IPSetUpdate;
|
|
1168
|
+
(function (IPSetUpdate) {
|
|
1169
|
+
IPSetUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1170
|
+
})(IPSetUpdate || (IPSetUpdate = {}));
|
|
1171
|
+
export var UpdateIPSetRequest;
|
|
1172
|
+
(function (UpdateIPSetRequest) {
|
|
1173
|
+
UpdateIPSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1174
|
+
})(UpdateIPSetRequest || (UpdateIPSetRequest = {}));
|
|
1175
|
+
export var UpdateIPSetResponse;
|
|
1176
|
+
(function (UpdateIPSetResponse) {
|
|
1177
|
+
UpdateIPSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1178
|
+
})(UpdateIPSetResponse || (UpdateIPSetResponse = {}));
|
|
1179
|
+
export var RuleUpdate;
|
|
1180
|
+
(function (RuleUpdate) {
|
|
1181
|
+
RuleUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1182
|
+
})(RuleUpdate || (RuleUpdate = {}));
|
|
1183
|
+
export var UpdateRateBasedRuleRequest;
|
|
1184
|
+
(function (UpdateRateBasedRuleRequest) {
|
|
1185
|
+
UpdateRateBasedRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1186
|
+
})(UpdateRateBasedRuleRequest || (UpdateRateBasedRuleRequest = {}));
|
|
1187
|
+
export var UpdateRateBasedRuleResponse;
|
|
1188
|
+
(function (UpdateRateBasedRuleResponse) {
|
|
1189
|
+
UpdateRateBasedRuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1190
|
+
})(UpdateRateBasedRuleResponse || (UpdateRateBasedRuleResponse = {}));
|
|
1191
|
+
export var RegexMatchSetUpdate;
|
|
1192
|
+
(function (RegexMatchSetUpdate) {
|
|
1193
|
+
RegexMatchSetUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1194
|
+
})(RegexMatchSetUpdate || (RegexMatchSetUpdate = {}));
|
|
1195
|
+
export var UpdateRegexMatchSetRequest;
|
|
1196
|
+
(function (UpdateRegexMatchSetRequest) {
|
|
1197
|
+
UpdateRegexMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1198
|
+
})(UpdateRegexMatchSetRequest || (UpdateRegexMatchSetRequest = {}));
|
|
1199
|
+
export var UpdateRegexMatchSetResponse;
|
|
1200
|
+
(function (UpdateRegexMatchSetResponse) {
|
|
1201
|
+
UpdateRegexMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1202
|
+
})(UpdateRegexMatchSetResponse || (UpdateRegexMatchSetResponse = {}));
|
|
1203
|
+
export var RegexPatternSetUpdate;
|
|
1204
|
+
(function (RegexPatternSetUpdate) {
|
|
1205
|
+
RegexPatternSetUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1206
|
+
})(RegexPatternSetUpdate || (RegexPatternSetUpdate = {}));
|
|
1207
|
+
export var UpdateRegexPatternSetRequest;
|
|
1208
|
+
(function (UpdateRegexPatternSetRequest) {
|
|
1209
|
+
UpdateRegexPatternSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1210
|
+
})(UpdateRegexPatternSetRequest || (UpdateRegexPatternSetRequest = {}));
|
|
1211
|
+
export var UpdateRegexPatternSetResponse;
|
|
1212
|
+
(function (UpdateRegexPatternSetResponse) {
|
|
1213
|
+
UpdateRegexPatternSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1214
|
+
})(UpdateRegexPatternSetResponse || (UpdateRegexPatternSetResponse = {}));
|
|
1215
|
+
export var WAFInvalidRegexPatternException;
|
|
1216
|
+
(function (WAFInvalidRegexPatternException) {
|
|
1217
|
+
WAFInvalidRegexPatternException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1218
|
+
})(WAFInvalidRegexPatternException || (WAFInvalidRegexPatternException = {}));
|
|
1219
|
+
export var UpdateRuleRequest;
|
|
1220
|
+
(function (UpdateRuleRequest) {
|
|
1221
|
+
UpdateRuleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1222
|
+
})(UpdateRuleRequest || (UpdateRuleRequest = {}));
|
|
1223
|
+
export var UpdateRuleResponse;
|
|
1224
|
+
(function (UpdateRuleResponse) {
|
|
1225
|
+
UpdateRuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1226
|
+
})(UpdateRuleResponse || (UpdateRuleResponse = {}));
|
|
1227
|
+
export var RuleGroupUpdate;
|
|
1228
|
+
(function (RuleGroupUpdate) {
|
|
1229
|
+
RuleGroupUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1230
|
+
})(RuleGroupUpdate || (RuleGroupUpdate = {}));
|
|
1231
|
+
export var UpdateRuleGroupRequest;
|
|
1232
|
+
(function (UpdateRuleGroupRequest) {
|
|
1233
|
+
UpdateRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1234
|
+
})(UpdateRuleGroupRequest || (UpdateRuleGroupRequest = {}));
|
|
1235
|
+
export var UpdateRuleGroupResponse;
|
|
1236
|
+
(function (UpdateRuleGroupResponse) {
|
|
1237
|
+
UpdateRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1238
|
+
})(UpdateRuleGroupResponse || (UpdateRuleGroupResponse = {}));
|
|
1239
|
+
export var SizeConstraintSetUpdate;
|
|
1240
|
+
(function (SizeConstraintSetUpdate) {
|
|
1241
|
+
SizeConstraintSetUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1242
|
+
})(SizeConstraintSetUpdate || (SizeConstraintSetUpdate = {}));
|
|
1243
|
+
export var UpdateSizeConstraintSetRequest;
|
|
1244
|
+
(function (UpdateSizeConstraintSetRequest) {
|
|
1245
|
+
UpdateSizeConstraintSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1246
|
+
})(UpdateSizeConstraintSetRequest || (UpdateSizeConstraintSetRequest = {}));
|
|
1247
|
+
export var UpdateSizeConstraintSetResponse;
|
|
1248
|
+
(function (UpdateSizeConstraintSetResponse) {
|
|
1249
|
+
UpdateSizeConstraintSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1250
|
+
})(UpdateSizeConstraintSetResponse || (UpdateSizeConstraintSetResponse = {}));
|
|
1251
|
+
export var SqlInjectionMatchSetUpdate;
|
|
1252
|
+
(function (SqlInjectionMatchSetUpdate) {
|
|
1253
|
+
SqlInjectionMatchSetUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1254
|
+
})(SqlInjectionMatchSetUpdate || (SqlInjectionMatchSetUpdate = {}));
|
|
1255
|
+
export var UpdateSqlInjectionMatchSetRequest;
|
|
1256
|
+
(function (UpdateSqlInjectionMatchSetRequest) {
|
|
1257
|
+
UpdateSqlInjectionMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1258
|
+
})(UpdateSqlInjectionMatchSetRequest || (UpdateSqlInjectionMatchSetRequest = {}));
|
|
1259
|
+
export var UpdateSqlInjectionMatchSetResponse;
|
|
1260
|
+
(function (UpdateSqlInjectionMatchSetResponse) {
|
|
1261
|
+
UpdateSqlInjectionMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1262
|
+
})(UpdateSqlInjectionMatchSetResponse || (UpdateSqlInjectionMatchSetResponse = {}));
|
|
1263
|
+
export var WebACLUpdate;
|
|
1264
|
+
(function (WebACLUpdate) {
|
|
1265
|
+
WebACLUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1266
|
+
})(WebACLUpdate || (WebACLUpdate = {}));
|
|
1267
|
+
export var UpdateWebACLRequest;
|
|
1268
|
+
(function (UpdateWebACLRequest) {
|
|
1269
|
+
UpdateWebACLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1270
|
+
})(UpdateWebACLRequest || (UpdateWebACLRequest = {}));
|
|
1271
|
+
export var UpdateWebACLResponse;
|
|
1272
|
+
(function (UpdateWebACLResponse) {
|
|
1273
|
+
UpdateWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1274
|
+
})(UpdateWebACLResponse || (UpdateWebACLResponse = {}));
|
|
1275
|
+
export var WAFSubscriptionNotFoundException;
|
|
1276
|
+
(function (WAFSubscriptionNotFoundException) {
|
|
1277
|
+
WAFSubscriptionNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1278
|
+
})(WAFSubscriptionNotFoundException || (WAFSubscriptionNotFoundException = {}));
|
|
1279
|
+
export var XssMatchSetUpdate;
|
|
1280
|
+
(function (XssMatchSetUpdate) {
|
|
1281
|
+
XssMatchSetUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1282
|
+
})(XssMatchSetUpdate || (XssMatchSetUpdate = {}));
|
|
1283
|
+
export var UpdateXssMatchSetRequest;
|
|
1284
|
+
(function (UpdateXssMatchSetRequest) {
|
|
1285
|
+
UpdateXssMatchSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1286
|
+
})(UpdateXssMatchSetRequest || (UpdateXssMatchSetRequest = {}));
|
|
1287
|
+
export var UpdateXssMatchSetResponse;
|
|
1288
|
+
(function (UpdateXssMatchSetResponse) {
|
|
1289
|
+
UpdateXssMatchSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1290
|
+
})(UpdateXssMatchSetResponse || (UpdateXssMatchSetResponse = {}));
|
|
1291
|
+
//# sourceMappingURL=models_0.js.map
|