@aws-sdk/client-waf 3.130.0 → 3.141.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/README.md +1 -1
- 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-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-types/models/models_0.d.ts +836 -1254
- package/dist-types/ts3.4/models/models_0.d.ts +418 -836
- package/package.json +7 -7
|
@@ -40,12 +40,6 @@ export interface WafAction {
|
|
|
40
40
|
*/
|
|
41
41
|
Type: WafActionType | string | undefined;
|
|
42
42
|
}
|
|
43
|
-
export declare namespace WafAction {
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
47
|
-
const filterSensitiveLog: (obj: WafAction) => any;
|
|
48
|
-
}
|
|
49
43
|
/**
|
|
50
44
|
* <note>
|
|
51
45
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -65,12 +59,6 @@ export interface ExcludedRule {
|
|
|
65
59
|
*/
|
|
66
60
|
RuleId: string | undefined;
|
|
67
61
|
}
|
|
68
|
-
export declare namespace ExcludedRule {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
const filterSensitiveLog: (obj: ExcludedRule) => any;
|
|
73
|
-
}
|
|
74
62
|
export declare enum WafOverrideActionType {
|
|
75
63
|
COUNT = "COUNT",
|
|
76
64
|
NONE = "NONE"
|
|
@@ -93,12 +81,6 @@ export interface WafOverrideAction {
|
|
|
93
81
|
*/
|
|
94
82
|
Type: WafOverrideActionType | string | undefined;
|
|
95
83
|
}
|
|
96
|
-
export declare namespace WafOverrideAction {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
const filterSensitiveLog: (obj: WafOverrideAction) => any;
|
|
101
|
-
}
|
|
102
84
|
export declare enum WafRuleType {
|
|
103
85
|
GROUP = "GROUP",
|
|
104
86
|
RATE_BASED = "RATE_BASED",
|
|
@@ -217,12 +199,6 @@ export interface ActivatedRule {
|
|
|
217
199
|
*/
|
|
218
200
|
ExcludedRules?: ExcludedRule[];
|
|
219
201
|
}
|
|
220
|
-
export declare namespace ActivatedRule {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
|
-
const filterSensitiveLog: (obj: ActivatedRule) => any;
|
|
225
|
-
}
|
|
226
202
|
export interface CreateByteMatchSetRequest {
|
|
227
203
|
/**
|
|
228
204
|
* <p>A friendly name or description of the <a>ByteMatchSet</a>. You can't change <code>Name</code> after you create a
|
|
@@ -234,12 +210,6 @@ export interface CreateByteMatchSetRequest {
|
|
|
234
210
|
*/
|
|
235
211
|
ChangeToken: string | undefined;
|
|
236
212
|
}
|
|
237
|
-
export declare namespace CreateByteMatchSetRequest {
|
|
238
|
-
/**
|
|
239
|
-
* @internal
|
|
240
|
-
*/
|
|
241
|
-
const filterSensitiveLog: (obj: CreateByteMatchSetRequest) => any;
|
|
242
|
-
}
|
|
243
213
|
export declare enum MatchFieldType {
|
|
244
214
|
ALL_QUERY_ARGS = "ALL_QUERY_ARGS",
|
|
245
215
|
BODY = "BODY",
|
|
@@ -312,12 +282,6 @@ export interface FieldToMatch {
|
|
|
312
282
|
*/
|
|
313
283
|
Data?: string;
|
|
314
284
|
}
|
|
315
|
-
export declare namespace FieldToMatch {
|
|
316
|
-
/**
|
|
317
|
-
* @internal
|
|
318
|
-
*/
|
|
319
|
-
const filterSensitiveLog: (obj: FieldToMatch) => any;
|
|
320
|
-
}
|
|
321
285
|
export declare enum PositionalConstraint {
|
|
322
286
|
CONTAINS = "CONTAINS",
|
|
323
287
|
CONTAINS_WORD = "CONTAINS_WORD",
|
|
@@ -561,12 +525,6 @@ export interface ByteMatchTuple {
|
|
|
561
525
|
*/
|
|
562
526
|
PositionalConstraint: PositionalConstraint | string | undefined;
|
|
563
527
|
}
|
|
564
|
-
export declare namespace ByteMatchTuple {
|
|
565
|
-
/**
|
|
566
|
-
* @internal
|
|
567
|
-
*/
|
|
568
|
-
const filterSensitiveLog: (obj: ByteMatchTuple) => any;
|
|
569
|
-
}
|
|
570
528
|
/**
|
|
571
529
|
* <note>
|
|
572
530
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -602,12 +560,6 @@ export interface ByteMatchSet {
|
|
|
602
560
|
*/
|
|
603
561
|
ByteMatchTuples: ByteMatchTuple[] | undefined;
|
|
604
562
|
}
|
|
605
|
-
export declare namespace ByteMatchSet {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
|
-
const filterSensitiveLog: (obj: ByteMatchSet) => any;
|
|
610
|
-
}
|
|
611
563
|
export interface CreateByteMatchSetResponse {
|
|
612
564
|
/**
|
|
613
565
|
* <p>A <a>ByteMatchSet</a> that contains no <code>ByteMatchTuple</code> objects.</p>
|
|
@@ -619,12 +571,6 @@ export interface CreateByteMatchSetResponse {
|
|
|
619
571
|
*/
|
|
620
572
|
ChangeToken?: string;
|
|
621
573
|
}
|
|
622
|
-
export declare namespace CreateByteMatchSetResponse {
|
|
623
|
-
/**
|
|
624
|
-
* @internal
|
|
625
|
-
*/
|
|
626
|
-
const filterSensitiveLog: (obj: CreateByteMatchSetResponse) => any;
|
|
627
|
-
}
|
|
628
574
|
/**
|
|
629
575
|
* <p>The name specified is invalid.</p>
|
|
630
576
|
*/
|
|
@@ -769,12 +715,6 @@ export interface CreateGeoMatchSetRequest {
|
|
|
769
715
|
*/
|
|
770
716
|
ChangeToken: string | undefined;
|
|
771
717
|
}
|
|
772
|
-
export declare namespace CreateGeoMatchSetRequest {
|
|
773
|
-
/**
|
|
774
|
-
* @internal
|
|
775
|
-
*/
|
|
776
|
-
const filterSensitiveLog: (obj: CreateGeoMatchSetRequest) => any;
|
|
777
|
-
}
|
|
778
718
|
export declare enum GeoMatchConstraintType {
|
|
779
719
|
Country = "Country"
|
|
780
720
|
}
|
|
@@ -1050,12 +990,6 @@ export interface GeoMatchConstraint {
|
|
|
1050
990
|
*/
|
|
1051
991
|
Value: GeoMatchConstraintValue | string | undefined;
|
|
1052
992
|
}
|
|
1053
|
-
export declare namespace GeoMatchConstraint {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
|
-
const filterSensitiveLog: (obj: GeoMatchConstraint) => any;
|
|
1058
|
-
}
|
|
1059
993
|
/**
|
|
1060
994
|
* <note>
|
|
1061
995
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -1084,12 +1018,6 @@ export interface GeoMatchSet {
|
|
|
1084
1018
|
*/
|
|
1085
1019
|
GeoMatchConstraints: GeoMatchConstraint[] | undefined;
|
|
1086
1020
|
}
|
|
1087
|
-
export declare namespace GeoMatchSet {
|
|
1088
|
-
/**
|
|
1089
|
-
* @internal
|
|
1090
|
-
*/
|
|
1091
|
-
const filterSensitiveLog: (obj: GeoMatchSet) => any;
|
|
1092
|
-
}
|
|
1093
1021
|
export interface CreateGeoMatchSetResponse {
|
|
1094
1022
|
/**
|
|
1095
1023
|
* <p>The <a>GeoMatchSet</a> returned in the <code>CreateGeoMatchSet</code> response. The <code>GeoMatchSet</code> contains no <code>GeoMatchConstraints</code>.</p>
|
|
@@ -1101,12 +1029,6 @@ export interface CreateGeoMatchSetResponse {
|
|
|
1101
1029
|
*/
|
|
1102
1030
|
ChangeToken?: string;
|
|
1103
1031
|
}
|
|
1104
|
-
export declare namespace CreateGeoMatchSetResponse {
|
|
1105
|
-
/**
|
|
1106
|
-
* @internal
|
|
1107
|
-
*/
|
|
1108
|
-
const filterSensitiveLog: (obj: CreateGeoMatchSetResponse) => any;
|
|
1109
|
-
}
|
|
1110
1032
|
export interface CreateIPSetRequest {
|
|
1111
1033
|
/**
|
|
1112
1034
|
* <p>A friendly name or description of the <a>IPSet</a>. You can't change <code>Name</code> after you create the <code>IPSet</code>.</p>
|
|
@@ -1117,12 +1039,6 @@ export interface CreateIPSetRequest {
|
|
|
1117
1039
|
*/
|
|
1118
1040
|
ChangeToken: string | undefined;
|
|
1119
1041
|
}
|
|
1120
|
-
export declare namespace CreateIPSetRequest {
|
|
1121
|
-
/**
|
|
1122
|
-
* @internal
|
|
1123
|
-
*/
|
|
1124
|
-
const filterSensitiveLog: (obj: CreateIPSetRequest) => any;
|
|
1125
|
-
}
|
|
1126
1042
|
export declare enum IPSetDescriptorType {
|
|
1127
1043
|
IPV4 = "IPV4",
|
|
1128
1044
|
IPV6 = "IPV6"
|
|
@@ -1169,12 +1085,6 @@ export interface IPSetDescriptor {
|
|
|
1169
1085
|
*/
|
|
1170
1086
|
Value: string | undefined;
|
|
1171
1087
|
}
|
|
1172
|
-
export declare namespace IPSetDescriptor {
|
|
1173
|
-
/**
|
|
1174
|
-
* @internal
|
|
1175
|
-
*/
|
|
1176
|
-
const filterSensitiveLog: (obj: IPSetDescriptor) => any;
|
|
1177
|
-
}
|
|
1178
1088
|
/**
|
|
1179
1089
|
* <note>
|
|
1180
1090
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -1211,12 +1121,6 @@ export interface IPSet {
|
|
|
1211
1121
|
*/
|
|
1212
1122
|
IPSetDescriptors: IPSetDescriptor[] | undefined;
|
|
1213
1123
|
}
|
|
1214
|
-
export declare namespace IPSet {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
|
-
const filterSensitiveLog: (obj: IPSet) => any;
|
|
1219
|
-
}
|
|
1220
1124
|
export interface CreateIPSetResponse {
|
|
1221
1125
|
/**
|
|
1222
1126
|
* <p>The <a>IPSet</a> returned in the <code>CreateIPSet</code> response.</p>
|
|
@@ -1228,12 +1132,6 @@ export interface CreateIPSetResponse {
|
|
|
1228
1132
|
*/
|
|
1229
1133
|
ChangeToken?: string;
|
|
1230
1134
|
}
|
|
1231
|
-
export declare namespace CreateIPSetResponse {
|
|
1232
|
-
/**
|
|
1233
|
-
* @internal
|
|
1234
|
-
*/
|
|
1235
|
-
const filterSensitiveLog: (obj: CreateIPSetResponse) => any;
|
|
1236
|
-
}
|
|
1237
1135
|
export declare enum RateKey {
|
|
1238
1136
|
IP = "IP"
|
|
1239
1137
|
}
|
|
@@ -1259,12 +1157,6 @@ export interface Tag {
|
|
|
1259
1157
|
*/
|
|
1260
1158
|
Value: string | undefined;
|
|
1261
1159
|
}
|
|
1262
|
-
export declare namespace Tag {
|
|
1263
|
-
/**
|
|
1264
|
-
* @internal
|
|
1265
|
-
*/
|
|
1266
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
1267
|
-
}
|
|
1268
1160
|
export interface CreateRateBasedRuleRequest {
|
|
1269
1161
|
/**
|
|
1270
1162
|
* <p>A friendly name or description of the <a>RateBasedRule</a>. You can't
|
|
@@ -1304,12 +1196,6 @@ export interface CreateRateBasedRuleRequest {
|
|
|
1304
1196
|
*/
|
|
1305
1197
|
Tags?: Tag[];
|
|
1306
1198
|
}
|
|
1307
|
-
export declare namespace CreateRateBasedRuleRequest {
|
|
1308
|
-
/**
|
|
1309
|
-
* @internal
|
|
1310
|
-
*/
|
|
1311
|
-
const filterSensitiveLog: (obj: CreateRateBasedRuleRequest) => any;
|
|
1312
|
-
}
|
|
1313
1199
|
export declare enum PredicateType {
|
|
1314
1200
|
BYTE_MATCH = "ByteMatch",
|
|
1315
1201
|
GEO_MATCH = "GeoMatch",
|
|
@@ -1354,12 +1240,6 @@ export interface Predicate {
|
|
|
1354
1240
|
*/
|
|
1355
1241
|
DataId: string | undefined;
|
|
1356
1242
|
}
|
|
1357
|
-
export declare namespace Predicate {
|
|
1358
|
-
/**
|
|
1359
|
-
* @internal
|
|
1360
|
-
*/
|
|
1361
|
-
const filterSensitiveLog: (obj: Predicate) => any;
|
|
1362
|
-
}
|
|
1363
1243
|
/**
|
|
1364
1244
|
* <note>
|
|
1365
1245
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -1428,12 +1308,6 @@ export interface RateBasedRule {
|
|
|
1428
1308
|
*/
|
|
1429
1309
|
RateLimit: number | undefined;
|
|
1430
1310
|
}
|
|
1431
|
-
export declare namespace RateBasedRule {
|
|
1432
|
-
/**
|
|
1433
|
-
* @internal
|
|
1434
|
-
*/
|
|
1435
|
-
const filterSensitiveLog: (obj: RateBasedRule) => any;
|
|
1436
|
-
}
|
|
1437
1311
|
export interface CreateRateBasedRuleResponse {
|
|
1438
1312
|
/**
|
|
1439
1313
|
* <p>The <a>RateBasedRule</a>
|
|
@@ -1447,12 +1321,6 @@ export interface CreateRateBasedRuleResponse {
|
|
|
1447
1321
|
*/
|
|
1448
1322
|
ChangeToken?: string;
|
|
1449
1323
|
}
|
|
1450
|
-
export declare namespace CreateRateBasedRuleResponse {
|
|
1451
|
-
/**
|
|
1452
|
-
* @internal
|
|
1453
|
-
*/
|
|
1454
|
-
const filterSensitiveLog: (obj: CreateRateBasedRuleResponse) => any;
|
|
1455
|
-
}
|
|
1456
1324
|
/**
|
|
1457
1325
|
* <p></p>
|
|
1458
1326
|
*/
|
|
@@ -1497,12 +1365,6 @@ export interface CreateRegexMatchSetRequest {
|
|
|
1497
1365
|
*/
|
|
1498
1366
|
ChangeToken: string | undefined;
|
|
1499
1367
|
}
|
|
1500
|
-
export declare namespace CreateRegexMatchSetRequest {
|
|
1501
|
-
/**
|
|
1502
|
-
* @internal
|
|
1503
|
-
*/
|
|
1504
|
-
const filterSensitiveLog: (obj: CreateRegexMatchSetRequest) => any;
|
|
1505
|
-
}
|
|
1506
1368
|
/**
|
|
1507
1369
|
* <note>
|
|
1508
1370
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -1635,12 +1497,6 @@ export interface RegexMatchTuple {
|
|
|
1635
1497
|
*/
|
|
1636
1498
|
RegexPatternSetId: string | undefined;
|
|
1637
1499
|
}
|
|
1638
|
-
export declare namespace RegexMatchTuple {
|
|
1639
|
-
/**
|
|
1640
|
-
* @internal
|
|
1641
|
-
*/
|
|
1642
|
-
const filterSensitiveLog: (obj: RegexMatchTuple) => any;
|
|
1643
|
-
}
|
|
1644
1500
|
/**
|
|
1645
1501
|
* <note>
|
|
1646
1502
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -1688,12 +1544,6 @@ export interface RegexMatchSet {
|
|
|
1688
1544
|
*/
|
|
1689
1545
|
RegexMatchTuples?: RegexMatchTuple[];
|
|
1690
1546
|
}
|
|
1691
|
-
export declare namespace RegexMatchSet {
|
|
1692
|
-
/**
|
|
1693
|
-
* @internal
|
|
1694
|
-
*/
|
|
1695
|
-
const filterSensitiveLog: (obj: RegexMatchSet) => any;
|
|
1696
|
-
}
|
|
1697
1547
|
export interface CreateRegexMatchSetResponse {
|
|
1698
1548
|
/**
|
|
1699
1549
|
* <p>A <a>RegexMatchSet</a> that contains no <code>RegexMatchTuple</code> objects.</p>
|
|
@@ -1705,12 +1555,6 @@ export interface CreateRegexMatchSetResponse {
|
|
|
1705
1555
|
*/
|
|
1706
1556
|
ChangeToken?: string;
|
|
1707
1557
|
}
|
|
1708
|
-
export declare namespace CreateRegexMatchSetResponse {
|
|
1709
|
-
/**
|
|
1710
|
-
* @internal
|
|
1711
|
-
*/
|
|
1712
|
-
const filterSensitiveLog: (obj: CreateRegexMatchSetResponse) => any;
|
|
1713
|
-
}
|
|
1714
1558
|
export interface CreateRegexPatternSetRequest {
|
|
1715
1559
|
/**
|
|
1716
1560
|
* <p>A friendly name or description of the <a>RegexPatternSet</a>. You can't change <code>Name</code> after you create a
|
|
@@ -1722,12 +1566,6 @@ export interface CreateRegexPatternSetRequest {
|
|
|
1722
1566
|
*/
|
|
1723
1567
|
ChangeToken: string | undefined;
|
|
1724
1568
|
}
|
|
1725
|
-
export declare namespace CreateRegexPatternSetRequest {
|
|
1726
|
-
/**
|
|
1727
|
-
* @internal
|
|
1728
|
-
*/
|
|
1729
|
-
const filterSensitiveLog: (obj: CreateRegexPatternSetRequest) => any;
|
|
1730
|
-
}
|
|
1731
1569
|
/**
|
|
1732
1570
|
* <note>
|
|
1733
1571
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -1756,12 +1594,6 @@ export interface RegexPatternSet {
|
|
|
1756
1594
|
*/
|
|
1757
1595
|
RegexPatternStrings: string[] | undefined;
|
|
1758
1596
|
}
|
|
1759
|
-
export declare namespace RegexPatternSet {
|
|
1760
|
-
/**
|
|
1761
|
-
* @internal
|
|
1762
|
-
*/
|
|
1763
|
-
const filterSensitiveLog: (obj: RegexPatternSet) => any;
|
|
1764
|
-
}
|
|
1765
1597
|
export interface CreateRegexPatternSetResponse {
|
|
1766
1598
|
/**
|
|
1767
1599
|
* <p>A <a>RegexPatternSet</a> that contains no objects.</p>
|
|
@@ -1773,12 +1605,6 @@ export interface CreateRegexPatternSetResponse {
|
|
|
1773
1605
|
*/
|
|
1774
1606
|
ChangeToken?: string;
|
|
1775
1607
|
}
|
|
1776
|
-
export declare namespace CreateRegexPatternSetResponse {
|
|
1777
|
-
/**
|
|
1778
|
-
* @internal
|
|
1779
|
-
*/
|
|
1780
|
-
const filterSensitiveLog: (obj: CreateRegexPatternSetResponse) => any;
|
|
1781
|
-
}
|
|
1782
1608
|
export interface CreateRuleRequest {
|
|
1783
1609
|
/**
|
|
1784
1610
|
* <p>A friendly name or description of the <a>Rule</a>. You can't change the name of a <code>Rule</code> after you create it.</p>
|
|
@@ -1799,12 +1625,6 @@ export interface CreateRuleRequest {
|
|
|
1799
1625
|
*/
|
|
1800
1626
|
Tags?: Tag[];
|
|
1801
1627
|
}
|
|
1802
|
-
export declare namespace CreateRuleRequest {
|
|
1803
|
-
/**
|
|
1804
|
-
* @internal
|
|
1805
|
-
*/
|
|
1806
|
-
const filterSensitiveLog: (obj: CreateRuleRequest) => any;
|
|
1807
|
-
}
|
|
1808
1628
|
/**
|
|
1809
1629
|
* <note>
|
|
1810
1630
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -1853,12 +1673,6 @@ export interface Rule {
|
|
|
1853
1673
|
*/
|
|
1854
1674
|
Predicates: Predicate[] | undefined;
|
|
1855
1675
|
}
|
|
1856
|
-
export declare namespace Rule {
|
|
1857
|
-
/**
|
|
1858
|
-
* @internal
|
|
1859
|
-
*/
|
|
1860
|
-
const filterSensitiveLog: (obj: Rule) => any;
|
|
1861
|
-
}
|
|
1862
1676
|
export interface CreateRuleResponse {
|
|
1863
1677
|
/**
|
|
1864
1678
|
* <p>The <a>Rule</a> returned in the <code>CreateRule</code> response.</p>
|
|
@@ -1870,12 +1684,6 @@ export interface CreateRuleResponse {
|
|
|
1870
1684
|
*/
|
|
1871
1685
|
ChangeToken?: string;
|
|
1872
1686
|
}
|
|
1873
|
-
export declare namespace CreateRuleResponse {
|
|
1874
|
-
/**
|
|
1875
|
-
* @internal
|
|
1876
|
-
*/
|
|
1877
|
-
const filterSensitiveLog: (obj: CreateRuleResponse) => any;
|
|
1878
|
-
}
|
|
1879
1687
|
export interface CreateRuleGroupRequest {
|
|
1880
1688
|
/**
|
|
1881
1689
|
* <p>A friendly name or description of the <a>RuleGroup</a>. You can't change <code>Name</code> after you create a
|
|
@@ -1896,12 +1704,6 @@ export interface CreateRuleGroupRequest {
|
|
|
1896
1704
|
*/
|
|
1897
1705
|
Tags?: Tag[];
|
|
1898
1706
|
}
|
|
1899
|
-
export declare namespace CreateRuleGroupRequest {
|
|
1900
|
-
/**
|
|
1901
|
-
* @internal
|
|
1902
|
-
*/
|
|
1903
|
-
const filterSensitiveLog: (obj: CreateRuleGroupRequest) => any;
|
|
1904
|
-
}
|
|
1905
1707
|
/**
|
|
1906
1708
|
* <note>
|
|
1907
1709
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -1944,12 +1746,6 @@ export interface RuleGroup {
|
|
|
1944
1746
|
*/
|
|
1945
1747
|
MetricName?: string;
|
|
1946
1748
|
}
|
|
1947
|
-
export declare namespace RuleGroup {
|
|
1948
|
-
/**
|
|
1949
|
-
* @internal
|
|
1950
|
-
*/
|
|
1951
|
-
const filterSensitiveLog: (obj: RuleGroup) => any;
|
|
1952
|
-
}
|
|
1953
1749
|
export interface CreateRuleGroupResponse {
|
|
1954
1750
|
/**
|
|
1955
1751
|
* <p>An empty <a>RuleGroup</a>.</p>
|
|
@@ -1961,12 +1757,6 @@ export interface CreateRuleGroupResponse {
|
|
|
1961
1757
|
*/
|
|
1962
1758
|
ChangeToken?: string;
|
|
1963
1759
|
}
|
|
1964
|
-
export declare namespace CreateRuleGroupResponse {
|
|
1965
|
-
/**
|
|
1966
|
-
* @internal
|
|
1967
|
-
*/
|
|
1968
|
-
const filterSensitiveLog: (obj: CreateRuleGroupResponse) => any;
|
|
1969
|
-
}
|
|
1970
1760
|
export interface CreateSizeConstraintSetRequest {
|
|
1971
1761
|
/**
|
|
1972
1762
|
* <p>A friendly name or description of the <a>SizeConstraintSet</a>. You can't change <code>Name</code> after you create a
|
|
@@ -1978,12 +1768,6 @@ export interface CreateSizeConstraintSetRequest {
|
|
|
1978
1768
|
*/
|
|
1979
1769
|
ChangeToken: string | undefined;
|
|
1980
1770
|
}
|
|
1981
|
-
export declare namespace CreateSizeConstraintSetRequest {
|
|
1982
|
-
/**
|
|
1983
|
-
* @internal
|
|
1984
|
-
*/
|
|
1985
|
-
const filterSensitiveLog: (obj: CreateSizeConstraintSetRequest) => any;
|
|
1986
|
-
}
|
|
1987
1771
|
export declare enum ComparisonOperator {
|
|
1988
1772
|
EQ = "EQ",
|
|
1989
1773
|
GE = "GE",
|
|
@@ -2143,12 +1927,6 @@ export interface SizeConstraint {
|
|
|
2143
1927
|
*/
|
|
2144
1928
|
Size: number | undefined;
|
|
2145
1929
|
}
|
|
2146
|
-
export declare namespace SizeConstraint {
|
|
2147
|
-
/**
|
|
2148
|
-
* @internal
|
|
2149
|
-
*/
|
|
2150
|
-
const filterSensitiveLog: (obj: SizeConstraint) => any;
|
|
2151
|
-
}
|
|
2152
1930
|
/**
|
|
2153
1931
|
* <note>
|
|
2154
1932
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -2182,12 +1960,6 @@ export interface SizeConstraintSet {
|
|
|
2182
1960
|
*/
|
|
2183
1961
|
SizeConstraints: SizeConstraint[] | undefined;
|
|
2184
1962
|
}
|
|
2185
|
-
export declare namespace SizeConstraintSet {
|
|
2186
|
-
/**
|
|
2187
|
-
* @internal
|
|
2188
|
-
*/
|
|
2189
|
-
const filterSensitiveLog: (obj: SizeConstraintSet) => any;
|
|
2190
|
-
}
|
|
2191
1963
|
export interface CreateSizeConstraintSetResponse {
|
|
2192
1964
|
/**
|
|
2193
1965
|
* <p>A <a>SizeConstraintSet</a> that contains no <code>SizeConstraint</code> objects.</p>
|
|
@@ -2199,12 +1971,6 @@ export interface CreateSizeConstraintSetResponse {
|
|
|
2199
1971
|
*/
|
|
2200
1972
|
ChangeToken?: string;
|
|
2201
1973
|
}
|
|
2202
|
-
export declare namespace CreateSizeConstraintSetResponse {
|
|
2203
|
-
/**
|
|
2204
|
-
* @internal
|
|
2205
|
-
*/
|
|
2206
|
-
const filterSensitiveLog: (obj: CreateSizeConstraintSetResponse) => any;
|
|
2207
|
-
}
|
|
2208
1974
|
/**
|
|
2209
1975
|
* <p>A request to create a <a>SqlInjectionMatchSet</a>.</p>
|
|
2210
1976
|
*/
|
|
@@ -2219,12 +1985,6 @@ export interface CreateSqlInjectionMatchSetRequest {
|
|
|
2219
1985
|
*/
|
|
2220
1986
|
ChangeToken: string | undefined;
|
|
2221
1987
|
}
|
|
2222
|
-
export declare namespace CreateSqlInjectionMatchSetRequest {
|
|
2223
|
-
/**
|
|
2224
|
-
* @internal
|
|
2225
|
-
*/
|
|
2226
|
-
const filterSensitiveLog: (obj: CreateSqlInjectionMatchSetRequest) => any;
|
|
2227
|
-
}
|
|
2228
1988
|
/**
|
|
2229
1989
|
* <note>
|
|
2230
1990
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -2338,12 +2098,6 @@ export interface SqlInjectionMatchTuple {
|
|
|
2338
2098
|
*/
|
|
2339
2099
|
TextTransformation: TextTransformation | string | undefined;
|
|
2340
2100
|
}
|
|
2341
|
-
export declare namespace SqlInjectionMatchTuple {
|
|
2342
|
-
/**
|
|
2343
|
-
* @internal
|
|
2344
|
-
*/
|
|
2345
|
-
const filterSensitiveLog: (obj: SqlInjectionMatchTuple) => any;
|
|
2346
|
-
}
|
|
2347
2101
|
/**
|
|
2348
2102
|
* <note>
|
|
2349
2103
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -2378,12 +2132,6 @@ export interface SqlInjectionMatchSet {
|
|
|
2378
2132
|
*/
|
|
2379
2133
|
SqlInjectionMatchTuples: SqlInjectionMatchTuple[] | undefined;
|
|
2380
2134
|
}
|
|
2381
|
-
export declare namespace SqlInjectionMatchSet {
|
|
2382
|
-
/**
|
|
2383
|
-
* @internal
|
|
2384
|
-
*/
|
|
2385
|
-
const filterSensitiveLog: (obj: SqlInjectionMatchSet) => any;
|
|
2386
|
-
}
|
|
2387
2135
|
/**
|
|
2388
2136
|
* <p>The response to a <code>CreateSqlInjectionMatchSet</code> request.</p>
|
|
2389
2137
|
*/
|
|
@@ -2398,12 +2146,6 @@ export interface CreateSqlInjectionMatchSetResponse {
|
|
|
2398
2146
|
*/
|
|
2399
2147
|
ChangeToken?: string;
|
|
2400
2148
|
}
|
|
2401
|
-
export declare namespace CreateSqlInjectionMatchSetResponse {
|
|
2402
|
-
/**
|
|
2403
|
-
* @internal
|
|
2404
|
-
*/
|
|
2405
|
-
const filterSensitiveLog: (obj: CreateSqlInjectionMatchSetResponse) => any;
|
|
2406
|
-
}
|
|
2407
2149
|
export interface CreateWebACLRequest {
|
|
2408
2150
|
/**
|
|
2409
2151
|
* <p>A friendly name or description of the <a>WebACL</a>. You can't change <code>Name</code> after you create the <code>WebACL</code>.</p>
|
|
@@ -2429,12 +2171,6 @@ export interface CreateWebACLRequest {
|
|
|
2429
2171
|
*/
|
|
2430
2172
|
Tags?: Tag[];
|
|
2431
2173
|
}
|
|
2432
|
-
export declare namespace CreateWebACLRequest {
|
|
2433
|
-
/**
|
|
2434
|
-
* @internal
|
|
2435
|
-
*/
|
|
2436
|
-
const filterSensitiveLog: (obj: CreateWebACLRequest) => any;
|
|
2437
|
-
}
|
|
2438
2174
|
/**
|
|
2439
2175
|
* <note>
|
|
2440
2176
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -2484,12 +2220,6 @@ export interface WebACL {
|
|
|
2484
2220
|
*/
|
|
2485
2221
|
WebACLArn?: string;
|
|
2486
2222
|
}
|
|
2487
|
-
export declare namespace WebACL {
|
|
2488
|
-
/**
|
|
2489
|
-
* @internal
|
|
2490
|
-
*/
|
|
2491
|
-
const filterSensitiveLog: (obj: WebACL) => any;
|
|
2492
|
-
}
|
|
2493
2223
|
export interface CreateWebACLResponse {
|
|
2494
2224
|
/**
|
|
2495
2225
|
* <p>The <a>WebACL</a> returned in the <code>CreateWebACL</code> response.</p>
|
|
@@ -2501,12 +2231,6 @@ export interface CreateWebACLResponse {
|
|
|
2501
2231
|
*/
|
|
2502
2232
|
ChangeToken?: string;
|
|
2503
2233
|
}
|
|
2504
|
-
export declare namespace CreateWebACLResponse {
|
|
2505
|
-
/**
|
|
2506
|
-
* @internal
|
|
2507
|
-
*/
|
|
2508
|
-
const filterSensitiveLog: (obj: CreateWebACLResponse) => any;
|
|
2509
|
-
}
|
|
2510
2234
|
export interface CreateWebACLMigrationStackRequest {
|
|
2511
2235
|
/**
|
|
2512
2236
|
* <p>The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.</p>
|
|
@@ -2536,24 +2260,12 @@ export interface CreateWebACLMigrationStackRequest {
|
|
|
2536
2260
|
*/
|
|
2537
2261
|
IgnoreUnsupportedType: boolean | undefined;
|
|
2538
2262
|
}
|
|
2539
|
-
export declare namespace CreateWebACLMigrationStackRequest {
|
|
2540
|
-
/**
|
|
2541
|
-
* @internal
|
|
2542
|
-
*/
|
|
2543
|
-
const filterSensitiveLog: (obj: CreateWebACLMigrationStackRequest) => any;
|
|
2544
|
-
}
|
|
2545
2263
|
export interface CreateWebACLMigrationStackResponse {
|
|
2546
2264
|
/**
|
|
2547
2265
|
* <p>The URL of the template created in Amazon S3. </p>
|
|
2548
2266
|
*/
|
|
2549
2267
|
S3ObjectUrl: string | undefined;
|
|
2550
2268
|
}
|
|
2551
|
-
export declare namespace CreateWebACLMigrationStackResponse {
|
|
2552
|
-
/**
|
|
2553
|
-
* @internal
|
|
2554
|
-
*/
|
|
2555
|
-
const filterSensitiveLog: (obj: CreateWebACLMigrationStackResponse) => any;
|
|
2556
|
-
}
|
|
2557
2269
|
export declare enum MigrationErrorType {
|
|
2558
2270
|
ENTITY_NOT_FOUND = "ENTITY_NOT_FOUND",
|
|
2559
2271
|
ENTITY_NOT_SUPPORTED = "ENTITY_NOT_SUPPORTED",
|
|
@@ -2662,12 +2374,6 @@ export interface CreateXssMatchSetRequest {
|
|
|
2662
2374
|
*/
|
|
2663
2375
|
ChangeToken: string | undefined;
|
|
2664
2376
|
}
|
|
2665
|
-
export declare namespace CreateXssMatchSetRequest {
|
|
2666
|
-
/**
|
|
2667
|
-
* @internal
|
|
2668
|
-
*/
|
|
2669
|
-
const filterSensitiveLog: (obj: CreateXssMatchSetRequest) => any;
|
|
2670
|
-
}
|
|
2671
2377
|
/**
|
|
2672
2378
|
* <note>
|
|
2673
2379
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -2781,12 +2487,6 @@ export interface XssMatchTuple {
|
|
|
2781
2487
|
*/
|
|
2782
2488
|
TextTransformation: TextTransformation | string | undefined;
|
|
2783
2489
|
}
|
|
2784
|
-
export declare namespace XssMatchTuple {
|
|
2785
|
-
/**
|
|
2786
|
-
* @internal
|
|
2787
|
-
*/
|
|
2788
|
-
const filterSensitiveLog: (obj: XssMatchTuple) => any;
|
|
2789
|
-
}
|
|
2790
2490
|
/**
|
|
2791
2491
|
* <note>
|
|
2792
2492
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -2821,12 +2521,6 @@ export interface XssMatchSet {
|
|
|
2821
2521
|
*/
|
|
2822
2522
|
XssMatchTuples: XssMatchTuple[] | undefined;
|
|
2823
2523
|
}
|
|
2824
|
-
export declare namespace XssMatchSet {
|
|
2825
|
-
/**
|
|
2826
|
-
* @internal
|
|
2827
|
-
*/
|
|
2828
|
-
const filterSensitiveLog: (obj: XssMatchSet) => any;
|
|
2829
|
-
}
|
|
2830
2524
|
/**
|
|
2831
2525
|
* <p>The response to a <code>CreateXssMatchSet</code> request.</p>
|
|
2832
2526
|
*/
|
|
@@ -2841,12 +2535,6 @@ export interface CreateXssMatchSetResponse {
|
|
|
2841
2535
|
*/
|
|
2842
2536
|
ChangeToken?: string;
|
|
2843
2537
|
}
|
|
2844
|
-
export declare namespace CreateXssMatchSetResponse {
|
|
2845
|
-
/**
|
|
2846
|
-
* @internal
|
|
2847
|
-
*/
|
|
2848
|
-
const filterSensitiveLog: (obj: CreateXssMatchSetResponse) => any;
|
|
2849
|
-
}
|
|
2850
2538
|
export interface DeleteByteMatchSetRequest {
|
|
2851
2539
|
/**
|
|
2852
2540
|
* <p>The <code>ByteMatchSetId</code> of the <a>ByteMatchSet</a> that you want to delete. <code>ByteMatchSetId</code> is returned by <a>CreateByteMatchSet</a> and by
|
|
@@ -2858,12 +2546,6 @@ export interface DeleteByteMatchSetRequest {
|
|
|
2858
2546
|
*/
|
|
2859
2547
|
ChangeToken: string | undefined;
|
|
2860
2548
|
}
|
|
2861
|
-
export declare namespace DeleteByteMatchSetRequest {
|
|
2862
|
-
/**
|
|
2863
|
-
* @internal
|
|
2864
|
-
*/
|
|
2865
|
-
const filterSensitiveLog: (obj: DeleteByteMatchSetRequest) => any;
|
|
2866
|
-
}
|
|
2867
2549
|
export interface DeleteByteMatchSetResponse {
|
|
2868
2550
|
/**
|
|
2869
2551
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteByteMatchSet</code> request. You can also use this value
|
|
@@ -2871,12 +2553,6 @@ export interface DeleteByteMatchSetResponse {
|
|
|
2871
2553
|
*/
|
|
2872
2554
|
ChangeToken?: string;
|
|
2873
2555
|
}
|
|
2874
|
-
export declare namespace DeleteByteMatchSetResponse {
|
|
2875
|
-
/**
|
|
2876
|
-
* @internal
|
|
2877
|
-
*/
|
|
2878
|
-
const filterSensitiveLog: (obj: DeleteByteMatchSetResponse) => any;
|
|
2879
|
-
}
|
|
2880
2556
|
/**
|
|
2881
2557
|
* <p>The operation failed because you tried to delete an object that isn't empty. For example:</p>
|
|
2882
2558
|
* <ul>
|
|
@@ -2933,12 +2609,6 @@ export interface DeleteGeoMatchSetRequest {
|
|
|
2933
2609
|
*/
|
|
2934
2610
|
ChangeToken: string | undefined;
|
|
2935
2611
|
}
|
|
2936
|
-
export declare namespace DeleteGeoMatchSetRequest {
|
|
2937
|
-
/**
|
|
2938
|
-
* @internal
|
|
2939
|
-
*/
|
|
2940
|
-
const filterSensitiveLog: (obj: DeleteGeoMatchSetRequest) => any;
|
|
2941
|
-
}
|
|
2942
2612
|
export interface DeleteGeoMatchSetResponse {
|
|
2943
2613
|
/**
|
|
2944
2614
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteGeoMatchSet</code> request. You can also use this value
|
|
@@ -2946,12 +2616,6 @@ export interface DeleteGeoMatchSetResponse {
|
|
|
2946
2616
|
*/
|
|
2947
2617
|
ChangeToken?: string;
|
|
2948
2618
|
}
|
|
2949
|
-
export declare namespace DeleteGeoMatchSetResponse {
|
|
2950
|
-
/**
|
|
2951
|
-
* @internal
|
|
2952
|
-
*/
|
|
2953
|
-
const filterSensitiveLog: (obj: DeleteGeoMatchSetResponse) => any;
|
|
2954
|
-
}
|
|
2955
2619
|
export interface DeleteIPSetRequest {
|
|
2956
2620
|
/**
|
|
2957
2621
|
* <p>The <code>IPSetId</code> of the <a>IPSet</a> that you want to delete. <code>IPSetId</code> is returned by <a>CreateIPSet</a> and by
|
|
@@ -2963,12 +2627,6 @@ export interface DeleteIPSetRequest {
|
|
|
2963
2627
|
*/
|
|
2964
2628
|
ChangeToken: string | undefined;
|
|
2965
2629
|
}
|
|
2966
|
-
export declare namespace DeleteIPSetRequest {
|
|
2967
|
-
/**
|
|
2968
|
-
* @internal
|
|
2969
|
-
*/
|
|
2970
|
-
const filterSensitiveLog: (obj: DeleteIPSetRequest) => any;
|
|
2971
|
-
}
|
|
2972
2630
|
export interface DeleteIPSetResponse {
|
|
2973
2631
|
/**
|
|
2974
2632
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteIPSet</code> request. You can also use this value
|
|
@@ -2976,32 +2634,14 @@ export interface DeleteIPSetResponse {
|
|
|
2976
2634
|
*/
|
|
2977
2635
|
ChangeToken?: string;
|
|
2978
2636
|
}
|
|
2979
|
-
export declare namespace DeleteIPSetResponse {
|
|
2980
|
-
/**
|
|
2981
|
-
* @internal
|
|
2982
|
-
*/
|
|
2983
|
-
const filterSensitiveLog: (obj: DeleteIPSetResponse) => any;
|
|
2984
|
-
}
|
|
2985
2637
|
export interface DeleteLoggingConfigurationRequest {
|
|
2986
2638
|
/**
|
|
2987
2639
|
* <p>The Amazon Resource Name (ARN) of the web ACL from which you want to delete the <a>LoggingConfiguration</a>.</p>
|
|
2988
2640
|
*/
|
|
2989
2641
|
ResourceArn: string | undefined;
|
|
2990
2642
|
}
|
|
2991
|
-
export declare namespace DeleteLoggingConfigurationRequest {
|
|
2992
|
-
/**
|
|
2993
|
-
* @internal
|
|
2994
|
-
*/
|
|
2995
|
-
const filterSensitiveLog: (obj: DeleteLoggingConfigurationRequest) => any;
|
|
2996
|
-
}
|
|
2997
2643
|
export interface DeleteLoggingConfigurationResponse {
|
|
2998
2644
|
}
|
|
2999
|
-
export declare namespace DeleteLoggingConfigurationResponse {
|
|
3000
|
-
/**
|
|
3001
|
-
* @internal
|
|
3002
|
-
*/
|
|
3003
|
-
const filterSensitiveLog: (obj: DeleteLoggingConfigurationResponse) => any;
|
|
3004
|
-
}
|
|
3005
2645
|
export interface DeletePermissionPolicyRequest {
|
|
3006
2646
|
/**
|
|
3007
2647
|
* <p>The Amazon Resource Name (ARN) of the RuleGroup from which you want to delete the policy.</p>
|
|
@@ -3009,20 +2649,8 @@ export interface DeletePermissionPolicyRequest {
|
|
|
3009
2649
|
*/
|
|
3010
2650
|
ResourceArn: string | undefined;
|
|
3011
2651
|
}
|
|
3012
|
-
export declare namespace DeletePermissionPolicyRequest {
|
|
3013
|
-
/**
|
|
3014
|
-
* @internal
|
|
3015
|
-
*/
|
|
3016
|
-
const filterSensitiveLog: (obj: DeletePermissionPolicyRequest) => any;
|
|
3017
|
-
}
|
|
3018
2652
|
export interface DeletePermissionPolicyResponse {
|
|
3019
2653
|
}
|
|
3020
|
-
export declare namespace DeletePermissionPolicyResponse {
|
|
3021
|
-
/**
|
|
3022
|
-
* @internal
|
|
3023
|
-
*/
|
|
3024
|
-
const filterSensitiveLog: (obj: DeletePermissionPolicyResponse) => any;
|
|
3025
|
-
}
|
|
3026
2654
|
export interface DeleteRateBasedRuleRequest {
|
|
3027
2655
|
/**
|
|
3028
2656
|
* <p>The <code>RuleId</code> of the <a>RateBasedRule</a> that you want to
|
|
@@ -3035,12 +2663,6 @@ export interface DeleteRateBasedRuleRequest {
|
|
|
3035
2663
|
*/
|
|
3036
2664
|
ChangeToken: string | undefined;
|
|
3037
2665
|
}
|
|
3038
|
-
export declare namespace DeleteRateBasedRuleRequest {
|
|
3039
|
-
/**
|
|
3040
|
-
* @internal
|
|
3041
|
-
*/
|
|
3042
|
-
const filterSensitiveLog: (obj: DeleteRateBasedRuleRequest) => any;
|
|
3043
|
-
}
|
|
3044
2666
|
export interface DeleteRateBasedRuleResponse {
|
|
3045
2667
|
/**
|
|
3046
2668
|
* <p>The <code>ChangeToken</code> that you used to submit the
|
|
@@ -3049,12 +2671,6 @@ export interface DeleteRateBasedRuleResponse {
|
|
|
3049
2671
|
*/
|
|
3050
2672
|
ChangeToken?: string;
|
|
3051
2673
|
}
|
|
3052
|
-
export declare namespace DeleteRateBasedRuleResponse {
|
|
3053
|
-
/**
|
|
3054
|
-
* @internal
|
|
3055
|
-
*/
|
|
3056
|
-
const filterSensitiveLog: (obj: DeleteRateBasedRuleResponse) => any;
|
|
3057
|
-
}
|
|
3058
2674
|
export interface DeleteRegexMatchSetRequest {
|
|
3059
2675
|
/**
|
|
3060
2676
|
* <p>The <code>RegexMatchSetId</code> of the <a>RegexMatchSet</a> that you want to delete. <code>RegexMatchSetId</code> is returned by <a>CreateRegexMatchSet</a> and by
|
|
@@ -3066,12 +2682,6 @@ export interface DeleteRegexMatchSetRequest {
|
|
|
3066
2682
|
*/
|
|
3067
2683
|
ChangeToken: string | undefined;
|
|
3068
2684
|
}
|
|
3069
|
-
export declare namespace DeleteRegexMatchSetRequest {
|
|
3070
|
-
/**
|
|
3071
|
-
* @internal
|
|
3072
|
-
*/
|
|
3073
|
-
const filterSensitiveLog: (obj: DeleteRegexMatchSetRequest) => any;
|
|
3074
|
-
}
|
|
3075
2685
|
export interface DeleteRegexMatchSetResponse {
|
|
3076
2686
|
/**
|
|
3077
2687
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRegexMatchSet</code> request. You can also use this value
|
|
@@ -3079,12 +2689,6 @@ export interface DeleteRegexMatchSetResponse {
|
|
|
3079
2689
|
*/
|
|
3080
2690
|
ChangeToken?: string;
|
|
3081
2691
|
}
|
|
3082
|
-
export declare namespace DeleteRegexMatchSetResponse {
|
|
3083
|
-
/**
|
|
3084
|
-
* @internal
|
|
3085
|
-
*/
|
|
3086
|
-
const filterSensitiveLog: (obj: DeleteRegexMatchSetResponse) => any;
|
|
3087
|
-
}
|
|
3088
2692
|
export interface DeleteRegexPatternSetRequest {
|
|
3089
2693
|
/**
|
|
3090
2694
|
* <p>The <code>RegexPatternSetId</code> of the <a>RegexPatternSet</a> that you want to delete. <code>RegexPatternSetId</code> is returned by <a>CreateRegexPatternSet</a> and by
|
|
@@ -3096,12 +2700,6 @@ export interface DeleteRegexPatternSetRequest {
|
|
|
3096
2700
|
*/
|
|
3097
2701
|
ChangeToken: string | undefined;
|
|
3098
2702
|
}
|
|
3099
|
-
export declare namespace DeleteRegexPatternSetRequest {
|
|
3100
|
-
/**
|
|
3101
|
-
* @internal
|
|
3102
|
-
*/
|
|
3103
|
-
const filterSensitiveLog: (obj: DeleteRegexPatternSetRequest) => any;
|
|
3104
|
-
}
|
|
3105
2703
|
export interface DeleteRegexPatternSetResponse {
|
|
3106
2704
|
/**
|
|
3107
2705
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRegexPatternSet</code> request. You can also use this value
|
|
@@ -3109,12 +2707,6 @@ export interface DeleteRegexPatternSetResponse {
|
|
|
3109
2707
|
*/
|
|
3110
2708
|
ChangeToken?: string;
|
|
3111
2709
|
}
|
|
3112
|
-
export declare namespace DeleteRegexPatternSetResponse {
|
|
3113
|
-
/**
|
|
3114
|
-
* @internal
|
|
3115
|
-
*/
|
|
3116
|
-
const filterSensitiveLog: (obj: DeleteRegexPatternSetResponse) => any;
|
|
3117
|
-
}
|
|
3118
2710
|
export interface DeleteRuleRequest {
|
|
3119
2711
|
/**
|
|
3120
2712
|
* <p>The <code>RuleId</code> of the <a>Rule</a> that you want to delete. <code>RuleId</code> is returned by <a>CreateRule</a> and by
|
|
@@ -3126,12 +2718,6 @@ export interface DeleteRuleRequest {
|
|
|
3126
2718
|
*/
|
|
3127
2719
|
ChangeToken: string | undefined;
|
|
3128
2720
|
}
|
|
3129
|
-
export declare namespace DeleteRuleRequest {
|
|
3130
|
-
/**
|
|
3131
|
-
* @internal
|
|
3132
|
-
*/
|
|
3133
|
-
const filterSensitiveLog: (obj: DeleteRuleRequest) => any;
|
|
3134
|
-
}
|
|
3135
2721
|
export interface DeleteRuleResponse {
|
|
3136
2722
|
/**
|
|
3137
2723
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRule</code> request. You can also use this value
|
|
@@ -3139,12 +2725,6 @@ export interface DeleteRuleResponse {
|
|
|
3139
2725
|
*/
|
|
3140
2726
|
ChangeToken?: string;
|
|
3141
2727
|
}
|
|
3142
|
-
export declare namespace DeleteRuleResponse {
|
|
3143
|
-
/**
|
|
3144
|
-
* @internal
|
|
3145
|
-
*/
|
|
3146
|
-
const filterSensitiveLog: (obj: DeleteRuleResponse) => any;
|
|
3147
|
-
}
|
|
3148
2728
|
export interface DeleteRuleGroupRequest {
|
|
3149
2729
|
/**
|
|
3150
2730
|
* <p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> that you want to delete. <code>RuleGroupId</code> is returned by <a>CreateRuleGroup</a> and by
|
|
@@ -3156,12 +2736,6 @@ export interface DeleteRuleGroupRequest {
|
|
|
3156
2736
|
*/
|
|
3157
2737
|
ChangeToken: string | undefined;
|
|
3158
2738
|
}
|
|
3159
|
-
export declare namespace DeleteRuleGroupRequest {
|
|
3160
|
-
/**
|
|
3161
|
-
* @internal
|
|
3162
|
-
*/
|
|
3163
|
-
const filterSensitiveLog: (obj: DeleteRuleGroupRequest) => any;
|
|
3164
|
-
}
|
|
3165
2739
|
export interface DeleteRuleGroupResponse {
|
|
3166
2740
|
/**
|
|
3167
2741
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteRuleGroup</code> request. You can also use this value
|
|
@@ -3169,12 +2743,6 @@ export interface DeleteRuleGroupResponse {
|
|
|
3169
2743
|
*/
|
|
3170
2744
|
ChangeToken?: string;
|
|
3171
2745
|
}
|
|
3172
|
-
export declare namespace DeleteRuleGroupResponse {
|
|
3173
|
-
/**
|
|
3174
|
-
* @internal
|
|
3175
|
-
*/
|
|
3176
|
-
const filterSensitiveLog: (obj: DeleteRuleGroupResponse) => any;
|
|
3177
|
-
}
|
|
3178
2746
|
export interface DeleteSizeConstraintSetRequest {
|
|
3179
2747
|
/**
|
|
3180
2748
|
* <p>The <code>SizeConstraintSetId</code> of the <a>SizeConstraintSet</a> that you want to delete. <code>SizeConstraintSetId</code>
|
|
@@ -3186,12 +2754,6 @@ export interface DeleteSizeConstraintSetRequest {
|
|
|
3186
2754
|
*/
|
|
3187
2755
|
ChangeToken: string | undefined;
|
|
3188
2756
|
}
|
|
3189
|
-
export declare namespace DeleteSizeConstraintSetRequest {
|
|
3190
|
-
/**
|
|
3191
|
-
* @internal
|
|
3192
|
-
*/
|
|
3193
|
-
const filterSensitiveLog: (obj: DeleteSizeConstraintSetRequest) => any;
|
|
3194
|
-
}
|
|
3195
2757
|
export interface DeleteSizeConstraintSetResponse {
|
|
3196
2758
|
/**
|
|
3197
2759
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteSizeConstraintSet</code> request. You can also use this value
|
|
@@ -3199,12 +2761,6 @@ export interface DeleteSizeConstraintSetResponse {
|
|
|
3199
2761
|
*/
|
|
3200
2762
|
ChangeToken?: string;
|
|
3201
2763
|
}
|
|
3202
|
-
export declare namespace DeleteSizeConstraintSetResponse {
|
|
3203
|
-
/**
|
|
3204
|
-
* @internal
|
|
3205
|
-
*/
|
|
3206
|
-
const filterSensitiveLog: (obj: DeleteSizeConstraintSetResponse) => any;
|
|
3207
|
-
}
|
|
3208
2764
|
/**
|
|
3209
2765
|
* <p>A request to delete a <a>SqlInjectionMatchSet</a> from AWS WAF.</p>
|
|
3210
2766
|
*/
|
|
@@ -3219,12 +2775,6 @@ export interface DeleteSqlInjectionMatchSetRequest {
|
|
|
3219
2775
|
*/
|
|
3220
2776
|
ChangeToken: string | undefined;
|
|
3221
2777
|
}
|
|
3222
|
-
export declare namespace DeleteSqlInjectionMatchSetRequest {
|
|
3223
|
-
/**
|
|
3224
|
-
* @internal
|
|
3225
|
-
*/
|
|
3226
|
-
const filterSensitiveLog: (obj: DeleteSqlInjectionMatchSetRequest) => any;
|
|
3227
|
-
}
|
|
3228
2778
|
/**
|
|
3229
2779
|
* <p>The response to a request to delete a <a>SqlInjectionMatchSet</a> from AWS WAF.</p>
|
|
3230
2780
|
*/
|
|
@@ -3235,12 +2785,6 @@ export interface DeleteSqlInjectionMatchSetResponse {
|
|
|
3235
2785
|
*/
|
|
3236
2786
|
ChangeToken?: string;
|
|
3237
2787
|
}
|
|
3238
|
-
export declare namespace DeleteSqlInjectionMatchSetResponse {
|
|
3239
|
-
/**
|
|
3240
|
-
* @internal
|
|
3241
|
-
*/
|
|
3242
|
-
const filterSensitiveLog: (obj: DeleteSqlInjectionMatchSetResponse) => any;
|
|
3243
|
-
}
|
|
3244
2788
|
export interface DeleteWebACLRequest {
|
|
3245
2789
|
/**
|
|
3246
2790
|
* <p>The <code>WebACLId</code> of the <a>WebACL</a> that you want to delete. <code>WebACLId</code> is returned by <a>CreateWebACL</a> and by
|
|
@@ -3252,12 +2796,6 @@ export interface DeleteWebACLRequest {
|
|
|
3252
2796
|
*/
|
|
3253
2797
|
ChangeToken: string | undefined;
|
|
3254
2798
|
}
|
|
3255
|
-
export declare namespace DeleteWebACLRequest {
|
|
3256
|
-
/**
|
|
3257
|
-
* @internal
|
|
3258
|
-
*/
|
|
3259
|
-
const filterSensitiveLog: (obj: DeleteWebACLRequest) => any;
|
|
3260
|
-
}
|
|
3261
2799
|
export interface DeleteWebACLResponse {
|
|
3262
2800
|
/**
|
|
3263
2801
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>DeleteWebACL</code> request. You can also use this value
|
|
@@ -3265,12 +2803,6 @@ export interface DeleteWebACLResponse {
|
|
|
3265
2803
|
*/
|
|
3266
2804
|
ChangeToken?: string;
|
|
3267
2805
|
}
|
|
3268
|
-
export declare namespace DeleteWebACLResponse {
|
|
3269
|
-
/**
|
|
3270
|
-
* @internal
|
|
3271
|
-
*/
|
|
3272
|
-
const filterSensitiveLog: (obj: DeleteWebACLResponse) => any;
|
|
3273
|
-
}
|
|
3274
2806
|
/**
|
|
3275
2807
|
* <p>A request to delete an <a>XssMatchSet</a> from AWS WAF.</p>
|
|
3276
2808
|
*/
|
|
@@ -3285,12 +2817,6 @@ export interface DeleteXssMatchSetRequest {
|
|
|
3285
2817
|
*/
|
|
3286
2818
|
ChangeToken: string | undefined;
|
|
3287
2819
|
}
|
|
3288
|
-
export declare namespace DeleteXssMatchSetRequest {
|
|
3289
|
-
/**
|
|
3290
|
-
* @internal
|
|
3291
|
-
*/
|
|
3292
|
-
const filterSensitiveLog: (obj: DeleteXssMatchSetRequest) => any;
|
|
3293
|
-
}
|
|
3294
2820
|
/**
|
|
3295
2821
|
* <p>The response to a request to delete an <a>XssMatchSet</a> from AWS WAF.</p>
|
|
3296
2822
|
*/
|
|
@@ -3301,12 +2827,6 @@ export interface DeleteXssMatchSetResponse {
|
|
|
3301
2827
|
*/
|
|
3302
2828
|
ChangeToken?: string;
|
|
3303
2829
|
}
|
|
3304
|
-
export declare namespace DeleteXssMatchSetResponse {
|
|
3305
|
-
/**
|
|
3306
|
-
* @internal
|
|
3307
|
-
*/
|
|
3308
|
-
const filterSensitiveLog: (obj: DeleteXssMatchSetResponse) => any;
|
|
3309
|
-
}
|
|
3310
2830
|
export interface GetByteMatchSetRequest {
|
|
3311
2831
|
/**
|
|
3312
2832
|
* <p>The <code>ByteMatchSetId</code> of the <a>ByteMatchSet</a> that you want to get. <code>ByteMatchSetId</code> is returned by
|
|
@@ -3314,12 +2834,6 @@ export interface GetByteMatchSetRequest {
|
|
|
3314
2834
|
*/
|
|
3315
2835
|
ByteMatchSetId: string | undefined;
|
|
3316
2836
|
}
|
|
3317
|
-
export declare namespace GetByteMatchSetRequest {
|
|
3318
|
-
/**
|
|
3319
|
-
* @internal
|
|
3320
|
-
*/
|
|
3321
|
-
const filterSensitiveLog: (obj: GetByteMatchSetRequest) => any;
|
|
3322
|
-
}
|
|
3323
2837
|
export interface GetByteMatchSetResponse {
|
|
3324
2838
|
/**
|
|
3325
2839
|
* <p>Information about the <a>ByteMatchSet</a> that you specified in the <code>GetByteMatchSet</code> request. For more information, see the
|
|
@@ -3346,20 +2860,8 @@ export interface GetByteMatchSetResponse {
|
|
|
3346
2860
|
*/
|
|
3347
2861
|
ByteMatchSet?: ByteMatchSet;
|
|
3348
2862
|
}
|
|
3349
|
-
export declare namespace GetByteMatchSetResponse {
|
|
3350
|
-
/**
|
|
3351
|
-
* @internal
|
|
3352
|
-
*/
|
|
3353
|
-
const filterSensitiveLog: (obj: GetByteMatchSetResponse) => any;
|
|
3354
|
-
}
|
|
3355
2863
|
export interface GetChangeTokenRequest {
|
|
3356
2864
|
}
|
|
3357
|
-
export declare namespace GetChangeTokenRequest {
|
|
3358
|
-
/**
|
|
3359
|
-
* @internal
|
|
3360
|
-
*/
|
|
3361
|
-
const filterSensitiveLog: (obj: GetChangeTokenRequest) => any;
|
|
3362
|
-
}
|
|
3363
2865
|
export interface GetChangeTokenResponse {
|
|
3364
2866
|
/**
|
|
3365
2867
|
* <p>The <code>ChangeToken</code> that you used in the request. Use this value in a <code>GetChangeTokenStatus</code> request
|
|
@@ -3367,24 +2869,12 @@ export interface GetChangeTokenResponse {
|
|
|
3367
2869
|
*/
|
|
3368
2870
|
ChangeToken?: string;
|
|
3369
2871
|
}
|
|
3370
|
-
export declare namespace GetChangeTokenResponse {
|
|
3371
|
-
/**
|
|
3372
|
-
* @internal
|
|
3373
|
-
*/
|
|
3374
|
-
const filterSensitiveLog: (obj: GetChangeTokenResponse) => any;
|
|
3375
|
-
}
|
|
3376
2872
|
export interface GetChangeTokenStatusRequest {
|
|
3377
2873
|
/**
|
|
3378
2874
|
* <p>The change token for which you want to get the status. This change token was previously returned in the <code>GetChangeToken</code> response.</p>
|
|
3379
2875
|
*/
|
|
3380
2876
|
ChangeToken: string | undefined;
|
|
3381
2877
|
}
|
|
3382
|
-
export declare namespace GetChangeTokenStatusRequest {
|
|
3383
|
-
/**
|
|
3384
|
-
* @internal
|
|
3385
|
-
*/
|
|
3386
|
-
const filterSensitiveLog: (obj: GetChangeTokenStatusRequest) => any;
|
|
3387
|
-
}
|
|
3388
2878
|
export declare enum ChangeTokenStatus {
|
|
3389
2879
|
INSYNC = "INSYNC",
|
|
3390
2880
|
PENDING = "PENDING",
|
|
@@ -3396,12 +2886,6 @@ export interface GetChangeTokenStatusResponse {
|
|
|
3396
2886
|
*/
|
|
3397
2887
|
ChangeTokenStatus?: ChangeTokenStatus | string;
|
|
3398
2888
|
}
|
|
3399
|
-
export declare namespace GetChangeTokenStatusResponse {
|
|
3400
|
-
/**
|
|
3401
|
-
* @internal
|
|
3402
|
-
*/
|
|
3403
|
-
const filterSensitiveLog: (obj: GetChangeTokenStatusResponse) => any;
|
|
3404
|
-
}
|
|
3405
2889
|
export interface GetGeoMatchSetRequest {
|
|
3406
2890
|
/**
|
|
3407
2891
|
* <p>The <code>GeoMatchSetId</code> of the <a>GeoMatchSet</a> that you want to get. <code>GeoMatchSetId</code> is returned by <a>CreateGeoMatchSet</a> and by
|
|
@@ -3409,24 +2893,12 @@ export interface GetGeoMatchSetRequest {
|
|
|
3409
2893
|
*/
|
|
3410
2894
|
GeoMatchSetId: string | undefined;
|
|
3411
2895
|
}
|
|
3412
|
-
export declare namespace GetGeoMatchSetRequest {
|
|
3413
|
-
/**
|
|
3414
|
-
* @internal
|
|
3415
|
-
*/
|
|
3416
|
-
const filterSensitiveLog: (obj: GetGeoMatchSetRequest) => any;
|
|
3417
|
-
}
|
|
3418
2896
|
export interface GetGeoMatchSetResponse {
|
|
3419
2897
|
/**
|
|
3420
2898
|
* <p>Information about the <a>GeoMatchSet</a> that you specified in the <code>GetGeoMatchSet</code> request. This includes the <code>Type</code>, which for a <code>GeoMatchContraint</code> is always <code>Country</code>, as well as the <code>Value</code>, which is the identifier for a specific country.</p>
|
|
3421
2899
|
*/
|
|
3422
2900
|
GeoMatchSet?: GeoMatchSet;
|
|
3423
2901
|
}
|
|
3424
|
-
export declare namespace GetGeoMatchSetResponse {
|
|
3425
|
-
/**
|
|
3426
|
-
* @internal
|
|
3427
|
-
*/
|
|
3428
|
-
const filterSensitiveLog: (obj: GetGeoMatchSetResponse) => any;
|
|
3429
|
-
}
|
|
3430
2902
|
export interface GetIPSetRequest {
|
|
3431
2903
|
/**
|
|
3432
2904
|
* <p>The <code>IPSetId</code> of the <a>IPSet</a> that you want to get. <code>IPSetId</code> is returned by <a>CreateIPSet</a> and by
|
|
@@ -3434,12 +2906,6 @@ export interface GetIPSetRequest {
|
|
|
3434
2906
|
*/
|
|
3435
2907
|
IPSetId: string | undefined;
|
|
3436
2908
|
}
|
|
3437
|
-
export declare namespace GetIPSetRequest {
|
|
3438
|
-
/**
|
|
3439
|
-
* @internal
|
|
3440
|
-
*/
|
|
3441
|
-
const filterSensitiveLog: (obj: GetIPSetRequest) => any;
|
|
3442
|
-
}
|
|
3443
2909
|
export interface GetIPSetResponse {
|
|
3444
2910
|
/**
|
|
3445
2911
|
* <p>Information about the <a>IPSet</a> that you specified in the <code>GetIPSet</code> request. For more information, see the
|
|
@@ -3460,24 +2926,12 @@ export interface GetIPSetResponse {
|
|
|
3460
2926
|
*/
|
|
3461
2927
|
IPSet?: IPSet;
|
|
3462
2928
|
}
|
|
3463
|
-
export declare namespace GetIPSetResponse {
|
|
3464
|
-
/**
|
|
3465
|
-
* @internal
|
|
3466
|
-
*/
|
|
3467
|
-
const filterSensitiveLog: (obj: GetIPSetResponse) => any;
|
|
3468
|
-
}
|
|
3469
2929
|
export interface GetLoggingConfigurationRequest {
|
|
3470
2930
|
/**
|
|
3471
2931
|
* <p>The Amazon Resource Name (ARN) of the web ACL for which you want to get the <a>LoggingConfiguration</a>.</p>
|
|
3472
2932
|
*/
|
|
3473
2933
|
ResourceArn: string | undefined;
|
|
3474
2934
|
}
|
|
3475
|
-
export declare namespace GetLoggingConfigurationRequest {
|
|
3476
|
-
/**
|
|
3477
|
-
* @internal
|
|
3478
|
-
*/
|
|
3479
|
-
const filterSensitiveLog: (obj: GetLoggingConfigurationRequest) => any;
|
|
3480
|
-
}
|
|
3481
2935
|
/**
|
|
3482
2936
|
* <note>
|
|
3483
2937
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -3508,48 +2962,24 @@ export interface LoggingConfiguration {
|
|
|
3508
2962
|
*/
|
|
3509
2963
|
RedactedFields?: FieldToMatch[];
|
|
3510
2964
|
}
|
|
3511
|
-
export declare namespace LoggingConfiguration {
|
|
3512
|
-
/**
|
|
3513
|
-
* @internal
|
|
3514
|
-
*/
|
|
3515
|
-
const filterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
3516
|
-
}
|
|
3517
2965
|
export interface GetLoggingConfigurationResponse {
|
|
3518
2966
|
/**
|
|
3519
2967
|
* <p>The <a>LoggingConfiguration</a> for the specified web ACL.</p>
|
|
3520
2968
|
*/
|
|
3521
2969
|
LoggingConfiguration?: LoggingConfiguration;
|
|
3522
2970
|
}
|
|
3523
|
-
export declare namespace GetLoggingConfigurationResponse {
|
|
3524
|
-
/**
|
|
3525
|
-
* @internal
|
|
3526
|
-
*/
|
|
3527
|
-
const filterSensitiveLog: (obj: GetLoggingConfigurationResponse) => any;
|
|
3528
|
-
}
|
|
3529
2971
|
export interface GetPermissionPolicyRequest {
|
|
3530
2972
|
/**
|
|
3531
2973
|
* <p>The Amazon Resource Name (ARN) of the RuleGroup for which you want to get the policy.</p>
|
|
3532
2974
|
*/
|
|
3533
2975
|
ResourceArn: string | undefined;
|
|
3534
2976
|
}
|
|
3535
|
-
export declare namespace GetPermissionPolicyRequest {
|
|
3536
|
-
/**
|
|
3537
|
-
* @internal
|
|
3538
|
-
*/
|
|
3539
|
-
const filterSensitiveLog: (obj: GetPermissionPolicyRequest) => any;
|
|
3540
|
-
}
|
|
3541
2977
|
export interface GetPermissionPolicyResponse {
|
|
3542
2978
|
/**
|
|
3543
2979
|
* <p>The IAM policy attached to the specified RuleGroup.</p>
|
|
3544
2980
|
*/
|
|
3545
2981
|
Policy?: string;
|
|
3546
2982
|
}
|
|
3547
|
-
export declare namespace GetPermissionPolicyResponse {
|
|
3548
|
-
/**
|
|
3549
|
-
* @internal
|
|
3550
|
-
*/
|
|
3551
|
-
const filterSensitiveLog: (obj: GetPermissionPolicyResponse) => any;
|
|
3552
|
-
}
|
|
3553
2983
|
export interface GetRateBasedRuleRequest {
|
|
3554
2984
|
/**
|
|
3555
2985
|
* <p>The <code>RuleId</code> of the <a>RateBasedRule</a> that you want to get.
|
|
@@ -3557,12 +2987,6 @@ export interface GetRateBasedRuleRequest {
|
|
|
3557
2987
|
*/
|
|
3558
2988
|
RuleId: string | undefined;
|
|
3559
2989
|
}
|
|
3560
|
-
export declare namespace GetRateBasedRuleRequest {
|
|
3561
|
-
/**
|
|
3562
|
-
* @internal
|
|
3563
|
-
*/
|
|
3564
|
-
const filterSensitiveLog: (obj: GetRateBasedRuleRequest) => any;
|
|
3565
|
-
}
|
|
3566
2990
|
export interface GetRateBasedRuleResponse {
|
|
3567
2991
|
/**
|
|
3568
2992
|
* <p>Information about the <a>RateBasedRule</a> that you specified in the
|
|
@@ -3570,12 +2994,6 @@ export interface GetRateBasedRuleResponse {
|
|
|
3570
2994
|
*/
|
|
3571
2995
|
Rule?: RateBasedRule;
|
|
3572
2996
|
}
|
|
3573
|
-
export declare namespace GetRateBasedRuleResponse {
|
|
3574
|
-
/**
|
|
3575
|
-
* @internal
|
|
3576
|
-
*/
|
|
3577
|
-
const filterSensitiveLog: (obj: GetRateBasedRuleResponse) => any;
|
|
3578
|
-
}
|
|
3579
2997
|
export interface GetRateBasedRuleManagedKeysRequest {
|
|
3580
2998
|
/**
|
|
3581
2999
|
* <p>The <code>RuleId</code> of the <a>RateBasedRule</a> for which you want to
|
|
@@ -3587,12 +3005,6 @@ export interface GetRateBasedRuleManagedKeysRequest {
|
|
|
3587
3005
|
*/
|
|
3588
3006
|
NextMarker?: string;
|
|
3589
3007
|
}
|
|
3590
|
-
export declare namespace GetRateBasedRuleManagedKeysRequest {
|
|
3591
|
-
/**
|
|
3592
|
-
* @internal
|
|
3593
|
-
*/
|
|
3594
|
-
const filterSensitiveLog: (obj: GetRateBasedRuleManagedKeysRequest) => any;
|
|
3595
|
-
}
|
|
3596
3008
|
export interface GetRateBasedRuleManagedKeysResponse {
|
|
3597
3009
|
/**
|
|
3598
3010
|
* <p>An array of IP addresses that currently are blocked by the specified <a>RateBasedRule</a>. </p>
|
|
@@ -3603,12 +3015,6 @@ export interface GetRateBasedRuleManagedKeysResponse {
|
|
|
3603
3015
|
*/
|
|
3604
3016
|
NextMarker?: string;
|
|
3605
3017
|
}
|
|
3606
|
-
export declare namespace GetRateBasedRuleManagedKeysResponse {
|
|
3607
|
-
/**
|
|
3608
|
-
* @internal
|
|
3609
|
-
*/
|
|
3610
|
-
const filterSensitiveLog: (obj: GetRateBasedRuleManagedKeysResponse) => any;
|
|
3611
|
-
}
|
|
3612
3018
|
export interface GetRegexMatchSetRequest {
|
|
3613
3019
|
/**
|
|
3614
3020
|
* <p>The <code>RegexMatchSetId</code> of the <a>RegexMatchSet</a> that you want to get. <code>RegexMatchSetId</code> is returned by
|
|
@@ -3616,24 +3022,12 @@ export interface GetRegexMatchSetRequest {
|
|
|
3616
3022
|
*/
|
|
3617
3023
|
RegexMatchSetId: string | undefined;
|
|
3618
3024
|
}
|
|
3619
|
-
export declare namespace GetRegexMatchSetRequest {
|
|
3620
|
-
/**
|
|
3621
|
-
* @internal
|
|
3622
|
-
*/
|
|
3623
|
-
const filterSensitiveLog: (obj: GetRegexMatchSetRequest) => any;
|
|
3624
|
-
}
|
|
3625
3025
|
export interface GetRegexMatchSetResponse {
|
|
3626
3026
|
/**
|
|
3627
3027
|
* <p>Information about the <a>RegexMatchSet</a> that you specified in the <code>GetRegexMatchSet</code> request. For more information, see <a>RegexMatchTuple</a>.</p>
|
|
3628
3028
|
*/
|
|
3629
3029
|
RegexMatchSet?: RegexMatchSet;
|
|
3630
3030
|
}
|
|
3631
|
-
export declare namespace GetRegexMatchSetResponse {
|
|
3632
|
-
/**
|
|
3633
|
-
* @internal
|
|
3634
|
-
*/
|
|
3635
|
-
const filterSensitiveLog: (obj: GetRegexMatchSetResponse) => any;
|
|
3636
|
-
}
|
|
3637
3031
|
export interface GetRegexPatternSetRequest {
|
|
3638
3032
|
/**
|
|
3639
3033
|
* <p>The <code>RegexPatternSetId</code> of the <a>RegexPatternSet</a> that you want to get. <code>RegexPatternSetId</code> is returned by
|
|
@@ -3641,24 +3035,12 @@ export interface GetRegexPatternSetRequest {
|
|
|
3641
3035
|
*/
|
|
3642
3036
|
RegexPatternSetId: string | undefined;
|
|
3643
3037
|
}
|
|
3644
|
-
export declare namespace GetRegexPatternSetRequest {
|
|
3645
|
-
/**
|
|
3646
|
-
* @internal
|
|
3647
|
-
*/
|
|
3648
|
-
const filterSensitiveLog: (obj: GetRegexPatternSetRequest) => any;
|
|
3649
|
-
}
|
|
3650
3038
|
export interface GetRegexPatternSetResponse {
|
|
3651
3039
|
/**
|
|
3652
3040
|
* <p>Information about the <a>RegexPatternSet</a> that you specified in the <code>GetRegexPatternSet</code> request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for. </p>
|
|
3653
3041
|
*/
|
|
3654
3042
|
RegexPatternSet?: RegexPatternSet;
|
|
3655
3043
|
}
|
|
3656
|
-
export declare namespace GetRegexPatternSetResponse {
|
|
3657
|
-
/**
|
|
3658
|
-
* @internal
|
|
3659
|
-
*/
|
|
3660
|
-
const filterSensitiveLog: (obj: GetRegexPatternSetResponse) => any;
|
|
3661
|
-
}
|
|
3662
3044
|
export interface GetRuleRequest {
|
|
3663
3045
|
/**
|
|
3664
3046
|
* <p>The <code>RuleId</code> of the <a>Rule</a> that you want to get. <code>RuleId</code> is returned by <a>CreateRule</a> and by
|
|
@@ -3666,12 +3048,6 @@ export interface GetRuleRequest {
|
|
|
3666
3048
|
*/
|
|
3667
3049
|
RuleId: string | undefined;
|
|
3668
3050
|
}
|
|
3669
|
-
export declare namespace GetRuleRequest {
|
|
3670
|
-
/**
|
|
3671
|
-
* @internal
|
|
3672
|
-
*/
|
|
3673
|
-
const filterSensitiveLog: (obj: GetRuleRequest) => any;
|
|
3674
|
-
}
|
|
3675
3051
|
export interface GetRuleResponse {
|
|
3676
3052
|
/**
|
|
3677
3053
|
* <p>Information about the <a>Rule</a> that you specified in the <code>GetRule</code> request.
|
|
@@ -3693,12 +3069,6 @@ export interface GetRuleResponse {
|
|
|
3693
3069
|
*/
|
|
3694
3070
|
Rule?: Rule;
|
|
3695
3071
|
}
|
|
3696
|
-
export declare namespace GetRuleResponse {
|
|
3697
|
-
/**
|
|
3698
|
-
* @internal
|
|
3699
|
-
*/
|
|
3700
|
-
const filterSensitiveLog: (obj: GetRuleResponse) => any;
|
|
3701
|
-
}
|
|
3702
3072
|
export interface GetRuleGroupRequest {
|
|
3703
3073
|
/**
|
|
3704
3074
|
* <p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> that you want to get. <code>RuleGroupId</code> is returned by <a>CreateRuleGroup</a> and by
|
|
@@ -3706,24 +3076,12 @@ export interface GetRuleGroupRequest {
|
|
|
3706
3076
|
*/
|
|
3707
3077
|
RuleGroupId: string | undefined;
|
|
3708
3078
|
}
|
|
3709
|
-
export declare namespace GetRuleGroupRequest {
|
|
3710
|
-
/**
|
|
3711
|
-
* @internal
|
|
3712
|
-
*/
|
|
3713
|
-
const filterSensitiveLog: (obj: GetRuleGroupRequest) => any;
|
|
3714
|
-
}
|
|
3715
3079
|
export interface GetRuleGroupResponse {
|
|
3716
3080
|
/**
|
|
3717
3081
|
* <p>Information about the <a>RuleGroup</a> that you specified in the <code>GetRuleGroup</code> request. </p>
|
|
3718
3082
|
*/
|
|
3719
3083
|
RuleGroup?: RuleGroup;
|
|
3720
3084
|
}
|
|
3721
|
-
export declare namespace GetRuleGroupResponse {
|
|
3722
|
-
/**
|
|
3723
|
-
* @internal
|
|
3724
|
-
*/
|
|
3725
|
-
const filterSensitiveLog: (obj: GetRuleGroupResponse) => any;
|
|
3726
|
-
}
|
|
3727
3085
|
/**
|
|
3728
3086
|
* <note>
|
|
3729
3087
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -3759,12 +3117,6 @@ export interface TimeWindow {
|
|
|
3759
3117
|
*/
|
|
3760
3118
|
EndTime: Date | undefined;
|
|
3761
3119
|
}
|
|
3762
|
-
export declare namespace TimeWindow {
|
|
3763
|
-
/**
|
|
3764
|
-
* @internal
|
|
3765
|
-
*/
|
|
3766
|
-
const filterSensitiveLog: (obj: TimeWindow) => any;
|
|
3767
|
-
}
|
|
3768
3120
|
export interface GetSampledRequestsRequest {
|
|
3769
3121
|
/**
|
|
3770
3122
|
* <p>The <code>WebACLId</code> of the <code>WebACL</code> for which you want <code>GetSampledRequests</code> to return a sample of requests.</p>
|
|
@@ -3798,12 +3150,6 @@ export interface GetSampledRequestsRequest {
|
|
|
3798
3150
|
*/
|
|
3799
3151
|
MaxItems: number | undefined;
|
|
3800
3152
|
}
|
|
3801
|
-
export declare namespace GetSampledRequestsRequest {
|
|
3802
|
-
/**
|
|
3803
|
-
* @internal
|
|
3804
|
-
*/
|
|
3805
|
-
const filterSensitiveLog: (obj: GetSampledRequestsRequest) => any;
|
|
3806
|
-
}
|
|
3807
3153
|
/**
|
|
3808
3154
|
* <note>
|
|
3809
3155
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -3827,12 +3173,6 @@ export interface HTTPHeader {
|
|
|
3827
3173
|
*/
|
|
3828
3174
|
Value?: string;
|
|
3829
3175
|
}
|
|
3830
|
-
export declare namespace HTTPHeader {
|
|
3831
|
-
/**
|
|
3832
|
-
* @internal
|
|
3833
|
-
*/
|
|
3834
|
-
const filterSensitiveLog: (obj: HTTPHeader) => any;
|
|
3835
|
-
}
|
|
3836
3176
|
/**
|
|
3837
3177
|
* <note>
|
|
3838
3178
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -3885,12 +3225,6 @@ export interface HTTPRequest {
|
|
|
3885
3225
|
*/
|
|
3886
3226
|
Headers?: HTTPHeader[];
|
|
3887
3227
|
}
|
|
3888
|
-
export declare namespace HTTPRequest {
|
|
3889
|
-
/**
|
|
3890
|
-
* @internal
|
|
3891
|
-
*/
|
|
3892
|
-
const filterSensitiveLog: (obj: HTTPRequest) => any;
|
|
3893
|
-
}
|
|
3894
3228
|
/**
|
|
3895
3229
|
* <note>
|
|
3896
3230
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -3928,12 +3262,6 @@ export interface SampledHTTPRequest {
|
|
|
3928
3262
|
*/
|
|
3929
3263
|
RuleWithinRuleGroup?: string;
|
|
3930
3264
|
}
|
|
3931
|
-
export declare namespace SampledHTTPRequest {
|
|
3932
|
-
/**
|
|
3933
|
-
* @internal
|
|
3934
|
-
*/
|
|
3935
|
-
const filterSensitiveLog: (obj: SampledHTTPRequest) => any;
|
|
3936
|
-
}
|
|
3937
3265
|
export interface GetSampledRequestsResponse {
|
|
3938
3266
|
/**
|
|
3939
3267
|
* <p>A complex type that contains detailed information about each of the requests in the sample.</p>
|
|
@@ -3952,12 +3280,6 @@ export interface GetSampledRequestsResponse {
|
|
|
3952
3280
|
*/
|
|
3953
3281
|
TimeWindow?: TimeWindow;
|
|
3954
3282
|
}
|
|
3955
|
-
export declare namespace GetSampledRequestsResponse {
|
|
3956
|
-
/**
|
|
3957
|
-
* @internal
|
|
3958
|
-
*/
|
|
3959
|
-
const filterSensitiveLog: (obj: GetSampledRequestsResponse) => any;
|
|
3960
|
-
}
|
|
3961
3283
|
export interface GetSizeConstraintSetRequest {
|
|
3962
3284
|
/**
|
|
3963
3285
|
* <p>The <code>SizeConstraintSetId</code> of the <a>SizeConstraintSet</a> that you want to get. <code>SizeConstraintSetId</code> is returned by
|
|
@@ -3965,12 +3287,6 @@ export interface GetSizeConstraintSetRequest {
|
|
|
3965
3287
|
*/
|
|
3966
3288
|
SizeConstraintSetId: string | undefined;
|
|
3967
3289
|
}
|
|
3968
|
-
export declare namespace GetSizeConstraintSetRequest {
|
|
3969
|
-
/**
|
|
3970
|
-
* @internal
|
|
3971
|
-
*/
|
|
3972
|
-
const filterSensitiveLog: (obj: GetSizeConstraintSetRequest) => any;
|
|
3973
|
-
}
|
|
3974
3290
|
export interface GetSizeConstraintSetResponse {
|
|
3975
3291
|
/**
|
|
3976
3292
|
* <p>Information about the <a>SizeConstraintSet</a> that you specified in the <code>GetSizeConstraintSet</code> request. For more information, see the
|
|
@@ -3997,12 +3313,6 @@ export interface GetSizeConstraintSetResponse {
|
|
|
3997
3313
|
*/
|
|
3998
3314
|
SizeConstraintSet?: SizeConstraintSet;
|
|
3999
3315
|
}
|
|
4000
|
-
export declare namespace GetSizeConstraintSetResponse {
|
|
4001
|
-
/**
|
|
4002
|
-
* @internal
|
|
4003
|
-
*/
|
|
4004
|
-
const filterSensitiveLog: (obj: GetSizeConstraintSetResponse) => any;
|
|
4005
|
-
}
|
|
4006
3316
|
/**
|
|
4007
3317
|
* <p>A request to get a <a>SqlInjectionMatchSet</a>.</p>
|
|
4008
3318
|
*/
|
|
@@ -4013,12 +3323,6 @@ export interface GetSqlInjectionMatchSetRequest {
|
|
|
4013
3323
|
*/
|
|
4014
3324
|
SqlInjectionMatchSetId: string | undefined;
|
|
4015
3325
|
}
|
|
4016
|
-
export declare namespace GetSqlInjectionMatchSetRequest {
|
|
4017
|
-
/**
|
|
4018
|
-
* @internal
|
|
4019
|
-
*/
|
|
4020
|
-
const filterSensitiveLog: (obj: GetSqlInjectionMatchSetRequest) => any;
|
|
4021
|
-
}
|
|
4022
3326
|
/**
|
|
4023
3327
|
* <p>The response to a <a>GetSqlInjectionMatchSet</a> request.</p>
|
|
4024
3328
|
*/
|
|
@@ -4047,12 +3351,6 @@ export interface GetSqlInjectionMatchSetResponse {
|
|
|
4047
3351
|
*/
|
|
4048
3352
|
SqlInjectionMatchSet?: SqlInjectionMatchSet;
|
|
4049
3353
|
}
|
|
4050
|
-
export declare namespace GetSqlInjectionMatchSetResponse {
|
|
4051
|
-
/**
|
|
4052
|
-
* @internal
|
|
4053
|
-
*/
|
|
4054
|
-
const filterSensitiveLog: (obj: GetSqlInjectionMatchSetResponse) => any;
|
|
4055
|
-
}
|
|
4056
3354
|
export interface GetWebACLRequest {
|
|
4057
3355
|
/**
|
|
4058
3356
|
* <p>The <code>WebACLId</code> of the <a>WebACL</a> that you want to get. <code>WebACLId</code> is returned by <a>CreateWebACL</a> and by
|
|
@@ -4060,12 +3358,6 @@ export interface GetWebACLRequest {
|
|
|
4060
3358
|
*/
|
|
4061
3359
|
WebACLId: string | undefined;
|
|
4062
3360
|
}
|
|
4063
|
-
export declare namespace GetWebACLRequest {
|
|
4064
|
-
/**
|
|
4065
|
-
* @internal
|
|
4066
|
-
*/
|
|
4067
|
-
const filterSensitiveLog: (obj: GetWebACLRequest) => any;
|
|
4068
|
-
}
|
|
4069
3361
|
export interface GetWebACLResponse {
|
|
4070
3362
|
/**
|
|
4071
3363
|
* <p>Information about the <a>WebACL</a> that you specified in the <code>GetWebACL</code> request.
|
|
@@ -4097,12 +3389,6 @@ export interface GetWebACLResponse {
|
|
|
4097
3389
|
*/
|
|
4098
3390
|
WebACL?: WebACL;
|
|
4099
3391
|
}
|
|
4100
|
-
export declare namespace GetWebACLResponse {
|
|
4101
|
-
/**
|
|
4102
|
-
* @internal
|
|
4103
|
-
*/
|
|
4104
|
-
const filterSensitiveLog: (obj: GetWebACLResponse) => any;
|
|
4105
|
-
}
|
|
4106
3392
|
/**
|
|
4107
3393
|
* <p>A request to get an <a>XssMatchSet</a>.</p>
|
|
4108
3394
|
*/
|
|
@@ -4113,12 +3399,6 @@ export interface GetXssMatchSetRequest {
|
|
|
4113
3399
|
*/
|
|
4114
3400
|
XssMatchSetId: string | undefined;
|
|
4115
3401
|
}
|
|
4116
|
-
export declare namespace GetXssMatchSetRequest {
|
|
4117
|
-
/**
|
|
4118
|
-
* @internal
|
|
4119
|
-
*/
|
|
4120
|
-
const filterSensitiveLog: (obj: GetXssMatchSetRequest) => any;
|
|
4121
|
-
}
|
|
4122
3402
|
/**
|
|
4123
3403
|
* <p>The response to a <a>GetXssMatchSet</a> request.</p>
|
|
4124
3404
|
*/
|
|
@@ -4147,12 +3427,6 @@ export interface GetXssMatchSetResponse {
|
|
|
4147
3427
|
*/
|
|
4148
3428
|
XssMatchSet?: XssMatchSet;
|
|
4149
3429
|
}
|
|
4150
|
-
export declare namespace GetXssMatchSetResponse {
|
|
4151
|
-
/**
|
|
4152
|
-
* @internal
|
|
4153
|
-
*/
|
|
4154
|
-
const filterSensitiveLog: (obj: GetXssMatchSetResponse) => any;
|
|
4155
|
-
}
|
|
4156
3430
|
export interface ListActivatedRulesInRuleGroupRequest {
|
|
4157
3431
|
/**
|
|
4158
3432
|
* <p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> for which you want to get a list of <a>ActivatedRule</a> objects.</p>
|
|
@@ -4171,12 +3445,6 @@ export interface ListActivatedRulesInRuleGroupRequest {
|
|
|
4171
3445
|
*/
|
|
4172
3446
|
Limit?: number;
|
|
4173
3447
|
}
|
|
4174
|
-
export declare namespace ListActivatedRulesInRuleGroupRequest {
|
|
4175
|
-
/**
|
|
4176
|
-
* @internal
|
|
4177
|
-
*/
|
|
4178
|
-
const filterSensitiveLog: (obj: ListActivatedRulesInRuleGroupRequest) => any;
|
|
4179
|
-
}
|
|
4180
3448
|
export interface ListActivatedRulesInRuleGroupResponse {
|
|
4181
3449
|
/**
|
|
4182
3450
|
* <p>If you have more <code>ActivatedRules</code> than the number that you specified for <code>Limit</code> in the request, the response includes a <code>NextMarker</code> value. To list more <code>ActivatedRules</code>, submit another <code>ListActivatedRulesInRuleGroup</code> request, and specify the <code>NextMarker</code> value from the response in the <code>NextMarker</code> value in the next request.</p>
|
|
@@ -4187,12 +3455,6 @@ export interface ListActivatedRulesInRuleGroupResponse {
|
|
|
4187
3455
|
*/
|
|
4188
3456
|
ActivatedRules?: ActivatedRule[];
|
|
4189
3457
|
}
|
|
4190
|
-
export declare namespace ListActivatedRulesInRuleGroupResponse {
|
|
4191
|
-
/**
|
|
4192
|
-
* @internal
|
|
4193
|
-
*/
|
|
4194
|
-
const filterSensitiveLog: (obj: ListActivatedRulesInRuleGroupResponse) => any;
|
|
4195
|
-
}
|
|
4196
3458
|
export interface ListByteMatchSetsRequest {
|
|
4197
3459
|
/**
|
|
4198
3460
|
* <p>If you specify a value for <code>Limit</code> and you have more <code>ByteMatchSets</code> than the value of <code>Limit</code>,
|
|
@@ -4208,12 +3470,6 @@ export interface ListByteMatchSetsRequest {
|
|
|
4208
3470
|
*/
|
|
4209
3471
|
Limit?: number;
|
|
4210
3472
|
}
|
|
4211
|
-
export declare namespace ListByteMatchSetsRequest {
|
|
4212
|
-
/**
|
|
4213
|
-
* @internal
|
|
4214
|
-
*/
|
|
4215
|
-
const filterSensitiveLog: (obj: ListByteMatchSetsRequest) => any;
|
|
4216
|
-
}
|
|
4217
3473
|
/**
|
|
4218
3474
|
* <note>
|
|
4219
3475
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -4239,12 +3495,6 @@ export interface ByteMatchSetSummary {
|
|
|
4239
3495
|
*/
|
|
4240
3496
|
Name: string | undefined;
|
|
4241
3497
|
}
|
|
4242
|
-
export declare namespace ByteMatchSetSummary {
|
|
4243
|
-
/**
|
|
4244
|
-
* @internal
|
|
4245
|
-
*/
|
|
4246
|
-
const filterSensitiveLog: (obj: ByteMatchSetSummary) => any;
|
|
4247
|
-
}
|
|
4248
3498
|
export interface ListByteMatchSetsResponse {
|
|
4249
3499
|
/**
|
|
4250
3500
|
* <p>If you have more <code>ByteMatchSet</code> objects than the number that you specified for <code>Limit</code> in the request,
|
|
@@ -4258,12 +3508,6 @@ export interface ListByteMatchSetsResponse {
|
|
|
4258
3508
|
*/
|
|
4259
3509
|
ByteMatchSets?: ByteMatchSetSummary[];
|
|
4260
3510
|
}
|
|
4261
|
-
export declare namespace ListByteMatchSetsResponse {
|
|
4262
|
-
/**
|
|
4263
|
-
* @internal
|
|
4264
|
-
*/
|
|
4265
|
-
const filterSensitiveLog: (obj: ListByteMatchSetsResponse) => any;
|
|
4266
|
-
}
|
|
4267
3511
|
export interface ListGeoMatchSetsRequest {
|
|
4268
3512
|
/**
|
|
4269
3513
|
* <p>If you specify a value for <code>Limit</code> and you have more <code>GeoMatchSet</code>s than the value of <code>Limit</code>,
|
|
@@ -4279,12 +3523,6 @@ export interface ListGeoMatchSetsRequest {
|
|
|
4279
3523
|
*/
|
|
4280
3524
|
Limit?: number;
|
|
4281
3525
|
}
|
|
4282
|
-
export declare namespace ListGeoMatchSetsRequest {
|
|
4283
|
-
/**
|
|
4284
|
-
* @internal
|
|
4285
|
-
*/
|
|
4286
|
-
const filterSensitiveLog: (obj: ListGeoMatchSetsRequest) => any;
|
|
4287
|
-
}
|
|
4288
3526
|
/**
|
|
4289
3527
|
* <note>
|
|
4290
3528
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -4306,12 +3544,6 @@ export interface GeoMatchSetSummary {
|
|
|
4306
3544
|
*/
|
|
4307
3545
|
Name: string | undefined;
|
|
4308
3546
|
}
|
|
4309
|
-
export declare namespace GeoMatchSetSummary {
|
|
4310
|
-
/**
|
|
4311
|
-
* @internal
|
|
4312
|
-
*/
|
|
4313
|
-
const filterSensitiveLog: (obj: GeoMatchSetSummary) => any;
|
|
4314
|
-
}
|
|
4315
3547
|
export interface ListGeoMatchSetsResponse {
|
|
4316
3548
|
/**
|
|
4317
3549
|
* <p>If you have more <code>GeoMatchSet</code> objects than the number that you specified for <code>Limit</code> in the request,
|
|
@@ -4325,12 +3557,6 @@ export interface ListGeoMatchSetsResponse {
|
|
|
4325
3557
|
*/
|
|
4326
3558
|
GeoMatchSets?: GeoMatchSetSummary[];
|
|
4327
3559
|
}
|
|
4328
|
-
export declare namespace ListGeoMatchSetsResponse {
|
|
4329
|
-
/**
|
|
4330
|
-
* @internal
|
|
4331
|
-
*/
|
|
4332
|
-
const filterSensitiveLog: (obj: ListGeoMatchSetsResponse) => any;
|
|
4333
|
-
}
|
|
4334
3560
|
export interface ListIPSetsRequest {
|
|
4335
3561
|
/**
|
|
4336
3562
|
* <p>AWS WAF returns a <code>NextMarker</code> value in the response that allows you to
|
|
@@ -4346,12 +3572,6 @@ export interface ListIPSetsRequest {
|
|
|
4346
3572
|
*/
|
|
4347
3573
|
Limit?: number;
|
|
4348
3574
|
}
|
|
4349
|
-
export declare namespace ListIPSetsRequest {
|
|
4350
|
-
/**
|
|
4351
|
-
* @internal
|
|
4352
|
-
*/
|
|
4353
|
-
const filterSensitiveLog: (obj: ListIPSetsRequest) => any;
|
|
4354
|
-
}
|
|
4355
3575
|
/**
|
|
4356
3576
|
* <note>
|
|
4357
3577
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -4374,12 +3594,6 @@ export interface IPSetSummary {
|
|
|
4374
3594
|
*/
|
|
4375
3595
|
Name: string | undefined;
|
|
4376
3596
|
}
|
|
4377
|
-
export declare namespace IPSetSummary {
|
|
4378
|
-
/**
|
|
4379
|
-
* @internal
|
|
4380
|
-
*/
|
|
4381
|
-
const filterSensitiveLog: (obj: IPSetSummary) => any;
|
|
4382
|
-
}
|
|
4383
3597
|
export interface ListIPSetsResponse {
|
|
4384
3598
|
/**
|
|
4385
3599
|
* <p>To list more <code>IPSet</code> objects, submit another <code>ListIPSets</code>
|
|
@@ -4392,12 +3606,6 @@ export interface ListIPSetsResponse {
|
|
|
4392
3606
|
*/
|
|
4393
3607
|
IPSets?: IPSetSummary[];
|
|
4394
3608
|
}
|
|
4395
|
-
export declare namespace ListIPSetsResponse {
|
|
4396
|
-
/**
|
|
4397
|
-
* @internal
|
|
4398
|
-
*/
|
|
4399
|
-
const filterSensitiveLog: (obj: ListIPSetsResponse) => any;
|
|
4400
|
-
}
|
|
4401
3609
|
export interface ListLoggingConfigurationsRequest {
|
|
4402
3610
|
/**
|
|
4403
3611
|
* <p>If you specify a value for <code>Limit</code> and you have more <code>LoggingConfigurations</code> than the value of <code>Limit</code>,
|
|
@@ -4411,12 +3619,6 @@ export interface ListLoggingConfigurationsRequest {
|
|
|
4411
3619
|
*/
|
|
4412
3620
|
Limit?: number;
|
|
4413
3621
|
}
|
|
4414
|
-
export declare namespace ListLoggingConfigurationsRequest {
|
|
4415
|
-
/**
|
|
4416
|
-
* @internal
|
|
4417
|
-
*/
|
|
4418
|
-
const filterSensitiveLog: (obj: ListLoggingConfigurationsRequest) => any;
|
|
4419
|
-
}
|
|
4420
3622
|
export interface ListLoggingConfigurationsResponse {
|
|
4421
3623
|
/**
|
|
4422
3624
|
* <p>An array of <a>LoggingConfiguration</a> objects.</p>
|
|
@@ -4427,12 +3629,6 @@ export interface ListLoggingConfigurationsResponse {
|
|
|
4427
3629
|
*/
|
|
4428
3630
|
NextMarker?: string;
|
|
4429
3631
|
}
|
|
4430
|
-
export declare namespace ListLoggingConfigurationsResponse {
|
|
4431
|
-
/**
|
|
4432
|
-
* @internal
|
|
4433
|
-
*/
|
|
4434
|
-
const filterSensitiveLog: (obj: ListLoggingConfigurationsResponse) => any;
|
|
4435
|
-
}
|
|
4436
3632
|
export interface ListRateBasedRulesRequest {
|
|
4437
3633
|
/**
|
|
4438
3634
|
* <p>If you specify a value for <code>Limit</code> and you have more <code>Rules</code>
|
|
@@ -4451,12 +3647,6 @@ export interface ListRateBasedRulesRequest {
|
|
|
4451
3647
|
*/
|
|
4452
3648
|
Limit?: number;
|
|
4453
3649
|
}
|
|
4454
|
-
export declare namespace ListRateBasedRulesRequest {
|
|
4455
|
-
/**
|
|
4456
|
-
* @internal
|
|
4457
|
-
*/
|
|
4458
|
-
const filterSensitiveLog: (obj: ListRateBasedRulesRequest) => any;
|
|
4459
|
-
}
|
|
4460
3650
|
/**
|
|
4461
3651
|
* <note>
|
|
4462
3652
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -4482,12 +3672,6 @@ export interface RuleSummary {
|
|
|
4482
3672
|
*/
|
|
4483
3673
|
Name: string | undefined;
|
|
4484
3674
|
}
|
|
4485
|
-
export declare namespace RuleSummary {
|
|
4486
|
-
/**
|
|
4487
|
-
* @internal
|
|
4488
|
-
*/
|
|
4489
|
-
const filterSensitiveLog: (obj: RuleSummary) => any;
|
|
4490
|
-
}
|
|
4491
3675
|
export interface ListRateBasedRulesResponse {
|
|
4492
3676
|
/**
|
|
4493
3677
|
* <p>If you have more <code>Rules</code> than the number that you specified for
|
|
@@ -4502,12 +3686,6 @@ export interface ListRateBasedRulesResponse {
|
|
|
4502
3686
|
*/
|
|
4503
3687
|
Rules?: RuleSummary[];
|
|
4504
3688
|
}
|
|
4505
|
-
export declare namespace ListRateBasedRulesResponse {
|
|
4506
|
-
/**
|
|
4507
|
-
* @internal
|
|
4508
|
-
*/
|
|
4509
|
-
const filterSensitiveLog: (obj: ListRateBasedRulesResponse) => any;
|
|
4510
|
-
}
|
|
4511
3689
|
export interface ListRegexMatchSetsRequest {
|
|
4512
3690
|
/**
|
|
4513
3691
|
* <p>If you specify a value for <code>Limit</code> and you have more <code>RegexMatchSet</code> objects than the value of <code>Limit</code>,
|
|
@@ -4523,12 +3701,6 @@ export interface ListRegexMatchSetsRequest {
|
|
|
4523
3701
|
*/
|
|
4524
3702
|
Limit?: number;
|
|
4525
3703
|
}
|
|
4526
|
-
export declare namespace ListRegexMatchSetsRequest {
|
|
4527
|
-
/**
|
|
4528
|
-
* @internal
|
|
4529
|
-
*/
|
|
4530
|
-
const filterSensitiveLog: (obj: ListRegexMatchSetsRequest) => any;
|
|
4531
|
-
}
|
|
4532
3704
|
/**
|
|
4533
3705
|
* <note>
|
|
4534
3706
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -4554,12 +3726,6 @@ export interface RegexMatchSetSummary {
|
|
|
4554
3726
|
*/
|
|
4555
3727
|
Name: string | undefined;
|
|
4556
3728
|
}
|
|
4557
|
-
export declare namespace RegexMatchSetSummary {
|
|
4558
|
-
/**
|
|
4559
|
-
* @internal
|
|
4560
|
-
*/
|
|
4561
|
-
const filterSensitiveLog: (obj: RegexMatchSetSummary) => any;
|
|
4562
|
-
}
|
|
4563
3729
|
export interface ListRegexMatchSetsResponse {
|
|
4564
3730
|
/**
|
|
4565
3731
|
* <p>If you have more <code>RegexMatchSet</code> objects than the number that you specified for <code>Limit</code> in the request,
|
|
@@ -4573,12 +3739,6 @@ export interface ListRegexMatchSetsResponse {
|
|
|
4573
3739
|
*/
|
|
4574
3740
|
RegexMatchSets?: RegexMatchSetSummary[];
|
|
4575
3741
|
}
|
|
4576
|
-
export declare namespace ListRegexMatchSetsResponse {
|
|
4577
|
-
/**
|
|
4578
|
-
* @internal
|
|
4579
|
-
*/
|
|
4580
|
-
const filterSensitiveLog: (obj: ListRegexMatchSetsResponse) => any;
|
|
4581
|
-
}
|
|
4582
3742
|
export interface ListRegexPatternSetsRequest {
|
|
4583
3743
|
/**
|
|
4584
3744
|
* <p>If you specify a value for <code>Limit</code> and you have more <code>RegexPatternSet</code> objects than the value of <code>Limit</code>,
|
|
@@ -4594,12 +3754,6 @@ export interface ListRegexPatternSetsRequest {
|
|
|
4594
3754
|
*/
|
|
4595
3755
|
Limit?: number;
|
|
4596
3756
|
}
|
|
4597
|
-
export declare namespace ListRegexPatternSetsRequest {
|
|
4598
|
-
/**
|
|
4599
|
-
* @internal
|
|
4600
|
-
*/
|
|
4601
|
-
const filterSensitiveLog: (obj: ListRegexPatternSetsRequest) => any;
|
|
4602
|
-
}
|
|
4603
3757
|
/**
|
|
4604
3758
|
* <note>
|
|
4605
3759
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -4625,12 +3779,6 @@ export interface RegexPatternSetSummary {
|
|
|
4625
3779
|
*/
|
|
4626
3780
|
Name: string | undefined;
|
|
4627
3781
|
}
|
|
4628
|
-
export declare namespace RegexPatternSetSummary {
|
|
4629
|
-
/**
|
|
4630
|
-
* @internal
|
|
4631
|
-
*/
|
|
4632
|
-
const filterSensitiveLog: (obj: RegexPatternSetSummary) => any;
|
|
4633
|
-
}
|
|
4634
3782
|
export interface ListRegexPatternSetsResponse {
|
|
4635
3783
|
/**
|
|
4636
3784
|
* <p>If you have more <code>RegexPatternSet</code> objects than the number that you specified for <code>Limit</code> in the request,
|
|
@@ -4644,12 +3792,6 @@ export interface ListRegexPatternSetsResponse {
|
|
|
4644
3792
|
*/
|
|
4645
3793
|
RegexPatternSets?: RegexPatternSetSummary[];
|
|
4646
3794
|
}
|
|
4647
|
-
export declare namespace ListRegexPatternSetsResponse {
|
|
4648
|
-
/**
|
|
4649
|
-
* @internal
|
|
4650
|
-
*/
|
|
4651
|
-
const filterSensitiveLog: (obj: ListRegexPatternSetsResponse) => any;
|
|
4652
|
-
}
|
|
4653
3795
|
export interface ListRuleGroupsRequest {
|
|
4654
3796
|
/**
|
|
4655
3797
|
* <p>If you specify a value for <code>Limit</code> and you have more <code>RuleGroups</code> than the value of <code>Limit</code>,
|
|
@@ -4663,12 +3805,6 @@ export interface ListRuleGroupsRequest {
|
|
|
4663
3805
|
*/
|
|
4664
3806
|
Limit?: number;
|
|
4665
3807
|
}
|
|
4666
|
-
export declare namespace ListRuleGroupsRequest {
|
|
4667
|
-
/**
|
|
4668
|
-
* @internal
|
|
4669
|
-
*/
|
|
4670
|
-
const filterSensitiveLog: (obj: ListRuleGroupsRequest) => any;
|
|
4671
|
-
}
|
|
4672
3808
|
/**
|
|
4673
3809
|
* <note>
|
|
4674
3810
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -4694,12 +3830,6 @@ export interface RuleGroupSummary {
|
|
|
4694
3830
|
*/
|
|
4695
3831
|
Name: string | undefined;
|
|
4696
3832
|
}
|
|
4697
|
-
export declare namespace RuleGroupSummary {
|
|
4698
|
-
/**
|
|
4699
|
-
* @internal
|
|
4700
|
-
*/
|
|
4701
|
-
const filterSensitiveLog: (obj: RuleGroupSummary) => any;
|
|
4702
|
-
}
|
|
4703
3833
|
export interface ListRuleGroupsResponse {
|
|
4704
3834
|
/**
|
|
4705
3835
|
* <p>If you have more <code>RuleGroups</code> than the number that you specified for <code>Limit</code> in the request, the response includes a <code>NextMarker</code> value. To list more <code>RuleGroups</code>, submit another <code>ListRuleGroups</code> request, and specify the <code>NextMarker</code> value from the response in the <code>NextMarker</code> value in the next request.</p>
|
|
@@ -4710,12 +3840,6 @@ export interface ListRuleGroupsResponse {
|
|
|
4710
3840
|
*/
|
|
4711
3841
|
RuleGroups?: RuleGroupSummary[];
|
|
4712
3842
|
}
|
|
4713
|
-
export declare namespace ListRuleGroupsResponse {
|
|
4714
|
-
/**
|
|
4715
|
-
* @internal
|
|
4716
|
-
*/
|
|
4717
|
-
const filterSensitiveLog: (obj: ListRuleGroupsResponse) => any;
|
|
4718
|
-
}
|
|
4719
3843
|
export interface ListRulesRequest {
|
|
4720
3844
|
/**
|
|
4721
3845
|
* <p>If you specify a value for <code>Limit</code> and you have more <code>Rules</code> than the value of <code>Limit</code>,
|
|
@@ -4730,12 +3854,6 @@ export interface ListRulesRequest {
|
|
|
4730
3854
|
*/
|
|
4731
3855
|
Limit?: number;
|
|
4732
3856
|
}
|
|
4733
|
-
export declare namespace ListRulesRequest {
|
|
4734
|
-
/**
|
|
4735
|
-
* @internal
|
|
4736
|
-
*/
|
|
4737
|
-
const filterSensitiveLog: (obj: ListRulesRequest) => any;
|
|
4738
|
-
}
|
|
4739
3857
|
export interface ListRulesResponse {
|
|
4740
3858
|
/**
|
|
4741
3859
|
* <p>If you have more <code>Rules</code> than the number that you specified for <code>Limit</code> in the request, the response includes a <code>NextMarker</code> value. To list more <code>Rules</code>, submit another
|
|
@@ -4748,12 +3866,6 @@ export interface ListRulesResponse {
|
|
|
4748
3866
|
*/
|
|
4749
3867
|
Rules?: RuleSummary[];
|
|
4750
3868
|
}
|
|
4751
|
-
export declare namespace ListRulesResponse {
|
|
4752
|
-
/**
|
|
4753
|
-
* @internal
|
|
4754
|
-
*/
|
|
4755
|
-
const filterSensitiveLog: (obj: ListRulesResponse) => any;
|
|
4756
|
-
}
|
|
4757
3869
|
export interface ListSizeConstraintSetsRequest {
|
|
4758
3870
|
/**
|
|
4759
3871
|
* <p>If you specify a value for <code>Limit</code> and you have more <code>SizeConstraintSets</code> than the value of <code>Limit</code>,
|
|
@@ -4768,12 +3880,6 @@ export interface ListSizeConstraintSetsRequest {
|
|
|
4768
3880
|
*/
|
|
4769
3881
|
Limit?: number;
|
|
4770
3882
|
}
|
|
4771
|
-
export declare namespace ListSizeConstraintSetsRequest {
|
|
4772
|
-
/**
|
|
4773
|
-
* @internal
|
|
4774
|
-
*/
|
|
4775
|
-
const filterSensitiveLog: (obj: ListSizeConstraintSetsRequest) => any;
|
|
4776
|
-
}
|
|
4777
3883
|
/**
|
|
4778
3884
|
* <note>
|
|
4779
3885
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -4801,12 +3907,6 @@ export interface SizeConstraintSetSummary {
|
|
|
4801
3907
|
*/
|
|
4802
3908
|
Name: string | undefined;
|
|
4803
3909
|
}
|
|
4804
|
-
export declare namespace SizeConstraintSetSummary {
|
|
4805
|
-
/**
|
|
4806
|
-
* @internal
|
|
4807
|
-
*/
|
|
4808
|
-
const filterSensitiveLog: (obj: SizeConstraintSetSummary) => any;
|
|
4809
|
-
}
|
|
4810
3910
|
export interface ListSizeConstraintSetsResponse {
|
|
4811
3911
|
/**
|
|
4812
3912
|
* <p>If you have more <code>SizeConstraintSet</code> objects than the number that you specified for <code>Limit</code> in the request,
|
|
@@ -4820,12 +3920,6 @@ export interface ListSizeConstraintSetsResponse {
|
|
|
4820
3920
|
*/
|
|
4821
3921
|
SizeConstraintSets?: SizeConstraintSetSummary[];
|
|
4822
3922
|
}
|
|
4823
|
-
export declare namespace ListSizeConstraintSetsResponse {
|
|
4824
|
-
/**
|
|
4825
|
-
* @internal
|
|
4826
|
-
*/
|
|
4827
|
-
const filterSensitiveLog: (obj: ListSizeConstraintSetsResponse) => any;
|
|
4828
|
-
}
|
|
4829
3923
|
/**
|
|
4830
3924
|
* <p>A request to list the <a>SqlInjectionMatchSet</a> objects created by the current AWS account.</p>
|
|
4831
3925
|
*/
|
|
@@ -4844,12 +3938,6 @@ export interface ListSqlInjectionMatchSetsRequest {
|
|
|
4844
3938
|
*/
|
|
4845
3939
|
Limit?: number;
|
|
4846
3940
|
}
|
|
4847
|
-
export declare namespace ListSqlInjectionMatchSetsRequest {
|
|
4848
|
-
/**
|
|
4849
|
-
* @internal
|
|
4850
|
-
*/
|
|
4851
|
-
const filterSensitiveLog: (obj: ListSqlInjectionMatchSetsRequest) => any;
|
|
4852
|
-
}
|
|
4853
3941
|
/**
|
|
4854
3942
|
* <note>
|
|
4855
3943
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -4877,12 +3965,6 @@ export interface SqlInjectionMatchSetSummary {
|
|
|
4877
3965
|
*/
|
|
4878
3966
|
Name: string | undefined;
|
|
4879
3967
|
}
|
|
4880
|
-
export declare namespace SqlInjectionMatchSetSummary {
|
|
4881
|
-
/**
|
|
4882
|
-
* @internal
|
|
4883
|
-
*/
|
|
4884
|
-
const filterSensitiveLog: (obj: SqlInjectionMatchSetSummary) => any;
|
|
4885
|
-
}
|
|
4886
3968
|
/**
|
|
4887
3969
|
* <p>The response to a <a>ListSqlInjectionMatchSets</a> request.</p>
|
|
4888
3970
|
*/
|
|
@@ -4899,12 +3981,6 @@ export interface ListSqlInjectionMatchSetsResponse {
|
|
|
4899
3981
|
*/
|
|
4900
3982
|
SqlInjectionMatchSets?: SqlInjectionMatchSetSummary[];
|
|
4901
3983
|
}
|
|
4902
|
-
export declare namespace ListSqlInjectionMatchSetsResponse {
|
|
4903
|
-
/**
|
|
4904
|
-
* @internal
|
|
4905
|
-
*/
|
|
4906
|
-
const filterSensitiveLog: (obj: ListSqlInjectionMatchSetsResponse) => any;
|
|
4907
|
-
}
|
|
4908
3984
|
export interface ListSubscribedRuleGroupsRequest {
|
|
4909
3985
|
/**
|
|
4910
3986
|
* <p>If you specify a value for <code>Limit</code> and you have more <code>ByteMatchSets</code>subscribed rule groups than the value of <code>Limit</code>,
|
|
@@ -4920,12 +3996,6 @@ export interface ListSubscribedRuleGroupsRequest {
|
|
|
4920
3996
|
*/
|
|
4921
3997
|
Limit?: number;
|
|
4922
3998
|
}
|
|
4923
|
-
export declare namespace ListSubscribedRuleGroupsRequest {
|
|
4924
|
-
/**
|
|
4925
|
-
* @internal
|
|
4926
|
-
*/
|
|
4927
|
-
const filterSensitiveLog: (obj: ListSubscribedRuleGroupsRequest) => any;
|
|
4928
|
-
}
|
|
4929
3999
|
/**
|
|
4930
4000
|
* <note>
|
|
4931
4001
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -4952,12 +4022,6 @@ export interface SubscribedRuleGroupSummary {
|
|
|
4952
4022
|
*/
|
|
4953
4023
|
MetricName: string | undefined;
|
|
4954
4024
|
}
|
|
4955
|
-
export declare namespace SubscribedRuleGroupSummary {
|
|
4956
|
-
/**
|
|
4957
|
-
* @internal
|
|
4958
|
-
*/
|
|
4959
|
-
const filterSensitiveLog: (obj: SubscribedRuleGroupSummary) => any;
|
|
4960
|
-
}
|
|
4961
4025
|
export interface ListSubscribedRuleGroupsResponse {
|
|
4962
4026
|
/**
|
|
4963
4027
|
* <p>If you have more objects than the number that you specified for <code>Limit</code> in the request,
|
|
@@ -4971,12 +4035,6 @@ export interface ListSubscribedRuleGroupsResponse {
|
|
|
4971
4035
|
*/
|
|
4972
4036
|
RuleGroups?: SubscribedRuleGroupSummary[];
|
|
4973
4037
|
}
|
|
4974
|
-
export declare namespace ListSubscribedRuleGroupsResponse {
|
|
4975
|
-
/**
|
|
4976
|
-
* @internal
|
|
4977
|
-
*/
|
|
4978
|
-
const filterSensitiveLog: (obj: ListSubscribedRuleGroupsResponse) => any;
|
|
4979
|
-
}
|
|
4980
4038
|
export interface ListTagsForResourceRequest {
|
|
4981
4039
|
/**
|
|
4982
4040
|
* <p></p>
|
|
@@ -4991,12 +4049,6 @@ export interface ListTagsForResourceRequest {
|
|
|
4991
4049
|
*/
|
|
4992
4050
|
ResourceARN: string | undefined;
|
|
4993
4051
|
}
|
|
4994
|
-
export declare namespace ListTagsForResourceRequest {
|
|
4995
|
-
/**
|
|
4996
|
-
* @internal
|
|
4997
|
-
*/
|
|
4998
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
4999
|
-
}
|
|
5000
4052
|
/**
|
|
5001
4053
|
* <note>
|
|
5002
4054
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -5019,12 +4071,6 @@ export interface TagInfoForResource {
|
|
|
5019
4071
|
*/
|
|
5020
4072
|
TagList?: Tag[];
|
|
5021
4073
|
}
|
|
5022
|
-
export declare namespace TagInfoForResource {
|
|
5023
|
-
/**
|
|
5024
|
-
* @internal
|
|
5025
|
-
*/
|
|
5026
|
-
const filterSensitiveLog: (obj: TagInfoForResource) => any;
|
|
5027
|
-
}
|
|
5028
4074
|
export interface ListTagsForResourceResponse {
|
|
5029
4075
|
/**
|
|
5030
4076
|
* <p></p>
|
|
@@ -5035,12 +4081,6 @@ export interface ListTagsForResourceResponse {
|
|
|
5035
4081
|
*/
|
|
5036
4082
|
TagInfoForResource?: TagInfoForResource;
|
|
5037
4083
|
}
|
|
5038
|
-
export declare namespace ListTagsForResourceResponse {
|
|
5039
|
-
/**
|
|
5040
|
-
* @internal
|
|
5041
|
-
*/
|
|
5042
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
5043
|
-
}
|
|
5044
4084
|
export interface ListWebACLsRequest {
|
|
5045
4085
|
/**
|
|
5046
4086
|
* <p>If you specify a value for <code>Limit</code> and you have more <code>WebACL</code> objects than the number that you specify
|
|
@@ -5056,12 +4096,6 @@ export interface ListWebACLsRequest {
|
|
|
5056
4096
|
*/
|
|
5057
4097
|
Limit?: number;
|
|
5058
4098
|
}
|
|
5059
|
-
export declare namespace ListWebACLsRequest {
|
|
5060
|
-
/**
|
|
5061
|
-
* @internal
|
|
5062
|
-
*/
|
|
5063
|
-
const filterSensitiveLog: (obj: ListWebACLsRequest) => any;
|
|
5064
|
-
}
|
|
5065
4099
|
/**
|
|
5066
4100
|
* <note>
|
|
5067
4101
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -5087,12 +4121,6 @@ export interface WebACLSummary {
|
|
|
5087
4121
|
*/
|
|
5088
4122
|
Name: string | undefined;
|
|
5089
4123
|
}
|
|
5090
|
-
export declare namespace WebACLSummary {
|
|
5091
|
-
/**
|
|
5092
|
-
* @internal
|
|
5093
|
-
*/
|
|
5094
|
-
const filterSensitiveLog: (obj: WebACLSummary) => any;
|
|
5095
|
-
}
|
|
5096
4124
|
export interface ListWebACLsResponse {
|
|
5097
4125
|
/**
|
|
5098
4126
|
* <p>If you have more <code>WebACL</code> objects than the number that you specified for <code>Limit</code> in the request,
|
|
@@ -5106,12 +4134,6 @@ export interface ListWebACLsResponse {
|
|
|
5106
4134
|
*/
|
|
5107
4135
|
WebACLs?: WebACLSummary[];
|
|
5108
4136
|
}
|
|
5109
|
-
export declare namespace ListWebACLsResponse {
|
|
5110
|
-
/**
|
|
5111
|
-
* @internal
|
|
5112
|
-
*/
|
|
5113
|
-
const filterSensitiveLog: (obj: ListWebACLsResponse) => any;
|
|
5114
|
-
}
|
|
5115
4137
|
/**
|
|
5116
4138
|
* <p>A request to list the <a>XssMatchSet</a> objects created by the current AWS account.</p>
|
|
5117
4139
|
*/
|
|
@@ -5130,12 +4152,6 @@ export interface ListXssMatchSetsRequest {
|
|
|
5130
4152
|
*/
|
|
5131
4153
|
Limit?: number;
|
|
5132
4154
|
}
|
|
5133
|
-
export declare namespace ListXssMatchSetsRequest {
|
|
5134
|
-
/**
|
|
5135
|
-
* @internal
|
|
5136
|
-
*/
|
|
5137
|
-
const filterSensitiveLog: (obj: ListXssMatchSetsRequest) => any;
|
|
5138
|
-
}
|
|
5139
4155
|
/**
|
|
5140
4156
|
* <note>
|
|
5141
4157
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -5163,12 +4179,6 @@ export interface XssMatchSetSummary {
|
|
|
5163
4179
|
*/
|
|
5164
4180
|
Name: string | undefined;
|
|
5165
4181
|
}
|
|
5166
|
-
export declare namespace XssMatchSetSummary {
|
|
5167
|
-
/**
|
|
5168
|
-
* @internal
|
|
5169
|
-
*/
|
|
5170
|
-
const filterSensitiveLog: (obj: XssMatchSetSummary) => any;
|
|
5171
|
-
}
|
|
5172
4182
|
/**
|
|
5173
4183
|
* <p>The response to a <a>ListXssMatchSets</a> request.</p>
|
|
5174
4184
|
*/
|
|
@@ -5185,12 +4195,6 @@ export interface ListXssMatchSetsResponse {
|
|
|
5185
4195
|
*/
|
|
5186
4196
|
XssMatchSets?: XssMatchSetSummary[];
|
|
5187
4197
|
}
|
|
5188
|
-
export declare namespace ListXssMatchSetsResponse {
|
|
5189
|
-
/**
|
|
5190
|
-
* @internal
|
|
5191
|
-
*/
|
|
5192
|
-
const filterSensitiveLog: (obj: ListXssMatchSetsResponse) => any;
|
|
5193
|
-
}
|
|
5194
4198
|
export interface PutLoggingConfigurationRequest {
|
|
5195
4199
|
/**
|
|
5196
4200
|
* <p>The Amazon Kinesis Data Firehose that contains the inspected traffic
|
|
@@ -5204,24 +4208,12 @@ export interface PutLoggingConfigurationRequest {
|
|
|
5204
4208
|
*/
|
|
5205
4209
|
LoggingConfiguration: LoggingConfiguration | undefined;
|
|
5206
4210
|
}
|
|
5207
|
-
export declare namespace PutLoggingConfigurationRequest {
|
|
5208
|
-
/**
|
|
5209
|
-
* @internal
|
|
5210
|
-
*/
|
|
5211
|
-
const filterSensitiveLog: (obj: PutLoggingConfigurationRequest) => any;
|
|
5212
|
-
}
|
|
5213
4211
|
export interface PutLoggingConfigurationResponse {
|
|
5214
4212
|
/**
|
|
5215
4213
|
* <p>The <a>LoggingConfiguration</a> that you submitted in the request.</p>
|
|
5216
4214
|
*/
|
|
5217
4215
|
LoggingConfiguration?: LoggingConfiguration;
|
|
5218
4216
|
}
|
|
5219
|
-
export declare namespace PutLoggingConfigurationResponse {
|
|
5220
|
-
/**
|
|
5221
|
-
* @internal
|
|
5222
|
-
*/
|
|
5223
|
-
const filterSensitiveLog: (obj: PutLoggingConfigurationResponse) => any;
|
|
5224
|
-
}
|
|
5225
4217
|
/**
|
|
5226
4218
|
* <p>AWS WAF is not able to access the service linked role. This can be caused by a previous <code>PutLoggingConfiguration</code> request, which can lock the service linked role for about 20 seconds. Please try your request again. The service linked role can also be locked by a previous <code>DeleteServiceLinkedRole</code> request, which can lock the role for 15 minutes or more. If you recently made a <code>DeleteServiceLinkedRole</code>, wait at least 15 minutes and try the request again. If you receive this same exception again, you will have to wait additional time until the role is unlocked.</p>
|
|
5227
4219
|
*/
|
|
@@ -5243,20 +4235,8 @@ export interface PutPermissionPolicyRequest {
|
|
|
5243
4235
|
*/
|
|
5244
4236
|
Policy: string | undefined;
|
|
5245
4237
|
}
|
|
5246
|
-
export declare namespace PutPermissionPolicyRequest {
|
|
5247
|
-
/**
|
|
5248
|
-
* @internal
|
|
5249
|
-
*/
|
|
5250
|
-
const filterSensitiveLog: (obj: PutPermissionPolicyRequest) => any;
|
|
5251
|
-
}
|
|
5252
4238
|
export interface PutPermissionPolicyResponse {
|
|
5253
4239
|
}
|
|
5254
|
-
export declare namespace PutPermissionPolicyResponse {
|
|
5255
|
-
/**
|
|
5256
|
-
* @internal
|
|
5257
|
-
*/
|
|
5258
|
-
const filterSensitiveLog: (obj: PutPermissionPolicyResponse) => any;
|
|
5259
|
-
}
|
|
5260
4240
|
/**
|
|
5261
4241
|
* <p>The operation failed because the specified policy is not in the proper format. </p>
|
|
5262
4242
|
* <p>The policy is subject to the following restrictions:</p>
|
|
@@ -5307,20 +4287,8 @@ export interface TagResourceRequest {
|
|
|
5307
4287
|
*/
|
|
5308
4288
|
Tags: Tag[] | undefined;
|
|
5309
4289
|
}
|
|
5310
|
-
export declare namespace TagResourceRequest {
|
|
5311
|
-
/**
|
|
5312
|
-
* @internal
|
|
5313
|
-
*/
|
|
5314
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
5315
|
-
}
|
|
5316
4290
|
export interface TagResourceResponse {
|
|
5317
4291
|
}
|
|
5318
|
-
export declare namespace TagResourceResponse {
|
|
5319
|
-
/**
|
|
5320
|
-
* @internal
|
|
5321
|
-
*/
|
|
5322
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
5323
|
-
}
|
|
5324
4292
|
export interface UntagResourceRequest {
|
|
5325
4293
|
/**
|
|
5326
4294
|
* <p></p>
|
|
@@ -5331,20 +4299,8 @@ export interface UntagResourceRequest {
|
|
|
5331
4299
|
*/
|
|
5332
4300
|
TagKeys: string[] | undefined;
|
|
5333
4301
|
}
|
|
5334
|
-
export declare namespace UntagResourceRequest {
|
|
5335
|
-
/**
|
|
5336
|
-
* @internal
|
|
5337
|
-
*/
|
|
5338
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
5339
|
-
}
|
|
5340
4302
|
export interface UntagResourceResponse {
|
|
5341
4303
|
}
|
|
5342
|
-
export declare namespace UntagResourceResponse {
|
|
5343
|
-
/**
|
|
5344
|
-
* @internal
|
|
5345
|
-
*/
|
|
5346
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
5347
|
-
}
|
|
5348
4304
|
export declare enum ChangeAction {
|
|
5349
4305
|
DELETE = "DELETE",
|
|
5350
4306
|
INSERT = "INSERT"
|
|
@@ -5373,12 +4329,6 @@ export interface ByteMatchSetUpdate {
|
|
|
5373
4329
|
*/
|
|
5374
4330
|
ByteMatchTuple: ByteMatchTuple | undefined;
|
|
5375
4331
|
}
|
|
5376
|
-
export declare namespace ByteMatchSetUpdate {
|
|
5377
|
-
/**
|
|
5378
|
-
* @internal
|
|
5379
|
-
*/
|
|
5380
|
-
const filterSensitiveLog: (obj: ByteMatchSetUpdate) => any;
|
|
5381
|
-
}
|
|
5382
4332
|
export interface UpdateByteMatchSetRequest {
|
|
5383
4333
|
/**
|
|
5384
4334
|
* <p>The <code>ByteMatchSetId</code> of the <a>ByteMatchSet</a> that you want to update. <code>ByteMatchSetId</code> is returned by <a>CreateByteMatchSet</a> and by
|
|
@@ -5413,12 +4363,6 @@ export interface UpdateByteMatchSetRequest {
|
|
|
5413
4363
|
*/
|
|
5414
4364
|
Updates: ByteMatchSetUpdate[] | undefined;
|
|
5415
4365
|
}
|
|
5416
|
-
export declare namespace UpdateByteMatchSetRequest {
|
|
5417
|
-
/**
|
|
5418
|
-
* @internal
|
|
5419
|
-
*/
|
|
5420
|
-
const filterSensitiveLog: (obj: UpdateByteMatchSetRequest) => any;
|
|
5421
|
-
}
|
|
5422
4366
|
export interface UpdateByteMatchSetResponse {
|
|
5423
4367
|
/**
|
|
5424
4368
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateByteMatchSet</code> request. You can also use this value
|
|
@@ -5426,12 +4370,6 @@ export interface UpdateByteMatchSetResponse {
|
|
|
5426
4370
|
*/
|
|
5427
4371
|
ChangeToken?: string;
|
|
5428
4372
|
}
|
|
5429
|
-
export declare namespace UpdateByteMatchSetResponse {
|
|
5430
|
-
/**
|
|
5431
|
-
* @internal
|
|
5432
|
-
*/
|
|
5433
|
-
const filterSensitiveLog: (obj: UpdateByteMatchSetResponse) => any;
|
|
5434
|
-
}
|
|
5435
4373
|
/**
|
|
5436
4374
|
* <p>The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:</p>
|
|
5437
4375
|
* <ul>
|
|
@@ -5479,12 +4417,6 @@ export interface GeoMatchSetUpdate {
|
|
|
5479
4417
|
*/
|
|
5480
4418
|
GeoMatchConstraint: GeoMatchConstraint | undefined;
|
|
5481
4419
|
}
|
|
5482
|
-
export declare namespace GeoMatchSetUpdate {
|
|
5483
|
-
/**
|
|
5484
|
-
* @internal
|
|
5485
|
-
*/
|
|
5486
|
-
const filterSensitiveLog: (obj: GeoMatchSetUpdate) => any;
|
|
5487
|
-
}
|
|
5488
4420
|
export interface UpdateGeoMatchSetRequest {
|
|
5489
4421
|
/**
|
|
5490
4422
|
* <p>The <code>GeoMatchSetId</code> of the <a>GeoMatchSet</a> that you want to update. <code>GeoMatchSetId</code> is returned by <a>CreateGeoMatchSet</a> and by
|
|
@@ -5514,12 +4446,6 @@ export interface UpdateGeoMatchSetRequest {
|
|
|
5514
4446
|
*/
|
|
5515
4447
|
Updates: GeoMatchSetUpdate[] | undefined;
|
|
5516
4448
|
}
|
|
5517
|
-
export declare namespace UpdateGeoMatchSetRequest {
|
|
5518
|
-
/**
|
|
5519
|
-
* @internal
|
|
5520
|
-
*/
|
|
5521
|
-
const filterSensitiveLog: (obj: UpdateGeoMatchSetRequest) => any;
|
|
5522
|
-
}
|
|
5523
4449
|
export interface UpdateGeoMatchSetResponse {
|
|
5524
4450
|
/**
|
|
5525
4451
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateGeoMatchSet</code> request. You can also use this value
|
|
@@ -5527,12 +4453,6 @@ export interface UpdateGeoMatchSetResponse {
|
|
|
5527
4453
|
*/
|
|
5528
4454
|
ChangeToken?: string;
|
|
5529
4455
|
}
|
|
5530
|
-
export declare namespace UpdateGeoMatchSetResponse {
|
|
5531
|
-
/**
|
|
5532
|
-
* @internal
|
|
5533
|
-
*/
|
|
5534
|
-
const filterSensitiveLog: (obj: UpdateGeoMatchSetResponse) => any;
|
|
5535
|
-
}
|
|
5536
4456
|
/**
|
|
5537
4457
|
* <note>
|
|
5538
4458
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -5554,12 +4474,6 @@ export interface IPSetUpdate {
|
|
|
5554
4474
|
*/
|
|
5555
4475
|
IPSetDescriptor: IPSetDescriptor | undefined;
|
|
5556
4476
|
}
|
|
5557
|
-
export declare namespace IPSetUpdate {
|
|
5558
|
-
/**
|
|
5559
|
-
* @internal
|
|
5560
|
-
*/
|
|
5561
|
-
const filterSensitiveLog: (obj: IPSetUpdate) => any;
|
|
5562
|
-
}
|
|
5563
4477
|
export interface UpdateIPSetRequest {
|
|
5564
4478
|
/**
|
|
5565
4479
|
* <p>The <code>IPSetId</code> of the <a>IPSet</a> that you want to update. <code>IPSetId</code> is returned by <a>CreateIPSet</a> and by
|
|
@@ -5589,12 +4503,6 @@ export interface UpdateIPSetRequest {
|
|
|
5589
4503
|
*/
|
|
5590
4504
|
Updates: IPSetUpdate[] | undefined;
|
|
5591
4505
|
}
|
|
5592
|
-
export declare namespace UpdateIPSetRequest {
|
|
5593
|
-
/**
|
|
5594
|
-
* @internal
|
|
5595
|
-
*/
|
|
5596
|
-
const filterSensitiveLog: (obj: UpdateIPSetRequest) => any;
|
|
5597
|
-
}
|
|
5598
4506
|
export interface UpdateIPSetResponse {
|
|
5599
4507
|
/**
|
|
5600
4508
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateIPSet</code> request. You can also use this value
|
|
@@ -5602,12 +4510,6 @@ export interface UpdateIPSetResponse {
|
|
|
5602
4510
|
*/
|
|
5603
4511
|
ChangeToken?: string;
|
|
5604
4512
|
}
|
|
5605
|
-
export declare namespace UpdateIPSetResponse {
|
|
5606
|
-
/**
|
|
5607
|
-
* @internal
|
|
5608
|
-
*/
|
|
5609
|
-
const filterSensitiveLog: (obj: UpdateIPSetResponse) => any;
|
|
5610
|
-
}
|
|
5611
4513
|
/**
|
|
5612
4514
|
* <note>
|
|
5613
4515
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -5631,12 +4533,6 @@ export interface RuleUpdate {
|
|
|
5631
4533
|
*/
|
|
5632
4534
|
Predicate: Predicate | undefined;
|
|
5633
4535
|
}
|
|
5634
|
-
export declare namespace RuleUpdate {
|
|
5635
|
-
/**
|
|
5636
|
-
* @internal
|
|
5637
|
-
*/
|
|
5638
|
-
const filterSensitiveLog: (obj: RuleUpdate) => any;
|
|
5639
|
-
}
|
|
5640
4536
|
export interface UpdateRateBasedRuleRequest {
|
|
5641
4537
|
/**
|
|
5642
4538
|
* <p>The <code>RuleId</code> of the <code>RateBasedRule</code> that you want to update.
|
|
@@ -5660,12 +4556,6 @@ export interface UpdateRateBasedRuleRequest {
|
|
|
5660
4556
|
*/
|
|
5661
4557
|
RateLimit: number | undefined;
|
|
5662
4558
|
}
|
|
5663
|
-
export declare namespace UpdateRateBasedRuleRequest {
|
|
5664
|
-
/**
|
|
5665
|
-
* @internal
|
|
5666
|
-
*/
|
|
5667
|
-
const filterSensitiveLog: (obj: UpdateRateBasedRuleRequest) => any;
|
|
5668
|
-
}
|
|
5669
4559
|
export interface UpdateRateBasedRuleResponse {
|
|
5670
4560
|
/**
|
|
5671
4561
|
* <p>The <code>ChangeToken</code> that you used to submit the
|
|
@@ -5674,12 +4564,6 @@ export interface UpdateRateBasedRuleResponse {
|
|
|
5674
4564
|
*/
|
|
5675
4565
|
ChangeToken?: string;
|
|
5676
4566
|
}
|
|
5677
|
-
export declare namespace UpdateRateBasedRuleResponse {
|
|
5678
|
-
/**
|
|
5679
|
-
* @internal
|
|
5680
|
-
*/
|
|
5681
|
-
const filterSensitiveLog: (obj: UpdateRateBasedRuleResponse) => any;
|
|
5682
|
-
}
|
|
5683
4567
|
/**
|
|
5684
4568
|
* <note>
|
|
5685
4569
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -5704,12 +4588,6 @@ export interface RegexMatchSetUpdate {
|
|
|
5704
4588
|
*/
|
|
5705
4589
|
RegexMatchTuple: RegexMatchTuple | undefined;
|
|
5706
4590
|
}
|
|
5707
|
-
export declare namespace RegexMatchSetUpdate {
|
|
5708
|
-
/**
|
|
5709
|
-
* @internal
|
|
5710
|
-
*/
|
|
5711
|
-
const filterSensitiveLog: (obj: RegexMatchSetUpdate) => any;
|
|
5712
|
-
}
|
|
5713
4591
|
export interface UpdateRegexMatchSetRequest {
|
|
5714
4592
|
/**
|
|
5715
4593
|
* <p>The <code>RegexMatchSetId</code> of the <a>RegexMatchSet</a> that you want to update. <code>RegexMatchSetId</code> is returned by <a>CreateRegexMatchSet</a> and by
|
|
@@ -5726,12 +4604,6 @@ export interface UpdateRegexMatchSetRequest {
|
|
|
5726
4604
|
*/
|
|
5727
4605
|
ChangeToken: string | undefined;
|
|
5728
4606
|
}
|
|
5729
|
-
export declare namespace UpdateRegexMatchSetRequest {
|
|
5730
|
-
/**
|
|
5731
|
-
* @internal
|
|
5732
|
-
*/
|
|
5733
|
-
const filterSensitiveLog: (obj: UpdateRegexMatchSetRequest) => any;
|
|
5734
|
-
}
|
|
5735
4607
|
export interface UpdateRegexMatchSetResponse {
|
|
5736
4608
|
/**
|
|
5737
4609
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRegexMatchSet</code> request. You can also use this value
|
|
@@ -5739,12 +4611,6 @@ export interface UpdateRegexMatchSetResponse {
|
|
|
5739
4611
|
*/
|
|
5740
4612
|
ChangeToken?: string;
|
|
5741
4613
|
}
|
|
5742
|
-
export declare namespace UpdateRegexMatchSetResponse {
|
|
5743
|
-
/**
|
|
5744
|
-
* @internal
|
|
5745
|
-
*/
|
|
5746
|
-
const filterSensitiveLog: (obj: UpdateRegexMatchSetResponse) => any;
|
|
5747
|
-
}
|
|
5748
4614
|
/**
|
|
5749
4615
|
* <note>
|
|
5750
4616
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -5767,12 +4633,6 @@ export interface RegexPatternSetUpdate {
|
|
|
5767
4633
|
*/
|
|
5768
4634
|
RegexPatternString: string | undefined;
|
|
5769
4635
|
}
|
|
5770
|
-
export declare namespace RegexPatternSetUpdate {
|
|
5771
|
-
/**
|
|
5772
|
-
* @internal
|
|
5773
|
-
*/
|
|
5774
|
-
const filterSensitiveLog: (obj: RegexPatternSetUpdate) => any;
|
|
5775
|
-
}
|
|
5776
4636
|
export interface UpdateRegexPatternSetRequest {
|
|
5777
4637
|
/**
|
|
5778
4638
|
* <p>The <code>RegexPatternSetId</code> of the <a>RegexPatternSet</a> that you want to update. <code>RegexPatternSetId</code> is returned by <a>CreateRegexPatternSet</a> and by
|
|
@@ -5788,12 +4648,6 @@ export interface UpdateRegexPatternSetRequest {
|
|
|
5788
4648
|
*/
|
|
5789
4649
|
ChangeToken: string | undefined;
|
|
5790
4650
|
}
|
|
5791
|
-
export declare namespace UpdateRegexPatternSetRequest {
|
|
5792
|
-
/**
|
|
5793
|
-
* @internal
|
|
5794
|
-
*/
|
|
5795
|
-
const filterSensitiveLog: (obj: UpdateRegexPatternSetRequest) => any;
|
|
5796
|
-
}
|
|
5797
4651
|
export interface UpdateRegexPatternSetResponse {
|
|
5798
4652
|
/**
|
|
5799
4653
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRegexPatternSet</code> request. You can also use this value
|
|
@@ -5801,12 +4655,6 @@ export interface UpdateRegexPatternSetResponse {
|
|
|
5801
4655
|
*/
|
|
5802
4656
|
ChangeToken?: string;
|
|
5803
4657
|
}
|
|
5804
|
-
export declare namespace UpdateRegexPatternSetResponse {
|
|
5805
|
-
/**
|
|
5806
|
-
* @internal
|
|
5807
|
-
*/
|
|
5808
|
-
const filterSensitiveLog: (obj: UpdateRegexPatternSetResponse) => any;
|
|
5809
|
-
}
|
|
5810
4658
|
/**
|
|
5811
4659
|
* <p>The regular expression (regex) you specified in <code>RegexPatternString</code> is invalid.</p>
|
|
5812
4660
|
*/
|
|
@@ -5851,12 +4699,6 @@ export interface UpdateRuleRequest {
|
|
|
5851
4699
|
*/
|
|
5852
4700
|
Updates: RuleUpdate[] | undefined;
|
|
5853
4701
|
}
|
|
5854
|
-
export declare namespace UpdateRuleRequest {
|
|
5855
|
-
/**
|
|
5856
|
-
* @internal
|
|
5857
|
-
*/
|
|
5858
|
-
const filterSensitiveLog: (obj: UpdateRuleRequest) => any;
|
|
5859
|
-
}
|
|
5860
4702
|
export interface UpdateRuleResponse {
|
|
5861
4703
|
/**
|
|
5862
4704
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRule</code> request. You can also use this value
|
|
@@ -5864,12 +4706,6 @@ export interface UpdateRuleResponse {
|
|
|
5864
4706
|
*/
|
|
5865
4707
|
ChangeToken?: string;
|
|
5866
4708
|
}
|
|
5867
|
-
export declare namespace UpdateRuleResponse {
|
|
5868
|
-
/**
|
|
5869
|
-
* @internal
|
|
5870
|
-
*/
|
|
5871
|
-
const filterSensitiveLog: (obj: UpdateRuleResponse) => any;
|
|
5872
|
-
}
|
|
5873
4709
|
/**
|
|
5874
4710
|
* <note>
|
|
5875
4711
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -5895,12 +4731,6 @@ export interface RuleGroupUpdate {
|
|
|
5895
4731
|
*/
|
|
5896
4732
|
ActivatedRule: ActivatedRule | undefined;
|
|
5897
4733
|
}
|
|
5898
|
-
export declare namespace RuleGroupUpdate {
|
|
5899
|
-
/**
|
|
5900
|
-
* @internal
|
|
5901
|
-
*/
|
|
5902
|
-
const filterSensitiveLog: (obj: RuleGroupUpdate) => any;
|
|
5903
|
-
}
|
|
5904
4734
|
export interface UpdateRuleGroupRequest {
|
|
5905
4735
|
/**
|
|
5906
4736
|
* <p>The <code>RuleGroupId</code> of the <a>RuleGroup</a> that you want to update. <code>RuleGroupId</code> is returned by <a>CreateRuleGroup</a> and by
|
|
@@ -5920,12 +4750,6 @@ export interface UpdateRuleGroupRequest {
|
|
|
5920
4750
|
*/
|
|
5921
4751
|
ChangeToken: string | undefined;
|
|
5922
4752
|
}
|
|
5923
|
-
export declare namespace UpdateRuleGroupRequest {
|
|
5924
|
-
/**
|
|
5925
|
-
* @internal
|
|
5926
|
-
*/
|
|
5927
|
-
const filterSensitiveLog: (obj: UpdateRuleGroupRequest) => any;
|
|
5928
|
-
}
|
|
5929
4753
|
export interface UpdateRuleGroupResponse {
|
|
5930
4754
|
/**
|
|
5931
4755
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateRuleGroup</code> request. You can also use this value
|
|
@@ -5933,12 +4757,6 @@ export interface UpdateRuleGroupResponse {
|
|
|
5933
4757
|
*/
|
|
5934
4758
|
ChangeToken?: string;
|
|
5935
4759
|
}
|
|
5936
|
-
export declare namespace UpdateRuleGroupResponse {
|
|
5937
|
-
/**
|
|
5938
|
-
* @internal
|
|
5939
|
-
*/
|
|
5940
|
-
const filterSensitiveLog: (obj: UpdateRuleGroupResponse) => any;
|
|
5941
|
-
}
|
|
5942
4760
|
/**
|
|
5943
4761
|
* <note>
|
|
5944
4762
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -5965,12 +4783,6 @@ export interface SizeConstraintSetUpdate {
|
|
|
5965
4783
|
*/
|
|
5966
4784
|
SizeConstraint: SizeConstraint | undefined;
|
|
5967
4785
|
}
|
|
5968
|
-
export declare namespace SizeConstraintSetUpdate {
|
|
5969
|
-
/**
|
|
5970
|
-
* @internal
|
|
5971
|
-
*/
|
|
5972
|
-
const filterSensitiveLog: (obj: SizeConstraintSetUpdate) => any;
|
|
5973
|
-
}
|
|
5974
4786
|
export interface UpdateSizeConstraintSetRequest {
|
|
5975
4787
|
/**
|
|
5976
4788
|
* <p>The <code>SizeConstraintSetId</code> of the <a>SizeConstraintSet</a> that you want to update. <code>SizeConstraintSetId</code>
|
|
@@ -6005,12 +4817,6 @@ export interface UpdateSizeConstraintSetRequest {
|
|
|
6005
4817
|
*/
|
|
6006
4818
|
Updates: SizeConstraintSetUpdate[] | undefined;
|
|
6007
4819
|
}
|
|
6008
|
-
export declare namespace UpdateSizeConstraintSetRequest {
|
|
6009
|
-
/**
|
|
6010
|
-
* @internal
|
|
6011
|
-
*/
|
|
6012
|
-
const filterSensitiveLog: (obj: UpdateSizeConstraintSetRequest) => any;
|
|
6013
|
-
}
|
|
6014
4820
|
export interface UpdateSizeConstraintSetResponse {
|
|
6015
4821
|
/**
|
|
6016
4822
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateSizeConstraintSet</code> request. You can also use this value
|
|
@@ -6018,12 +4824,6 @@ export interface UpdateSizeConstraintSetResponse {
|
|
|
6018
4824
|
*/
|
|
6019
4825
|
ChangeToken?: string;
|
|
6020
4826
|
}
|
|
6021
|
-
export declare namespace UpdateSizeConstraintSetResponse {
|
|
6022
|
-
/**
|
|
6023
|
-
* @internal
|
|
6024
|
-
*/
|
|
6025
|
-
const filterSensitiveLog: (obj: UpdateSizeConstraintSetResponse) => any;
|
|
6026
|
-
}
|
|
6027
4827
|
/**
|
|
6028
4828
|
* <note>
|
|
6029
4829
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -6047,12 +4847,6 @@ export interface SqlInjectionMatchSetUpdate {
|
|
|
6047
4847
|
*/
|
|
6048
4848
|
SqlInjectionMatchTuple: SqlInjectionMatchTuple | undefined;
|
|
6049
4849
|
}
|
|
6050
|
-
export declare namespace SqlInjectionMatchSetUpdate {
|
|
6051
|
-
/**
|
|
6052
|
-
* @internal
|
|
6053
|
-
*/
|
|
6054
|
-
const filterSensitiveLog: (obj: SqlInjectionMatchSetUpdate) => any;
|
|
6055
|
-
}
|
|
6056
4850
|
/**
|
|
6057
4851
|
* <p>A request to update a <a>SqlInjectionMatchSet</a>.</p>
|
|
6058
4852
|
*/
|
|
@@ -6089,12 +4883,6 @@ export interface UpdateSqlInjectionMatchSetRequest {
|
|
|
6089
4883
|
*/
|
|
6090
4884
|
Updates: SqlInjectionMatchSetUpdate[] | undefined;
|
|
6091
4885
|
}
|
|
6092
|
-
export declare namespace UpdateSqlInjectionMatchSetRequest {
|
|
6093
|
-
/**
|
|
6094
|
-
* @internal
|
|
6095
|
-
*/
|
|
6096
|
-
const filterSensitiveLog: (obj: UpdateSqlInjectionMatchSetRequest) => any;
|
|
6097
|
-
}
|
|
6098
4886
|
/**
|
|
6099
4887
|
* <p>The response to an <a>UpdateSqlInjectionMatchSets</a> request.</p>
|
|
6100
4888
|
*/
|
|
@@ -6105,12 +4893,6 @@ export interface UpdateSqlInjectionMatchSetResponse {
|
|
|
6105
4893
|
*/
|
|
6106
4894
|
ChangeToken?: string;
|
|
6107
4895
|
}
|
|
6108
|
-
export declare namespace UpdateSqlInjectionMatchSetResponse {
|
|
6109
|
-
/**
|
|
6110
|
-
* @internal
|
|
6111
|
-
*/
|
|
6112
|
-
const filterSensitiveLog: (obj: UpdateSqlInjectionMatchSetResponse) => any;
|
|
6113
|
-
}
|
|
6114
4896
|
/**
|
|
6115
4897
|
* <note>
|
|
6116
4898
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -6134,12 +4916,6 @@ export interface WebACLUpdate {
|
|
|
6134
4916
|
*/
|
|
6135
4917
|
ActivatedRule: ActivatedRule | undefined;
|
|
6136
4918
|
}
|
|
6137
|
-
export declare namespace WebACLUpdate {
|
|
6138
|
-
/**
|
|
6139
|
-
* @internal
|
|
6140
|
-
*/
|
|
6141
|
-
const filterSensitiveLog: (obj: WebACLUpdate) => any;
|
|
6142
|
-
}
|
|
6143
4919
|
export interface UpdateWebACLRequest {
|
|
6144
4920
|
/**
|
|
6145
4921
|
* <p>The <code>WebACLId</code> of the <a>WebACL</a> that you want to update. <code>WebACLId</code> is returned by <a>CreateWebACL</a> and by
|
|
@@ -6185,12 +4961,6 @@ export interface UpdateWebACLRequest {
|
|
|
6185
4961
|
*/
|
|
6186
4962
|
DefaultAction?: WafAction;
|
|
6187
4963
|
}
|
|
6188
|
-
export declare namespace UpdateWebACLRequest {
|
|
6189
|
-
/**
|
|
6190
|
-
* @internal
|
|
6191
|
-
*/
|
|
6192
|
-
const filterSensitiveLog: (obj: UpdateWebACLRequest) => any;
|
|
6193
|
-
}
|
|
6194
4964
|
export interface UpdateWebACLResponse {
|
|
6195
4965
|
/**
|
|
6196
4966
|
* <p>The <code>ChangeToken</code> that you used to submit the <code>UpdateWebACL</code> request. You can also use this value
|
|
@@ -6198,12 +4968,6 @@ export interface UpdateWebACLResponse {
|
|
|
6198
4968
|
*/
|
|
6199
4969
|
ChangeToken?: string;
|
|
6200
4970
|
}
|
|
6201
|
-
export declare namespace UpdateWebACLResponse {
|
|
6202
|
-
/**
|
|
6203
|
-
* @internal
|
|
6204
|
-
*/
|
|
6205
|
-
const filterSensitiveLog: (obj: UpdateWebACLResponse) => any;
|
|
6206
|
-
}
|
|
6207
4971
|
/**
|
|
6208
4972
|
* <p>The specified subscription does not exist.</p>
|
|
6209
4973
|
*/
|
|
@@ -6240,12 +5004,6 @@ export interface XssMatchSetUpdate {
|
|
|
6240
5004
|
*/
|
|
6241
5005
|
XssMatchTuple: XssMatchTuple | undefined;
|
|
6242
5006
|
}
|
|
6243
|
-
export declare namespace XssMatchSetUpdate {
|
|
6244
|
-
/**
|
|
6245
|
-
* @internal
|
|
6246
|
-
*/
|
|
6247
|
-
const filterSensitiveLog: (obj: XssMatchSetUpdate) => any;
|
|
6248
|
-
}
|
|
6249
5007
|
/**
|
|
6250
5008
|
* <p>A request to update an <a>XssMatchSet</a>.</p>
|
|
6251
5009
|
*/
|
|
@@ -6284,12 +5042,6 @@ export interface UpdateXssMatchSetRequest {
|
|
|
6284
5042
|
*/
|
|
6285
5043
|
Updates: XssMatchSetUpdate[] | undefined;
|
|
6286
5044
|
}
|
|
6287
|
-
export declare namespace UpdateXssMatchSetRequest {
|
|
6288
|
-
/**
|
|
6289
|
-
* @internal
|
|
6290
|
-
*/
|
|
6291
|
-
const filterSensitiveLog: (obj: UpdateXssMatchSetRequest) => any;
|
|
6292
|
-
}
|
|
6293
5045
|
/**
|
|
6294
5046
|
* <p>The response to an <a>UpdateXssMatchSets</a> request.</p>
|
|
6295
5047
|
*/
|
|
@@ -6300,9 +5052,839 @@ export interface UpdateXssMatchSetResponse {
|
|
|
6300
5052
|
*/
|
|
6301
5053
|
ChangeToken?: string;
|
|
6302
5054
|
}
|
|
6303
|
-
|
|
6304
|
-
|
|
6305
|
-
|
|
6306
|
-
|
|
6307
|
-
|
|
6308
|
-
|
|
5055
|
+
/**
|
|
5056
|
+
* @internal
|
|
5057
|
+
*/
|
|
5058
|
+
export declare const WafActionFilterSensitiveLog: (obj: WafAction) => any;
|
|
5059
|
+
/**
|
|
5060
|
+
* @internal
|
|
5061
|
+
*/
|
|
5062
|
+
export declare const ExcludedRuleFilterSensitiveLog: (obj: ExcludedRule) => any;
|
|
5063
|
+
/**
|
|
5064
|
+
* @internal
|
|
5065
|
+
*/
|
|
5066
|
+
export declare const WafOverrideActionFilterSensitiveLog: (obj: WafOverrideAction) => any;
|
|
5067
|
+
/**
|
|
5068
|
+
* @internal
|
|
5069
|
+
*/
|
|
5070
|
+
export declare const ActivatedRuleFilterSensitiveLog: (obj: ActivatedRule) => any;
|
|
5071
|
+
/**
|
|
5072
|
+
* @internal
|
|
5073
|
+
*/
|
|
5074
|
+
export declare const CreateByteMatchSetRequestFilterSensitiveLog: (obj: CreateByteMatchSetRequest) => any;
|
|
5075
|
+
/**
|
|
5076
|
+
* @internal
|
|
5077
|
+
*/
|
|
5078
|
+
export declare const FieldToMatchFilterSensitiveLog: (obj: FieldToMatch) => any;
|
|
5079
|
+
/**
|
|
5080
|
+
* @internal
|
|
5081
|
+
*/
|
|
5082
|
+
export declare const ByteMatchTupleFilterSensitiveLog: (obj: ByteMatchTuple) => any;
|
|
5083
|
+
/**
|
|
5084
|
+
* @internal
|
|
5085
|
+
*/
|
|
5086
|
+
export declare const ByteMatchSetFilterSensitiveLog: (obj: ByteMatchSet) => any;
|
|
5087
|
+
/**
|
|
5088
|
+
* @internal
|
|
5089
|
+
*/
|
|
5090
|
+
export declare const CreateByteMatchSetResponseFilterSensitiveLog: (obj: CreateByteMatchSetResponse) => any;
|
|
5091
|
+
/**
|
|
5092
|
+
* @internal
|
|
5093
|
+
*/
|
|
5094
|
+
export declare const CreateGeoMatchSetRequestFilterSensitiveLog: (obj: CreateGeoMatchSetRequest) => any;
|
|
5095
|
+
/**
|
|
5096
|
+
* @internal
|
|
5097
|
+
*/
|
|
5098
|
+
export declare const GeoMatchConstraintFilterSensitiveLog: (obj: GeoMatchConstraint) => any;
|
|
5099
|
+
/**
|
|
5100
|
+
* @internal
|
|
5101
|
+
*/
|
|
5102
|
+
export declare const GeoMatchSetFilterSensitiveLog: (obj: GeoMatchSet) => any;
|
|
5103
|
+
/**
|
|
5104
|
+
* @internal
|
|
5105
|
+
*/
|
|
5106
|
+
export declare const CreateGeoMatchSetResponseFilterSensitiveLog: (obj: CreateGeoMatchSetResponse) => any;
|
|
5107
|
+
/**
|
|
5108
|
+
* @internal
|
|
5109
|
+
*/
|
|
5110
|
+
export declare const CreateIPSetRequestFilterSensitiveLog: (obj: CreateIPSetRequest) => any;
|
|
5111
|
+
/**
|
|
5112
|
+
* @internal
|
|
5113
|
+
*/
|
|
5114
|
+
export declare const IPSetDescriptorFilterSensitiveLog: (obj: IPSetDescriptor) => any;
|
|
5115
|
+
/**
|
|
5116
|
+
* @internal
|
|
5117
|
+
*/
|
|
5118
|
+
export declare const IPSetFilterSensitiveLog: (obj: IPSet) => any;
|
|
5119
|
+
/**
|
|
5120
|
+
* @internal
|
|
5121
|
+
*/
|
|
5122
|
+
export declare const CreateIPSetResponseFilterSensitiveLog: (obj: CreateIPSetResponse) => any;
|
|
5123
|
+
/**
|
|
5124
|
+
* @internal
|
|
5125
|
+
*/
|
|
5126
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
5127
|
+
/**
|
|
5128
|
+
* @internal
|
|
5129
|
+
*/
|
|
5130
|
+
export declare const CreateRateBasedRuleRequestFilterSensitiveLog: (obj: CreateRateBasedRuleRequest) => any;
|
|
5131
|
+
/**
|
|
5132
|
+
* @internal
|
|
5133
|
+
*/
|
|
5134
|
+
export declare const PredicateFilterSensitiveLog: (obj: Predicate) => any;
|
|
5135
|
+
/**
|
|
5136
|
+
* @internal
|
|
5137
|
+
*/
|
|
5138
|
+
export declare const RateBasedRuleFilterSensitiveLog: (obj: RateBasedRule) => any;
|
|
5139
|
+
/**
|
|
5140
|
+
* @internal
|
|
5141
|
+
*/
|
|
5142
|
+
export declare const CreateRateBasedRuleResponseFilterSensitiveLog: (obj: CreateRateBasedRuleResponse) => any;
|
|
5143
|
+
/**
|
|
5144
|
+
* @internal
|
|
5145
|
+
*/
|
|
5146
|
+
export declare const CreateRegexMatchSetRequestFilterSensitiveLog: (obj: CreateRegexMatchSetRequest) => any;
|
|
5147
|
+
/**
|
|
5148
|
+
* @internal
|
|
5149
|
+
*/
|
|
5150
|
+
export declare const RegexMatchTupleFilterSensitiveLog: (obj: RegexMatchTuple) => any;
|
|
5151
|
+
/**
|
|
5152
|
+
* @internal
|
|
5153
|
+
*/
|
|
5154
|
+
export declare const RegexMatchSetFilterSensitiveLog: (obj: RegexMatchSet) => any;
|
|
5155
|
+
/**
|
|
5156
|
+
* @internal
|
|
5157
|
+
*/
|
|
5158
|
+
export declare const CreateRegexMatchSetResponseFilterSensitiveLog: (obj: CreateRegexMatchSetResponse) => any;
|
|
5159
|
+
/**
|
|
5160
|
+
* @internal
|
|
5161
|
+
*/
|
|
5162
|
+
export declare const CreateRegexPatternSetRequestFilterSensitiveLog: (obj: CreateRegexPatternSetRequest) => any;
|
|
5163
|
+
/**
|
|
5164
|
+
* @internal
|
|
5165
|
+
*/
|
|
5166
|
+
export declare const RegexPatternSetFilterSensitiveLog: (obj: RegexPatternSet) => any;
|
|
5167
|
+
/**
|
|
5168
|
+
* @internal
|
|
5169
|
+
*/
|
|
5170
|
+
export declare const CreateRegexPatternSetResponseFilterSensitiveLog: (obj: CreateRegexPatternSetResponse) => any;
|
|
5171
|
+
/**
|
|
5172
|
+
* @internal
|
|
5173
|
+
*/
|
|
5174
|
+
export declare const CreateRuleRequestFilterSensitiveLog: (obj: CreateRuleRequest) => any;
|
|
5175
|
+
/**
|
|
5176
|
+
* @internal
|
|
5177
|
+
*/
|
|
5178
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
5179
|
+
/**
|
|
5180
|
+
* @internal
|
|
5181
|
+
*/
|
|
5182
|
+
export declare const CreateRuleResponseFilterSensitiveLog: (obj: CreateRuleResponse) => any;
|
|
5183
|
+
/**
|
|
5184
|
+
* @internal
|
|
5185
|
+
*/
|
|
5186
|
+
export declare const CreateRuleGroupRequestFilterSensitiveLog: (obj: CreateRuleGroupRequest) => any;
|
|
5187
|
+
/**
|
|
5188
|
+
* @internal
|
|
5189
|
+
*/
|
|
5190
|
+
export declare const RuleGroupFilterSensitiveLog: (obj: RuleGroup) => any;
|
|
5191
|
+
/**
|
|
5192
|
+
* @internal
|
|
5193
|
+
*/
|
|
5194
|
+
export declare const CreateRuleGroupResponseFilterSensitiveLog: (obj: CreateRuleGroupResponse) => any;
|
|
5195
|
+
/**
|
|
5196
|
+
* @internal
|
|
5197
|
+
*/
|
|
5198
|
+
export declare const CreateSizeConstraintSetRequestFilterSensitiveLog: (obj: CreateSizeConstraintSetRequest) => any;
|
|
5199
|
+
/**
|
|
5200
|
+
* @internal
|
|
5201
|
+
*/
|
|
5202
|
+
export declare const SizeConstraintFilterSensitiveLog: (obj: SizeConstraint) => any;
|
|
5203
|
+
/**
|
|
5204
|
+
* @internal
|
|
5205
|
+
*/
|
|
5206
|
+
export declare const SizeConstraintSetFilterSensitiveLog: (obj: SizeConstraintSet) => any;
|
|
5207
|
+
/**
|
|
5208
|
+
* @internal
|
|
5209
|
+
*/
|
|
5210
|
+
export declare const CreateSizeConstraintSetResponseFilterSensitiveLog: (obj: CreateSizeConstraintSetResponse) => any;
|
|
5211
|
+
/**
|
|
5212
|
+
* @internal
|
|
5213
|
+
*/
|
|
5214
|
+
export declare const CreateSqlInjectionMatchSetRequestFilterSensitiveLog: (obj: CreateSqlInjectionMatchSetRequest) => any;
|
|
5215
|
+
/**
|
|
5216
|
+
* @internal
|
|
5217
|
+
*/
|
|
5218
|
+
export declare const SqlInjectionMatchTupleFilterSensitiveLog: (obj: SqlInjectionMatchTuple) => any;
|
|
5219
|
+
/**
|
|
5220
|
+
* @internal
|
|
5221
|
+
*/
|
|
5222
|
+
export declare const SqlInjectionMatchSetFilterSensitiveLog: (obj: SqlInjectionMatchSet) => any;
|
|
5223
|
+
/**
|
|
5224
|
+
* @internal
|
|
5225
|
+
*/
|
|
5226
|
+
export declare const CreateSqlInjectionMatchSetResponseFilterSensitiveLog: (obj: CreateSqlInjectionMatchSetResponse) => any;
|
|
5227
|
+
/**
|
|
5228
|
+
* @internal
|
|
5229
|
+
*/
|
|
5230
|
+
export declare const CreateWebACLRequestFilterSensitiveLog: (obj: CreateWebACLRequest) => any;
|
|
5231
|
+
/**
|
|
5232
|
+
* @internal
|
|
5233
|
+
*/
|
|
5234
|
+
export declare const WebACLFilterSensitiveLog: (obj: WebACL) => any;
|
|
5235
|
+
/**
|
|
5236
|
+
* @internal
|
|
5237
|
+
*/
|
|
5238
|
+
export declare const CreateWebACLResponseFilterSensitiveLog: (obj: CreateWebACLResponse) => any;
|
|
5239
|
+
/**
|
|
5240
|
+
* @internal
|
|
5241
|
+
*/
|
|
5242
|
+
export declare const CreateWebACLMigrationStackRequestFilterSensitiveLog: (obj: CreateWebACLMigrationStackRequest) => any;
|
|
5243
|
+
/**
|
|
5244
|
+
* @internal
|
|
5245
|
+
*/
|
|
5246
|
+
export declare const CreateWebACLMigrationStackResponseFilterSensitiveLog: (obj: CreateWebACLMigrationStackResponse) => any;
|
|
5247
|
+
/**
|
|
5248
|
+
* @internal
|
|
5249
|
+
*/
|
|
5250
|
+
export declare const CreateXssMatchSetRequestFilterSensitiveLog: (obj: CreateXssMatchSetRequest) => any;
|
|
5251
|
+
/**
|
|
5252
|
+
* @internal
|
|
5253
|
+
*/
|
|
5254
|
+
export declare const XssMatchTupleFilterSensitiveLog: (obj: XssMatchTuple) => any;
|
|
5255
|
+
/**
|
|
5256
|
+
* @internal
|
|
5257
|
+
*/
|
|
5258
|
+
export declare const XssMatchSetFilterSensitiveLog: (obj: XssMatchSet) => any;
|
|
5259
|
+
/**
|
|
5260
|
+
* @internal
|
|
5261
|
+
*/
|
|
5262
|
+
export declare const CreateXssMatchSetResponseFilterSensitiveLog: (obj: CreateXssMatchSetResponse) => any;
|
|
5263
|
+
/**
|
|
5264
|
+
* @internal
|
|
5265
|
+
*/
|
|
5266
|
+
export declare const DeleteByteMatchSetRequestFilterSensitiveLog: (obj: DeleteByteMatchSetRequest) => any;
|
|
5267
|
+
/**
|
|
5268
|
+
* @internal
|
|
5269
|
+
*/
|
|
5270
|
+
export declare const DeleteByteMatchSetResponseFilterSensitiveLog: (obj: DeleteByteMatchSetResponse) => any;
|
|
5271
|
+
/**
|
|
5272
|
+
* @internal
|
|
5273
|
+
*/
|
|
5274
|
+
export declare const DeleteGeoMatchSetRequestFilterSensitiveLog: (obj: DeleteGeoMatchSetRequest) => any;
|
|
5275
|
+
/**
|
|
5276
|
+
* @internal
|
|
5277
|
+
*/
|
|
5278
|
+
export declare const DeleteGeoMatchSetResponseFilterSensitiveLog: (obj: DeleteGeoMatchSetResponse) => any;
|
|
5279
|
+
/**
|
|
5280
|
+
* @internal
|
|
5281
|
+
*/
|
|
5282
|
+
export declare const DeleteIPSetRequestFilterSensitiveLog: (obj: DeleteIPSetRequest) => any;
|
|
5283
|
+
/**
|
|
5284
|
+
* @internal
|
|
5285
|
+
*/
|
|
5286
|
+
export declare const DeleteIPSetResponseFilterSensitiveLog: (obj: DeleteIPSetResponse) => any;
|
|
5287
|
+
/**
|
|
5288
|
+
* @internal
|
|
5289
|
+
*/
|
|
5290
|
+
export declare const DeleteLoggingConfigurationRequestFilterSensitiveLog: (obj: DeleteLoggingConfigurationRequest) => any;
|
|
5291
|
+
/**
|
|
5292
|
+
* @internal
|
|
5293
|
+
*/
|
|
5294
|
+
export declare const DeleteLoggingConfigurationResponseFilterSensitiveLog: (obj: DeleteLoggingConfigurationResponse) => any;
|
|
5295
|
+
/**
|
|
5296
|
+
* @internal
|
|
5297
|
+
*/
|
|
5298
|
+
export declare const DeletePermissionPolicyRequestFilterSensitiveLog: (obj: DeletePermissionPolicyRequest) => any;
|
|
5299
|
+
/**
|
|
5300
|
+
* @internal
|
|
5301
|
+
*/
|
|
5302
|
+
export declare const DeletePermissionPolicyResponseFilterSensitiveLog: (obj: DeletePermissionPolicyResponse) => any;
|
|
5303
|
+
/**
|
|
5304
|
+
* @internal
|
|
5305
|
+
*/
|
|
5306
|
+
export declare const DeleteRateBasedRuleRequestFilterSensitiveLog: (obj: DeleteRateBasedRuleRequest) => any;
|
|
5307
|
+
/**
|
|
5308
|
+
* @internal
|
|
5309
|
+
*/
|
|
5310
|
+
export declare const DeleteRateBasedRuleResponseFilterSensitiveLog: (obj: DeleteRateBasedRuleResponse) => any;
|
|
5311
|
+
/**
|
|
5312
|
+
* @internal
|
|
5313
|
+
*/
|
|
5314
|
+
export declare const DeleteRegexMatchSetRequestFilterSensitiveLog: (obj: DeleteRegexMatchSetRequest) => any;
|
|
5315
|
+
/**
|
|
5316
|
+
* @internal
|
|
5317
|
+
*/
|
|
5318
|
+
export declare const DeleteRegexMatchSetResponseFilterSensitiveLog: (obj: DeleteRegexMatchSetResponse) => any;
|
|
5319
|
+
/**
|
|
5320
|
+
* @internal
|
|
5321
|
+
*/
|
|
5322
|
+
export declare const DeleteRegexPatternSetRequestFilterSensitiveLog: (obj: DeleteRegexPatternSetRequest) => any;
|
|
5323
|
+
/**
|
|
5324
|
+
* @internal
|
|
5325
|
+
*/
|
|
5326
|
+
export declare const DeleteRegexPatternSetResponseFilterSensitiveLog: (obj: DeleteRegexPatternSetResponse) => any;
|
|
5327
|
+
/**
|
|
5328
|
+
* @internal
|
|
5329
|
+
*/
|
|
5330
|
+
export declare const DeleteRuleRequestFilterSensitiveLog: (obj: DeleteRuleRequest) => any;
|
|
5331
|
+
/**
|
|
5332
|
+
* @internal
|
|
5333
|
+
*/
|
|
5334
|
+
export declare const DeleteRuleResponseFilterSensitiveLog: (obj: DeleteRuleResponse) => any;
|
|
5335
|
+
/**
|
|
5336
|
+
* @internal
|
|
5337
|
+
*/
|
|
5338
|
+
export declare const DeleteRuleGroupRequestFilterSensitiveLog: (obj: DeleteRuleGroupRequest) => any;
|
|
5339
|
+
/**
|
|
5340
|
+
* @internal
|
|
5341
|
+
*/
|
|
5342
|
+
export declare const DeleteRuleGroupResponseFilterSensitiveLog: (obj: DeleteRuleGroupResponse) => any;
|
|
5343
|
+
/**
|
|
5344
|
+
* @internal
|
|
5345
|
+
*/
|
|
5346
|
+
export declare const DeleteSizeConstraintSetRequestFilterSensitiveLog: (obj: DeleteSizeConstraintSetRequest) => any;
|
|
5347
|
+
/**
|
|
5348
|
+
* @internal
|
|
5349
|
+
*/
|
|
5350
|
+
export declare const DeleteSizeConstraintSetResponseFilterSensitiveLog: (obj: DeleteSizeConstraintSetResponse) => any;
|
|
5351
|
+
/**
|
|
5352
|
+
* @internal
|
|
5353
|
+
*/
|
|
5354
|
+
export declare const DeleteSqlInjectionMatchSetRequestFilterSensitiveLog: (obj: DeleteSqlInjectionMatchSetRequest) => any;
|
|
5355
|
+
/**
|
|
5356
|
+
* @internal
|
|
5357
|
+
*/
|
|
5358
|
+
export declare const DeleteSqlInjectionMatchSetResponseFilterSensitiveLog: (obj: DeleteSqlInjectionMatchSetResponse) => any;
|
|
5359
|
+
/**
|
|
5360
|
+
* @internal
|
|
5361
|
+
*/
|
|
5362
|
+
export declare const DeleteWebACLRequestFilterSensitiveLog: (obj: DeleteWebACLRequest) => any;
|
|
5363
|
+
/**
|
|
5364
|
+
* @internal
|
|
5365
|
+
*/
|
|
5366
|
+
export declare const DeleteWebACLResponseFilterSensitiveLog: (obj: DeleteWebACLResponse) => any;
|
|
5367
|
+
/**
|
|
5368
|
+
* @internal
|
|
5369
|
+
*/
|
|
5370
|
+
export declare const DeleteXssMatchSetRequestFilterSensitiveLog: (obj: DeleteXssMatchSetRequest) => any;
|
|
5371
|
+
/**
|
|
5372
|
+
* @internal
|
|
5373
|
+
*/
|
|
5374
|
+
export declare const DeleteXssMatchSetResponseFilterSensitiveLog: (obj: DeleteXssMatchSetResponse) => any;
|
|
5375
|
+
/**
|
|
5376
|
+
* @internal
|
|
5377
|
+
*/
|
|
5378
|
+
export declare const GetByteMatchSetRequestFilterSensitiveLog: (obj: GetByteMatchSetRequest) => any;
|
|
5379
|
+
/**
|
|
5380
|
+
* @internal
|
|
5381
|
+
*/
|
|
5382
|
+
export declare const GetByteMatchSetResponseFilterSensitiveLog: (obj: GetByteMatchSetResponse) => any;
|
|
5383
|
+
/**
|
|
5384
|
+
* @internal
|
|
5385
|
+
*/
|
|
5386
|
+
export declare const GetChangeTokenRequestFilterSensitiveLog: (obj: GetChangeTokenRequest) => any;
|
|
5387
|
+
/**
|
|
5388
|
+
* @internal
|
|
5389
|
+
*/
|
|
5390
|
+
export declare const GetChangeTokenResponseFilterSensitiveLog: (obj: GetChangeTokenResponse) => any;
|
|
5391
|
+
/**
|
|
5392
|
+
* @internal
|
|
5393
|
+
*/
|
|
5394
|
+
export declare const GetChangeTokenStatusRequestFilterSensitiveLog: (obj: GetChangeTokenStatusRequest) => any;
|
|
5395
|
+
/**
|
|
5396
|
+
* @internal
|
|
5397
|
+
*/
|
|
5398
|
+
export declare const GetChangeTokenStatusResponseFilterSensitiveLog: (obj: GetChangeTokenStatusResponse) => any;
|
|
5399
|
+
/**
|
|
5400
|
+
* @internal
|
|
5401
|
+
*/
|
|
5402
|
+
export declare const GetGeoMatchSetRequestFilterSensitiveLog: (obj: GetGeoMatchSetRequest) => any;
|
|
5403
|
+
/**
|
|
5404
|
+
* @internal
|
|
5405
|
+
*/
|
|
5406
|
+
export declare const GetGeoMatchSetResponseFilterSensitiveLog: (obj: GetGeoMatchSetResponse) => any;
|
|
5407
|
+
/**
|
|
5408
|
+
* @internal
|
|
5409
|
+
*/
|
|
5410
|
+
export declare const GetIPSetRequestFilterSensitiveLog: (obj: GetIPSetRequest) => any;
|
|
5411
|
+
/**
|
|
5412
|
+
* @internal
|
|
5413
|
+
*/
|
|
5414
|
+
export declare const GetIPSetResponseFilterSensitiveLog: (obj: GetIPSetResponse) => any;
|
|
5415
|
+
/**
|
|
5416
|
+
* @internal
|
|
5417
|
+
*/
|
|
5418
|
+
export declare const GetLoggingConfigurationRequestFilterSensitiveLog: (obj: GetLoggingConfigurationRequest) => any;
|
|
5419
|
+
/**
|
|
5420
|
+
* @internal
|
|
5421
|
+
*/
|
|
5422
|
+
export declare const LoggingConfigurationFilterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
5423
|
+
/**
|
|
5424
|
+
* @internal
|
|
5425
|
+
*/
|
|
5426
|
+
export declare const GetLoggingConfigurationResponseFilterSensitiveLog: (obj: GetLoggingConfigurationResponse) => any;
|
|
5427
|
+
/**
|
|
5428
|
+
* @internal
|
|
5429
|
+
*/
|
|
5430
|
+
export declare const GetPermissionPolicyRequestFilterSensitiveLog: (obj: GetPermissionPolicyRequest) => any;
|
|
5431
|
+
/**
|
|
5432
|
+
* @internal
|
|
5433
|
+
*/
|
|
5434
|
+
export declare const GetPermissionPolicyResponseFilterSensitiveLog: (obj: GetPermissionPolicyResponse) => any;
|
|
5435
|
+
/**
|
|
5436
|
+
* @internal
|
|
5437
|
+
*/
|
|
5438
|
+
export declare const GetRateBasedRuleRequestFilterSensitiveLog: (obj: GetRateBasedRuleRequest) => any;
|
|
5439
|
+
/**
|
|
5440
|
+
* @internal
|
|
5441
|
+
*/
|
|
5442
|
+
export declare const GetRateBasedRuleResponseFilterSensitiveLog: (obj: GetRateBasedRuleResponse) => any;
|
|
5443
|
+
/**
|
|
5444
|
+
* @internal
|
|
5445
|
+
*/
|
|
5446
|
+
export declare const GetRateBasedRuleManagedKeysRequestFilterSensitiveLog: (obj: GetRateBasedRuleManagedKeysRequest) => any;
|
|
5447
|
+
/**
|
|
5448
|
+
* @internal
|
|
5449
|
+
*/
|
|
5450
|
+
export declare const GetRateBasedRuleManagedKeysResponseFilterSensitiveLog: (obj: GetRateBasedRuleManagedKeysResponse) => any;
|
|
5451
|
+
/**
|
|
5452
|
+
* @internal
|
|
5453
|
+
*/
|
|
5454
|
+
export declare const GetRegexMatchSetRequestFilterSensitiveLog: (obj: GetRegexMatchSetRequest) => any;
|
|
5455
|
+
/**
|
|
5456
|
+
* @internal
|
|
5457
|
+
*/
|
|
5458
|
+
export declare const GetRegexMatchSetResponseFilterSensitiveLog: (obj: GetRegexMatchSetResponse) => any;
|
|
5459
|
+
/**
|
|
5460
|
+
* @internal
|
|
5461
|
+
*/
|
|
5462
|
+
export declare const GetRegexPatternSetRequestFilterSensitiveLog: (obj: GetRegexPatternSetRequest) => any;
|
|
5463
|
+
/**
|
|
5464
|
+
* @internal
|
|
5465
|
+
*/
|
|
5466
|
+
export declare const GetRegexPatternSetResponseFilterSensitiveLog: (obj: GetRegexPatternSetResponse) => any;
|
|
5467
|
+
/**
|
|
5468
|
+
* @internal
|
|
5469
|
+
*/
|
|
5470
|
+
export declare const GetRuleRequestFilterSensitiveLog: (obj: GetRuleRequest) => any;
|
|
5471
|
+
/**
|
|
5472
|
+
* @internal
|
|
5473
|
+
*/
|
|
5474
|
+
export declare const GetRuleResponseFilterSensitiveLog: (obj: GetRuleResponse) => any;
|
|
5475
|
+
/**
|
|
5476
|
+
* @internal
|
|
5477
|
+
*/
|
|
5478
|
+
export declare const GetRuleGroupRequestFilterSensitiveLog: (obj: GetRuleGroupRequest) => any;
|
|
5479
|
+
/**
|
|
5480
|
+
* @internal
|
|
5481
|
+
*/
|
|
5482
|
+
export declare const GetRuleGroupResponseFilterSensitiveLog: (obj: GetRuleGroupResponse) => any;
|
|
5483
|
+
/**
|
|
5484
|
+
* @internal
|
|
5485
|
+
*/
|
|
5486
|
+
export declare const TimeWindowFilterSensitiveLog: (obj: TimeWindow) => any;
|
|
5487
|
+
/**
|
|
5488
|
+
* @internal
|
|
5489
|
+
*/
|
|
5490
|
+
export declare const GetSampledRequestsRequestFilterSensitiveLog: (obj: GetSampledRequestsRequest) => any;
|
|
5491
|
+
/**
|
|
5492
|
+
* @internal
|
|
5493
|
+
*/
|
|
5494
|
+
export declare const HTTPHeaderFilterSensitiveLog: (obj: HTTPHeader) => any;
|
|
5495
|
+
/**
|
|
5496
|
+
* @internal
|
|
5497
|
+
*/
|
|
5498
|
+
export declare const HTTPRequestFilterSensitiveLog: (obj: HTTPRequest) => any;
|
|
5499
|
+
/**
|
|
5500
|
+
* @internal
|
|
5501
|
+
*/
|
|
5502
|
+
export declare const SampledHTTPRequestFilterSensitiveLog: (obj: SampledHTTPRequest) => any;
|
|
5503
|
+
/**
|
|
5504
|
+
* @internal
|
|
5505
|
+
*/
|
|
5506
|
+
export declare const GetSampledRequestsResponseFilterSensitiveLog: (obj: GetSampledRequestsResponse) => any;
|
|
5507
|
+
/**
|
|
5508
|
+
* @internal
|
|
5509
|
+
*/
|
|
5510
|
+
export declare const GetSizeConstraintSetRequestFilterSensitiveLog: (obj: GetSizeConstraintSetRequest) => any;
|
|
5511
|
+
/**
|
|
5512
|
+
* @internal
|
|
5513
|
+
*/
|
|
5514
|
+
export declare const GetSizeConstraintSetResponseFilterSensitiveLog: (obj: GetSizeConstraintSetResponse) => any;
|
|
5515
|
+
/**
|
|
5516
|
+
* @internal
|
|
5517
|
+
*/
|
|
5518
|
+
export declare const GetSqlInjectionMatchSetRequestFilterSensitiveLog: (obj: GetSqlInjectionMatchSetRequest) => any;
|
|
5519
|
+
/**
|
|
5520
|
+
* @internal
|
|
5521
|
+
*/
|
|
5522
|
+
export declare const GetSqlInjectionMatchSetResponseFilterSensitiveLog: (obj: GetSqlInjectionMatchSetResponse) => any;
|
|
5523
|
+
/**
|
|
5524
|
+
* @internal
|
|
5525
|
+
*/
|
|
5526
|
+
export declare const GetWebACLRequestFilterSensitiveLog: (obj: GetWebACLRequest) => any;
|
|
5527
|
+
/**
|
|
5528
|
+
* @internal
|
|
5529
|
+
*/
|
|
5530
|
+
export declare const GetWebACLResponseFilterSensitiveLog: (obj: GetWebACLResponse) => any;
|
|
5531
|
+
/**
|
|
5532
|
+
* @internal
|
|
5533
|
+
*/
|
|
5534
|
+
export declare const GetXssMatchSetRequestFilterSensitiveLog: (obj: GetXssMatchSetRequest) => any;
|
|
5535
|
+
/**
|
|
5536
|
+
* @internal
|
|
5537
|
+
*/
|
|
5538
|
+
export declare const GetXssMatchSetResponseFilterSensitiveLog: (obj: GetXssMatchSetResponse) => any;
|
|
5539
|
+
/**
|
|
5540
|
+
* @internal
|
|
5541
|
+
*/
|
|
5542
|
+
export declare const ListActivatedRulesInRuleGroupRequestFilterSensitiveLog: (obj: ListActivatedRulesInRuleGroupRequest) => any;
|
|
5543
|
+
/**
|
|
5544
|
+
* @internal
|
|
5545
|
+
*/
|
|
5546
|
+
export declare const ListActivatedRulesInRuleGroupResponseFilterSensitiveLog: (obj: ListActivatedRulesInRuleGroupResponse) => any;
|
|
5547
|
+
/**
|
|
5548
|
+
* @internal
|
|
5549
|
+
*/
|
|
5550
|
+
export declare const ListByteMatchSetsRequestFilterSensitiveLog: (obj: ListByteMatchSetsRequest) => any;
|
|
5551
|
+
/**
|
|
5552
|
+
* @internal
|
|
5553
|
+
*/
|
|
5554
|
+
export declare const ByteMatchSetSummaryFilterSensitiveLog: (obj: ByteMatchSetSummary) => any;
|
|
5555
|
+
/**
|
|
5556
|
+
* @internal
|
|
5557
|
+
*/
|
|
5558
|
+
export declare const ListByteMatchSetsResponseFilterSensitiveLog: (obj: ListByteMatchSetsResponse) => any;
|
|
5559
|
+
/**
|
|
5560
|
+
* @internal
|
|
5561
|
+
*/
|
|
5562
|
+
export declare const ListGeoMatchSetsRequestFilterSensitiveLog: (obj: ListGeoMatchSetsRequest) => any;
|
|
5563
|
+
/**
|
|
5564
|
+
* @internal
|
|
5565
|
+
*/
|
|
5566
|
+
export declare const GeoMatchSetSummaryFilterSensitiveLog: (obj: GeoMatchSetSummary) => any;
|
|
5567
|
+
/**
|
|
5568
|
+
* @internal
|
|
5569
|
+
*/
|
|
5570
|
+
export declare const ListGeoMatchSetsResponseFilterSensitiveLog: (obj: ListGeoMatchSetsResponse) => any;
|
|
5571
|
+
/**
|
|
5572
|
+
* @internal
|
|
5573
|
+
*/
|
|
5574
|
+
export declare const ListIPSetsRequestFilterSensitiveLog: (obj: ListIPSetsRequest) => any;
|
|
5575
|
+
/**
|
|
5576
|
+
* @internal
|
|
5577
|
+
*/
|
|
5578
|
+
export declare const IPSetSummaryFilterSensitiveLog: (obj: IPSetSummary) => any;
|
|
5579
|
+
/**
|
|
5580
|
+
* @internal
|
|
5581
|
+
*/
|
|
5582
|
+
export declare const ListIPSetsResponseFilterSensitiveLog: (obj: ListIPSetsResponse) => any;
|
|
5583
|
+
/**
|
|
5584
|
+
* @internal
|
|
5585
|
+
*/
|
|
5586
|
+
export declare const ListLoggingConfigurationsRequestFilterSensitiveLog: (obj: ListLoggingConfigurationsRequest) => any;
|
|
5587
|
+
/**
|
|
5588
|
+
* @internal
|
|
5589
|
+
*/
|
|
5590
|
+
export declare const ListLoggingConfigurationsResponseFilterSensitiveLog: (obj: ListLoggingConfigurationsResponse) => any;
|
|
5591
|
+
/**
|
|
5592
|
+
* @internal
|
|
5593
|
+
*/
|
|
5594
|
+
export declare const ListRateBasedRulesRequestFilterSensitiveLog: (obj: ListRateBasedRulesRequest) => any;
|
|
5595
|
+
/**
|
|
5596
|
+
* @internal
|
|
5597
|
+
*/
|
|
5598
|
+
export declare const RuleSummaryFilterSensitiveLog: (obj: RuleSummary) => any;
|
|
5599
|
+
/**
|
|
5600
|
+
* @internal
|
|
5601
|
+
*/
|
|
5602
|
+
export declare const ListRateBasedRulesResponseFilterSensitiveLog: (obj: ListRateBasedRulesResponse) => any;
|
|
5603
|
+
/**
|
|
5604
|
+
* @internal
|
|
5605
|
+
*/
|
|
5606
|
+
export declare const ListRegexMatchSetsRequestFilterSensitiveLog: (obj: ListRegexMatchSetsRequest) => any;
|
|
5607
|
+
/**
|
|
5608
|
+
* @internal
|
|
5609
|
+
*/
|
|
5610
|
+
export declare const RegexMatchSetSummaryFilterSensitiveLog: (obj: RegexMatchSetSummary) => any;
|
|
5611
|
+
/**
|
|
5612
|
+
* @internal
|
|
5613
|
+
*/
|
|
5614
|
+
export declare const ListRegexMatchSetsResponseFilterSensitiveLog: (obj: ListRegexMatchSetsResponse) => any;
|
|
5615
|
+
/**
|
|
5616
|
+
* @internal
|
|
5617
|
+
*/
|
|
5618
|
+
export declare const ListRegexPatternSetsRequestFilterSensitiveLog: (obj: ListRegexPatternSetsRequest) => any;
|
|
5619
|
+
/**
|
|
5620
|
+
* @internal
|
|
5621
|
+
*/
|
|
5622
|
+
export declare const RegexPatternSetSummaryFilterSensitiveLog: (obj: RegexPatternSetSummary) => any;
|
|
5623
|
+
/**
|
|
5624
|
+
* @internal
|
|
5625
|
+
*/
|
|
5626
|
+
export declare const ListRegexPatternSetsResponseFilterSensitiveLog: (obj: ListRegexPatternSetsResponse) => any;
|
|
5627
|
+
/**
|
|
5628
|
+
* @internal
|
|
5629
|
+
*/
|
|
5630
|
+
export declare const ListRuleGroupsRequestFilterSensitiveLog: (obj: ListRuleGroupsRequest) => any;
|
|
5631
|
+
/**
|
|
5632
|
+
* @internal
|
|
5633
|
+
*/
|
|
5634
|
+
export declare const RuleGroupSummaryFilterSensitiveLog: (obj: RuleGroupSummary) => any;
|
|
5635
|
+
/**
|
|
5636
|
+
* @internal
|
|
5637
|
+
*/
|
|
5638
|
+
export declare const ListRuleGroupsResponseFilterSensitiveLog: (obj: ListRuleGroupsResponse) => any;
|
|
5639
|
+
/**
|
|
5640
|
+
* @internal
|
|
5641
|
+
*/
|
|
5642
|
+
export declare const ListRulesRequestFilterSensitiveLog: (obj: ListRulesRequest) => any;
|
|
5643
|
+
/**
|
|
5644
|
+
* @internal
|
|
5645
|
+
*/
|
|
5646
|
+
export declare const ListRulesResponseFilterSensitiveLog: (obj: ListRulesResponse) => any;
|
|
5647
|
+
/**
|
|
5648
|
+
* @internal
|
|
5649
|
+
*/
|
|
5650
|
+
export declare const ListSizeConstraintSetsRequestFilterSensitiveLog: (obj: ListSizeConstraintSetsRequest) => any;
|
|
5651
|
+
/**
|
|
5652
|
+
* @internal
|
|
5653
|
+
*/
|
|
5654
|
+
export declare const SizeConstraintSetSummaryFilterSensitiveLog: (obj: SizeConstraintSetSummary) => any;
|
|
5655
|
+
/**
|
|
5656
|
+
* @internal
|
|
5657
|
+
*/
|
|
5658
|
+
export declare const ListSizeConstraintSetsResponseFilterSensitiveLog: (obj: ListSizeConstraintSetsResponse) => any;
|
|
5659
|
+
/**
|
|
5660
|
+
* @internal
|
|
5661
|
+
*/
|
|
5662
|
+
export declare const ListSqlInjectionMatchSetsRequestFilterSensitiveLog: (obj: ListSqlInjectionMatchSetsRequest) => any;
|
|
5663
|
+
/**
|
|
5664
|
+
* @internal
|
|
5665
|
+
*/
|
|
5666
|
+
export declare const SqlInjectionMatchSetSummaryFilterSensitiveLog: (obj: SqlInjectionMatchSetSummary) => any;
|
|
5667
|
+
/**
|
|
5668
|
+
* @internal
|
|
5669
|
+
*/
|
|
5670
|
+
export declare const ListSqlInjectionMatchSetsResponseFilterSensitiveLog: (obj: ListSqlInjectionMatchSetsResponse) => any;
|
|
5671
|
+
/**
|
|
5672
|
+
* @internal
|
|
5673
|
+
*/
|
|
5674
|
+
export declare const ListSubscribedRuleGroupsRequestFilterSensitiveLog: (obj: ListSubscribedRuleGroupsRequest) => any;
|
|
5675
|
+
/**
|
|
5676
|
+
* @internal
|
|
5677
|
+
*/
|
|
5678
|
+
export declare const SubscribedRuleGroupSummaryFilterSensitiveLog: (obj: SubscribedRuleGroupSummary) => any;
|
|
5679
|
+
/**
|
|
5680
|
+
* @internal
|
|
5681
|
+
*/
|
|
5682
|
+
export declare const ListSubscribedRuleGroupsResponseFilterSensitiveLog: (obj: ListSubscribedRuleGroupsResponse) => any;
|
|
5683
|
+
/**
|
|
5684
|
+
* @internal
|
|
5685
|
+
*/
|
|
5686
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
5687
|
+
/**
|
|
5688
|
+
* @internal
|
|
5689
|
+
*/
|
|
5690
|
+
export declare const TagInfoForResourceFilterSensitiveLog: (obj: TagInfoForResource) => any;
|
|
5691
|
+
/**
|
|
5692
|
+
* @internal
|
|
5693
|
+
*/
|
|
5694
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
5695
|
+
/**
|
|
5696
|
+
* @internal
|
|
5697
|
+
*/
|
|
5698
|
+
export declare const ListWebACLsRequestFilterSensitiveLog: (obj: ListWebACLsRequest) => any;
|
|
5699
|
+
/**
|
|
5700
|
+
* @internal
|
|
5701
|
+
*/
|
|
5702
|
+
export declare const WebACLSummaryFilterSensitiveLog: (obj: WebACLSummary) => any;
|
|
5703
|
+
/**
|
|
5704
|
+
* @internal
|
|
5705
|
+
*/
|
|
5706
|
+
export declare const ListWebACLsResponseFilterSensitiveLog: (obj: ListWebACLsResponse) => any;
|
|
5707
|
+
/**
|
|
5708
|
+
* @internal
|
|
5709
|
+
*/
|
|
5710
|
+
export declare const ListXssMatchSetsRequestFilterSensitiveLog: (obj: ListXssMatchSetsRequest) => any;
|
|
5711
|
+
/**
|
|
5712
|
+
* @internal
|
|
5713
|
+
*/
|
|
5714
|
+
export declare const XssMatchSetSummaryFilterSensitiveLog: (obj: XssMatchSetSummary) => any;
|
|
5715
|
+
/**
|
|
5716
|
+
* @internal
|
|
5717
|
+
*/
|
|
5718
|
+
export declare const ListXssMatchSetsResponseFilterSensitiveLog: (obj: ListXssMatchSetsResponse) => any;
|
|
5719
|
+
/**
|
|
5720
|
+
* @internal
|
|
5721
|
+
*/
|
|
5722
|
+
export declare const PutLoggingConfigurationRequestFilterSensitiveLog: (obj: PutLoggingConfigurationRequest) => any;
|
|
5723
|
+
/**
|
|
5724
|
+
* @internal
|
|
5725
|
+
*/
|
|
5726
|
+
export declare const PutLoggingConfigurationResponseFilterSensitiveLog: (obj: PutLoggingConfigurationResponse) => any;
|
|
5727
|
+
/**
|
|
5728
|
+
* @internal
|
|
5729
|
+
*/
|
|
5730
|
+
export declare const PutPermissionPolicyRequestFilterSensitiveLog: (obj: PutPermissionPolicyRequest) => any;
|
|
5731
|
+
/**
|
|
5732
|
+
* @internal
|
|
5733
|
+
*/
|
|
5734
|
+
export declare const PutPermissionPolicyResponseFilterSensitiveLog: (obj: PutPermissionPolicyResponse) => any;
|
|
5735
|
+
/**
|
|
5736
|
+
* @internal
|
|
5737
|
+
*/
|
|
5738
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
5739
|
+
/**
|
|
5740
|
+
* @internal
|
|
5741
|
+
*/
|
|
5742
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
5743
|
+
/**
|
|
5744
|
+
* @internal
|
|
5745
|
+
*/
|
|
5746
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
5747
|
+
/**
|
|
5748
|
+
* @internal
|
|
5749
|
+
*/
|
|
5750
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
5751
|
+
/**
|
|
5752
|
+
* @internal
|
|
5753
|
+
*/
|
|
5754
|
+
export declare const ByteMatchSetUpdateFilterSensitiveLog: (obj: ByteMatchSetUpdate) => any;
|
|
5755
|
+
/**
|
|
5756
|
+
* @internal
|
|
5757
|
+
*/
|
|
5758
|
+
export declare const UpdateByteMatchSetRequestFilterSensitiveLog: (obj: UpdateByteMatchSetRequest) => any;
|
|
5759
|
+
/**
|
|
5760
|
+
* @internal
|
|
5761
|
+
*/
|
|
5762
|
+
export declare const UpdateByteMatchSetResponseFilterSensitiveLog: (obj: UpdateByteMatchSetResponse) => any;
|
|
5763
|
+
/**
|
|
5764
|
+
* @internal
|
|
5765
|
+
*/
|
|
5766
|
+
export declare const GeoMatchSetUpdateFilterSensitiveLog: (obj: GeoMatchSetUpdate) => any;
|
|
5767
|
+
/**
|
|
5768
|
+
* @internal
|
|
5769
|
+
*/
|
|
5770
|
+
export declare const UpdateGeoMatchSetRequestFilterSensitiveLog: (obj: UpdateGeoMatchSetRequest) => any;
|
|
5771
|
+
/**
|
|
5772
|
+
* @internal
|
|
5773
|
+
*/
|
|
5774
|
+
export declare const UpdateGeoMatchSetResponseFilterSensitiveLog: (obj: UpdateGeoMatchSetResponse) => any;
|
|
5775
|
+
/**
|
|
5776
|
+
* @internal
|
|
5777
|
+
*/
|
|
5778
|
+
export declare const IPSetUpdateFilterSensitiveLog: (obj: IPSetUpdate) => any;
|
|
5779
|
+
/**
|
|
5780
|
+
* @internal
|
|
5781
|
+
*/
|
|
5782
|
+
export declare const UpdateIPSetRequestFilterSensitiveLog: (obj: UpdateIPSetRequest) => any;
|
|
5783
|
+
/**
|
|
5784
|
+
* @internal
|
|
5785
|
+
*/
|
|
5786
|
+
export declare const UpdateIPSetResponseFilterSensitiveLog: (obj: UpdateIPSetResponse) => any;
|
|
5787
|
+
/**
|
|
5788
|
+
* @internal
|
|
5789
|
+
*/
|
|
5790
|
+
export declare const RuleUpdateFilterSensitiveLog: (obj: RuleUpdate) => any;
|
|
5791
|
+
/**
|
|
5792
|
+
* @internal
|
|
5793
|
+
*/
|
|
5794
|
+
export declare const UpdateRateBasedRuleRequestFilterSensitiveLog: (obj: UpdateRateBasedRuleRequest) => any;
|
|
5795
|
+
/**
|
|
5796
|
+
* @internal
|
|
5797
|
+
*/
|
|
5798
|
+
export declare const UpdateRateBasedRuleResponseFilterSensitiveLog: (obj: UpdateRateBasedRuleResponse) => any;
|
|
5799
|
+
/**
|
|
5800
|
+
* @internal
|
|
5801
|
+
*/
|
|
5802
|
+
export declare const RegexMatchSetUpdateFilterSensitiveLog: (obj: RegexMatchSetUpdate) => any;
|
|
5803
|
+
/**
|
|
5804
|
+
* @internal
|
|
5805
|
+
*/
|
|
5806
|
+
export declare const UpdateRegexMatchSetRequestFilterSensitiveLog: (obj: UpdateRegexMatchSetRequest) => any;
|
|
5807
|
+
/**
|
|
5808
|
+
* @internal
|
|
5809
|
+
*/
|
|
5810
|
+
export declare const UpdateRegexMatchSetResponseFilterSensitiveLog: (obj: UpdateRegexMatchSetResponse) => any;
|
|
5811
|
+
/**
|
|
5812
|
+
* @internal
|
|
5813
|
+
*/
|
|
5814
|
+
export declare const RegexPatternSetUpdateFilterSensitiveLog: (obj: RegexPatternSetUpdate) => any;
|
|
5815
|
+
/**
|
|
5816
|
+
* @internal
|
|
5817
|
+
*/
|
|
5818
|
+
export declare const UpdateRegexPatternSetRequestFilterSensitiveLog: (obj: UpdateRegexPatternSetRequest) => any;
|
|
5819
|
+
/**
|
|
5820
|
+
* @internal
|
|
5821
|
+
*/
|
|
5822
|
+
export declare const UpdateRegexPatternSetResponseFilterSensitiveLog: (obj: UpdateRegexPatternSetResponse) => any;
|
|
5823
|
+
/**
|
|
5824
|
+
* @internal
|
|
5825
|
+
*/
|
|
5826
|
+
export declare const UpdateRuleRequestFilterSensitiveLog: (obj: UpdateRuleRequest) => any;
|
|
5827
|
+
/**
|
|
5828
|
+
* @internal
|
|
5829
|
+
*/
|
|
5830
|
+
export declare const UpdateRuleResponseFilterSensitiveLog: (obj: UpdateRuleResponse) => any;
|
|
5831
|
+
/**
|
|
5832
|
+
* @internal
|
|
5833
|
+
*/
|
|
5834
|
+
export declare const RuleGroupUpdateFilterSensitiveLog: (obj: RuleGroupUpdate) => any;
|
|
5835
|
+
/**
|
|
5836
|
+
* @internal
|
|
5837
|
+
*/
|
|
5838
|
+
export declare const UpdateRuleGroupRequestFilterSensitiveLog: (obj: UpdateRuleGroupRequest) => any;
|
|
5839
|
+
/**
|
|
5840
|
+
* @internal
|
|
5841
|
+
*/
|
|
5842
|
+
export declare const UpdateRuleGroupResponseFilterSensitiveLog: (obj: UpdateRuleGroupResponse) => any;
|
|
5843
|
+
/**
|
|
5844
|
+
* @internal
|
|
5845
|
+
*/
|
|
5846
|
+
export declare const SizeConstraintSetUpdateFilterSensitiveLog: (obj: SizeConstraintSetUpdate) => any;
|
|
5847
|
+
/**
|
|
5848
|
+
* @internal
|
|
5849
|
+
*/
|
|
5850
|
+
export declare const UpdateSizeConstraintSetRequestFilterSensitiveLog: (obj: UpdateSizeConstraintSetRequest) => any;
|
|
5851
|
+
/**
|
|
5852
|
+
* @internal
|
|
5853
|
+
*/
|
|
5854
|
+
export declare const UpdateSizeConstraintSetResponseFilterSensitiveLog: (obj: UpdateSizeConstraintSetResponse) => any;
|
|
5855
|
+
/**
|
|
5856
|
+
* @internal
|
|
5857
|
+
*/
|
|
5858
|
+
export declare const SqlInjectionMatchSetUpdateFilterSensitiveLog: (obj: SqlInjectionMatchSetUpdate) => any;
|
|
5859
|
+
/**
|
|
5860
|
+
* @internal
|
|
5861
|
+
*/
|
|
5862
|
+
export declare const UpdateSqlInjectionMatchSetRequestFilterSensitiveLog: (obj: UpdateSqlInjectionMatchSetRequest) => any;
|
|
5863
|
+
/**
|
|
5864
|
+
* @internal
|
|
5865
|
+
*/
|
|
5866
|
+
export declare const UpdateSqlInjectionMatchSetResponseFilterSensitiveLog: (obj: UpdateSqlInjectionMatchSetResponse) => any;
|
|
5867
|
+
/**
|
|
5868
|
+
* @internal
|
|
5869
|
+
*/
|
|
5870
|
+
export declare const WebACLUpdateFilterSensitiveLog: (obj: WebACLUpdate) => any;
|
|
5871
|
+
/**
|
|
5872
|
+
* @internal
|
|
5873
|
+
*/
|
|
5874
|
+
export declare const UpdateWebACLRequestFilterSensitiveLog: (obj: UpdateWebACLRequest) => any;
|
|
5875
|
+
/**
|
|
5876
|
+
* @internal
|
|
5877
|
+
*/
|
|
5878
|
+
export declare const UpdateWebACLResponseFilterSensitiveLog: (obj: UpdateWebACLResponse) => any;
|
|
5879
|
+
/**
|
|
5880
|
+
* @internal
|
|
5881
|
+
*/
|
|
5882
|
+
export declare const XssMatchSetUpdateFilterSensitiveLog: (obj: XssMatchSetUpdate) => any;
|
|
5883
|
+
/**
|
|
5884
|
+
* @internal
|
|
5885
|
+
*/
|
|
5886
|
+
export declare const UpdateXssMatchSetRequestFilterSensitiveLog: (obj: UpdateXssMatchSetRequest) => any;
|
|
5887
|
+
/**
|
|
5888
|
+
* @internal
|
|
5889
|
+
*/
|
|
5890
|
+
export declare const UpdateXssMatchSetResponseFilterSensitiveLog: (obj: UpdateXssMatchSetResponse) => any;
|