@aws-sdk/client-waf 3.128.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/CreateByteMatchSetCommand.js +2 -2
- package/dist-cjs/commands/CreateGeoMatchSetCommand.js +2 -2
- package/dist-cjs/commands/CreateIPSetCommand.js +2 -2
- package/dist-cjs/commands/CreateRateBasedRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateRegexMatchSetCommand.js +2 -2
- package/dist-cjs/commands/CreateRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +2 -2
- package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +2 -2
- package/dist-cjs/commands/CreateWebACLCommand.js +2 -2
- package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +2 -2
- package/dist-cjs/commands/CreateXssMatchSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteByteMatchSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteIPSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeletePermissionPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteWebACLCommand.js +2 -2
- package/dist-cjs/commands/DeleteXssMatchSetCommand.js +2 -2
- package/dist-cjs/commands/GetByteMatchSetCommand.js +2 -2
- package/dist-cjs/commands/GetChangeTokenCommand.js +2 -2
- package/dist-cjs/commands/GetChangeTokenStatusCommand.js +2 -2
- package/dist-cjs/commands/GetGeoMatchSetCommand.js +2 -2
- package/dist-cjs/commands/GetIPSetCommand.js +2 -2
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetPermissionPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetRateBasedRuleCommand.js +2 -2
- package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +2 -2
- package/dist-cjs/commands/GetRegexMatchSetCommand.js +2 -2
- package/dist-cjs/commands/GetRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/GetRuleCommand.js +2 -2
- package/dist-cjs/commands/GetRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/GetSampledRequestsCommand.js +2 -2
- package/dist-cjs/commands/GetSizeConstraintSetCommand.js +2 -2
- package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +2 -2
- package/dist-cjs/commands/GetWebACLCommand.js +2 -2
- package/dist-cjs/commands/GetXssMatchSetCommand.js +2 -2
- package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/ListByteMatchSetsCommand.js +2 -2
- package/dist-cjs/commands/ListGeoMatchSetsCommand.js +2 -2
- package/dist-cjs/commands/ListIPSetsCommand.js +2 -2
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListRateBasedRulesCommand.js +2 -2
- package/dist-cjs/commands/ListRegexMatchSetsCommand.js +2 -2
- package/dist-cjs/commands/ListRegexPatternSetsCommand.js +2 -2
- package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListRulesCommand.js +2 -2
- package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +2 -2
- package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +2 -2
- package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWebACLsCommand.js +2 -2
- package/dist-cjs/commands/ListXssMatchSetsCommand.js +2 -2
- package/dist-cjs/commands/PutLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/PutPermissionPolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateByteMatchSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateIPSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +2 -2
- package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateWebACLCommand.js +2 -2
- package/dist-cjs/commands/UpdateXssMatchSetCommand.js +2 -2
- package/dist-cjs/models/models_0.js +841 -1259
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/commands/CreateByteMatchSetCommand.js +3 -3
- package/dist-es/commands/CreateGeoMatchSetCommand.js +3 -3
- package/dist-es/commands/CreateIPSetCommand.js +3 -3
- package/dist-es/commands/CreateRateBasedRuleCommand.js +3 -3
- package/dist-es/commands/CreateRegexMatchSetCommand.js +3 -3
- package/dist-es/commands/CreateRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/CreateRuleCommand.js +3 -3
- package/dist-es/commands/CreateRuleGroupCommand.js +3 -3
- package/dist-es/commands/CreateSizeConstraintSetCommand.js +3 -3
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +3 -3
- package/dist-es/commands/CreateWebACLCommand.js +3 -3
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js +3 -3
- package/dist-es/commands/CreateXssMatchSetCommand.js +3 -3
- package/dist-es/commands/DeleteByteMatchSetCommand.js +3 -3
- package/dist-es/commands/DeleteGeoMatchSetCommand.js +3 -3
- package/dist-es/commands/DeleteIPSetCommand.js +3 -3
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/DeletePermissionPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteRateBasedRuleCommand.js +3 -3
- package/dist-es/commands/DeleteRegexMatchSetCommand.js +3 -3
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/DeleteRuleCommand.js +3 -3
- package/dist-es/commands/DeleteRuleGroupCommand.js +3 -3
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js +3 -3
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +3 -3
- package/dist-es/commands/DeleteWebACLCommand.js +3 -3
- package/dist-es/commands/DeleteXssMatchSetCommand.js +3 -3
- package/dist-es/commands/GetByteMatchSetCommand.js +3 -3
- package/dist-es/commands/GetChangeTokenCommand.js +3 -3
- package/dist-es/commands/GetChangeTokenStatusCommand.js +3 -3
- package/dist-es/commands/GetGeoMatchSetCommand.js +3 -3
- package/dist-es/commands/GetIPSetCommand.js +3 -3
- package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/GetPermissionPolicyCommand.js +3 -3
- package/dist-es/commands/GetRateBasedRuleCommand.js +3 -3
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +3 -3
- package/dist-es/commands/GetRegexMatchSetCommand.js +3 -3
- package/dist-es/commands/GetRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/GetRuleCommand.js +3 -3
- package/dist-es/commands/GetRuleGroupCommand.js +3 -3
- package/dist-es/commands/GetSampledRequestsCommand.js +3 -3
- package/dist-es/commands/GetSizeConstraintSetCommand.js +3 -3
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +3 -3
- package/dist-es/commands/GetWebACLCommand.js +3 -3
- package/dist-es/commands/GetXssMatchSetCommand.js +3 -3
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +3 -3
- package/dist-es/commands/ListByteMatchSetsCommand.js +3 -3
- package/dist-es/commands/ListGeoMatchSetsCommand.js +3 -3
- package/dist-es/commands/ListIPSetsCommand.js +3 -3
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListRateBasedRulesCommand.js +3 -3
- package/dist-es/commands/ListRegexMatchSetsCommand.js +3 -3
- package/dist-es/commands/ListRegexPatternSetsCommand.js +3 -3
- package/dist-es/commands/ListRuleGroupsCommand.js +3 -3
- package/dist-es/commands/ListRulesCommand.js +3 -3
- package/dist-es/commands/ListSizeConstraintSetsCommand.js +3 -3
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +3 -3
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWebACLsCommand.js +3 -3
- package/dist-es/commands/ListXssMatchSetsCommand.js +3 -3
- package/dist-es/commands/PutLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/PutPermissionPolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateByteMatchSetCommand.js +3 -3
- package/dist-es/commands/UpdateGeoMatchSetCommand.js +3 -3
- package/dist-es/commands/UpdateIPSetCommand.js +3 -3
- package/dist-es/commands/UpdateRateBasedRuleCommand.js +3 -3
- package/dist-es/commands/UpdateRegexMatchSetCommand.js +3 -3
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/UpdateRuleCommand.js +3 -3
- package/dist-es/commands/UpdateRuleGroupCommand.js +3 -3
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js +3 -3
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +3 -3
- package/dist-es/commands/UpdateWebACLCommand.js +3 -3
- package/dist-es/commands/UpdateXssMatchSetCommand.js +3 -3
- package/dist-es/models/models_0.js +209 -836
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/models/models_0.d.ts +836 -1254
- package/dist-types/ts3.4/models/models_0.d.ts +418 -836
- package/package.json +9 -9
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
3
|
+
exports.CreateIPSetRequestFilterSensitiveLog = exports.CreateGeoMatchSetResponseFilterSensitiveLog = exports.GeoMatchSetFilterSensitiveLog = exports.GeoMatchConstraintFilterSensitiveLog = exports.CreateGeoMatchSetRequestFilterSensitiveLog = exports.CreateByteMatchSetResponseFilterSensitiveLog = exports.ByteMatchSetFilterSensitiveLog = exports.ByteMatchTupleFilterSensitiveLog = exports.FieldToMatchFilterSensitiveLog = exports.CreateByteMatchSetRequestFilterSensitiveLog = exports.ActivatedRuleFilterSensitiveLog = exports.WafOverrideActionFilterSensitiveLog = exports.ExcludedRuleFilterSensitiveLog = exports.WafActionFilterSensitiveLog = exports.WAFSubscriptionNotFoundException = exports.WAFInvalidRegexPatternException = exports.WAFNonexistentContainerException = exports.ChangeAction = exports.WAFInvalidPermissionPolicyException = exports.WAFServiceLinkedRoleErrorException = exports.ChangeTokenStatus = exports.WAFReferencedItemException = exports.WAFNonEmptyEntityException = exports.WAFNonexistentItemException = exports.WAFInvalidOperationException = exports.WAFEntityMigrationException = exports.MigrationErrorType = exports.ComparisonOperator = exports.WAFTagOperationInternalErrorException = exports.WAFTagOperationException = exports.WAFBadRequestException = exports.PredicateType = exports.RateKey = exports.IPSetDescriptorType = exports.GeoMatchConstraintValue = exports.GeoMatchConstraintType = exports.WAFStaleDataException = exports.WAFLimitsExceededException = exports.WAFInvalidParameterException = exports.ParameterExceptionReason = exports.ParameterExceptionField = exports.WAFInvalidAccountException = exports.WAFInternalErrorException = exports.WAFDisallowedNameException = exports.TextTransformation = exports.PositionalConstraint = exports.MatchFieldType = exports.WafRuleType = exports.WafOverrideActionType = exports.WafActionType = void 0;
|
|
4
|
+
exports.DeleteRateBasedRuleResponseFilterSensitiveLog = exports.DeleteRateBasedRuleRequestFilterSensitiveLog = exports.DeletePermissionPolicyResponseFilterSensitiveLog = exports.DeletePermissionPolicyRequestFilterSensitiveLog = exports.DeleteLoggingConfigurationResponseFilterSensitiveLog = exports.DeleteLoggingConfigurationRequestFilterSensitiveLog = exports.DeleteIPSetResponseFilterSensitiveLog = exports.DeleteIPSetRequestFilterSensitiveLog = exports.DeleteGeoMatchSetResponseFilterSensitiveLog = exports.DeleteGeoMatchSetRequestFilterSensitiveLog = exports.DeleteByteMatchSetResponseFilterSensitiveLog = exports.DeleteByteMatchSetRequestFilterSensitiveLog = exports.CreateXssMatchSetResponseFilterSensitiveLog = exports.XssMatchSetFilterSensitiveLog = exports.XssMatchTupleFilterSensitiveLog = exports.CreateXssMatchSetRequestFilterSensitiveLog = exports.CreateWebACLMigrationStackResponseFilterSensitiveLog = exports.CreateWebACLMigrationStackRequestFilterSensitiveLog = exports.CreateWebACLResponseFilterSensitiveLog = exports.WebACLFilterSensitiveLog = exports.CreateWebACLRequestFilterSensitiveLog = exports.CreateSqlInjectionMatchSetResponseFilterSensitiveLog = exports.SqlInjectionMatchSetFilterSensitiveLog = exports.SqlInjectionMatchTupleFilterSensitiveLog = exports.CreateSqlInjectionMatchSetRequestFilterSensitiveLog = exports.CreateSizeConstraintSetResponseFilterSensitiveLog = exports.SizeConstraintSetFilterSensitiveLog = exports.SizeConstraintFilterSensitiveLog = exports.CreateSizeConstraintSetRequestFilterSensitiveLog = exports.CreateRuleGroupResponseFilterSensitiveLog = exports.RuleGroupFilterSensitiveLog = exports.CreateRuleGroupRequestFilterSensitiveLog = exports.CreateRuleResponseFilterSensitiveLog = exports.RuleFilterSensitiveLog = exports.CreateRuleRequestFilterSensitiveLog = exports.CreateRegexPatternSetResponseFilterSensitiveLog = exports.RegexPatternSetFilterSensitiveLog = exports.CreateRegexPatternSetRequestFilterSensitiveLog = exports.CreateRegexMatchSetResponseFilterSensitiveLog = exports.RegexMatchSetFilterSensitiveLog = exports.RegexMatchTupleFilterSensitiveLog = exports.CreateRegexMatchSetRequestFilterSensitiveLog = exports.CreateRateBasedRuleResponseFilterSensitiveLog = exports.RateBasedRuleFilterSensitiveLog = exports.PredicateFilterSensitiveLog = exports.CreateRateBasedRuleRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.CreateIPSetResponseFilterSensitiveLog = exports.IPSetFilterSensitiveLog = exports.IPSetDescriptorFilterSensitiveLog = void 0;
|
|
5
|
+
exports.GetSizeConstraintSetRequestFilterSensitiveLog = exports.GetSampledRequestsResponseFilterSensitiveLog = exports.SampledHTTPRequestFilterSensitiveLog = exports.HTTPRequestFilterSensitiveLog = exports.HTTPHeaderFilterSensitiveLog = exports.GetSampledRequestsRequestFilterSensitiveLog = exports.TimeWindowFilterSensitiveLog = exports.GetRuleGroupResponseFilterSensitiveLog = exports.GetRuleGroupRequestFilterSensitiveLog = exports.GetRuleResponseFilterSensitiveLog = exports.GetRuleRequestFilterSensitiveLog = exports.GetRegexPatternSetResponseFilterSensitiveLog = exports.GetRegexPatternSetRequestFilterSensitiveLog = exports.GetRegexMatchSetResponseFilterSensitiveLog = exports.GetRegexMatchSetRequestFilterSensitiveLog = exports.GetRateBasedRuleManagedKeysResponseFilterSensitiveLog = exports.GetRateBasedRuleManagedKeysRequestFilterSensitiveLog = exports.GetRateBasedRuleResponseFilterSensitiveLog = exports.GetRateBasedRuleRequestFilterSensitiveLog = exports.GetPermissionPolicyResponseFilterSensitiveLog = exports.GetPermissionPolicyRequestFilterSensitiveLog = exports.GetLoggingConfigurationResponseFilterSensitiveLog = exports.LoggingConfigurationFilterSensitiveLog = exports.GetLoggingConfigurationRequestFilterSensitiveLog = exports.GetIPSetResponseFilterSensitiveLog = exports.GetIPSetRequestFilterSensitiveLog = exports.GetGeoMatchSetResponseFilterSensitiveLog = exports.GetGeoMatchSetRequestFilterSensitiveLog = exports.GetChangeTokenStatusResponseFilterSensitiveLog = exports.GetChangeTokenStatusRequestFilterSensitiveLog = exports.GetChangeTokenResponseFilterSensitiveLog = exports.GetChangeTokenRequestFilterSensitiveLog = exports.GetByteMatchSetResponseFilterSensitiveLog = exports.GetByteMatchSetRequestFilterSensitiveLog = exports.DeleteXssMatchSetResponseFilterSensitiveLog = exports.DeleteXssMatchSetRequestFilterSensitiveLog = exports.DeleteWebACLResponseFilterSensitiveLog = exports.DeleteWebACLRequestFilterSensitiveLog = exports.DeleteSqlInjectionMatchSetResponseFilterSensitiveLog = exports.DeleteSqlInjectionMatchSetRequestFilterSensitiveLog = exports.DeleteSizeConstraintSetResponseFilterSensitiveLog = exports.DeleteSizeConstraintSetRequestFilterSensitiveLog = exports.DeleteRuleGroupResponseFilterSensitiveLog = exports.DeleteRuleGroupRequestFilterSensitiveLog = exports.DeleteRuleResponseFilterSensitiveLog = exports.DeleteRuleRequestFilterSensitiveLog = exports.DeleteRegexPatternSetResponseFilterSensitiveLog = exports.DeleteRegexPatternSetRequestFilterSensitiveLog = exports.DeleteRegexMatchSetResponseFilterSensitiveLog = exports.DeleteRegexMatchSetRequestFilterSensitiveLog = void 0;
|
|
6
|
+
exports.ListXssMatchSetsRequestFilterSensitiveLog = exports.ListWebACLsResponseFilterSensitiveLog = exports.WebACLSummaryFilterSensitiveLog = exports.ListWebACLsRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.TagInfoForResourceFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListSubscribedRuleGroupsResponseFilterSensitiveLog = exports.SubscribedRuleGroupSummaryFilterSensitiveLog = exports.ListSubscribedRuleGroupsRequestFilterSensitiveLog = exports.ListSqlInjectionMatchSetsResponseFilterSensitiveLog = exports.SqlInjectionMatchSetSummaryFilterSensitiveLog = exports.ListSqlInjectionMatchSetsRequestFilterSensitiveLog = exports.ListSizeConstraintSetsResponseFilterSensitiveLog = exports.SizeConstraintSetSummaryFilterSensitiveLog = exports.ListSizeConstraintSetsRequestFilterSensitiveLog = exports.ListRulesResponseFilterSensitiveLog = exports.ListRulesRequestFilterSensitiveLog = exports.ListRuleGroupsResponseFilterSensitiveLog = exports.RuleGroupSummaryFilterSensitiveLog = exports.ListRuleGroupsRequestFilterSensitiveLog = exports.ListRegexPatternSetsResponseFilterSensitiveLog = exports.RegexPatternSetSummaryFilterSensitiveLog = exports.ListRegexPatternSetsRequestFilterSensitiveLog = exports.ListRegexMatchSetsResponseFilterSensitiveLog = exports.RegexMatchSetSummaryFilterSensitiveLog = exports.ListRegexMatchSetsRequestFilterSensitiveLog = exports.ListRateBasedRulesResponseFilterSensitiveLog = exports.RuleSummaryFilterSensitiveLog = exports.ListRateBasedRulesRequestFilterSensitiveLog = exports.ListLoggingConfigurationsResponseFilterSensitiveLog = exports.ListLoggingConfigurationsRequestFilterSensitiveLog = exports.ListIPSetsResponseFilterSensitiveLog = exports.IPSetSummaryFilterSensitiveLog = exports.ListIPSetsRequestFilterSensitiveLog = exports.ListGeoMatchSetsResponseFilterSensitiveLog = exports.GeoMatchSetSummaryFilterSensitiveLog = exports.ListGeoMatchSetsRequestFilterSensitiveLog = exports.ListByteMatchSetsResponseFilterSensitiveLog = exports.ByteMatchSetSummaryFilterSensitiveLog = exports.ListByteMatchSetsRequestFilterSensitiveLog = exports.ListActivatedRulesInRuleGroupResponseFilterSensitiveLog = exports.ListActivatedRulesInRuleGroupRequestFilterSensitiveLog = exports.GetXssMatchSetResponseFilterSensitiveLog = exports.GetXssMatchSetRequestFilterSensitiveLog = exports.GetWebACLResponseFilterSensitiveLog = exports.GetWebACLRequestFilterSensitiveLog = exports.GetSqlInjectionMatchSetResponseFilterSensitiveLog = exports.GetSqlInjectionMatchSetRequestFilterSensitiveLog = exports.GetSizeConstraintSetResponseFilterSensitiveLog = void 0;
|
|
7
|
+
exports.UpdateXssMatchSetResponseFilterSensitiveLog = exports.UpdateXssMatchSetRequestFilterSensitiveLog = exports.XssMatchSetUpdateFilterSensitiveLog = exports.UpdateWebACLResponseFilterSensitiveLog = exports.UpdateWebACLRequestFilterSensitiveLog = exports.WebACLUpdateFilterSensitiveLog = exports.UpdateSqlInjectionMatchSetResponseFilterSensitiveLog = exports.UpdateSqlInjectionMatchSetRequestFilterSensitiveLog = exports.SqlInjectionMatchSetUpdateFilterSensitiveLog = exports.UpdateSizeConstraintSetResponseFilterSensitiveLog = exports.UpdateSizeConstraintSetRequestFilterSensitiveLog = exports.SizeConstraintSetUpdateFilterSensitiveLog = exports.UpdateRuleGroupResponseFilterSensitiveLog = exports.UpdateRuleGroupRequestFilterSensitiveLog = exports.RuleGroupUpdateFilterSensitiveLog = exports.UpdateRuleResponseFilterSensitiveLog = exports.UpdateRuleRequestFilterSensitiveLog = exports.UpdateRegexPatternSetResponseFilterSensitiveLog = exports.UpdateRegexPatternSetRequestFilterSensitiveLog = exports.RegexPatternSetUpdateFilterSensitiveLog = exports.UpdateRegexMatchSetResponseFilterSensitiveLog = exports.UpdateRegexMatchSetRequestFilterSensitiveLog = exports.RegexMatchSetUpdateFilterSensitiveLog = exports.UpdateRateBasedRuleResponseFilterSensitiveLog = exports.UpdateRateBasedRuleRequestFilterSensitiveLog = exports.RuleUpdateFilterSensitiveLog = exports.UpdateIPSetResponseFilterSensitiveLog = exports.UpdateIPSetRequestFilterSensitiveLog = exports.IPSetUpdateFilterSensitiveLog = exports.UpdateGeoMatchSetResponseFilterSensitiveLog = exports.UpdateGeoMatchSetRequestFilterSensitiveLog = exports.GeoMatchSetUpdateFilterSensitiveLog = exports.UpdateByteMatchSetResponseFilterSensitiveLog = exports.UpdateByteMatchSetRequestFilterSensitiveLog = exports.ByteMatchSetUpdateFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.PutPermissionPolicyResponseFilterSensitiveLog = exports.PutPermissionPolicyRequestFilterSensitiveLog = exports.PutLoggingConfigurationResponseFilterSensitiveLog = exports.PutLoggingConfigurationRequestFilterSensitiveLog = exports.ListXssMatchSetsResponseFilterSensitiveLog = exports.XssMatchSetSummaryFilterSensitiveLog = void 0;
|
|
8
8
|
const WAFServiceException_1 = require("./WAFServiceException");
|
|
9
9
|
var WafActionType;
|
|
10
10
|
(function (WafActionType) {
|
|
@@ -12,47 +12,17 @@ var WafActionType;
|
|
|
12
12
|
WafActionType["BLOCK"] = "BLOCK";
|
|
13
13
|
WafActionType["COUNT"] = "COUNT";
|
|
14
14
|
})(WafActionType = exports.WafActionType || (exports.WafActionType = {}));
|
|
15
|
-
var WafAction;
|
|
16
|
-
(function (WafAction) {
|
|
17
|
-
WafAction.filterSensitiveLog = (obj) => ({
|
|
18
|
-
...obj,
|
|
19
|
-
});
|
|
20
|
-
})(WafAction = exports.WafAction || (exports.WafAction = {}));
|
|
21
|
-
var ExcludedRule;
|
|
22
|
-
(function (ExcludedRule) {
|
|
23
|
-
ExcludedRule.filterSensitiveLog = (obj) => ({
|
|
24
|
-
...obj,
|
|
25
|
-
});
|
|
26
|
-
})(ExcludedRule = exports.ExcludedRule || (exports.ExcludedRule = {}));
|
|
27
15
|
var WafOverrideActionType;
|
|
28
16
|
(function (WafOverrideActionType) {
|
|
29
17
|
WafOverrideActionType["COUNT"] = "COUNT";
|
|
30
18
|
WafOverrideActionType["NONE"] = "NONE";
|
|
31
19
|
})(WafOverrideActionType = exports.WafOverrideActionType || (exports.WafOverrideActionType = {}));
|
|
32
|
-
var WafOverrideAction;
|
|
33
|
-
(function (WafOverrideAction) {
|
|
34
|
-
WafOverrideAction.filterSensitiveLog = (obj) => ({
|
|
35
|
-
...obj,
|
|
36
|
-
});
|
|
37
|
-
})(WafOverrideAction = exports.WafOverrideAction || (exports.WafOverrideAction = {}));
|
|
38
20
|
var WafRuleType;
|
|
39
21
|
(function (WafRuleType) {
|
|
40
22
|
WafRuleType["GROUP"] = "GROUP";
|
|
41
23
|
WafRuleType["RATE_BASED"] = "RATE_BASED";
|
|
42
24
|
WafRuleType["REGULAR"] = "REGULAR";
|
|
43
25
|
})(WafRuleType = exports.WafRuleType || (exports.WafRuleType = {}));
|
|
44
|
-
var ActivatedRule;
|
|
45
|
-
(function (ActivatedRule) {
|
|
46
|
-
ActivatedRule.filterSensitiveLog = (obj) => ({
|
|
47
|
-
...obj,
|
|
48
|
-
});
|
|
49
|
-
})(ActivatedRule = exports.ActivatedRule || (exports.ActivatedRule = {}));
|
|
50
|
-
var CreateByteMatchSetRequest;
|
|
51
|
-
(function (CreateByteMatchSetRequest) {
|
|
52
|
-
CreateByteMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
53
|
-
...obj,
|
|
54
|
-
});
|
|
55
|
-
})(CreateByteMatchSetRequest = exports.CreateByteMatchSetRequest || (exports.CreateByteMatchSetRequest = {}));
|
|
56
26
|
var MatchFieldType;
|
|
57
27
|
(function (MatchFieldType) {
|
|
58
28
|
MatchFieldType["ALL_QUERY_ARGS"] = "ALL_QUERY_ARGS";
|
|
@@ -63,12 +33,6 @@ var MatchFieldType;
|
|
|
63
33
|
MatchFieldType["SINGLE_QUERY_ARG"] = "SINGLE_QUERY_ARG";
|
|
64
34
|
MatchFieldType["URI"] = "URI";
|
|
65
35
|
})(MatchFieldType = exports.MatchFieldType || (exports.MatchFieldType = {}));
|
|
66
|
-
var FieldToMatch;
|
|
67
|
-
(function (FieldToMatch) {
|
|
68
|
-
FieldToMatch.filterSensitiveLog = (obj) => ({
|
|
69
|
-
...obj,
|
|
70
|
-
});
|
|
71
|
-
})(FieldToMatch = exports.FieldToMatch || (exports.FieldToMatch = {}));
|
|
72
36
|
var PositionalConstraint;
|
|
73
37
|
(function (PositionalConstraint) {
|
|
74
38
|
PositionalConstraint["CONTAINS"] = "CONTAINS";
|
|
@@ -86,24 +50,6 @@ var TextTransformation;
|
|
|
86
50
|
TextTransformation["NONE"] = "NONE";
|
|
87
51
|
TextTransformation["URL_DECODE"] = "URL_DECODE";
|
|
88
52
|
})(TextTransformation = exports.TextTransformation || (exports.TextTransformation = {}));
|
|
89
|
-
var ByteMatchTuple;
|
|
90
|
-
(function (ByteMatchTuple) {
|
|
91
|
-
ByteMatchTuple.filterSensitiveLog = (obj) => ({
|
|
92
|
-
...obj,
|
|
93
|
-
});
|
|
94
|
-
})(ByteMatchTuple = exports.ByteMatchTuple || (exports.ByteMatchTuple = {}));
|
|
95
|
-
var ByteMatchSet;
|
|
96
|
-
(function (ByteMatchSet) {
|
|
97
|
-
ByteMatchSet.filterSensitiveLog = (obj) => ({
|
|
98
|
-
...obj,
|
|
99
|
-
});
|
|
100
|
-
})(ByteMatchSet = exports.ByteMatchSet || (exports.ByteMatchSet = {}));
|
|
101
|
-
var CreateByteMatchSetResponse;
|
|
102
|
-
(function (CreateByteMatchSetResponse) {
|
|
103
|
-
CreateByteMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
104
|
-
...obj,
|
|
105
|
-
});
|
|
106
|
-
})(CreateByteMatchSetResponse = exports.CreateByteMatchSetResponse || (exports.CreateByteMatchSetResponse = {}));
|
|
107
53
|
class WAFDisallowedNameException extends WAFServiceException_1.WAFServiceException {
|
|
108
54
|
constructor(opts) {
|
|
109
55
|
super({
|
|
@@ -213,12 +159,6 @@ class WAFStaleDataException extends WAFServiceException_1.WAFServiceException {
|
|
|
213
159
|
}
|
|
214
160
|
}
|
|
215
161
|
exports.WAFStaleDataException = WAFStaleDataException;
|
|
216
|
-
var CreateGeoMatchSetRequest;
|
|
217
|
-
(function (CreateGeoMatchSetRequest) {
|
|
218
|
-
CreateGeoMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
219
|
-
...obj,
|
|
220
|
-
});
|
|
221
|
-
})(CreateGeoMatchSetRequest = exports.CreateGeoMatchSetRequest || (exports.CreateGeoMatchSetRequest = {}));
|
|
222
162
|
var GeoMatchConstraintType;
|
|
223
163
|
(function (GeoMatchConstraintType) {
|
|
224
164
|
GeoMatchConstraintType["Country"] = "Country";
|
|
@@ -475,69 +415,15 @@ var GeoMatchConstraintValue;
|
|
|
475
415
|
GeoMatchConstraintValue["ZM"] = "ZM";
|
|
476
416
|
GeoMatchConstraintValue["ZW"] = "ZW";
|
|
477
417
|
})(GeoMatchConstraintValue = exports.GeoMatchConstraintValue || (exports.GeoMatchConstraintValue = {}));
|
|
478
|
-
var GeoMatchConstraint;
|
|
479
|
-
(function (GeoMatchConstraint) {
|
|
480
|
-
GeoMatchConstraint.filterSensitiveLog = (obj) => ({
|
|
481
|
-
...obj,
|
|
482
|
-
});
|
|
483
|
-
})(GeoMatchConstraint = exports.GeoMatchConstraint || (exports.GeoMatchConstraint = {}));
|
|
484
|
-
var GeoMatchSet;
|
|
485
|
-
(function (GeoMatchSet) {
|
|
486
|
-
GeoMatchSet.filterSensitiveLog = (obj) => ({
|
|
487
|
-
...obj,
|
|
488
|
-
});
|
|
489
|
-
})(GeoMatchSet = exports.GeoMatchSet || (exports.GeoMatchSet = {}));
|
|
490
|
-
var CreateGeoMatchSetResponse;
|
|
491
|
-
(function (CreateGeoMatchSetResponse) {
|
|
492
|
-
CreateGeoMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
493
|
-
...obj,
|
|
494
|
-
});
|
|
495
|
-
})(CreateGeoMatchSetResponse = exports.CreateGeoMatchSetResponse || (exports.CreateGeoMatchSetResponse = {}));
|
|
496
|
-
var CreateIPSetRequest;
|
|
497
|
-
(function (CreateIPSetRequest) {
|
|
498
|
-
CreateIPSetRequest.filterSensitiveLog = (obj) => ({
|
|
499
|
-
...obj,
|
|
500
|
-
});
|
|
501
|
-
})(CreateIPSetRequest = exports.CreateIPSetRequest || (exports.CreateIPSetRequest = {}));
|
|
502
418
|
var IPSetDescriptorType;
|
|
503
419
|
(function (IPSetDescriptorType) {
|
|
504
420
|
IPSetDescriptorType["IPV4"] = "IPV4";
|
|
505
421
|
IPSetDescriptorType["IPV6"] = "IPV6";
|
|
506
422
|
})(IPSetDescriptorType = exports.IPSetDescriptorType || (exports.IPSetDescriptorType = {}));
|
|
507
|
-
var IPSetDescriptor;
|
|
508
|
-
(function (IPSetDescriptor) {
|
|
509
|
-
IPSetDescriptor.filterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
})(IPSetDescriptor = exports.IPSetDescriptor || (exports.IPSetDescriptor = {}));
|
|
513
|
-
var IPSet;
|
|
514
|
-
(function (IPSet) {
|
|
515
|
-
IPSet.filterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
});
|
|
518
|
-
})(IPSet = exports.IPSet || (exports.IPSet = {}));
|
|
519
|
-
var CreateIPSetResponse;
|
|
520
|
-
(function (CreateIPSetResponse) {
|
|
521
|
-
CreateIPSetResponse.filterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
})(CreateIPSetResponse = exports.CreateIPSetResponse || (exports.CreateIPSetResponse = {}));
|
|
525
423
|
var RateKey;
|
|
526
424
|
(function (RateKey) {
|
|
527
425
|
RateKey["IP"] = "IP";
|
|
528
426
|
})(RateKey = exports.RateKey || (exports.RateKey = {}));
|
|
529
|
-
var Tag;
|
|
530
|
-
(function (Tag) {
|
|
531
|
-
Tag.filterSensitiveLog = (obj) => ({
|
|
532
|
-
...obj,
|
|
533
|
-
});
|
|
534
|
-
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
535
|
-
var CreateRateBasedRuleRequest;
|
|
536
|
-
(function (CreateRateBasedRuleRequest) {
|
|
537
|
-
CreateRateBasedRuleRequest.filterSensitiveLog = (obj) => ({
|
|
538
|
-
...obj,
|
|
539
|
-
});
|
|
540
|
-
})(CreateRateBasedRuleRequest = exports.CreateRateBasedRuleRequest || (exports.CreateRateBasedRuleRequest = {}));
|
|
541
427
|
var PredicateType;
|
|
542
428
|
(function (PredicateType) {
|
|
543
429
|
PredicateType["BYTE_MATCH"] = "ByteMatch";
|
|
@@ -548,24 +434,6 @@ var PredicateType;
|
|
|
548
434
|
PredicateType["SQL_INJECTION_MATCH"] = "SqlInjectionMatch";
|
|
549
435
|
PredicateType["XSS_MATCH"] = "XssMatch";
|
|
550
436
|
})(PredicateType = exports.PredicateType || (exports.PredicateType = {}));
|
|
551
|
-
var Predicate;
|
|
552
|
-
(function (Predicate) {
|
|
553
|
-
Predicate.filterSensitiveLog = (obj) => ({
|
|
554
|
-
...obj,
|
|
555
|
-
});
|
|
556
|
-
})(Predicate = exports.Predicate || (exports.Predicate = {}));
|
|
557
|
-
var RateBasedRule;
|
|
558
|
-
(function (RateBasedRule) {
|
|
559
|
-
RateBasedRule.filterSensitiveLog = (obj) => ({
|
|
560
|
-
...obj,
|
|
561
|
-
});
|
|
562
|
-
})(RateBasedRule = exports.RateBasedRule || (exports.RateBasedRule = {}));
|
|
563
|
-
var CreateRateBasedRuleResponse;
|
|
564
|
-
(function (CreateRateBasedRuleResponse) {
|
|
565
|
-
CreateRateBasedRuleResponse.filterSensitiveLog = (obj) => ({
|
|
566
|
-
...obj,
|
|
567
|
-
});
|
|
568
|
-
})(CreateRateBasedRuleResponse = exports.CreateRateBasedRuleResponse || (exports.CreateRateBasedRuleResponse = {}));
|
|
569
437
|
class WAFBadRequestException extends WAFServiceException_1.WAFServiceException {
|
|
570
438
|
constructor(opts) {
|
|
571
439
|
super({
|
|
@@ -605,90 +473,6 @@ class WAFTagOperationInternalErrorException extends WAFServiceException_1.WAFSer
|
|
|
605
473
|
}
|
|
606
474
|
}
|
|
607
475
|
exports.WAFTagOperationInternalErrorException = WAFTagOperationInternalErrorException;
|
|
608
|
-
var CreateRegexMatchSetRequest;
|
|
609
|
-
(function (CreateRegexMatchSetRequest) {
|
|
610
|
-
CreateRegexMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
611
|
-
...obj,
|
|
612
|
-
});
|
|
613
|
-
})(CreateRegexMatchSetRequest = exports.CreateRegexMatchSetRequest || (exports.CreateRegexMatchSetRequest = {}));
|
|
614
|
-
var RegexMatchTuple;
|
|
615
|
-
(function (RegexMatchTuple) {
|
|
616
|
-
RegexMatchTuple.filterSensitiveLog = (obj) => ({
|
|
617
|
-
...obj,
|
|
618
|
-
});
|
|
619
|
-
})(RegexMatchTuple = exports.RegexMatchTuple || (exports.RegexMatchTuple = {}));
|
|
620
|
-
var RegexMatchSet;
|
|
621
|
-
(function (RegexMatchSet) {
|
|
622
|
-
RegexMatchSet.filterSensitiveLog = (obj) => ({
|
|
623
|
-
...obj,
|
|
624
|
-
});
|
|
625
|
-
})(RegexMatchSet = exports.RegexMatchSet || (exports.RegexMatchSet = {}));
|
|
626
|
-
var CreateRegexMatchSetResponse;
|
|
627
|
-
(function (CreateRegexMatchSetResponse) {
|
|
628
|
-
CreateRegexMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
629
|
-
...obj,
|
|
630
|
-
});
|
|
631
|
-
})(CreateRegexMatchSetResponse = exports.CreateRegexMatchSetResponse || (exports.CreateRegexMatchSetResponse = {}));
|
|
632
|
-
var CreateRegexPatternSetRequest;
|
|
633
|
-
(function (CreateRegexPatternSetRequest) {
|
|
634
|
-
CreateRegexPatternSetRequest.filterSensitiveLog = (obj) => ({
|
|
635
|
-
...obj,
|
|
636
|
-
});
|
|
637
|
-
})(CreateRegexPatternSetRequest = exports.CreateRegexPatternSetRequest || (exports.CreateRegexPatternSetRequest = {}));
|
|
638
|
-
var RegexPatternSet;
|
|
639
|
-
(function (RegexPatternSet) {
|
|
640
|
-
RegexPatternSet.filterSensitiveLog = (obj) => ({
|
|
641
|
-
...obj,
|
|
642
|
-
});
|
|
643
|
-
})(RegexPatternSet = exports.RegexPatternSet || (exports.RegexPatternSet = {}));
|
|
644
|
-
var CreateRegexPatternSetResponse;
|
|
645
|
-
(function (CreateRegexPatternSetResponse) {
|
|
646
|
-
CreateRegexPatternSetResponse.filterSensitiveLog = (obj) => ({
|
|
647
|
-
...obj,
|
|
648
|
-
});
|
|
649
|
-
})(CreateRegexPatternSetResponse = exports.CreateRegexPatternSetResponse || (exports.CreateRegexPatternSetResponse = {}));
|
|
650
|
-
var CreateRuleRequest;
|
|
651
|
-
(function (CreateRuleRequest) {
|
|
652
|
-
CreateRuleRequest.filterSensitiveLog = (obj) => ({
|
|
653
|
-
...obj,
|
|
654
|
-
});
|
|
655
|
-
})(CreateRuleRequest = exports.CreateRuleRequest || (exports.CreateRuleRequest = {}));
|
|
656
|
-
var Rule;
|
|
657
|
-
(function (Rule) {
|
|
658
|
-
Rule.filterSensitiveLog = (obj) => ({
|
|
659
|
-
...obj,
|
|
660
|
-
});
|
|
661
|
-
})(Rule = exports.Rule || (exports.Rule = {}));
|
|
662
|
-
var CreateRuleResponse;
|
|
663
|
-
(function (CreateRuleResponse) {
|
|
664
|
-
CreateRuleResponse.filterSensitiveLog = (obj) => ({
|
|
665
|
-
...obj,
|
|
666
|
-
});
|
|
667
|
-
})(CreateRuleResponse = exports.CreateRuleResponse || (exports.CreateRuleResponse = {}));
|
|
668
|
-
var CreateRuleGroupRequest;
|
|
669
|
-
(function (CreateRuleGroupRequest) {
|
|
670
|
-
CreateRuleGroupRequest.filterSensitiveLog = (obj) => ({
|
|
671
|
-
...obj,
|
|
672
|
-
});
|
|
673
|
-
})(CreateRuleGroupRequest = exports.CreateRuleGroupRequest || (exports.CreateRuleGroupRequest = {}));
|
|
674
|
-
var RuleGroup;
|
|
675
|
-
(function (RuleGroup) {
|
|
676
|
-
RuleGroup.filterSensitiveLog = (obj) => ({
|
|
677
|
-
...obj,
|
|
678
|
-
});
|
|
679
|
-
})(RuleGroup = exports.RuleGroup || (exports.RuleGroup = {}));
|
|
680
|
-
var CreateRuleGroupResponse;
|
|
681
|
-
(function (CreateRuleGroupResponse) {
|
|
682
|
-
CreateRuleGroupResponse.filterSensitiveLog = (obj) => ({
|
|
683
|
-
...obj,
|
|
684
|
-
});
|
|
685
|
-
})(CreateRuleGroupResponse = exports.CreateRuleGroupResponse || (exports.CreateRuleGroupResponse = {}));
|
|
686
|
-
var CreateSizeConstraintSetRequest;
|
|
687
|
-
(function (CreateSizeConstraintSetRequest) {
|
|
688
|
-
CreateSizeConstraintSetRequest.filterSensitiveLog = (obj) => ({
|
|
689
|
-
...obj,
|
|
690
|
-
});
|
|
691
|
-
})(CreateSizeConstraintSetRequest = exports.CreateSizeConstraintSetRequest || (exports.CreateSizeConstraintSetRequest = {}));
|
|
692
476
|
var ComparisonOperator;
|
|
693
477
|
(function (ComparisonOperator) {
|
|
694
478
|
ComparisonOperator["EQ"] = "EQ";
|
|
@@ -698,78 +482,6 @@ var ComparisonOperator;
|
|
|
698
482
|
ComparisonOperator["LT"] = "LT";
|
|
699
483
|
ComparisonOperator["NE"] = "NE";
|
|
700
484
|
})(ComparisonOperator = exports.ComparisonOperator || (exports.ComparisonOperator = {}));
|
|
701
|
-
var SizeConstraint;
|
|
702
|
-
(function (SizeConstraint) {
|
|
703
|
-
SizeConstraint.filterSensitiveLog = (obj) => ({
|
|
704
|
-
...obj,
|
|
705
|
-
});
|
|
706
|
-
})(SizeConstraint = exports.SizeConstraint || (exports.SizeConstraint = {}));
|
|
707
|
-
var SizeConstraintSet;
|
|
708
|
-
(function (SizeConstraintSet) {
|
|
709
|
-
SizeConstraintSet.filterSensitiveLog = (obj) => ({
|
|
710
|
-
...obj,
|
|
711
|
-
});
|
|
712
|
-
})(SizeConstraintSet = exports.SizeConstraintSet || (exports.SizeConstraintSet = {}));
|
|
713
|
-
var CreateSizeConstraintSetResponse;
|
|
714
|
-
(function (CreateSizeConstraintSetResponse) {
|
|
715
|
-
CreateSizeConstraintSetResponse.filterSensitiveLog = (obj) => ({
|
|
716
|
-
...obj,
|
|
717
|
-
});
|
|
718
|
-
})(CreateSizeConstraintSetResponse = exports.CreateSizeConstraintSetResponse || (exports.CreateSizeConstraintSetResponse = {}));
|
|
719
|
-
var CreateSqlInjectionMatchSetRequest;
|
|
720
|
-
(function (CreateSqlInjectionMatchSetRequest) {
|
|
721
|
-
CreateSqlInjectionMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
722
|
-
...obj,
|
|
723
|
-
});
|
|
724
|
-
})(CreateSqlInjectionMatchSetRequest = exports.CreateSqlInjectionMatchSetRequest || (exports.CreateSqlInjectionMatchSetRequest = {}));
|
|
725
|
-
var SqlInjectionMatchTuple;
|
|
726
|
-
(function (SqlInjectionMatchTuple) {
|
|
727
|
-
SqlInjectionMatchTuple.filterSensitiveLog = (obj) => ({
|
|
728
|
-
...obj,
|
|
729
|
-
});
|
|
730
|
-
})(SqlInjectionMatchTuple = exports.SqlInjectionMatchTuple || (exports.SqlInjectionMatchTuple = {}));
|
|
731
|
-
var SqlInjectionMatchSet;
|
|
732
|
-
(function (SqlInjectionMatchSet) {
|
|
733
|
-
SqlInjectionMatchSet.filterSensitiveLog = (obj) => ({
|
|
734
|
-
...obj,
|
|
735
|
-
});
|
|
736
|
-
})(SqlInjectionMatchSet = exports.SqlInjectionMatchSet || (exports.SqlInjectionMatchSet = {}));
|
|
737
|
-
var CreateSqlInjectionMatchSetResponse;
|
|
738
|
-
(function (CreateSqlInjectionMatchSetResponse) {
|
|
739
|
-
CreateSqlInjectionMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
740
|
-
...obj,
|
|
741
|
-
});
|
|
742
|
-
})(CreateSqlInjectionMatchSetResponse = exports.CreateSqlInjectionMatchSetResponse || (exports.CreateSqlInjectionMatchSetResponse = {}));
|
|
743
|
-
var CreateWebACLRequest;
|
|
744
|
-
(function (CreateWebACLRequest) {
|
|
745
|
-
CreateWebACLRequest.filterSensitiveLog = (obj) => ({
|
|
746
|
-
...obj,
|
|
747
|
-
});
|
|
748
|
-
})(CreateWebACLRequest = exports.CreateWebACLRequest || (exports.CreateWebACLRequest = {}));
|
|
749
|
-
var WebACL;
|
|
750
|
-
(function (WebACL) {
|
|
751
|
-
WebACL.filterSensitiveLog = (obj) => ({
|
|
752
|
-
...obj,
|
|
753
|
-
});
|
|
754
|
-
})(WebACL = exports.WebACL || (exports.WebACL = {}));
|
|
755
|
-
var CreateWebACLResponse;
|
|
756
|
-
(function (CreateWebACLResponse) {
|
|
757
|
-
CreateWebACLResponse.filterSensitiveLog = (obj) => ({
|
|
758
|
-
...obj,
|
|
759
|
-
});
|
|
760
|
-
})(CreateWebACLResponse = exports.CreateWebACLResponse || (exports.CreateWebACLResponse = {}));
|
|
761
|
-
var CreateWebACLMigrationStackRequest;
|
|
762
|
-
(function (CreateWebACLMigrationStackRequest) {
|
|
763
|
-
CreateWebACLMigrationStackRequest.filterSensitiveLog = (obj) => ({
|
|
764
|
-
...obj,
|
|
765
|
-
});
|
|
766
|
-
})(CreateWebACLMigrationStackRequest = exports.CreateWebACLMigrationStackRequest || (exports.CreateWebACLMigrationStackRequest = {}));
|
|
767
|
-
var CreateWebACLMigrationStackResponse;
|
|
768
|
-
(function (CreateWebACLMigrationStackResponse) {
|
|
769
|
-
CreateWebACLMigrationStackResponse.filterSensitiveLog = (obj) => ({
|
|
770
|
-
...obj,
|
|
771
|
-
});
|
|
772
|
-
})(CreateWebACLMigrationStackResponse = exports.CreateWebACLMigrationStackResponse || (exports.CreateWebACLMigrationStackResponse = {}));
|
|
773
485
|
var MigrationErrorType;
|
|
774
486
|
(function (MigrationErrorType) {
|
|
775
487
|
MigrationErrorType["ENTITY_NOT_FOUND"] = "ENTITY_NOT_FOUND";
|
|
@@ -821,42 +533,6 @@ class WAFNonexistentItemException extends WAFServiceException_1.WAFServiceExcept
|
|
|
821
533
|
}
|
|
822
534
|
}
|
|
823
535
|
exports.WAFNonexistentItemException = WAFNonexistentItemException;
|
|
824
|
-
var CreateXssMatchSetRequest;
|
|
825
|
-
(function (CreateXssMatchSetRequest) {
|
|
826
|
-
CreateXssMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
827
|
-
...obj,
|
|
828
|
-
});
|
|
829
|
-
})(CreateXssMatchSetRequest = exports.CreateXssMatchSetRequest || (exports.CreateXssMatchSetRequest = {}));
|
|
830
|
-
var XssMatchTuple;
|
|
831
|
-
(function (XssMatchTuple) {
|
|
832
|
-
XssMatchTuple.filterSensitiveLog = (obj) => ({
|
|
833
|
-
...obj,
|
|
834
|
-
});
|
|
835
|
-
})(XssMatchTuple = exports.XssMatchTuple || (exports.XssMatchTuple = {}));
|
|
836
|
-
var XssMatchSet;
|
|
837
|
-
(function (XssMatchSet) {
|
|
838
|
-
XssMatchSet.filterSensitiveLog = (obj) => ({
|
|
839
|
-
...obj,
|
|
840
|
-
});
|
|
841
|
-
})(XssMatchSet = exports.XssMatchSet || (exports.XssMatchSet = {}));
|
|
842
|
-
var CreateXssMatchSetResponse;
|
|
843
|
-
(function (CreateXssMatchSetResponse) {
|
|
844
|
-
CreateXssMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
845
|
-
...obj,
|
|
846
|
-
});
|
|
847
|
-
})(CreateXssMatchSetResponse = exports.CreateXssMatchSetResponse || (exports.CreateXssMatchSetResponse = {}));
|
|
848
|
-
var DeleteByteMatchSetRequest;
|
|
849
|
-
(function (DeleteByteMatchSetRequest) {
|
|
850
|
-
DeleteByteMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
851
|
-
...obj,
|
|
852
|
-
});
|
|
853
|
-
})(DeleteByteMatchSetRequest = exports.DeleteByteMatchSetRequest || (exports.DeleteByteMatchSetRequest = {}));
|
|
854
|
-
var DeleteByteMatchSetResponse;
|
|
855
|
-
(function (DeleteByteMatchSetResponse) {
|
|
856
|
-
DeleteByteMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
857
|
-
...obj,
|
|
858
|
-
});
|
|
859
|
-
})(DeleteByteMatchSetResponse = exports.DeleteByteMatchSetResponse || (exports.DeleteByteMatchSetResponse = {}));
|
|
860
536
|
class WAFNonEmptyEntityException extends WAFServiceException_1.WAFServiceException {
|
|
861
537
|
constructor(opts) {
|
|
862
538
|
super({
|
|
@@ -883,696 +559,12 @@ class WAFReferencedItemException extends WAFServiceException_1.WAFServiceExcepti
|
|
|
883
559
|
}
|
|
884
560
|
}
|
|
885
561
|
exports.WAFReferencedItemException = WAFReferencedItemException;
|
|
886
|
-
var DeleteGeoMatchSetRequest;
|
|
887
|
-
(function (DeleteGeoMatchSetRequest) {
|
|
888
|
-
DeleteGeoMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
889
|
-
...obj,
|
|
890
|
-
});
|
|
891
|
-
})(DeleteGeoMatchSetRequest = exports.DeleteGeoMatchSetRequest || (exports.DeleteGeoMatchSetRequest = {}));
|
|
892
|
-
var DeleteGeoMatchSetResponse;
|
|
893
|
-
(function (DeleteGeoMatchSetResponse) {
|
|
894
|
-
DeleteGeoMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
895
|
-
...obj,
|
|
896
|
-
});
|
|
897
|
-
})(DeleteGeoMatchSetResponse = exports.DeleteGeoMatchSetResponse || (exports.DeleteGeoMatchSetResponse = {}));
|
|
898
|
-
var DeleteIPSetRequest;
|
|
899
|
-
(function (DeleteIPSetRequest) {
|
|
900
|
-
DeleteIPSetRequest.filterSensitiveLog = (obj) => ({
|
|
901
|
-
...obj,
|
|
902
|
-
});
|
|
903
|
-
})(DeleteIPSetRequest = exports.DeleteIPSetRequest || (exports.DeleteIPSetRequest = {}));
|
|
904
|
-
var DeleteIPSetResponse;
|
|
905
|
-
(function (DeleteIPSetResponse) {
|
|
906
|
-
DeleteIPSetResponse.filterSensitiveLog = (obj) => ({
|
|
907
|
-
...obj,
|
|
908
|
-
});
|
|
909
|
-
})(DeleteIPSetResponse = exports.DeleteIPSetResponse || (exports.DeleteIPSetResponse = {}));
|
|
910
|
-
var DeleteLoggingConfigurationRequest;
|
|
911
|
-
(function (DeleteLoggingConfigurationRequest) {
|
|
912
|
-
DeleteLoggingConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
913
|
-
...obj,
|
|
914
|
-
});
|
|
915
|
-
})(DeleteLoggingConfigurationRequest = exports.DeleteLoggingConfigurationRequest || (exports.DeleteLoggingConfigurationRequest = {}));
|
|
916
|
-
var DeleteLoggingConfigurationResponse;
|
|
917
|
-
(function (DeleteLoggingConfigurationResponse) {
|
|
918
|
-
DeleteLoggingConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
919
|
-
...obj,
|
|
920
|
-
});
|
|
921
|
-
})(DeleteLoggingConfigurationResponse = exports.DeleteLoggingConfigurationResponse || (exports.DeleteLoggingConfigurationResponse = {}));
|
|
922
|
-
var DeletePermissionPolicyRequest;
|
|
923
|
-
(function (DeletePermissionPolicyRequest) {
|
|
924
|
-
DeletePermissionPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
925
|
-
...obj,
|
|
926
|
-
});
|
|
927
|
-
})(DeletePermissionPolicyRequest = exports.DeletePermissionPolicyRequest || (exports.DeletePermissionPolicyRequest = {}));
|
|
928
|
-
var DeletePermissionPolicyResponse;
|
|
929
|
-
(function (DeletePermissionPolicyResponse) {
|
|
930
|
-
DeletePermissionPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
931
|
-
...obj,
|
|
932
|
-
});
|
|
933
|
-
})(DeletePermissionPolicyResponse = exports.DeletePermissionPolicyResponse || (exports.DeletePermissionPolicyResponse = {}));
|
|
934
|
-
var DeleteRateBasedRuleRequest;
|
|
935
|
-
(function (DeleteRateBasedRuleRequest) {
|
|
936
|
-
DeleteRateBasedRuleRequest.filterSensitiveLog = (obj) => ({
|
|
937
|
-
...obj,
|
|
938
|
-
});
|
|
939
|
-
})(DeleteRateBasedRuleRequest = exports.DeleteRateBasedRuleRequest || (exports.DeleteRateBasedRuleRequest = {}));
|
|
940
|
-
var DeleteRateBasedRuleResponse;
|
|
941
|
-
(function (DeleteRateBasedRuleResponse) {
|
|
942
|
-
DeleteRateBasedRuleResponse.filterSensitiveLog = (obj) => ({
|
|
943
|
-
...obj,
|
|
944
|
-
});
|
|
945
|
-
})(DeleteRateBasedRuleResponse = exports.DeleteRateBasedRuleResponse || (exports.DeleteRateBasedRuleResponse = {}));
|
|
946
|
-
var DeleteRegexMatchSetRequest;
|
|
947
|
-
(function (DeleteRegexMatchSetRequest) {
|
|
948
|
-
DeleteRegexMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
949
|
-
...obj,
|
|
950
|
-
});
|
|
951
|
-
})(DeleteRegexMatchSetRequest = exports.DeleteRegexMatchSetRequest || (exports.DeleteRegexMatchSetRequest = {}));
|
|
952
|
-
var DeleteRegexMatchSetResponse;
|
|
953
|
-
(function (DeleteRegexMatchSetResponse) {
|
|
954
|
-
DeleteRegexMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
955
|
-
...obj,
|
|
956
|
-
});
|
|
957
|
-
})(DeleteRegexMatchSetResponse = exports.DeleteRegexMatchSetResponse || (exports.DeleteRegexMatchSetResponse = {}));
|
|
958
|
-
var DeleteRegexPatternSetRequest;
|
|
959
|
-
(function (DeleteRegexPatternSetRequest) {
|
|
960
|
-
DeleteRegexPatternSetRequest.filterSensitiveLog = (obj) => ({
|
|
961
|
-
...obj,
|
|
962
|
-
});
|
|
963
|
-
})(DeleteRegexPatternSetRequest = exports.DeleteRegexPatternSetRequest || (exports.DeleteRegexPatternSetRequest = {}));
|
|
964
|
-
var DeleteRegexPatternSetResponse;
|
|
965
|
-
(function (DeleteRegexPatternSetResponse) {
|
|
966
|
-
DeleteRegexPatternSetResponse.filterSensitiveLog = (obj) => ({
|
|
967
|
-
...obj,
|
|
968
|
-
});
|
|
969
|
-
})(DeleteRegexPatternSetResponse = exports.DeleteRegexPatternSetResponse || (exports.DeleteRegexPatternSetResponse = {}));
|
|
970
|
-
var DeleteRuleRequest;
|
|
971
|
-
(function (DeleteRuleRequest) {
|
|
972
|
-
DeleteRuleRequest.filterSensitiveLog = (obj) => ({
|
|
973
|
-
...obj,
|
|
974
|
-
});
|
|
975
|
-
})(DeleteRuleRequest = exports.DeleteRuleRequest || (exports.DeleteRuleRequest = {}));
|
|
976
|
-
var DeleteRuleResponse;
|
|
977
|
-
(function (DeleteRuleResponse) {
|
|
978
|
-
DeleteRuleResponse.filterSensitiveLog = (obj) => ({
|
|
979
|
-
...obj,
|
|
980
|
-
});
|
|
981
|
-
})(DeleteRuleResponse = exports.DeleteRuleResponse || (exports.DeleteRuleResponse = {}));
|
|
982
|
-
var DeleteRuleGroupRequest;
|
|
983
|
-
(function (DeleteRuleGroupRequest) {
|
|
984
|
-
DeleteRuleGroupRequest.filterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
});
|
|
987
|
-
})(DeleteRuleGroupRequest = exports.DeleteRuleGroupRequest || (exports.DeleteRuleGroupRequest = {}));
|
|
988
|
-
var DeleteRuleGroupResponse;
|
|
989
|
-
(function (DeleteRuleGroupResponse) {
|
|
990
|
-
DeleteRuleGroupResponse.filterSensitiveLog = (obj) => ({
|
|
991
|
-
...obj,
|
|
992
|
-
});
|
|
993
|
-
})(DeleteRuleGroupResponse = exports.DeleteRuleGroupResponse || (exports.DeleteRuleGroupResponse = {}));
|
|
994
|
-
var DeleteSizeConstraintSetRequest;
|
|
995
|
-
(function (DeleteSizeConstraintSetRequest) {
|
|
996
|
-
DeleteSizeConstraintSetRequest.filterSensitiveLog = (obj) => ({
|
|
997
|
-
...obj,
|
|
998
|
-
});
|
|
999
|
-
})(DeleteSizeConstraintSetRequest = exports.DeleteSizeConstraintSetRequest || (exports.DeleteSizeConstraintSetRequest = {}));
|
|
1000
|
-
var DeleteSizeConstraintSetResponse;
|
|
1001
|
-
(function (DeleteSizeConstraintSetResponse) {
|
|
1002
|
-
DeleteSizeConstraintSetResponse.filterSensitiveLog = (obj) => ({
|
|
1003
|
-
...obj,
|
|
1004
|
-
});
|
|
1005
|
-
})(DeleteSizeConstraintSetResponse = exports.DeleteSizeConstraintSetResponse || (exports.DeleteSizeConstraintSetResponse = {}));
|
|
1006
|
-
var DeleteSqlInjectionMatchSetRequest;
|
|
1007
|
-
(function (DeleteSqlInjectionMatchSetRequest) {
|
|
1008
|
-
DeleteSqlInjectionMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
1009
|
-
...obj,
|
|
1010
|
-
});
|
|
1011
|
-
})(DeleteSqlInjectionMatchSetRequest = exports.DeleteSqlInjectionMatchSetRequest || (exports.DeleteSqlInjectionMatchSetRequest = {}));
|
|
1012
|
-
var DeleteSqlInjectionMatchSetResponse;
|
|
1013
|
-
(function (DeleteSqlInjectionMatchSetResponse) {
|
|
1014
|
-
DeleteSqlInjectionMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
1015
|
-
...obj,
|
|
1016
|
-
});
|
|
1017
|
-
})(DeleteSqlInjectionMatchSetResponse = exports.DeleteSqlInjectionMatchSetResponse || (exports.DeleteSqlInjectionMatchSetResponse = {}));
|
|
1018
|
-
var DeleteWebACLRequest;
|
|
1019
|
-
(function (DeleteWebACLRequest) {
|
|
1020
|
-
DeleteWebACLRequest.filterSensitiveLog = (obj) => ({
|
|
1021
|
-
...obj,
|
|
1022
|
-
});
|
|
1023
|
-
})(DeleteWebACLRequest = exports.DeleteWebACLRequest || (exports.DeleteWebACLRequest = {}));
|
|
1024
|
-
var DeleteWebACLResponse;
|
|
1025
|
-
(function (DeleteWebACLResponse) {
|
|
1026
|
-
DeleteWebACLResponse.filterSensitiveLog = (obj) => ({
|
|
1027
|
-
...obj,
|
|
1028
|
-
});
|
|
1029
|
-
})(DeleteWebACLResponse = exports.DeleteWebACLResponse || (exports.DeleteWebACLResponse = {}));
|
|
1030
|
-
var DeleteXssMatchSetRequest;
|
|
1031
|
-
(function (DeleteXssMatchSetRequest) {
|
|
1032
|
-
DeleteXssMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
1033
|
-
...obj,
|
|
1034
|
-
});
|
|
1035
|
-
})(DeleteXssMatchSetRequest = exports.DeleteXssMatchSetRequest || (exports.DeleteXssMatchSetRequest = {}));
|
|
1036
|
-
var DeleteXssMatchSetResponse;
|
|
1037
|
-
(function (DeleteXssMatchSetResponse) {
|
|
1038
|
-
DeleteXssMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
1039
|
-
...obj,
|
|
1040
|
-
});
|
|
1041
|
-
})(DeleteXssMatchSetResponse = exports.DeleteXssMatchSetResponse || (exports.DeleteXssMatchSetResponse = {}));
|
|
1042
|
-
var GetByteMatchSetRequest;
|
|
1043
|
-
(function (GetByteMatchSetRequest) {
|
|
1044
|
-
GetByteMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
1045
|
-
...obj,
|
|
1046
|
-
});
|
|
1047
|
-
})(GetByteMatchSetRequest = exports.GetByteMatchSetRequest || (exports.GetByteMatchSetRequest = {}));
|
|
1048
|
-
var GetByteMatchSetResponse;
|
|
1049
|
-
(function (GetByteMatchSetResponse) {
|
|
1050
|
-
GetByteMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
1051
|
-
...obj,
|
|
1052
|
-
});
|
|
1053
|
-
})(GetByteMatchSetResponse = exports.GetByteMatchSetResponse || (exports.GetByteMatchSetResponse = {}));
|
|
1054
|
-
var GetChangeTokenRequest;
|
|
1055
|
-
(function (GetChangeTokenRequest) {
|
|
1056
|
-
GetChangeTokenRequest.filterSensitiveLog = (obj) => ({
|
|
1057
|
-
...obj,
|
|
1058
|
-
});
|
|
1059
|
-
})(GetChangeTokenRequest = exports.GetChangeTokenRequest || (exports.GetChangeTokenRequest = {}));
|
|
1060
|
-
var GetChangeTokenResponse;
|
|
1061
|
-
(function (GetChangeTokenResponse) {
|
|
1062
|
-
GetChangeTokenResponse.filterSensitiveLog = (obj) => ({
|
|
1063
|
-
...obj,
|
|
1064
|
-
});
|
|
1065
|
-
})(GetChangeTokenResponse = exports.GetChangeTokenResponse || (exports.GetChangeTokenResponse = {}));
|
|
1066
|
-
var GetChangeTokenStatusRequest;
|
|
1067
|
-
(function (GetChangeTokenStatusRequest) {
|
|
1068
|
-
GetChangeTokenStatusRequest.filterSensitiveLog = (obj) => ({
|
|
1069
|
-
...obj,
|
|
1070
|
-
});
|
|
1071
|
-
})(GetChangeTokenStatusRequest = exports.GetChangeTokenStatusRequest || (exports.GetChangeTokenStatusRequest = {}));
|
|
1072
562
|
var ChangeTokenStatus;
|
|
1073
563
|
(function (ChangeTokenStatus) {
|
|
1074
564
|
ChangeTokenStatus["INSYNC"] = "INSYNC";
|
|
1075
565
|
ChangeTokenStatus["PENDING"] = "PENDING";
|
|
1076
566
|
ChangeTokenStatus["PROVISIONED"] = "PROVISIONED";
|
|
1077
567
|
})(ChangeTokenStatus = exports.ChangeTokenStatus || (exports.ChangeTokenStatus = {}));
|
|
1078
|
-
var GetChangeTokenStatusResponse;
|
|
1079
|
-
(function (GetChangeTokenStatusResponse) {
|
|
1080
|
-
GetChangeTokenStatusResponse.filterSensitiveLog = (obj) => ({
|
|
1081
|
-
...obj,
|
|
1082
|
-
});
|
|
1083
|
-
})(GetChangeTokenStatusResponse = exports.GetChangeTokenStatusResponse || (exports.GetChangeTokenStatusResponse = {}));
|
|
1084
|
-
var GetGeoMatchSetRequest;
|
|
1085
|
-
(function (GetGeoMatchSetRequest) {
|
|
1086
|
-
GetGeoMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
1087
|
-
...obj,
|
|
1088
|
-
});
|
|
1089
|
-
})(GetGeoMatchSetRequest = exports.GetGeoMatchSetRequest || (exports.GetGeoMatchSetRequest = {}));
|
|
1090
|
-
var GetGeoMatchSetResponse;
|
|
1091
|
-
(function (GetGeoMatchSetResponse) {
|
|
1092
|
-
GetGeoMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
1093
|
-
...obj,
|
|
1094
|
-
});
|
|
1095
|
-
})(GetGeoMatchSetResponse = exports.GetGeoMatchSetResponse || (exports.GetGeoMatchSetResponse = {}));
|
|
1096
|
-
var GetIPSetRequest;
|
|
1097
|
-
(function (GetIPSetRequest) {
|
|
1098
|
-
GetIPSetRequest.filterSensitiveLog = (obj) => ({
|
|
1099
|
-
...obj,
|
|
1100
|
-
});
|
|
1101
|
-
})(GetIPSetRequest = exports.GetIPSetRequest || (exports.GetIPSetRequest = {}));
|
|
1102
|
-
var GetIPSetResponse;
|
|
1103
|
-
(function (GetIPSetResponse) {
|
|
1104
|
-
GetIPSetResponse.filterSensitiveLog = (obj) => ({
|
|
1105
|
-
...obj,
|
|
1106
|
-
});
|
|
1107
|
-
})(GetIPSetResponse = exports.GetIPSetResponse || (exports.GetIPSetResponse = {}));
|
|
1108
|
-
var GetLoggingConfigurationRequest;
|
|
1109
|
-
(function (GetLoggingConfigurationRequest) {
|
|
1110
|
-
GetLoggingConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
1111
|
-
...obj,
|
|
1112
|
-
});
|
|
1113
|
-
})(GetLoggingConfigurationRequest = exports.GetLoggingConfigurationRequest || (exports.GetLoggingConfigurationRequest = {}));
|
|
1114
|
-
var LoggingConfiguration;
|
|
1115
|
-
(function (LoggingConfiguration) {
|
|
1116
|
-
LoggingConfiguration.filterSensitiveLog = (obj) => ({
|
|
1117
|
-
...obj,
|
|
1118
|
-
});
|
|
1119
|
-
})(LoggingConfiguration = exports.LoggingConfiguration || (exports.LoggingConfiguration = {}));
|
|
1120
|
-
var GetLoggingConfigurationResponse;
|
|
1121
|
-
(function (GetLoggingConfigurationResponse) {
|
|
1122
|
-
GetLoggingConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
1123
|
-
...obj,
|
|
1124
|
-
});
|
|
1125
|
-
})(GetLoggingConfigurationResponse = exports.GetLoggingConfigurationResponse || (exports.GetLoggingConfigurationResponse = {}));
|
|
1126
|
-
var GetPermissionPolicyRequest;
|
|
1127
|
-
(function (GetPermissionPolicyRequest) {
|
|
1128
|
-
GetPermissionPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
1129
|
-
...obj,
|
|
1130
|
-
});
|
|
1131
|
-
})(GetPermissionPolicyRequest = exports.GetPermissionPolicyRequest || (exports.GetPermissionPolicyRequest = {}));
|
|
1132
|
-
var GetPermissionPolicyResponse;
|
|
1133
|
-
(function (GetPermissionPolicyResponse) {
|
|
1134
|
-
GetPermissionPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
1135
|
-
...obj,
|
|
1136
|
-
});
|
|
1137
|
-
})(GetPermissionPolicyResponse = exports.GetPermissionPolicyResponse || (exports.GetPermissionPolicyResponse = {}));
|
|
1138
|
-
var GetRateBasedRuleRequest;
|
|
1139
|
-
(function (GetRateBasedRuleRequest) {
|
|
1140
|
-
GetRateBasedRuleRequest.filterSensitiveLog = (obj) => ({
|
|
1141
|
-
...obj,
|
|
1142
|
-
});
|
|
1143
|
-
})(GetRateBasedRuleRequest = exports.GetRateBasedRuleRequest || (exports.GetRateBasedRuleRequest = {}));
|
|
1144
|
-
var GetRateBasedRuleResponse;
|
|
1145
|
-
(function (GetRateBasedRuleResponse) {
|
|
1146
|
-
GetRateBasedRuleResponse.filterSensitiveLog = (obj) => ({
|
|
1147
|
-
...obj,
|
|
1148
|
-
});
|
|
1149
|
-
})(GetRateBasedRuleResponse = exports.GetRateBasedRuleResponse || (exports.GetRateBasedRuleResponse = {}));
|
|
1150
|
-
var GetRateBasedRuleManagedKeysRequest;
|
|
1151
|
-
(function (GetRateBasedRuleManagedKeysRequest) {
|
|
1152
|
-
GetRateBasedRuleManagedKeysRequest.filterSensitiveLog = (obj) => ({
|
|
1153
|
-
...obj,
|
|
1154
|
-
});
|
|
1155
|
-
})(GetRateBasedRuleManagedKeysRequest = exports.GetRateBasedRuleManagedKeysRequest || (exports.GetRateBasedRuleManagedKeysRequest = {}));
|
|
1156
|
-
var GetRateBasedRuleManagedKeysResponse;
|
|
1157
|
-
(function (GetRateBasedRuleManagedKeysResponse) {
|
|
1158
|
-
GetRateBasedRuleManagedKeysResponse.filterSensitiveLog = (obj) => ({
|
|
1159
|
-
...obj,
|
|
1160
|
-
});
|
|
1161
|
-
})(GetRateBasedRuleManagedKeysResponse = exports.GetRateBasedRuleManagedKeysResponse || (exports.GetRateBasedRuleManagedKeysResponse = {}));
|
|
1162
|
-
var GetRegexMatchSetRequest;
|
|
1163
|
-
(function (GetRegexMatchSetRequest) {
|
|
1164
|
-
GetRegexMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
1165
|
-
...obj,
|
|
1166
|
-
});
|
|
1167
|
-
})(GetRegexMatchSetRequest = exports.GetRegexMatchSetRequest || (exports.GetRegexMatchSetRequest = {}));
|
|
1168
|
-
var GetRegexMatchSetResponse;
|
|
1169
|
-
(function (GetRegexMatchSetResponse) {
|
|
1170
|
-
GetRegexMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
1171
|
-
...obj,
|
|
1172
|
-
});
|
|
1173
|
-
})(GetRegexMatchSetResponse = exports.GetRegexMatchSetResponse || (exports.GetRegexMatchSetResponse = {}));
|
|
1174
|
-
var GetRegexPatternSetRequest;
|
|
1175
|
-
(function (GetRegexPatternSetRequest) {
|
|
1176
|
-
GetRegexPatternSetRequest.filterSensitiveLog = (obj) => ({
|
|
1177
|
-
...obj,
|
|
1178
|
-
});
|
|
1179
|
-
})(GetRegexPatternSetRequest = exports.GetRegexPatternSetRequest || (exports.GetRegexPatternSetRequest = {}));
|
|
1180
|
-
var GetRegexPatternSetResponse;
|
|
1181
|
-
(function (GetRegexPatternSetResponse) {
|
|
1182
|
-
GetRegexPatternSetResponse.filterSensitiveLog = (obj) => ({
|
|
1183
|
-
...obj,
|
|
1184
|
-
});
|
|
1185
|
-
})(GetRegexPatternSetResponse = exports.GetRegexPatternSetResponse || (exports.GetRegexPatternSetResponse = {}));
|
|
1186
|
-
var GetRuleRequest;
|
|
1187
|
-
(function (GetRuleRequest) {
|
|
1188
|
-
GetRuleRequest.filterSensitiveLog = (obj) => ({
|
|
1189
|
-
...obj,
|
|
1190
|
-
});
|
|
1191
|
-
})(GetRuleRequest = exports.GetRuleRequest || (exports.GetRuleRequest = {}));
|
|
1192
|
-
var GetRuleResponse;
|
|
1193
|
-
(function (GetRuleResponse) {
|
|
1194
|
-
GetRuleResponse.filterSensitiveLog = (obj) => ({
|
|
1195
|
-
...obj,
|
|
1196
|
-
});
|
|
1197
|
-
})(GetRuleResponse = exports.GetRuleResponse || (exports.GetRuleResponse = {}));
|
|
1198
|
-
var GetRuleGroupRequest;
|
|
1199
|
-
(function (GetRuleGroupRequest) {
|
|
1200
|
-
GetRuleGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1201
|
-
...obj,
|
|
1202
|
-
});
|
|
1203
|
-
})(GetRuleGroupRequest = exports.GetRuleGroupRequest || (exports.GetRuleGroupRequest = {}));
|
|
1204
|
-
var GetRuleGroupResponse;
|
|
1205
|
-
(function (GetRuleGroupResponse) {
|
|
1206
|
-
GetRuleGroupResponse.filterSensitiveLog = (obj) => ({
|
|
1207
|
-
...obj,
|
|
1208
|
-
});
|
|
1209
|
-
})(GetRuleGroupResponse = exports.GetRuleGroupResponse || (exports.GetRuleGroupResponse = {}));
|
|
1210
|
-
var TimeWindow;
|
|
1211
|
-
(function (TimeWindow) {
|
|
1212
|
-
TimeWindow.filterSensitiveLog = (obj) => ({
|
|
1213
|
-
...obj,
|
|
1214
|
-
});
|
|
1215
|
-
})(TimeWindow = exports.TimeWindow || (exports.TimeWindow = {}));
|
|
1216
|
-
var GetSampledRequestsRequest;
|
|
1217
|
-
(function (GetSampledRequestsRequest) {
|
|
1218
|
-
GetSampledRequestsRequest.filterSensitiveLog = (obj) => ({
|
|
1219
|
-
...obj,
|
|
1220
|
-
});
|
|
1221
|
-
})(GetSampledRequestsRequest = exports.GetSampledRequestsRequest || (exports.GetSampledRequestsRequest = {}));
|
|
1222
|
-
var HTTPHeader;
|
|
1223
|
-
(function (HTTPHeader) {
|
|
1224
|
-
HTTPHeader.filterSensitiveLog = (obj) => ({
|
|
1225
|
-
...obj,
|
|
1226
|
-
});
|
|
1227
|
-
})(HTTPHeader = exports.HTTPHeader || (exports.HTTPHeader = {}));
|
|
1228
|
-
var HTTPRequest;
|
|
1229
|
-
(function (HTTPRequest) {
|
|
1230
|
-
HTTPRequest.filterSensitiveLog = (obj) => ({
|
|
1231
|
-
...obj,
|
|
1232
|
-
});
|
|
1233
|
-
})(HTTPRequest = exports.HTTPRequest || (exports.HTTPRequest = {}));
|
|
1234
|
-
var SampledHTTPRequest;
|
|
1235
|
-
(function (SampledHTTPRequest) {
|
|
1236
|
-
SampledHTTPRequest.filterSensitiveLog = (obj) => ({
|
|
1237
|
-
...obj,
|
|
1238
|
-
});
|
|
1239
|
-
})(SampledHTTPRequest = exports.SampledHTTPRequest || (exports.SampledHTTPRequest = {}));
|
|
1240
|
-
var GetSampledRequestsResponse;
|
|
1241
|
-
(function (GetSampledRequestsResponse) {
|
|
1242
|
-
GetSampledRequestsResponse.filterSensitiveLog = (obj) => ({
|
|
1243
|
-
...obj,
|
|
1244
|
-
});
|
|
1245
|
-
})(GetSampledRequestsResponse = exports.GetSampledRequestsResponse || (exports.GetSampledRequestsResponse = {}));
|
|
1246
|
-
var GetSizeConstraintSetRequest;
|
|
1247
|
-
(function (GetSizeConstraintSetRequest) {
|
|
1248
|
-
GetSizeConstraintSetRequest.filterSensitiveLog = (obj) => ({
|
|
1249
|
-
...obj,
|
|
1250
|
-
});
|
|
1251
|
-
})(GetSizeConstraintSetRequest = exports.GetSizeConstraintSetRequest || (exports.GetSizeConstraintSetRequest = {}));
|
|
1252
|
-
var GetSizeConstraintSetResponse;
|
|
1253
|
-
(function (GetSizeConstraintSetResponse) {
|
|
1254
|
-
GetSizeConstraintSetResponse.filterSensitiveLog = (obj) => ({
|
|
1255
|
-
...obj,
|
|
1256
|
-
});
|
|
1257
|
-
})(GetSizeConstraintSetResponse = exports.GetSizeConstraintSetResponse || (exports.GetSizeConstraintSetResponse = {}));
|
|
1258
|
-
var GetSqlInjectionMatchSetRequest;
|
|
1259
|
-
(function (GetSqlInjectionMatchSetRequest) {
|
|
1260
|
-
GetSqlInjectionMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
1261
|
-
...obj,
|
|
1262
|
-
});
|
|
1263
|
-
})(GetSqlInjectionMatchSetRequest = exports.GetSqlInjectionMatchSetRequest || (exports.GetSqlInjectionMatchSetRequest = {}));
|
|
1264
|
-
var GetSqlInjectionMatchSetResponse;
|
|
1265
|
-
(function (GetSqlInjectionMatchSetResponse) {
|
|
1266
|
-
GetSqlInjectionMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
1267
|
-
...obj,
|
|
1268
|
-
});
|
|
1269
|
-
})(GetSqlInjectionMatchSetResponse = exports.GetSqlInjectionMatchSetResponse || (exports.GetSqlInjectionMatchSetResponse = {}));
|
|
1270
|
-
var GetWebACLRequest;
|
|
1271
|
-
(function (GetWebACLRequest) {
|
|
1272
|
-
GetWebACLRequest.filterSensitiveLog = (obj) => ({
|
|
1273
|
-
...obj,
|
|
1274
|
-
});
|
|
1275
|
-
})(GetWebACLRequest = exports.GetWebACLRequest || (exports.GetWebACLRequest = {}));
|
|
1276
|
-
var GetWebACLResponse;
|
|
1277
|
-
(function (GetWebACLResponse) {
|
|
1278
|
-
GetWebACLResponse.filterSensitiveLog = (obj) => ({
|
|
1279
|
-
...obj,
|
|
1280
|
-
});
|
|
1281
|
-
})(GetWebACLResponse = exports.GetWebACLResponse || (exports.GetWebACLResponse = {}));
|
|
1282
|
-
var GetXssMatchSetRequest;
|
|
1283
|
-
(function (GetXssMatchSetRequest) {
|
|
1284
|
-
GetXssMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
1285
|
-
...obj,
|
|
1286
|
-
});
|
|
1287
|
-
})(GetXssMatchSetRequest = exports.GetXssMatchSetRequest || (exports.GetXssMatchSetRequest = {}));
|
|
1288
|
-
var GetXssMatchSetResponse;
|
|
1289
|
-
(function (GetXssMatchSetResponse) {
|
|
1290
|
-
GetXssMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
1291
|
-
...obj,
|
|
1292
|
-
});
|
|
1293
|
-
})(GetXssMatchSetResponse = exports.GetXssMatchSetResponse || (exports.GetXssMatchSetResponse = {}));
|
|
1294
|
-
var ListActivatedRulesInRuleGroupRequest;
|
|
1295
|
-
(function (ListActivatedRulesInRuleGroupRequest) {
|
|
1296
|
-
ListActivatedRulesInRuleGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1297
|
-
...obj,
|
|
1298
|
-
});
|
|
1299
|
-
})(ListActivatedRulesInRuleGroupRequest = exports.ListActivatedRulesInRuleGroupRequest || (exports.ListActivatedRulesInRuleGroupRequest = {}));
|
|
1300
|
-
var ListActivatedRulesInRuleGroupResponse;
|
|
1301
|
-
(function (ListActivatedRulesInRuleGroupResponse) {
|
|
1302
|
-
ListActivatedRulesInRuleGroupResponse.filterSensitiveLog = (obj) => ({
|
|
1303
|
-
...obj,
|
|
1304
|
-
});
|
|
1305
|
-
})(ListActivatedRulesInRuleGroupResponse = exports.ListActivatedRulesInRuleGroupResponse || (exports.ListActivatedRulesInRuleGroupResponse = {}));
|
|
1306
|
-
var ListByteMatchSetsRequest;
|
|
1307
|
-
(function (ListByteMatchSetsRequest) {
|
|
1308
|
-
ListByteMatchSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1309
|
-
...obj,
|
|
1310
|
-
});
|
|
1311
|
-
})(ListByteMatchSetsRequest = exports.ListByteMatchSetsRequest || (exports.ListByteMatchSetsRequest = {}));
|
|
1312
|
-
var ByteMatchSetSummary;
|
|
1313
|
-
(function (ByteMatchSetSummary) {
|
|
1314
|
-
ByteMatchSetSummary.filterSensitiveLog = (obj) => ({
|
|
1315
|
-
...obj,
|
|
1316
|
-
});
|
|
1317
|
-
})(ByteMatchSetSummary = exports.ByteMatchSetSummary || (exports.ByteMatchSetSummary = {}));
|
|
1318
|
-
var ListByteMatchSetsResponse;
|
|
1319
|
-
(function (ListByteMatchSetsResponse) {
|
|
1320
|
-
ListByteMatchSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1321
|
-
...obj,
|
|
1322
|
-
});
|
|
1323
|
-
})(ListByteMatchSetsResponse = exports.ListByteMatchSetsResponse || (exports.ListByteMatchSetsResponse = {}));
|
|
1324
|
-
var ListGeoMatchSetsRequest;
|
|
1325
|
-
(function (ListGeoMatchSetsRequest) {
|
|
1326
|
-
ListGeoMatchSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1327
|
-
...obj,
|
|
1328
|
-
});
|
|
1329
|
-
})(ListGeoMatchSetsRequest = exports.ListGeoMatchSetsRequest || (exports.ListGeoMatchSetsRequest = {}));
|
|
1330
|
-
var GeoMatchSetSummary;
|
|
1331
|
-
(function (GeoMatchSetSummary) {
|
|
1332
|
-
GeoMatchSetSummary.filterSensitiveLog = (obj) => ({
|
|
1333
|
-
...obj,
|
|
1334
|
-
});
|
|
1335
|
-
})(GeoMatchSetSummary = exports.GeoMatchSetSummary || (exports.GeoMatchSetSummary = {}));
|
|
1336
|
-
var ListGeoMatchSetsResponse;
|
|
1337
|
-
(function (ListGeoMatchSetsResponse) {
|
|
1338
|
-
ListGeoMatchSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1339
|
-
...obj,
|
|
1340
|
-
});
|
|
1341
|
-
})(ListGeoMatchSetsResponse = exports.ListGeoMatchSetsResponse || (exports.ListGeoMatchSetsResponse = {}));
|
|
1342
|
-
var ListIPSetsRequest;
|
|
1343
|
-
(function (ListIPSetsRequest) {
|
|
1344
|
-
ListIPSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1345
|
-
...obj,
|
|
1346
|
-
});
|
|
1347
|
-
})(ListIPSetsRequest = exports.ListIPSetsRequest || (exports.ListIPSetsRequest = {}));
|
|
1348
|
-
var IPSetSummary;
|
|
1349
|
-
(function (IPSetSummary) {
|
|
1350
|
-
IPSetSummary.filterSensitiveLog = (obj) => ({
|
|
1351
|
-
...obj,
|
|
1352
|
-
});
|
|
1353
|
-
})(IPSetSummary = exports.IPSetSummary || (exports.IPSetSummary = {}));
|
|
1354
|
-
var ListIPSetsResponse;
|
|
1355
|
-
(function (ListIPSetsResponse) {
|
|
1356
|
-
ListIPSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1357
|
-
...obj,
|
|
1358
|
-
});
|
|
1359
|
-
})(ListIPSetsResponse = exports.ListIPSetsResponse || (exports.ListIPSetsResponse = {}));
|
|
1360
|
-
var ListLoggingConfigurationsRequest;
|
|
1361
|
-
(function (ListLoggingConfigurationsRequest) {
|
|
1362
|
-
ListLoggingConfigurationsRequest.filterSensitiveLog = (obj) => ({
|
|
1363
|
-
...obj,
|
|
1364
|
-
});
|
|
1365
|
-
})(ListLoggingConfigurationsRequest = exports.ListLoggingConfigurationsRequest || (exports.ListLoggingConfigurationsRequest = {}));
|
|
1366
|
-
var ListLoggingConfigurationsResponse;
|
|
1367
|
-
(function (ListLoggingConfigurationsResponse) {
|
|
1368
|
-
ListLoggingConfigurationsResponse.filterSensitiveLog = (obj) => ({
|
|
1369
|
-
...obj,
|
|
1370
|
-
});
|
|
1371
|
-
})(ListLoggingConfigurationsResponse = exports.ListLoggingConfigurationsResponse || (exports.ListLoggingConfigurationsResponse = {}));
|
|
1372
|
-
var ListRateBasedRulesRequest;
|
|
1373
|
-
(function (ListRateBasedRulesRequest) {
|
|
1374
|
-
ListRateBasedRulesRequest.filterSensitiveLog = (obj) => ({
|
|
1375
|
-
...obj,
|
|
1376
|
-
});
|
|
1377
|
-
})(ListRateBasedRulesRequest = exports.ListRateBasedRulesRequest || (exports.ListRateBasedRulesRequest = {}));
|
|
1378
|
-
var RuleSummary;
|
|
1379
|
-
(function (RuleSummary) {
|
|
1380
|
-
RuleSummary.filterSensitiveLog = (obj) => ({
|
|
1381
|
-
...obj,
|
|
1382
|
-
});
|
|
1383
|
-
})(RuleSummary = exports.RuleSummary || (exports.RuleSummary = {}));
|
|
1384
|
-
var ListRateBasedRulesResponse;
|
|
1385
|
-
(function (ListRateBasedRulesResponse) {
|
|
1386
|
-
ListRateBasedRulesResponse.filterSensitiveLog = (obj) => ({
|
|
1387
|
-
...obj,
|
|
1388
|
-
});
|
|
1389
|
-
})(ListRateBasedRulesResponse = exports.ListRateBasedRulesResponse || (exports.ListRateBasedRulesResponse = {}));
|
|
1390
|
-
var ListRegexMatchSetsRequest;
|
|
1391
|
-
(function (ListRegexMatchSetsRequest) {
|
|
1392
|
-
ListRegexMatchSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1393
|
-
...obj,
|
|
1394
|
-
});
|
|
1395
|
-
})(ListRegexMatchSetsRequest = exports.ListRegexMatchSetsRequest || (exports.ListRegexMatchSetsRequest = {}));
|
|
1396
|
-
var RegexMatchSetSummary;
|
|
1397
|
-
(function (RegexMatchSetSummary) {
|
|
1398
|
-
RegexMatchSetSummary.filterSensitiveLog = (obj) => ({
|
|
1399
|
-
...obj,
|
|
1400
|
-
});
|
|
1401
|
-
})(RegexMatchSetSummary = exports.RegexMatchSetSummary || (exports.RegexMatchSetSummary = {}));
|
|
1402
|
-
var ListRegexMatchSetsResponse;
|
|
1403
|
-
(function (ListRegexMatchSetsResponse) {
|
|
1404
|
-
ListRegexMatchSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1405
|
-
...obj,
|
|
1406
|
-
});
|
|
1407
|
-
})(ListRegexMatchSetsResponse = exports.ListRegexMatchSetsResponse || (exports.ListRegexMatchSetsResponse = {}));
|
|
1408
|
-
var ListRegexPatternSetsRequest;
|
|
1409
|
-
(function (ListRegexPatternSetsRequest) {
|
|
1410
|
-
ListRegexPatternSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1411
|
-
...obj,
|
|
1412
|
-
});
|
|
1413
|
-
})(ListRegexPatternSetsRequest = exports.ListRegexPatternSetsRequest || (exports.ListRegexPatternSetsRequest = {}));
|
|
1414
|
-
var RegexPatternSetSummary;
|
|
1415
|
-
(function (RegexPatternSetSummary) {
|
|
1416
|
-
RegexPatternSetSummary.filterSensitiveLog = (obj) => ({
|
|
1417
|
-
...obj,
|
|
1418
|
-
});
|
|
1419
|
-
})(RegexPatternSetSummary = exports.RegexPatternSetSummary || (exports.RegexPatternSetSummary = {}));
|
|
1420
|
-
var ListRegexPatternSetsResponse;
|
|
1421
|
-
(function (ListRegexPatternSetsResponse) {
|
|
1422
|
-
ListRegexPatternSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1423
|
-
...obj,
|
|
1424
|
-
});
|
|
1425
|
-
})(ListRegexPatternSetsResponse = exports.ListRegexPatternSetsResponse || (exports.ListRegexPatternSetsResponse = {}));
|
|
1426
|
-
var ListRuleGroupsRequest;
|
|
1427
|
-
(function (ListRuleGroupsRequest) {
|
|
1428
|
-
ListRuleGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
1429
|
-
...obj,
|
|
1430
|
-
});
|
|
1431
|
-
})(ListRuleGroupsRequest = exports.ListRuleGroupsRequest || (exports.ListRuleGroupsRequest = {}));
|
|
1432
|
-
var RuleGroupSummary;
|
|
1433
|
-
(function (RuleGroupSummary) {
|
|
1434
|
-
RuleGroupSummary.filterSensitiveLog = (obj) => ({
|
|
1435
|
-
...obj,
|
|
1436
|
-
});
|
|
1437
|
-
})(RuleGroupSummary = exports.RuleGroupSummary || (exports.RuleGroupSummary = {}));
|
|
1438
|
-
var ListRuleGroupsResponse;
|
|
1439
|
-
(function (ListRuleGroupsResponse) {
|
|
1440
|
-
ListRuleGroupsResponse.filterSensitiveLog = (obj) => ({
|
|
1441
|
-
...obj,
|
|
1442
|
-
});
|
|
1443
|
-
})(ListRuleGroupsResponse = exports.ListRuleGroupsResponse || (exports.ListRuleGroupsResponse = {}));
|
|
1444
|
-
var ListRulesRequest;
|
|
1445
|
-
(function (ListRulesRequest) {
|
|
1446
|
-
ListRulesRequest.filterSensitiveLog = (obj) => ({
|
|
1447
|
-
...obj,
|
|
1448
|
-
});
|
|
1449
|
-
})(ListRulesRequest = exports.ListRulesRequest || (exports.ListRulesRequest = {}));
|
|
1450
|
-
var ListRulesResponse;
|
|
1451
|
-
(function (ListRulesResponse) {
|
|
1452
|
-
ListRulesResponse.filterSensitiveLog = (obj) => ({
|
|
1453
|
-
...obj,
|
|
1454
|
-
});
|
|
1455
|
-
})(ListRulesResponse = exports.ListRulesResponse || (exports.ListRulesResponse = {}));
|
|
1456
|
-
var ListSizeConstraintSetsRequest;
|
|
1457
|
-
(function (ListSizeConstraintSetsRequest) {
|
|
1458
|
-
ListSizeConstraintSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1459
|
-
...obj,
|
|
1460
|
-
});
|
|
1461
|
-
})(ListSizeConstraintSetsRequest = exports.ListSizeConstraintSetsRequest || (exports.ListSizeConstraintSetsRequest = {}));
|
|
1462
|
-
var SizeConstraintSetSummary;
|
|
1463
|
-
(function (SizeConstraintSetSummary) {
|
|
1464
|
-
SizeConstraintSetSummary.filterSensitiveLog = (obj) => ({
|
|
1465
|
-
...obj,
|
|
1466
|
-
});
|
|
1467
|
-
})(SizeConstraintSetSummary = exports.SizeConstraintSetSummary || (exports.SizeConstraintSetSummary = {}));
|
|
1468
|
-
var ListSizeConstraintSetsResponse;
|
|
1469
|
-
(function (ListSizeConstraintSetsResponse) {
|
|
1470
|
-
ListSizeConstraintSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1471
|
-
...obj,
|
|
1472
|
-
});
|
|
1473
|
-
})(ListSizeConstraintSetsResponse = exports.ListSizeConstraintSetsResponse || (exports.ListSizeConstraintSetsResponse = {}));
|
|
1474
|
-
var ListSqlInjectionMatchSetsRequest;
|
|
1475
|
-
(function (ListSqlInjectionMatchSetsRequest) {
|
|
1476
|
-
ListSqlInjectionMatchSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1477
|
-
...obj,
|
|
1478
|
-
});
|
|
1479
|
-
})(ListSqlInjectionMatchSetsRequest = exports.ListSqlInjectionMatchSetsRequest || (exports.ListSqlInjectionMatchSetsRequest = {}));
|
|
1480
|
-
var SqlInjectionMatchSetSummary;
|
|
1481
|
-
(function (SqlInjectionMatchSetSummary) {
|
|
1482
|
-
SqlInjectionMatchSetSummary.filterSensitiveLog = (obj) => ({
|
|
1483
|
-
...obj,
|
|
1484
|
-
});
|
|
1485
|
-
})(SqlInjectionMatchSetSummary = exports.SqlInjectionMatchSetSummary || (exports.SqlInjectionMatchSetSummary = {}));
|
|
1486
|
-
var ListSqlInjectionMatchSetsResponse;
|
|
1487
|
-
(function (ListSqlInjectionMatchSetsResponse) {
|
|
1488
|
-
ListSqlInjectionMatchSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1489
|
-
...obj,
|
|
1490
|
-
});
|
|
1491
|
-
})(ListSqlInjectionMatchSetsResponse = exports.ListSqlInjectionMatchSetsResponse || (exports.ListSqlInjectionMatchSetsResponse = {}));
|
|
1492
|
-
var ListSubscribedRuleGroupsRequest;
|
|
1493
|
-
(function (ListSubscribedRuleGroupsRequest) {
|
|
1494
|
-
ListSubscribedRuleGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
1495
|
-
...obj,
|
|
1496
|
-
});
|
|
1497
|
-
})(ListSubscribedRuleGroupsRequest = exports.ListSubscribedRuleGroupsRequest || (exports.ListSubscribedRuleGroupsRequest = {}));
|
|
1498
|
-
var SubscribedRuleGroupSummary;
|
|
1499
|
-
(function (SubscribedRuleGroupSummary) {
|
|
1500
|
-
SubscribedRuleGroupSummary.filterSensitiveLog = (obj) => ({
|
|
1501
|
-
...obj,
|
|
1502
|
-
});
|
|
1503
|
-
})(SubscribedRuleGroupSummary = exports.SubscribedRuleGroupSummary || (exports.SubscribedRuleGroupSummary = {}));
|
|
1504
|
-
var ListSubscribedRuleGroupsResponse;
|
|
1505
|
-
(function (ListSubscribedRuleGroupsResponse) {
|
|
1506
|
-
ListSubscribedRuleGroupsResponse.filterSensitiveLog = (obj) => ({
|
|
1507
|
-
...obj,
|
|
1508
|
-
});
|
|
1509
|
-
})(ListSubscribedRuleGroupsResponse = exports.ListSubscribedRuleGroupsResponse || (exports.ListSubscribedRuleGroupsResponse = {}));
|
|
1510
|
-
var ListTagsForResourceRequest;
|
|
1511
|
-
(function (ListTagsForResourceRequest) {
|
|
1512
|
-
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1513
|
-
...obj,
|
|
1514
|
-
});
|
|
1515
|
-
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
1516
|
-
var TagInfoForResource;
|
|
1517
|
-
(function (TagInfoForResource) {
|
|
1518
|
-
TagInfoForResource.filterSensitiveLog = (obj) => ({
|
|
1519
|
-
...obj,
|
|
1520
|
-
});
|
|
1521
|
-
})(TagInfoForResource = exports.TagInfoForResource || (exports.TagInfoForResource = {}));
|
|
1522
|
-
var ListTagsForResourceResponse;
|
|
1523
|
-
(function (ListTagsForResourceResponse) {
|
|
1524
|
-
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1525
|
-
...obj,
|
|
1526
|
-
});
|
|
1527
|
-
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1528
|
-
var ListWebACLsRequest;
|
|
1529
|
-
(function (ListWebACLsRequest) {
|
|
1530
|
-
ListWebACLsRequest.filterSensitiveLog = (obj) => ({
|
|
1531
|
-
...obj,
|
|
1532
|
-
});
|
|
1533
|
-
})(ListWebACLsRequest = exports.ListWebACLsRequest || (exports.ListWebACLsRequest = {}));
|
|
1534
|
-
var WebACLSummary;
|
|
1535
|
-
(function (WebACLSummary) {
|
|
1536
|
-
WebACLSummary.filterSensitiveLog = (obj) => ({
|
|
1537
|
-
...obj,
|
|
1538
|
-
});
|
|
1539
|
-
})(WebACLSummary = exports.WebACLSummary || (exports.WebACLSummary = {}));
|
|
1540
|
-
var ListWebACLsResponse;
|
|
1541
|
-
(function (ListWebACLsResponse) {
|
|
1542
|
-
ListWebACLsResponse.filterSensitiveLog = (obj) => ({
|
|
1543
|
-
...obj,
|
|
1544
|
-
});
|
|
1545
|
-
})(ListWebACLsResponse = exports.ListWebACLsResponse || (exports.ListWebACLsResponse = {}));
|
|
1546
|
-
var ListXssMatchSetsRequest;
|
|
1547
|
-
(function (ListXssMatchSetsRequest) {
|
|
1548
|
-
ListXssMatchSetsRequest.filterSensitiveLog = (obj) => ({
|
|
1549
|
-
...obj,
|
|
1550
|
-
});
|
|
1551
|
-
})(ListXssMatchSetsRequest = exports.ListXssMatchSetsRequest || (exports.ListXssMatchSetsRequest = {}));
|
|
1552
|
-
var XssMatchSetSummary;
|
|
1553
|
-
(function (XssMatchSetSummary) {
|
|
1554
|
-
XssMatchSetSummary.filterSensitiveLog = (obj) => ({
|
|
1555
|
-
...obj,
|
|
1556
|
-
});
|
|
1557
|
-
})(XssMatchSetSummary = exports.XssMatchSetSummary || (exports.XssMatchSetSummary = {}));
|
|
1558
|
-
var ListXssMatchSetsResponse;
|
|
1559
|
-
(function (ListXssMatchSetsResponse) {
|
|
1560
|
-
ListXssMatchSetsResponse.filterSensitiveLog = (obj) => ({
|
|
1561
|
-
...obj,
|
|
1562
|
-
});
|
|
1563
|
-
})(ListXssMatchSetsResponse = exports.ListXssMatchSetsResponse || (exports.ListXssMatchSetsResponse = {}));
|
|
1564
|
-
var PutLoggingConfigurationRequest;
|
|
1565
|
-
(function (PutLoggingConfigurationRequest) {
|
|
1566
|
-
PutLoggingConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
1567
|
-
...obj,
|
|
1568
|
-
});
|
|
1569
|
-
})(PutLoggingConfigurationRequest = exports.PutLoggingConfigurationRequest || (exports.PutLoggingConfigurationRequest = {}));
|
|
1570
|
-
var PutLoggingConfigurationResponse;
|
|
1571
|
-
(function (PutLoggingConfigurationResponse) {
|
|
1572
|
-
PutLoggingConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
1573
|
-
...obj,
|
|
1574
|
-
});
|
|
1575
|
-
})(PutLoggingConfigurationResponse = exports.PutLoggingConfigurationResponse || (exports.PutLoggingConfigurationResponse = {}));
|
|
1576
568
|
class WAFServiceLinkedRoleErrorException extends WAFServiceException_1.WAFServiceException {
|
|
1577
569
|
constructor(opts) {
|
|
1578
570
|
super({
|
|
@@ -1586,18 +578,6 @@ class WAFServiceLinkedRoleErrorException extends WAFServiceException_1.WAFServic
|
|
|
1586
578
|
}
|
|
1587
579
|
}
|
|
1588
580
|
exports.WAFServiceLinkedRoleErrorException = WAFServiceLinkedRoleErrorException;
|
|
1589
|
-
var PutPermissionPolicyRequest;
|
|
1590
|
-
(function (PutPermissionPolicyRequest) {
|
|
1591
|
-
PutPermissionPolicyRequest.filterSensitiveLog = (obj) => ({
|
|
1592
|
-
...obj,
|
|
1593
|
-
});
|
|
1594
|
-
})(PutPermissionPolicyRequest = exports.PutPermissionPolicyRequest || (exports.PutPermissionPolicyRequest = {}));
|
|
1595
|
-
var PutPermissionPolicyResponse;
|
|
1596
|
-
(function (PutPermissionPolicyResponse) {
|
|
1597
|
-
PutPermissionPolicyResponse.filterSensitiveLog = (obj) => ({
|
|
1598
|
-
...obj,
|
|
1599
|
-
});
|
|
1600
|
-
})(PutPermissionPolicyResponse = exports.PutPermissionPolicyResponse || (exports.PutPermissionPolicyResponse = {}));
|
|
1601
581
|
class WAFInvalidPermissionPolicyException extends WAFServiceException_1.WAFServiceException {
|
|
1602
582
|
constructor(opts) {
|
|
1603
583
|
super({
|
|
@@ -1611,53 +591,11 @@ class WAFInvalidPermissionPolicyException extends WAFServiceException_1.WAFServi
|
|
|
1611
591
|
}
|
|
1612
592
|
}
|
|
1613
593
|
exports.WAFInvalidPermissionPolicyException = WAFInvalidPermissionPolicyException;
|
|
1614
|
-
var TagResourceRequest;
|
|
1615
|
-
(function (TagResourceRequest) {
|
|
1616
|
-
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1617
|
-
...obj,
|
|
1618
|
-
});
|
|
1619
|
-
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
1620
|
-
var TagResourceResponse;
|
|
1621
|
-
(function (TagResourceResponse) {
|
|
1622
|
-
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1623
|
-
...obj,
|
|
1624
|
-
});
|
|
1625
|
-
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
1626
|
-
var UntagResourceRequest;
|
|
1627
|
-
(function (UntagResourceRequest) {
|
|
1628
|
-
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
1629
|
-
...obj,
|
|
1630
|
-
});
|
|
1631
|
-
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
1632
|
-
var UntagResourceResponse;
|
|
1633
|
-
(function (UntagResourceResponse) {
|
|
1634
|
-
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
1635
|
-
...obj,
|
|
1636
|
-
});
|
|
1637
|
-
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
1638
594
|
var ChangeAction;
|
|
1639
595
|
(function (ChangeAction) {
|
|
1640
596
|
ChangeAction["DELETE"] = "DELETE";
|
|
1641
597
|
ChangeAction["INSERT"] = "INSERT";
|
|
1642
598
|
})(ChangeAction = exports.ChangeAction || (exports.ChangeAction = {}));
|
|
1643
|
-
var ByteMatchSetUpdate;
|
|
1644
|
-
(function (ByteMatchSetUpdate) {
|
|
1645
|
-
ByteMatchSetUpdate.filterSensitiveLog = (obj) => ({
|
|
1646
|
-
...obj,
|
|
1647
|
-
});
|
|
1648
|
-
})(ByteMatchSetUpdate = exports.ByteMatchSetUpdate || (exports.ByteMatchSetUpdate = {}));
|
|
1649
|
-
var UpdateByteMatchSetRequest;
|
|
1650
|
-
(function (UpdateByteMatchSetRequest) {
|
|
1651
|
-
UpdateByteMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
1652
|
-
...obj,
|
|
1653
|
-
});
|
|
1654
|
-
})(UpdateByteMatchSetRequest = exports.UpdateByteMatchSetRequest || (exports.UpdateByteMatchSetRequest = {}));
|
|
1655
|
-
var UpdateByteMatchSetResponse;
|
|
1656
|
-
(function (UpdateByteMatchSetResponse) {
|
|
1657
|
-
UpdateByteMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
1658
|
-
...obj,
|
|
1659
|
-
});
|
|
1660
|
-
})(UpdateByteMatchSetResponse = exports.UpdateByteMatchSetResponse || (exports.UpdateByteMatchSetResponse = {}));
|
|
1661
599
|
class WAFNonexistentContainerException extends WAFServiceException_1.WAFServiceException {
|
|
1662
600
|
constructor(opts) {
|
|
1663
601
|
super({
|
|
@@ -1671,96 +609,6 @@ class WAFNonexistentContainerException extends WAFServiceException_1.WAFServiceE
|
|
|
1671
609
|
}
|
|
1672
610
|
}
|
|
1673
611
|
exports.WAFNonexistentContainerException = WAFNonexistentContainerException;
|
|
1674
|
-
var GeoMatchSetUpdate;
|
|
1675
|
-
(function (GeoMatchSetUpdate) {
|
|
1676
|
-
GeoMatchSetUpdate.filterSensitiveLog = (obj) => ({
|
|
1677
|
-
...obj,
|
|
1678
|
-
});
|
|
1679
|
-
})(GeoMatchSetUpdate = exports.GeoMatchSetUpdate || (exports.GeoMatchSetUpdate = {}));
|
|
1680
|
-
var UpdateGeoMatchSetRequest;
|
|
1681
|
-
(function (UpdateGeoMatchSetRequest) {
|
|
1682
|
-
UpdateGeoMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
1683
|
-
...obj,
|
|
1684
|
-
});
|
|
1685
|
-
})(UpdateGeoMatchSetRequest = exports.UpdateGeoMatchSetRequest || (exports.UpdateGeoMatchSetRequest = {}));
|
|
1686
|
-
var UpdateGeoMatchSetResponse;
|
|
1687
|
-
(function (UpdateGeoMatchSetResponse) {
|
|
1688
|
-
UpdateGeoMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
1689
|
-
...obj,
|
|
1690
|
-
});
|
|
1691
|
-
})(UpdateGeoMatchSetResponse = exports.UpdateGeoMatchSetResponse || (exports.UpdateGeoMatchSetResponse = {}));
|
|
1692
|
-
var IPSetUpdate;
|
|
1693
|
-
(function (IPSetUpdate) {
|
|
1694
|
-
IPSetUpdate.filterSensitiveLog = (obj) => ({
|
|
1695
|
-
...obj,
|
|
1696
|
-
});
|
|
1697
|
-
})(IPSetUpdate = exports.IPSetUpdate || (exports.IPSetUpdate = {}));
|
|
1698
|
-
var UpdateIPSetRequest;
|
|
1699
|
-
(function (UpdateIPSetRequest) {
|
|
1700
|
-
UpdateIPSetRequest.filterSensitiveLog = (obj) => ({
|
|
1701
|
-
...obj,
|
|
1702
|
-
});
|
|
1703
|
-
})(UpdateIPSetRequest = exports.UpdateIPSetRequest || (exports.UpdateIPSetRequest = {}));
|
|
1704
|
-
var UpdateIPSetResponse;
|
|
1705
|
-
(function (UpdateIPSetResponse) {
|
|
1706
|
-
UpdateIPSetResponse.filterSensitiveLog = (obj) => ({
|
|
1707
|
-
...obj,
|
|
1708
|
-
});
|
|
1709
|
-
})(UpdateIPSetResponse = exports.UpdateIPSetResponse || (exports.UpdateIPSetResponse = {}));
|
|
1710
|
-
var RuleUpdate;
|
|
1711
|
-
(function (RuleUpdate) {
|
|
1712
|
-
RuleUpdate.filterSensitiveLog = (obj) => ({
|
|
1713
|
-
...obj,
|
|
1714
|
-
});
|
|
1715
|
-
})(RuleUpdate = exports.RuleUpdate || (exports.RuleUpdate = {}));
|
|
1716
|
-
var UpdateRateBasedRuleRequest;
|
|
1717
|
-
(function (UpdateRateBasedRuleRequest) {
|
|
1718
|
-
UpdateRateBasedRuleRequest.filterSensitiveLog = (obj) => ({
|
|
1719
|
-
...obj,
|
|
1720
|
-
});
|
|
1721
|
-
})(UpdateRateBasedRuleRequest = exports.UpdateRateBasedRuleRequest || (exports.UpdateRateBasedRuleRequest = {}));
|
|
1722
|
-
var UpdateRateBasedRuleResponse;
|
|
1723
|
-
(function (UpdateRateBasedRuleResponse) {
|
|
1724
|
-
UpdateRateBasedRuleResponse.filterSensitiveLog = (obj) => ({
|
|
1725
|
-
...obj,
|
|
1726
|
-
});
|
|
1727
|
-
})(UpdateRateBasedRuleResponse = exports.UpdateRateBasedRuleResponse || (exports.UpdateRateBasedRuleResponse = {}));
|
|
1728
|
-
var RegexMatchSetUpdate;
|
|
1729
|
-
(function (RegexMatchSetUpdate) {
|
|
1730
|
-
RegexMatchSetUpdate.filterSensitiveLog = (obj) => ({
|
|
1731
|
-
...obj,
|
|
1732
|
-
});
|
|
1733
|
-
})(RegexMatchSetUpdate = exports.RegexMatchSetUpdate || (exports.RegexMatchSetUpdate = {}));
|
|
1734
|
-
var UpdateRegexMatchSetRequest;
|
|
1735
|
-
(function (UpdateRegexMatchSetRequest) {
|
|
1736
|
-
UpdateRegexMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
1737
|
-
...obj,
|
|
1738
|
-
});
|
|
1739
|
-
})(UpdateRegexMatchSetRequest = exports.UpdateRegexMatchSetRequest || (exports.UpdateRegexMatchSetRequest = {}));
|
|
1740
|
-
var UpdateRegexMatchSetResponse;
|
|
1741
|
-
(function (UpdateRegexMatchSetResponse) {
|
|
1742
|
-
UpdateRegexMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
1743
|
-
...obj,
|
|
1744
|
-
});
|
|
1745
|
-
})(UpdateRegexMatchSetResponse = exports.UpdateRegexMatchSetResponse || (exports.UpdateRegexMatchSetResponse = {}));
|
|
1746
|
-
var RegexPatternSetUpdate;
|
|
1747
|
-
(function (RegexPatternSetUpdate) {
|
|
1748
|
-
RegexPatternSetUpdate.filterSensitiveLog = (obj) => ({
|
|
1749
|
-
...obj,
|
|
1750
|
-
});
|
|
1751
|
-
})(RegexPatternSetUpdate = exports.RegexPatternSetUpdate || (exports.RegexPatternSetUpdate = {}));
|
|
1752
|
-
var UpdateRegexPatternSetRequest;
|
|
1753
|
-
(function (UpdateRegexPatternSetRequest) {
|
|
1754
|
-
UpdateRegexPatternSetRequest.filterSensitiveLog = (obj) => ({
|
|
1755
|
-
...obj,
|
|
1756
|
-
});
|
|
1757
|
-
})(UpdateRegexPatternSetRequest = exports.UpdateRegexPatternSetRequest || (exports.UpdateRegexPatternSetRequest = {}));
|
|
1758
|
-
var UpdateRegexPatternSetResponse;
|
|
1759
|
-
(function (UpdateRegexPatternSetResponse) {
|
|
1760
|
-
UpdateRegexPatternSetResponse.filterSensitiveLog = (obj) => ({
|
|
1761
|
-
...obj,
|
|
1762
|
-
});
|
|
1763
|
-
})(UpdateRegexPatternSetResponse = exports.UpdateRegexPatternSetResponse || (exports.UpdateRegexPatternSetResponse = {}));
|
|
1764
612
|
class WAFInvalidRegexPatternException extends WAFServiceException_1.WAFServiceException {
|
|
1765
613
|
constructor(opts) {
|
|
1766
614
|
super({
|
|
@@ -1774,90 +622,6 @@ class WAFInvalidRegexPatternException extends WAFServiceException_1.WAFServiceEx
|
|
|
1774
622
|
}
|
|
1775
623
|
}
|
|
1776
624
|
exports.WAFInvalidRegexPatternException = WAFInvalidRegexPatternException;
|
|
1777
|
-
var UpdateRuleRequest;
|
|
1778
|
-
(function (UpdateRuleRequest) {
|
|
1779
|
-
UpdateRuleRequest.filterSensitiveLog = (obj) => ({
|
|
1780
|
-
...obj,
|
|
1781
|
-
});
|
|
1782
|
-
})(UpdateRuleRequest = exports.UpdateRuleRequest || (exports.UpdateRuleRequest = {}));
|
|
1783
|
-
var UpdateRuleResponse;
|
|
1784
|
-
(function (UpdateRuleResponse) {
|
|
1785
|
-
UpdateRuleResponse.filterSensitiveLog = (obj) => ({
|
|
1786
|
-
...obj,
|
|
1787
|
-
});
|
|
1788
|
-
})(UpdateRuleResponse = exports.UpdateRuleResponse || (exports.UpdateRuleResponse = {}));
|
|
1789
|
-
var RuleGroupUpdate;
|
|
1790
|
-
(function (RuleGroupUpdate) {
|
|
1791
|
-
RuleGroupUpdate.filterSensitiveLog = (obj) => ({
|
|
1792
|
-
...obj,
|
|
1793
|
-
});
|
|
1794
|
-
})(RuleGroupUpdate = exports.RuleGroupUpdate || (exports.RuleGroupUpdate = {}));
|
|
1795
|
-
var UpdateRuleGroupRequest;
|
|
1796
|
-
(function (UpdateRuleGroupRequest) {
|
|
1797
|
-
UpdateRuleGroupRequest.filterSensitiveLog = (obj) => ({
|
|
1798
|
-
...obj,
|
|
1799
|
-
});
|
|
1800
|
-
})(UpdateRuleGroupRequest = exports.UpdateRuleGroupRequest || (exports.UpdateRuleGroupRequest = {}));
|
|
1801
|
-
var UpdateRuleGroupResponse;
|
|
1802
|
-
(function (UpdateRuleGroupResponse) {
|
|
1803
|
-
UpdateRuleGroupResponse.filterSensitiveLog = (obj) => ({
|
|
1804
|
-
...obj,
|
|
1805
|
-
});
|
|
1806
|
-
})(UpdateRuleGroupResponse = exports.UpdateRuleGroupResponse || (exports.UpdateRuleGroupResponse = {}));
|
|
1807
|
-
var SizeConstraintSetUpdate;
|
|
1808
|
-
(function (SizeConstraintSetUpdate) {
|
|
1809
|
-
SizeConstraintSetUpdate.filterSensitiveLog = (obj) => ({
|
|
1810
|
-
...obj,
|
|
1811
|
-
});
|
|
1812
|
-
})(SizeConstraintSetUpdate = exports.SizeConstraintSetUpdate || (exports.SizeConstraintSetUpdate = {}));
|
|
1813
|
-
var UpdateSizeConstraintSetRequest;
|
|
1814
|
-
(function (UpdateSizeConstraintSetRequest) {
|
|
1815
|
-
UpdateSizeConstraintSetRequest.filterSensitiveLog = (obj) => ({
|
|
1816
|
-
...obj,
|
|
1817
|
-
});
|
|
1818
|
-
})(UpdateSizeConstraintSetRequest = exports.UpdateSizeConstraintSetRequest || (exports.UpdateSizeConstraintSetRequest = {}));
|
|
1819
|
-
var UpdateSizeConstraintSetResponse;
|
|
1820
|
-
(function (UpdateSizeConstraintSetResponse) {
|
|
1821
|
-
UpdateSizeConstraintSetResponse.filterSensitiveLog = (obj) => ({
|
|
1822
|
-
...obj,
|
|
1823
|
-
});
|
|
1824
|
-
})(UpdateSizeConstraintSetResponse = exports.UpdateSizeConstraintSetResponse || (exports.UpdateSizeConstraintSetResponse = {}));
|
|
1825
|
-
var SqlInjectionMatchSetUpdate;
|
|
1826
|
-
(function (SqlInjectionMatchSetUpdate) {
|
|
1827
|
-
SqlInjectionMatchSetUpdate.filterSensitiveLog = (obj) => ({
|
|
1828
|
-
...obj,
|
|
1829
|
-
});
|
|
1830
|
-
})(SqlInjectionMatchSetUpdate = exports.SqlInjectionMatchSetUpdate || (exports.SqlInjectionMatchSetUpdate = {}));
|
|
1831
|
-
var UpdateSqlInjectionMatchSetRequest;
|
|
1832
|
-
(function (UpdateSqlInjectionMatchSetRequest) {
|
|
1833
|
-
UpdateSqlInjectionMatchSetRequest.filterSensitiveLog = (obj) => ({
|
|
1834
|
-
...obj,
|
|
1835
|
-
});
|
|
1836
|
-
})(UpdateSqlInjectionMatchSetRequest = exports.UpdateSqlInjectionMatchSetRequest || (exports.UpdateSqlInjectionMatchSetRequest = {}));
|
|
1837
|
-
var UpdateSqlInjectionMatchSetResponse;
|
|
1838
|
-
(function (UpdateSqlInjectionMatchSetResponse) {
|
|
1839
|
-
UpdateSqlInjectionMatchSetResponse.filterSensitiveLog = (obj) => ({
|
|
1840
|
-
...obj,
|
|
1841
|
-
});
|
|
1842
|
-
})(UpdateSqlInjectionMatchSetResponse = exports.UpdateSqlInjectionMatchSetResponse || (exports.UpdateSqlInjectionMatchSetResponse = {}));
|
|
1843
|
-
var WebACLUpdate;
|
|
1844
|
-
(function (WebACLUpdate) {
|
|
1845
|
-
WebACLUpdate.filterSensitiveLog = (obj) => ({
|
|
1846
|
-
...obj,
|
|
1847
|
-
});
|
|
1848
|
-
})(WebACLUpdate = exports.WebACLUpdate || (exports.WebACLUpdate = {}));
|
|
1849
|
-
var UpdateWebACLRequest;
|
|
1850
|
-
(function (UpdateWebACLRequest) {
|
|
1851
|
-
UpdateWebACLRequest.filterSensitiveLog = (obj) => ({
|
|
1852
|
-
...obj,
|
|
1853
|
-
});
|
|
1854
|
-
})(UpdateWebACLRequest = exports.UpdateWebACLRequest || (exports.UpdateWebACLRequest = {}));
|
|
1855
|
-
var UpdateWebACLResponse;
|
|
1856
|
-
(function (UpdateWebACLResponse) {
|
|
1857
|
-
UpdateWebACLResponse.filterSensitiveLog = (obj) => ({
|
|
1858
|
-
...obj,
|
|
1859
|
-
});
|
|
1860
|
-
})(UpdateWebACLResponse = exports.UpdateWebACLResponse || (exports.UpdateWebACLResponse = {}));
|
|
1861
625
|
class WAFSubscriptionNotFoundException extends WAFServiceException_1.WAFServiceException {
|
|
1862
626
|
constructor(opts) {
|
|
1863
627
|
super({
|
|
@@ -1871,21 +635,839 @@ class WAFSubscriptionNotFoundException extends WAFServiceException_1.WAFServiceE
|
|
|
1871
635
|
}
|
|
1872
636
|
}
|
|
1873
637
|
exports.WAFSubscriptionNotFoundException = WAFSubscriptionNotFoundException;
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
638
|
+
const WafActionFilterSensitiveLog = (obj) => ({
|
|
639
|
+
...obj,
|
|
640
|
+
});
|
|
641
|
+
exports.WafActionFilterSensitiveLog = WafActionFilterSensitiveLog;
|
|
642
|
+
const ExcludedRuleFilterSensitiveLog = (obj) => ({
|
|
643
|
+
...obj,
|
|
644
|
+
});
|
|
645
|
+
exports.ExcludedRuleFilterSensitiveLog = ExcludedRuleFilterSensitiveLog;
|
|
646
|
+
const WafOverrideActionFilterSensitiveLog = (obj) => ({
|
|
647
|
+
...obj,
|
|
648
|
+
});
|
|
649
|
+
exports.WafOverrideActionFilterSensitiveLog = WafOverrideActionFilterSensitiveLog;
|
|
650
|
+
const ActivatedRuleFilterSensitiveLog = (obj) => ({
|
|
651
|
+
...obj,
|
|
652
|
+
});
|
|
653
|
+
exports.ActivatedRuleFilterSensitiveLog = ActivatedRuleFilterSensitiveLog;
|
|
654
|
+
const CreateByteMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
655
|
+
...obj,
|
|
656
|
+
});
|
|
657
|
+
exports.CreateByteMatchSetRequestFilterSensitiveLog = CreateByteMatchSetRequestFilterSensitiveLog;
|
|
658
|
+
const FieldToMatchFilterSensitiveLog = (obj) => ({
|
|
659
|
+
...obj,
|
|
660
|
+
});
|
|
661
|
+
exports.FieldToMatchFilterSensitiveLog = FieldToMatchFilterSensitiveLog;
|
|
662
|
+
const ByteMatchTupleFilterSensitiveLog = (obj) => ({
|
|
663
|
+
...obj,
|
|
664
|
+
});
|
|
665
|
+
exports.ByteMatchTupleFilterSensitiveLog = ByteMatchTupleFilterSensitiveLog;
|
|
666
|
+
const ByteMatchSetFilterSensitiveLog = (obj) => ({
|
|
667
|
+
...obj,
|
|
668
|
+
});
|
|
669
|
+
exports.ByteMatchSetFilterSensitiveLog = ByteMatchSetFilterSensitiveLog;
|
|
670
|
+
const CreateByteMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
671
|
+
...obj,
|
|
672
|
+
});
|
|
673
|
+
exports.CreateByteMatchSetResponseFilterSensitiveLog = CreateByteMatchSetResponseFilterSensitiveLog;
|
|
674
|
+
const CreateGeoMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
675
|
+
...obj,
|
|
676
|
+
});
|
|
677
|
+
exports.CreateGeoMatchSetRequestFilterSensitiveLog = CreateGeoMatchSetRequestFilterSensitiveLog;
|
|
678
|
+
const GeoMatchConstraintFilterSensitiveLog = (obj) => ({
|
|
679
|
+
...obj,
|
|
680
|
+
});
|
|
681
|
+
exports.GeoMatchConstraintFilterSensitiveLog = GeoMatchConstraintFilterSensitiveLog;
|
|
682
|
+
const GeoMatchSetFilterSensitiveLog = (obj) => ({
|
|
683
|
+
...obj,
|
|
684
|
+
});
|
|
685
|
+
exports.GeoMatchSetFilterSensitiveLog = GeoMatchSetFilterSensitiveLog;
|
|
686
|
+
const CreateGeoMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
687
|
+
...obj,
|
|
688
|
+
});
|
|
689
|
+
exports.CreateGeoMatchSetResponseFilterSensitiveLog = CreateGeoMatchSetResponseFilterSensitiveLog;
|
|
690
|
+
const CreateIPSetRequestFilterSensitiveLog = (obj) => ({
|
|
691
|
+
...obj,
|
|
692
|
+
});
|
|
693
|
+
exports.CreateIPSetRequestFilterSensitiveLog = CreateIPSetRequestFilterSensitiveLog;
|
|
694
|
+
const IPSetDescriptorFilterSensitiveLog = (obj) => ({
|
|
695
|
+
...obj,
|
|
696
|
+
});
|
|
697
|
+
exports.IPSetDescriptorFilterSensitiveLog = IPSetDescriptorFilterSensitiveLog;
|
|
698
|
+
const IPSetFilterSensitiveLog = (obj) => ({
|
|
699
|
+
...obj,
|
|
700
|
+
});
|
|
701
|
+
exports.IPSetFilterSensitiveLog = IPSetFilterSensitiveLog;
|
|
702
|
+
const CreateIPSetResponseFilterSensitiveLog = (obj) => ({
|
|
703
|
+
...obj,
|
|
704
|
+
});
|
|
705
|
+
exports.CreateIPSetResponseFilterSensitiveLog = CreateIPSetResponseFilterSensitiveLog;
|
|
706
|
+
const TagFilterSensitiveLog = (obj) => ({
|
|
707
|
+
...obj,
|
|
708
|
+
});
|
|
709
|
+
exports.TagFilterSensitiveLog = TagFilterSensitiveLog;
|
|
710
|
+
const CreateRateBasedRuleRequestFilterSensitiveLog = (obj) => ({
|
|
711
|
+
...obj,
|
|
712
|
+
});
|
|
713
|
+
exports.CreateRateBasedRuleRequestFilterSensitiveLog = CreateRateBasedRuleRequestFilterSensitiveLog;
|
|
714
|
+
const PredicateFilterSensitiveLog = (obj) => ({
|
|
715
|
+
...obj,
|
|
716
|
+
});
|
|
717
|
+
exports.PredicateFilterSensitiveLog = PredicateFilterSensitiveLog;
|
|
718
|
+
const RateBasedRuleFilterSensitiveLog = (obj) => ({
|
|
719
|
+
...obj,
|
|
720
|
+
});
|
|
721
|
+
exports.RateBasedRuleFilterSensitiveLog = RateBasedRuleFilterSensitiveLog;
|
|
722
|
+
const CreateRateBasedRuleResponseFilterSensitiveLog = (obj) => ({
|
|
723
|
+
...obj,
|
|
724
|
+
});
|
|
725
|
+
exports.CreateRateBasedRuleResponseFilterSensitiveLog = CreateRateBasedRuleResponseFilterSensitiveLog;
|
|
726
|
+
const CreateRegexMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
727
|
+
...obj,
|
|
728
|
+
});
|
|
729
|
+
exports.CreateRegexMatchSetRequestFilterSensitiveLog = CreateRegexMatchSetRequestFilterSensitiveLog;
|
|
730
|
+
const RegexMatchTupleFilterSensitiveLog = (obj) => ({
|
|
731
|
+
...obj,
|
|
732
|
+
});
|
|
733
|
+
exports.RegexMatchTupleFilterSensitiveLog = RegexMatchTupleFilterSensitiveLog;
|
|
734
|
+
const RegexMatchSetFilterSensitiveLog = (obj) => ({
|
|
735
|
+
...obj,
|
|
736
|
+
});
|
|
737
|
+
exports.RegexMatchSetFilterSensitiveLog = RegexMatchSetFilterSensitiveLog;
|
|
738
|
+
const CreateRegexMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
739
|
+
...obj,
|
|
740
|
+
});
|
|
741
|
+
exports.CreateRegexMatchSetResponseFilterSensitiveLog = CreateRegexMatchSetResponseFilterSensitiveLog;
|
|
742
|
+
const CreateRegexPatternSetRequestFilterSensitiveLog = (obj) => ({
|
|
743
|
+
...obj,
|
|
744
|
+
});
|
|
745
|
+
exports.CreateRegexPatternSetRequestFilterSensitiveLog = CreateRegexPatternSetRequestFilterSensitiveLog;
|
|
746
|
+
const RegexPatternSetFilterSensitiveLog = (obj) => ({
|
|
747
|
+
...obj,
|
|
748
|
+
});
|
|
749
|
+
exports.RegexPatternSetFilterSensitiveLog = RegexPatternSetFilterSensitiveLog;
|
|
750
|
+
const CreateRegexPatternSetResponseFilterSensitiveLog = (obj) => ({
|
|
751
|
+
...obj,
|
|
752
|
+
});
|
|
753
|
+
exports.CreateRegexPatternSetResponseFilterSensitiveLog = CreateRegexPatternSetResponseFilterSensitiveLog;
|
|
754
|
+
const CreateRuleRequestFilterSensitiveLog = (obj) => ({
|
|
755
|
+
...obj,
|
|
756
|
+
});
|
|
757
|
+
exports.CreateRuleRequestFilterSensitiveLog = CreateRuleRequestFilterSensitiveLog;
|
|
758
|
+
const RuleFilterSensitiveLog = (obj) => ({
|
|
759
|
+
...obj,
|
|
760
|
+
});
|
|
761
|
+
exports.RuleFilterSensitiveLog = RuleFilterSensitiveLog;
|
|
762
|
+
const CreateRuleResponseFilterSensitiveLog = (obj) => ({
|
|
763
|
+
...obj,
|
|
764
|
+
});
|
|
765
|
+
exports.CreateRuleResponseFilterSensitiveLog = CreateRuleResponseFilterSensitiveLog;
|
|
766
|
+
const CreateRuleGroupRequestFilterSensitiveLog = (obj) => ({
|
|
767
|
+
...obj,
|
|
768
|
+
});
|
|
769
|
+
exports.CreateRuleGroupRequestFilterSensitiveLog = CreateRuleGroupRequestFilterSensitiveLog;
|
|
770
|
+
const RuleGroupFilterSensitiveLog = (obj) => ({
|
|
771
|
+
...obj,
|
|
772
|
+
});
|
|
773
|
+
exports.RuleGroupFilterSensitiveLog = RuleGroupFilterSensitiveLog;
|
|
774
|
+
const CreateRuleGroupResponseFilterSensitiveLog = (obj) => ({
|
|
775
|
+
...obj,
|
|
776
|
+
});
|
|
777
|
+
exports.CreateRuleGroupResponseFilterSensitiveLog = CreateRuleGroupResponseFilterSensitiveLog;
|
|
778
|
+
const CreateSizeConstraintSetRequestFilterSensitiveLog = (obj) => ({
|
|
779
|
+
...obj,
|
|
780
|
+
});
|
|
781
|
+
exports.CreateSizeConstraintSetRequestFilterSensitiveLog = CreateSizeConstraintSetRequestFilterSensitiveLog;
|
|
782
|
+
const SizeConstraintFilterSensitiveLog = (obj) => ({
|
|
783
|
+
...obj,
|
|
784
|
+
});
|
|
785
|
+
exports.SizeConstraintFilterSensitiveLog = SizeConstraintFilterSensitiveLog;
|
|
786
|
+
const SizeConstraintSetFilterSensitiveLog = (obj) => ({
|
|
787
|
+
...obj,
|
|
788
|
+
});
|
|
789
|
+
exports.SizeConstraintSetFilterSensitiveLog = SizeConstraintSetFilterSensitiveLog;
|
|
790
|
+
const CreateSizeConstraintSetResponseFilterSensitiveLog = (obj) => ({
|
|
791
|
+
...obj,
|
|
792
|
+
});
|
|
793
|
+
exports.CreateSizeConstraintSetResponseFilterSensitiveLog = CreateSizeConstraintSetResponseFilterSensitiveLog;
|
|
794
|
+
const CreateSqlInjectionMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
795
|
+
...obj,
|
|
796
|
+
});
|
|
797
|
+
exports.CreateSqlInjectionMatchSetRequestFilterSensitiveLog = CreateSqlInjectionMatchSetRequestFilterSensitiveLog;
|
|
798
|
+
const SqlInjectionMatchTupleFilterSensitiveLog = (obj) => ({
|
|
799
|
+
...obj,
|
|
800
|
+
});
|
|
801
|
+
exports.SqlInjectionMatchTupleFilterSensitiveLog = SqlInjectionMatchTupleFilterSensitiveLog;
|
|
802
|
+
const SqlInjectionMatchSetFilterSensitiveLog = (obj) => ({
|
|
803
|
+
...obj,
|
|
804
|
+
});
|
|
805
|
+
exports.SqlInjectionMatchSetFilterSensitiveLog = SqlInjectionMatchSetFilterSensitiveLog;
|
|
806
|
+
const CreateSqlInjectionMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
807
|
+
...obj,
|
|
808
|
+
});
|
|
809
|
+
exports.CreateSqlInjectionMatchSetResponseFilterSensitiveLog = CreateSqlInjectionMatchSetResponseFilterSensitiveLog;
|
|
810
|
+
const CreateWebACLRequestFilterSensitiveLog = (obj) => ({
|
|
811
|
+
...obj,
|
|
812
|
+
});
|
|
813
|
+
exports.CreateWebACLRequestFilterSensitiveLog = CreateWebACLRequestFilterSensitiveLog;
|
|
814
|
+
const WebACLFilterSensitiveLog = (obj) => ({
|
|
815
|
+
...obj,
|
|
816
|
+
});
|
|
817
|
+
exports.WebACLFilterSensitiveLog = WebACLFilterSensitiveLog;
|
|
818
|
+
const CreateWebACLResponseFilterSensitiveLog = (obj) => ({
|
|
819
|
+
...obj,
|
|
820
|
+
});
|
|
821
|
+
exports.CreateWebACLResponseFilterSensitiveLog = CreateWebACLResponseFilterSensitiveLog;
|
|
822
|
+
const CreateWebACLMigrationStackRequestFilterSensitiveLog = (obj) => ({
|
|
823
|
+
...obj,
|
|
824
|
+
});
|
|
825
|
+
exports.CreateWebACLMigrationStackRequestFilterSensitiveLog = CreateWebACLMigrationStackRequestFilterSensitiveLog;
|
|
826
|
+
const CreateWebACLMigrationStackResponseFilterSensitiveLog = (obj) => ({
|
|
827
|
+
...obj,
|
|
828
|
+
});
|
|
829
|
+
exports.CreateWebACLMigrationStackResponseFilterSensitiveLog = CreateWebACLMigrationStackResponseFilterSensitiveLog;
|
|
830
|
+
const CreateXssMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
831
|
+
...obj,
|
|
832
|
+
});
|
|
833
|
+
exports.CreateXssMatchSetRequestFilterSensitiveLog = CreateXssMatchSetRequestFilterSensitiveLog;
|
|
834
|
+
const XssMatchTupleFilterSensitiveLog = (obj) => ({
|
|
835
|
+
...obj,
|
|
836
|
+
});
|
|
837
|
+
exports.XssMatchTupleFilterSensitiveLog = XssMatchTupleFilterSensitiveLog;
|
|
838
|
+
const XssMatchSetFilterSensitiveLog = (obj) => ({
|
|
839
|
+
...obj,
|
|
840
|
+
});
|
|
841
|
+
exports.XssMatchSetFilterSensitiveLog = XssMatchSetFilterSensitiveLog;
|
|
842
|
+
const CreateXssMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
843
|
+
...obj,
|
|
844
|
+
});
|
|
845
|
+
exports.CreateXssMatchSetResponseFilterSensitiveLog = CreateXssMatchSetResponseFilterSensitiveLog;
|
|
846
|
+
const DeleteByteMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
});
|
|
849
|
+
exports.DeleteByteMatchSetRequestFilterSensitiveLog = DeleteByteMatchSetRequestFilterSensitiveLog;
|
|
850
|
+
const DeleteByteMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
851
|
+
...obj,
|
|
852
|
+
});
|
|
853
|
+
exports.DeleteByteMatchSetResponseFilterSensitiveLog = DeleteByteMatchSetResponseFilterSensitiveLog;
|
|
854
|
+
const DeleteGeoMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
855
|
+
...obj,
|
|
856
|
+
});
|
|
857
|
+
exports.DeleteGeoMatchSetRequestFilterSensitiveLog = DeleteGeoMatchSetRequestFilterSensitiveLog;
|
|
858
|
+
const DeleteGeoMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
});
|
|
861
|
+
exports.DeleteGeoMatchSetResponseFilterSensitiveLog = DeleteGeoMatchSetResponseFilterSensitiveLog;
|
|
862
|
+
const DeleteIPSetRequestFilterSensitiveLog = (obj) => ({
|
|
863
|
+
...obj,
|
|
864
|
+
});
|
|
865
|
+
exports.DeleteIPSetRequestFilterSensitiveLog = DeleteIPSetRequestFilterSensitiveLog;
|
|
866
|
+
const DeleteIPSetResponseFilterSensitiveLog = (obj) => ({
|
|
867
|
+
...obj,
|
|
868
|
+
});
|
|
869
|
+
exports.DeleteIPSetResponseFilterSensitiveLog = DeleteIPSetResponseFilterSensitiveLog;
|
|
870
|
+
const DeleteLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
871
|
+
...obj,
|
|
872
|
+
});
|
|
873
|
+
exports.DeleteLoggingConfigurationRequestFilterSensitiveLog = DeleteLoggingConfigurationRequestFilterSensitiveLog;
|
|
874
|
+
const DeleteLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
875
|
+
...obj,
|
|
876
|
+
});
|
|
877
|
+
exports.DeleteLoggingConfigurationResponseFilterSensitiveLog = DeleteLoggingConfigurationResponseFilterSensitiveLog;
|
|
878
|
+
const DeletePermissionPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
879
|
+
...obj,
|
|
880
|
+
});
|
|
881
|
+
exports.DeletePermissionPolicyRequestFilterSensitiveLog = DeletePermissionPolicyRequestFilterSensitiveLog;
|
|
882
|
+
const DeletePermissionPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
883
|
+
...obj,
|
|
884
|
+
});
|
|
885
|
+
exports.DeletePermissionPolicyResponseFilterSensitiveLog = DeletePermissionPolicyResponseFilterSensitiveLog;
|
|
886
|
+
const DeleteRateBasedRuleRequestFilterSensitiveLog = (obj) => ({
|
|
887
|
+
...obj,
|
|
888
|
+
});
|
|
889
|
+
exports.DeleteRateBasedRuleRequestFilterSensitiveLog = DeleteRateBasedRuleRequestFilterSensitiveLog;
|
|
890
|
+
const DeleteRateBasedRuleResponseFilterSensitiveLog = (obj) => ({
|
|
891
|
+
...obj,
|
|
892
|
+
});
|
|
893
|
+
exports.DeleteRateBasedRuleResponseFilterSensitiveLog = DeleteRateBasedRuleResponseFilterSensitiveLog;
|
|
894
|
+
const DeleteRegexMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
895
|
+
...obj,
|
|
896
|
+
});
|
|
897
|
+
exports.DeleteRegexMatchSetRequestFilterSensitiveLog = DeleteRegexMatchSetRequestFilterSensitiveLog;
|
|
898
|
+
const DeleteRegexMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
899
|
+
...obj,
|
|
900
|
+
});
|
|
901
|
+
exports.DeleteRegexMatchSetResponseFilterSensitiveLog = DeleteRegexMatchSetResponseFilterSensitiveLog;
|
|
902
|
+
const DeleteRegexPatternSetRequestFilterSensitiveLog = (obj) => ({
|
|
903
|
+
...obj,
|
|
904
|
+
});
|
|
905
|
+
exports.DeleteRegexPatternSetRequestFilterSensitiveLog = DeleteRegexPatternSetRequestFilterSensitiveLog;
|
|
906
|
+
const DeleteRegexPatternSetResponseFilterSensitiveLog = (obj) => ({
|
|
907
|
+
...obj,
|
|
908
|
+
});
|
|
909
|
+
exports.DeleteRegexPatternSetResponseFilterSensitiveLog = DeleteRegexPatternSetResponseFilterSensitiveLog;
|
|
910
|
+
const DeleteRuleRequestFilterSensitiveLog = (obj) => ({
|
|
911
|
+
...obj,
|
|
912
|
+
});
|
|
913
|
+
exports.DeleteRuleRequestFilterSensitiveLog = DeleteRuleRequestFilterSensitiveLog;
|
|
914
|
+
const DeleteRuleResponseFilterSensitiveLog = (obj) => ({
|
|
915
|
+
...obj,
|
|
916
|
+
});
|
|
917
|
+
exports.DeleteRuleResponseFilterSensitiveLog = DeleteRuleResponseFilterSensitiveLog;
|
|
918
|
+
const DeleteRuleGroupRequestFilterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
});
|
|
921
|
+
exports.DeleteRuleGroupRequestFilterSensitiveLog = DeleteRuleGroupRequestFilterSensitiveLog;
|
|
922
|
+
const DeleteRuleGroupResponseFilterSensitiveLog = (obj) => ({
|
|
923
|
+
...obj,
|
|
924
|
+
});
|
|
925
|
+
exports.DeleteRuleGroupResponseFilterSensitiveLog = DeleteRuleGroupResponseFilterSensitiveLog;
|
|
926
|
+
const DeleteSizeConstraintSetRequestFilterSensitiveLog = (obj) => ({
|
|
927
|
+
...obj,
|
|
928
|
+
});
|
|
929
|
+
exports.DeleteSizeConstraintSetRequestFilterSensitiveLog = DeleteSizeConstraintSetRequestFilterSensitiveLog;
|
|
930
|
+
const DeleteSizeConstraintSetResponseFilterSensitiveLog = (obj) => ({
|
|
931
|
+
...obj,
|
|
932
|
+
});
|
|
933
|
+
exports.DeleteSizeConstraintSetResponseFilterSensitiveLog = DeleteSizeConstraintSetResponseFilterSensitiveLog;
|
|
934
|
+
const DeleteSqlInjectionMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
935
|
+
...obj,
|
|
936
|
+
});
|
|
937
|
+
exports.DeleteSqlInjectionMatchSetRequestFilterSensitiveLog = DeleteSqlInjectionMatchSetRequestFilterSensitiveLog;
|
|
938
|
+
const DeleteSqlInjectionMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
939
|
+
...obj,
|
|
940
|
+
});
|
|
941
|
+
exports.DeleteSqlInjectionMatchSetResponseFilterSensitiveLog = DeleteSqlInjectionMatchSetResponseFilterSensitiveLog;
|
|
942
|
+
const DeleteWebACLRequestFilterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
exports.DeleteWebACLRequestFilterSensitiveLog = DeleteWebACLRequestFilterSensitiveLog;
|
|
946
|
+
const DeleteWebACLResponseFilterSensitiveLog = (obj) => ({
|
|
947
|
+
...obj,
|
|
948
|
+
});
|
|
949
|
+
exports.DeleteWebACLResponseFilterSensitiveLog = DeleteWebACLResponseFilterSensitiveLog;
|
|
950
|
+
const DeleteXssMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
951
|
+
...obj,
|
|
952
|
+
});
|
|
953
|
+
exports.DeleteXssMatchSetRequestFilterSensitiveLog = DeleteXssMatchSetRequestFilterSensitiveLog;
|
|
954
|
+
const DeleteXssMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
955
|
+
...obj,
|
|
956
|
+
});
|
|
957
|
+
exports.DeleteXssMatchSetResponseFilterSensitiveLog = DeleteXssMatchSetResponseFilterSensitiveLog;
|
|
958
|
+
const GetByteMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
959
|
+
...obj,
|
|
960
|
+
});
|
|
961
|
+
exports.GetByteMatchSetRequestFilterSensitiveLog = GetByteMatchSetRequestFilterSensitiveLog;
|
|
962
|
+
const GetByteMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
963
|
+
...obj,
|
|
964
|
+
});
|
|
965
|
+
exports.GetByteMatchSetResponseFilterSensitiveLog = GetByteMatchSetResponseFilterSensitiveLog;
|
|
966
|
+
const GetChangeTokenRequestFilterSensitiveLog = (obj) => ({
|
|
967
|
+
...obj,
|
|
968
|
+
});
|
|
969
|
+
exports.GetChangeTokenRequestFilterSensitiveLog = GetChangeTokenRequestFilterSensitiveLog;
|
|
970
|
+
const GetChangeTokenResponseFilterSensitiveLog = (obj) => ({
|
|
971
|
+
...obj,
|
|
972
|
+
});
|
|
973
|
+
exports.GetChangeTokenResponseFilterSensitiveLog = GetChangeTokenResponseFilterSensitiveLog;
|
|
974
|
+
const GetChangeTokenStatusRequestFilterSensitiveLog = (obj) => ({
|
|
975
|
+
...obj,
|
|
976
|
+
});
|
|
977
|
+
exports.GetChangeTokenStatusRequestFilterSensitiveLog = GetChangeTokenStatusRequestFilterSensitiveLog;
|
|
978
|
+
const GetChangeTokenStatusResponseFilterSensitiveLog = (obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
});
|
|
981
|
+
exports.GetChangeTokenStatusResponseFilterSensitiveLog = GetChangeTokenStatusResponseFilterSensitiveLog;
|
|
982
|
+
const GetGeoMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
983
|
+
...obj,
|
|
984
|
+
});
|
|
985
|
+
exports.GetGeoMatchSetRequestFilterSensitiveLog = GetGeoMatchSetRequestFilterSensitiveLog;
|
|
986
|
+
const GetGeoMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
987
|
+
...obj,
|
|
988
|
+
});
|
|
989
|
+
exports.GetGeoMatchSetResponseFilterSensitiveLog = GetGeoMatchSetResponseFilterSensitiveLog;
|
|
990
|
+
const GetIPSetRequestFilterSensitiveLog = (obj) => ({
|
|
991
|
+
...obj,
|
|
992
|
+
});
|
|
993
|
+
exports.GetIPSetRequestFilterSensitiveLog = GetIPSetRequestFilterSensitiveLog;
|
|
994
|
+
const GetIPSetResponseFilterSensitiveLog = (obj) => ({
|
|
995
|
+
...obj,
|
|
996
|
+
});
|
|
997
|
+
exports.GetIPSetResponseFilterSensitiveLog = GetIPSetResponseFilterSensitiveLog;
|
|
998
|
+
const GetLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
999
|
+
...obj,
|
|
1000
|
+
});
|
|
1001
|
+
exports.GetLoggingConfigurationRequestFilterSensitiveLog = GetLoggingConfigurationRequestFilterSensitiveLog;
|
|
1002
|
+
const LoggingConfigurationFilterSensitiveLog = (obj) => ({
|
|
1003
|
+
...obj,
|
|
1004
|
+
});
|
|
1005
|
+
exports.LoggingConfigurationFilterSensitiveLog = LoggingConfigurationFilterSensitiveLog;
|
|
1006
|
+
const GetLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
1007
|
+
...obj,
|
|
1008
|
+
});
|
|
1009
|
+
exports.GetLoggingConfigurationResponseFilterSensitiveLog = GetLoggingConfigurationResponseFilterSensitiveLog;
|
|
1010
|
+
const GetPermissionPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1011
|
+
...obj,
|
|
1012
|
+
});
|
|
1013
|
+
exports.GetPermissionPolicyRequestFilterSensitiveLog = GetPermissionPolicyRequestFilterSensitiveLog;
|
|
1014
|
+
const GetPermissionPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1015
|
+
...obj,
|
|
1016
|
+
});
|
|
1017
|
+
exports.GetPermissionPolicyResponseFilterSensitiveLog = GetPermissionPolicyResponseFilterSensitiveLog;
|
|
1018
|
+
const GetRateBasedRuleRequestFilterSensitiveLog = (obj) => ({
|
|
1019
|
+
...obj,
|
|
1020
|
+
});
|
|
1021
|
+
exports.GetRateBasedRuleRequestFilterSensitiveLog = GetRateBasedRuleRequestFilterSensitiveLog;
|
|
1022
|
+
const GetRateBasedRuleResponseFilterSensitiveLog = (obj) => ({
|
|
1023
|
+
...obj,
|
|
1024
|
+
});
|
|
1025
|
+
exports.GetRateBasedRuleResponseFilterSensitiveLog = GetRateBasedRuleResponseFilterSensitiveLog;
|
|
1026
|
+
const GetRateBasedRuleManagedKeysRequestFilterSensitiveLog = (obj) => ({
|
|
1027
|
+
...obj,
|
|
1028
|
+
});
|
|
1029
|
+
exports.GetRateBasedRuleManagedKeysRequestFilterSensitiveLog = GetRateBasedRuleManagedKeysRequestFilterSensitiveLog;
|
|
1030
|
+
const GetRateBasedRuleManagedKeysResponseFilterSensitiveLog = (obj) => ({
|
|
1031
|
+
...obj,
|
|
1032
|
+
});
|
|
1033
|
+
exports.GetRateBasedRuleManagedKeysResponseFilterSensitiveLog = GetRateBasedRuleManagedKeysResponseFilterSensitiveLog;
|
|
1034
|
+
const GetRegexMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
1035
|
+
...obj,
|
|
1036
|
+
});
|
|
1037
|
+
exports.GetRegexMatchSetRequestFilterSensitiveLog = GetRegexMatchSetRequestFilterSensitiveLog;
|
|
1038
|
+
const GetRegexMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
1039
|
+
...obj,
|
|
1040
|
+
});
|
|
1041
|
+
exports.GetRegexMatchSetResponseFilterSensitiveLog = GetRegexMatchSetResponseFilterSensitiveLog;
|
|
1042
|
+
const GetRegexPatternSetRequestFilterSensitiveLog = (obj) => ({
|
|
1043
|
+
...obj,
|
|
1044
|
+
});
|
|
1045
|
+
exports.GetRegexPatternSetRequestFilterSensitiveLog = GetRegexPatternSetRequestFilterSensitiveLog;
|
|
1046
|
+
const GetRegexPatternSetResponseFilterSensitiveLog = (obj) => ({
|
|
1047
|
+
...obj,
|
|
1048
|
+
});
|
|
1049
|
+
exports.GetRegexPatternSetResponseFilterSensitiveLog = GetRegexPatternSetResponseFilterSensitiveLog;
|
|
1050
|
+
const GetRuleRequestFilterSensitiveLog = (obj) => ({
|
|
1051
|
+
...obj,
|
|
1052
|
+
});
|
|
1053
|
+
exports.GetRuleRequestFilterSensitiveLog = GetRuleRequestFilterSensitiveLog;
|
|
1054
|
+
const GetRuleResponseFilterSensitiveLog = (obj) => ({
|
|
1055
|
+
...obj,
|
|
1056
|
+
});
|
|
1057
|
+
exports.GetRuleResponseFilterSensitiveLog = GetRuleResponseFilterSensitiveLog;
|
|
1058
|
+
const GetRuleGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1059
|
+
...obj,
|
|
1060
|
+
});
|
|
1061
|
+
exports.GetRuleGroupRequestFilterSensitiveLog = GetRuleGroupRequestFilterSensitiveLog;
|
|
1062
|
+
const GetRuleGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1063
|
+
...obj,
|
|
1064
|
+
});
|
|
1065
|
+
exports.GetRuleGroupResponseFilterSensitiveLog = GetRuleGroupResponseFilterSensitiveLog;
|
|
1066
|
+
const TimeWindowFilterSensitiveLog = (obj) => ({
|
|
1067
|
+
...obj,
|
|
1068
|
+
});
|
|
1069
|
+
exports.TimeWindowFilterSensitiveLog = TimeWindowFilterSensitiveLog;
|
|
1070
|
+
const GetSampledRequestsRequestFilterSensitiveLog = (obj) => ({
|
|
1071
|
+
...obj,
|
|
1072
|
+
});
|
|
1073
|
+
exports.GetSampledRequestsRequestFilterSensitiveLog = GetSampledRequestsRequestFilterSensitiveLog;
|
|
1074
|
+
const HTTPHeaderFilterSensitiveLog = (obj) => ({
|
|
1075
|
+
...obj,
|
|
1076
|
+
});
|
|
1077
|
+
exports.HTTPHeaderFilterSensitiveLog = HTTPHeaderFilterSensitiveLog;
|
|
1078
|
+
const HTTPRequestFilterSensitiveLog = (obj) => ({
|
|
1079
|
+
...obj,
|
|
1080
|
+
});
|
|
1081
|
+
exports.HTTPRequestFilterSensitiveLog = HTTPRequestFilterSensitiveLog;
|
|
1082
|
+
const SampledHTTPRequestFilterSensitiveLog = (obj) => ({
|
|
1083
|
+
...obj,
|
|
1084
|
+
});
|
|
1085
|
+
exports.SampledHTTPRequestFilterSensitiveLog = SampledHTTPRequestFilterSensitiveLog;
|
|
1086
|
+
const GetSampledRequestsResponseFilterSensitiveLog = (obj) => ({
|
|
1087
|
+
...obj,
|
|
1088
|
+
});
|
|
1089
|
+
exports.GetSampledRequestsResponseFilterSensitiveLog = GetSampledRequestsResponseFilterSensitiveLog;
|
|
1090
|
+
const GetSizeConstraintSetRequestFilterSensitiveLog = (obj) => ({
|
|
1091
|
+
...obj,
|
|
1092
|
+
});
|
|
1093
|
+
exports.GetSizeConstraintSetRequestFilterSensitiveLog = GetSizeConstraintSetRequestFilterSensitiveLog;
|
|
1094
|
+
const GetSizeConstraintSetResponseFilterSensitiveLog = (obj) => ({
|
|
1095
|
+
...obj,
|
|
1096
|
+
});
|
|
1097
|
+
exports.GetSizeConstraintSetResponseFilterSensitiveLog = GetSizeConstraintSetResponseFilterSensitiveLog;
|
|
1098
|
+
const GetSqlInjectionMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
1099
|
+
...obj,
|
|
1100
|
+
});
|
|
1101
|
+
exports.GetSqlInjectionMatchSetRequestFilterSensitiveLog = GetSqlInjectionMatchSetRequestFilterSensitiveLog;
|
|
1102
|
+
const GetSqlInjectionMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
1103
|
+
...obj,
|
|
1104
|
+
});
|
|
1105
|
+
exports.GetSqlInjectionMatchSetResponseFilterSensitiveLog = GetSqlInjectionMatchSetResponseFilterSensitiveLog;
|
|
1106
|
+
const GetWebACLRequestFilterSensitiveLog = (obj) => ({
|
|
1107
|
+
...obj,
|
|
1108
|
+
});
|
|
1109
|
+
exports.GetWebACLRequestFilterSensitiveLog = GetWebACLRequestFilterSensitiveLog;
|
|
1110
|
+
const GetWebACLResponseFilterSensitiveLog = (obj) => ({
|
|
1111
|
+
...obj,
|
|
1112
|
+
});
|
|
1113
|
+
exports.GetWebACLResponseFilterSensitiveLog = GetWebACLResponseFilterSensitiveLog;
|
|
1114
|
+
const GetXssMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
1115
|
+
...obj,
|
|
1116
|
+
});
|
|
1117
|
+
exports.GetXssMatchSetRequestFilterSensitiveLog = GetXssMatchSetRequestFilterSensitiveLog;
|
|
1118
|
+
const GetXssMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
1119
|
+
...obj,
|
|
1120
|
+
});
|
|
1121
|
+
exports.GetXssMatchSetResponseFilterSensitiveLog = GetXssMatchSetResponseFilterSensitiveLog;
|
|
1122
|
+
const ListActivatedRulesInRuleGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1123
|
+
...obj,
|
|
1124
|
+
});
|
|
1125
|
+
exports.ListActivatedRulesInRuleGroupRequestFilterSensitiveLog = ListActivatedRulesInRuleGroupRequestFilterSensitiveLog;
|
|
1126
|
+
const ListActivatedRulesInRuleGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1127
|
+
...obj,
|
|
1128
|
+
});
|
|
1129
|
+
exports.ListActivatedRulesInRuleGroupResponseFilterSensitiveLog = ListActivatedRulesInRuleGroupResponseFilterSensitiveLog;
|
|
1130
|
+
const ListByteMatchSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1131
|
+
...obj,
|
|
1132
|
+
});
|
|
1133
|
+
exports.ListByteMatchSetsRequestFilterSensitiveLog = ListByteMatchSetsRequestFilterSensitiveLog;
|
|
1134
|
+
const ByteMatchSetSummaryFilterSensitiveLog = (obj) => ({
|
|
1135
|
+
...obj,
|
|
1136
|
+
});
|
|
1137
|
+
exports.ByteMatchSetSummaryFilterSensitiveLog = ByteMatchSetSummaryFilterSensitiveLog;
|
|
1138
|
+
const ListByteMatchSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1139
|
+
...obj,
|
|
1140
|
+
});
|
|
1141
|
+
exports.ListByteMatchSetsResponseFilterSensitiveLog = ListByteMatchSetsResponseFilterSensitiveLog;
|
|
1142
|
+
const ListGeoMatchSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1143
|
+
...obj,
|
|
1144
|
+
});
|
|
1145
|
+
exports.ListGeoMatchSetsRequestFilterSensitiveLog = ListGeoMatchSetsRequestFilterSensitiveLog;
|
|
1146
|
+
const GeoMatchSetSummaryFilterSensitiveLog = (obj) => ({
|
|
1147
|
+
...obj,
|
|
1148
|
+
});
|
|
1149
|
+
exports.GeoMatchSetSummaryFilterSensitiveLog = GeoMatchSetSummaryFilterSensitiveLog;
|
|
1150
|
+
const ListGeoMatchSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1151
|
+
...obj,
|
|
1152
|
+
});
|
|
1153
|
+
exports.ListGeoMatchSetsResponseFilterSensitiveLog = ListGeoMatchSetsResponseFilterSensitiveLog;
|
|
1154
|
+
const ListIPSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1155
|
+
...obj,
|
|
1156
|
+
});
|
|
1157
|
+
exports.ListIPSetsRequestFilterSensitiveLog = ListIPSetsRequestFilterSensitiveLog;
|
|
1158
|
+
const IPSetSummaryFilterSensitiveLog = (obj) => ({
|
|
1159
|
+
...obj,
|
|
1160
|
+
});
|
|
1161
|
+
exports.IPSetSummaryFilterSensitiveLog = IPSetSummaryFilterSensitiveLog;
|
|
1162
|
+
const ListIPSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1163
|
+
...obj,
|
|
1164
|
+
});
|
|
1165
|
+
exports.ListIPSetsResponseFilterSensitiveLog = ListIPSetsResponseFilterSensitiveLog;
|
|
1166
|
+
const ListLoggingConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
1167
|
+
...obj,
|
|
1168
|
+
});
|
|
1169
|
+
exports.ListLoggingConfigurationsRequestFilterSensitiveLog = ListLoggingConfigurationsRequestFilterSensitiveLog;
|
|
1170
|
+
const ListLoggingConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
1171
|
+
...obj,
|
|
1172
|
+
});
|
|
1173
|
+
exports.ListLoggingConfigurationsResponseFilterSensitiveLog = ListLoggingConfigurationsResponseFilterSensitiveLog;
|
|
1174
|
+
const ListRateBasedRulesRequestFilterSensitiveLog = (obj) => ({
|
|
1175
|
+
...obj,
|
|
1176
|
+
});
|
|
1177
|
+
exports.ListRateBasedRulesRequestFilterSensitiveLog = ListRateBasedRulesRequestFilterSensitiveLog;
|
|
1178
|
+
const RuleSummaryFilterSensitiveLog = (obj) => ({
|
|
1179
|
+
...obj,
|
|
1180
|
+
});
|
|
1181
|
+
exports.RuleSummaryFilterSensitiveLog = RuleSummaryFilterSensitiveLog;
|
|
1182
|
+
const ListRateBasedRulesResponseFilterSensitiveLog = (obj) => ({
|
|
1183
|
+
...obj,
|
|
1184
|
+
});
|
|
1185
|
+
exports.ListRateBasedRulesResponseFilterSensitiveLog = ListRateBasedRulesResponseFilterSensitiveLog;
|
|
1186
|
+
const ListRegexMatchSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1187
|
+
...obj,
|
|
1188
|
+
});
|
|
1189
|
+
exports.ListRegexMatchSetsRequestFilterSensitiveLog = ListRegexMatchSetsRequestFilterSensitiveLog;
|
|
1190
|
+
const RegexMatchSetSummaryFilterSensitiveLog = (obj) => ({
|
|
1191
|
+
...obj,
|
|
1192
|
+
});
|
|
1193
|
+
exports.RegexMatchSetSummaryFilterSensitiveLog = RegexMatchSetSummaryFilterSensitiveLog;
|
|
1194
|
+
const ListRegexMatchSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1195
|
+
...obj,
|
|
1196
|
+
});
|
|
1197
|
+
exports.ListRegexMatchSetsResponseFilterSensitiveLog = ListRegexMatchSetsResponseFilterSensitiveLog;
|
|
1198
|
+
const ListRegexPatternSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1199
|
+
...obj,
|
|
1200
|
+
});
|
|
1201
|
+
exports.ListRegexPatternSetsRequestFilterSensitiveLog = ListRegexPatternSetsRequestFilterSensitiveLog;
|
|
1202
|
+
const RegexPatternSetSummaryFilterSensitiveLog = (obj) => ({
|
|
1203
|
+
...obj,
|
|
1204
|
+
});
|
|
1205
|
+
exports.RegexPatternSetSummaryFilterSensitiveLog = RegexPatternSetSummaryFilterSensitiveLog;
|
|
1206
|
+
const ListRegexPatternSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1207
|
+
...obj,
|
|
1208
|
+
});
|
|
1209
|
+
exports.ListRegexPatternSetsResponseFilterSensitiveLog = ListRegexPatternSetsResponseFilterSensitiveLog;
|
|
1210
|
+
const ListRuleGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
1211
|
+
...obj,
|
|
1212
|
+
});
|
|
1213
|
+
exports.ListRuleGroupsRequestFilterSensitiveLog = ListRuleGroupsRequestFilterSensitiveLog;
|
|
1214
|
+
const RuleGroupSummaryFilterSensitiveLog = (obj) => ({
|
|
1215
|
+
...obj,
|
|
1216
|
+
});
|
|
1217
|
+
exports.RuleGroupSummaryFilterSensitiveLog = RuleGroupSummaryFilterSensitiveLog;
|
|
1218
|
+
const ListRuleGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
1219
|
+
...obj,
|
|
1220
|
+
});
|
|
1221
|
+
exports.ListRuleGroupsResponseFilterSensitiveLog = ListRuleGroupsResponseFilterSensitiveLog;
|
|
1222
|
+
const ListRulesRequestFilterSensitiveLog = (obj) => ({
|
|
1223
|
+
...obj,
|
|
1224
|
+
});
|
|
1225
|
+
exports.ListRulesRequestFilterSensitiveLog = ListRulesRequestFilterSensitiveLog;
|
|
1226
|
+
const ListRulesResponseFilterSensitiveLog = (obj) => ({
|
|
1227
|
+
...obj,
|
|
1228
|
+
});
|
|
1229
|
+
exports.ListRulesResponseFilterSensitiveLog = ListRulesResponseFilterSensitiveLog;
|
|
1230
|
+
const ListSizeConstraintSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1231
|
+
...obj,
|
|
1232
|
+
});
|
|
1233
|
+
exports.ListSizeConstraintSetsRequestFilterSensitiveLog = ListSizeConstraintSetsRequestFilterSensitiveLog;
|
|
1234
|
+
const SizeConstraintSetSummaryFilterSensitiveLog = (obj) => ({
|
|
1235
|
+
...obj,
|
|
1236
|
+
});
|
|
1237
|
+
exports.SizeConstraintSetSummaryFilterSensitiveLog = SizeConstraintSetSummaryFilterSensitiveLog;
|
|
1238
|
+
const ListSizeConstraintSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1239
|
+
...obj,
|
|
1240
|
+
});
|
|
1241
|
+
exports.ListSizeConstraintSetsResponseFilterSensitiveLog = ListSizeConstraintSetsResponseFilterSensitiveLog;
|
|
1242
|
+
const ListSqlInjectionMatchSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1243
|
+
...obj,
|
|
1244
|
+
});
|
|
1245
|
+
exports.ListSqlInjectionMatchSetsRequestFilterSensitiveLog = ListSqlInjectionMatchSetsRequestFilterSensitiveLog;
|
|
1246
|
+
const SqlInjectionMatchSetSummaryFilterSensitiveLog = (obj) => ({
|
|
1247
|
+
...obj,
|
|
1248
|
+
});
|
|
1249
|
+
exports.SqlInjectionMatchSetSummaryFilterSensitiveLog = SqlInjectionMatchSetSummaryFilterSensitiveLog;
|
|
1250
|
+
const ListSqlInjectionMatchSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1251
|
+
...obj,
|
|
1252
|
+
});
|
|
1253
|
+
exports.ListSqlInjectionMatchSetsResponseFilterSensitiveLog = ListSqlInjectionMatchSetsResponseFilterSensitiveLog;
|
|
1254
|
+
const ListSubscribedRuleGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
1255
|
+
...obj,
|
|
1256
|
+
});
|
|
1257
|
+
exports.ListSubscribedRuleGroupsRequestFilterSensitiveLog = ListSubscribedRuleGroupsRequestFilterSensitiveLog;
|
|
1258
|
+
const SubscribedRuleGroupSummaryFilterSensitiveLog = (obj) => ({
|
|
1259
|
+
...obj,
|
|
1260
|
+
});
|
|
1261
|
+
exports.SubscribedRuleGroupSummaryFilterSensitiveLog = SubscribedRuleGroupSummaryFilterSensitiveLog;
|
|
1262
|
+
const ListSubscribedRuleGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
1263
|
+
...obj,
|
|
1264
|
+
});
|
|
1265
|
+
exports.ListSubscribedRuleGroupsResponseFilterSensitiveLog = ListSubscribedRuleGroupsResponseFilterSensitiveLog;
|
|
1266
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1267
|
+
...obj,
|
|
1268
|
+
});
|
|
1269
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
1270
|
+
const TagInfoForResourceFilterSensitiveLog = (obj) => ({
|
|
1271
|
+
...obj,
|
|
1272
|
+
});
|
|
1273
|
+
exports.TagInfoForResourceFilterSensitiveLog = TagInfoForResourceFilterSensitiveLog;
|
|
1274
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1275
|
+
...obj,
|
|
1276
|
+
});
|
|
1277
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
1278
|
+
const ListWebACLsRequestFilterSensitiveLog = (obj) => ({
|
|
1279
|
+
...obj,
|
|
1280
|
+
});
|
|
1281
|
+
exports.ListWebACLsRequestFilterSensitiveLog = ListWebACLsRequestFilterSensitiveLog;
|
|
1282
|
+
const WebACLSummaryFilterSensitiveLog = (obj) => ({
|
|
1283
|
+
...obj,
|
|
1284
|
+
});
|
|
1285
|
+
exports.WebACLSummaryFilterSensitiveLog = WebACLSummaryFilterSensitiveLog;
|
|
1286
|
+
const ListWebACLsResponseFilterSensitiveLog = (obj) => ({
|
|
1287
|
+
...obj,
|
|
1288
|
+
});
|
|
1289
|
+
exports.ListWebACLsResponseFilterSensitiveLog = ListWebACLsResponseFilterSensitiveLog;
|
|
1290
|
+
const ListXssMatchSetsRequestFilterSensitiveLog = (obj) => ({
|
|
1291
|
+
...obj,
|
|
1292
|
+
});
|
|
1293
|
+
exports.ListXssMatchSetsRequestFilterSensitiveLog = ListXssMatchSetsRequestFilterSensitiveLog;
|
|
1294
|
+
const XssMatchSetSummaryFilterSensitiveLog = (obj) => ({
|
|
1295
|
+
...obj,
|
|
1296
|
+
});
|
|
1297
|
+
exports.XssMatchSetSummaryFilterSensitiveLog = XssMatchSetSummaryFilterSensitiveLog;
|
|
1298
|
+
const ListXssMatchSetsResponseFilterSensitiveLog = (obj) => ({
|
|
1299
|
+
...obj,
|
|
1300
|
+
});
|
|
1301
|
+
exports.ListXssMatchSetsResponseFilterSensitiveLog = ListXssMatchSetsResponseFilterSensitiveLog;
|
|
1302
|
+
const PutLoggingConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1303
|
+
...obj,
|
|
1304
|
+
});
|
|
1305
|
+
exports.PutLoggingConfigurationRequestFilterSensitiveLog = PutLoggingConfigurationRequestFilterSensitiveLog;
|
|
1306
|
+
const PutLoggingConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
1307
|
+
...obj,
|
|
1308
|
+
});
|
|
1309
|
+
exports.PutLoggingConfigurationResponseFilterSensitiveLog = PutLoggingConfigurationResponseFilterSensitiveLog;
|
|
1310
|
+
const PutPermissionPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1311
|
+
...obj,
|
|
1312
|
+
});
|
|
1313
|
+
exports.PutPermissionPolicyRequestFilterSensitiveLog = PutPermissionPolicyRequestFilterSensitiveLog;
|
|
1314
|
+
const PutPermissionPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
1315
|
+
...obj,
|
|
1316
|
+
});
|
|
1317
|
+
exports.PutPermissionPolicyResponseFilterSensitiveLog = PutPermissionPolicyResponseFilterSensitiveLog;
|
|
1318
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1319
|
+
...obj,
|
|
1320
|
+
});
|
|
1321
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
1322
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1323
|
+
...obj,
|
|
1324
|
+
});
|
|
1325
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
1326
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1327
|
+
...obj,
|
|
1328
|
+
});
|
|
1329
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
1330
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1331
|
+
...obj,
|
|
1332
|
+
});
|
|
1333
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
1334
|
+
const ByteMatchSetUpdateFilterSensitiveLog = (obj) => ({
|
|
1335
|
+
...obj,
|
|
1336
|
+
});
|
|
1337
|
+
exports.ByteMatchSetUpdateFilterSensitiveLog = ByteMatchSetUpdateFilterSensitiveLog;
|
|
1338
|
+
const UpdateByteMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
1339
|
+
...obj,
|
|
1340
|
+
});
|
|
1341
|
+
exports.UpdateByteMatchSetRequestFilterSensitiveLog = UpdateByteMatchSetRequestFilterSensitiveLog;
|
|
1342
|
+
const UpdateByteMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
1343
|
+
...obj,
|
|
1344
|
+
});
|
|
1345
|
+
exports.UpdateByteMatchSetResponseFilterSensitiveLog = UpdateByteMatchSetResponseFilterSensitiveLog;
|
|
1346
|
+
const GeoMatchSetUpdateFilterSensitiveLog = (obj) => ({
|
|
1347
|
+
...obj,
|
|
1348
|
+
});
|
|
1349
|
+
exports.GeoMatchSetUpdateFilterSensitiveLog = GeoMatchSetUpdateFilterSensitiveLog;
|
|
1350
|
+
const UpdateGeoMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
1351
|
+
...obj,
|
|
1352
|
+
});
|
|
1353
|
+
exports.UpdateGeoMatchSetRequestFilterSensitiveLog = UpdateGeoMatchSetRequestFilterSensitiveLog;
|
|
1354
|
+
const UpdateGeoMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
1355
|
+
...obj,
|
|
1356
|
+
});
|
|
1357
|
+
exports.UpdateGeoMatchSetResponseFilterSensitiveLog = UpdateGeoMatchSetResponseFilterSensitiveLog;
|
|
1358
|
+
const IPSetUpdateFilterSensitiveLog = (obj) => ({
|
|
1359
|
+
...obj,
|
|
1360
|
+
});
|
|
1361
|
+
exports.IPSetUpdateFilterSensitiveLog = IPSetUpdateFilterSensitiveLog;
|
|
1362
|
+
const UpdateIPSetRequestFilterSensitiveLog = (obj) => ({
|
|
1363
|
+
...obj,
|
|
1364
|
+
});
|
|
1365
|
+
exports.UpdateIPSetRequestFilterSensitiveLog = UpdateIPSetRequestFilterSensitiveLog;
|
|
1366
|
+
const UpdateIPSetResponseFilterSensitiveLog = (obj) => ({
|
|
1367
|
+
...obj,
|
|
1368
|
+
});
|
|
1369
|
+
exports.UpdateIPSetResponseFilterSensitiveLog = UpdateIPSetResponseFilterSensitiveLog;
|
|
1370
|
+
const RuleUpdateFilterSensitiveLog = (obj) => ({
|
|
1371
|
+
...obj,
|
|
1372
|
+
});
|
|
1373
|
+
exports.RuleUpdateFilterSensitiveLog = RuleUpdateFilterSensitiveLog;
|
|
1374
|
+
const UpdateRateBasedRuleRequestFilterSensitiveLog = (obj) => ({
|
|
1375
|
+
...obj,
|
|
1376
|
+
});
|
|
1377
|
+
exports.UpdateRateBasedRuleRequestFilterSensitiveLog = UpdateRateBasedRuleRequestFilterSensitiveLog;
|
|
1378
|
+
const UpdateRateBasedRuleResponseFilterSensitiveLog = (obj) => ({
|
|
1379
|
+
...obj,
|
|
1380
|
+
});
|
|
1381
|
+
exports.UpdateRateBasedRuleResponseFilterSensitiveLog = UpdateRateBasedRuleResponseFilterSensitiveLog;
|
|
1382
|
+
const RegexMatchSetUpdateFilterSensitiveLog = (obj) => ({
|
|
1383
|
+
...obj,
|
|
1384
|
+
});
|
|
1385
|
+
exports.RegexMatchSetUpdateFilterSensitiveLog = RegexMatchSetUpdateFilterSensitiveLog;
|
|
1386
|
+
const UpdateRegexMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
1387
|
+
...obj,
|
|
1388
|
+
});
|
|
1389
|
+
exports.UpdateRegexMatchSetRequestFilterSensitiveLog = UpdateRegexMatchSetRequestFilterSensitiveLog;
|
|
1390
|
+
const UpdateRegexMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
1391
|
+
...obj,
|
|
1392
|
+
});
|
|
1393
|
+
exports.UpdateRegexMatchSetResponseFilterSensitiveLog = UpdateRegexMatchSetResponseFilterSensitiveLog;
|
|
1394
|
+
const RegexPatternSetUpdateFilterSensitiveLog = (obj) => ({
|
|
1395
|
+
...obj,
|
|
1396
|
+
});
|
|
1397
|
+
exports.RegexPatternSetUpdateFilterSensitiveLog = RegexPatternSetUpdateFilterSensitiveLog;
|
|
1398
|
+
const UpdateRegexPatternSetRequestFilterSensitiveLog = (obj) => ({
|
|
1399
|
+
...obj,
|
|
1400
|
+
});
|
|
1401
|
+
exports.UpdateRegexPatternSetRequestFilterSensitiveLog = UpdateRegexPatternSetRequestFilterSensitiveLog;
|
|
1402
|
+
const UpdateRegexPatternSetResponseFilterSensitiveLog = (obj) => ({
|
|
1403
|
+
...obj,
|
|
1404
|
+
});
|
|
1405
|
+
exports.UpdateRegexPatternSetResponseFilterSensitiveLog = UpdateRegexPatternSetResponseFilterSensitiveLog;
|
|
1406
|
+
const UpdateRuleRequestFilterSensitiveLog = (obj) => ({
|
|
1407
|
+
...obj,
|
|
1408
|
+
});
|
|
1409
|
+
exports.UpdateRuleRequestFilterSensitiveLog = UpdateRuleRequestFilterSensitiveLog;
|
|
1410
|
+
const UpdateRuleResponseFilterSensitiveLog = (obj) => ({
|
|
1411
|
+
...obj,
|
|
1412
|
+
});
|
|
1413
|
+
exports.UpdateRuleResponseFilterSensitiveLog = UpdateRuleResponseFilterSensitiveLog;
|
|
1414
|
+
const RuleGroupUpdateFilterSensitiveLog = (obj) => ({
|
|
1415
|
+
...obj,
|
|
1416
|
+
});
|
|
1417
|
+
exports.RuleGroupUpdateFilterSensitiveLog = RuleGroupUpdateFilterSensitiveLog;
|
|
1418
|
+
const UpdateRuleGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1419
|
+
...obj,
|
|
1420
|
+
});
|
|
1421
|
+
exports.UpdateRuleGroupRequestFilterSensitiveLog = UpdateRuleGroupRequestFilterSensitiveLog;
|
|
1422
|
+
const UpdateRuleGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1423
|
+
...obj,
|
|
1424
|
+
});
|
|
1425
|
+
exports.UpdateRuleGroupResponseFilterSensitiveLog = UpdateRuleGroupResponseFilterSensitiveLog;
|
|
1426
|
+
const SizeConstraintSetUpdateFilterSensitiveLog = (obj) => ({
|
|
1427
|
+
...obj,
|
|
1428
|
+
});
|
|
1429
|
+
exports.SizeConstraintSetUpdateFilterSensitiveLog = SizeConstraintSetUpdateFilterSensitiveLog;
|
|
1430
|
+
const UpdateSizeConstraintSetRequestFilterSensitiveLog = (obj) => ({
|
|
1431
|
+
...obj,
|
|
1432
|
+
});
|
|
1433
|
+
exports.UpdateSizeConstraintSetRequestFilterSensitiveLog = UpdateSizeConstraintSetRequestFilterSensitiveLog;
|
|
1434
|
+
const UpdateSizeConstraintSetResponseFilterSensitiveLog = (obj) => ({
|
|
1435
|
+
...obj,
|
|
1436
|
+
});
|
|
1437
|
+
exports.UpdateSizeConstraintSetResponseFilterSensitiveLog = UpdateSizeConstraintSetResponseFilterSensitiveLog;
|
|
1438
|
+
const SqlInjectionMatchSetUpdateFilterSensitiveLog = (obj) => ({
|
|
1439
|
+
...obj,
|
|
1440
|
+
});
|
|
1441
|
+
exports.SqlInjectionMatchSetUpdateFilterSensitiveLog = SqlInjectionMatchSetUpdateFilterSensitiveLog;
|
|
1442
|
+
const UpdateSqlInjectionMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
1443
|
+
...obj,
|
|
1444
|
+
});
|
|
1445
|
+
exports.UpdateSqlInjectionMatchSetRequestFilterSensitiveLog = UpdateSqlInjectionMatchSetRequestFilterSensitiveLog;
|
|
1446
|
+
const UpdateSqlInjectionMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
1447
|
+
...obj,
|
|
1448
|
+
});
|
|
1449
|
+
exports.UpdateSqlInjectionMatchSetResponseFilterSensitiveLog = UpdateSqlInjectionMatchSetResponseFilterSensitiveLog;
|
|
1450
|
+
const WebACLUpdateFilterSensitiveLog = (obj) => ({
|
|
1451
|
+
...obj,
|
|
1452
|
+
});
|
|
1453
|
+
exports.WebACLUpdateFilterSensitiveLog = WebACLUpdateFilterSensitiveLog;
|
|
1454
|
+
const UpdateWebACLRequestFilterSensitiveLog = (obj) => ({
|
|
1455
|
+
...obj,
|
|
1456
|
+
});
|
|
1457
|
+
exports.UpdateWebACLRequestFilterSensitiveLog = UpdateWebACLRequestFilterSensitiveLog;
|
|
1458
|
+
const UpdateWebACLResponseFilterSensitiveLog = (obj) => ({
|
|
1459
|
+
...obj,
|
|
1460
|
+
});
|
|
1461
|
+
exports.UpdateWebACLResponseFilterSensitiveLog = UpdateWebACLResponseFilterSensitiveLog;
|
|
1462
|
+
const XssMatchSetUpdateFilterSensitiveLog = (obj) => ({
|
|
1463
|
+
...obj,
|
|
1464
|
+
});
|
|
1465
|
+
exports.XssMatchSetUpdateFilterSensitiveLog = XssMatchSetUpdateFilterSensitiveLog;
|
|
1466
|
+
const UpdateXssMatchSetRequestFilterSensitiveLog = (obj) => ({
|
|
1467
|
+
...obj,
|
|
1468
|
+
});
|
|
1469
|
+
exports.UpdateXssMatchSetRequestFilterSensitiveLog = UpdateXssMatchSetRequestFilterSensitiveLog;
|
|
1470
|
+
const UpdateXssMatchSetResponseFilterSensitiveLog = (obj) => ({
|
|
1471
|
+
...obj,
|
|
1472
|
+
});
|
|
1473
|
+
exports.UpdateXssMatchSetResponseFilterSensitiveLog = UpdateXssMatchSetResponseFilterSensitiveLog;
|