@aws-sdk/client-waf 3.128.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/commands/CreateByteMatchSetCommand.js +2 -2
- package/dist-cjs/commands/CreateGeoMatchSetCommand.js +2 -2
- package/dist-cjs/commands/CreateIPSetCommand.js +2 -2
- package/dist-cjs/commands/CreateRateBasedRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateRegexMatchSetCommand.js +2 -2
- package/dist-cjs/commands/CreateRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +2 -2
- package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +2 -2
- package/dist-cjs/commands/CreateWebACLCommand.js +2 -2
- package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +2 -2
- package/dist-cjs/commands/CreateXssMatchSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteByteMatchSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteIPSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeletePermissionPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteWebACLCommand.js +2 -2
- package/dist-cjs/commands/DeleteXssMatchSetCommand.js +2 -2
- package/dist-cjs/commands/GetByteMatchSetCommand.js +2 -2
- package/dist-cjs/commands/GetChangeTokenCommand.js +2 -2
- package/dist-cjs/commands/GetChangeTokenStatusCommand.js +2 -2
- package/dist-cjs/commands/GetGeoMatchSetCommand.js +2 -2
- package/dist-cjs/commands/GetIPSetCommand.js +2 -2
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetPermissionPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetRateBasedRuleCommand.js +2 -2
- package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +2 -2
- package/dist-cjs/commands/GetRegexMatchSetCommand.js +2 -2
- package/dist-cjs/commands/GetRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/GetRuleCommand.js +2 -2
- package/dist-cjs/commands/GetRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/GetSampledRequestsCommand.js +2 -2
- package/dist-cjs/commands/GetSizeConstraintSetCommand.js +2 -2
- package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +2 -2
- package/dist-cjs/commands/GetWebACLCommand.js +2 -2
- package/dist-cjs/commands/GetXssMatchSetCommand.js +2 -2
- package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/ListByteMatchSetsCommand.js +2 -2
- package/dist-cjs/commands/ListGeoMatchSetsCommand.js +2 -2
- package/dist-cjs/commands/ListIPSetsCommand.js +2 -2
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListRateBasedRulesCommand.js +2 -2
- package/dist-cjs/commands/ListRegexMatchSetsCommand.js +2 -2
- package/dist-cjs/commands/ListRegexPatternSetsCommand.js +2 -2
- package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListRulesCommand.js +2 -2
- package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +2 -2
- package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +2 -2
- package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListWebACLsCommand.js +2 -2
- package/dist-cjs/commands/ListXssMatchSetsCommand.js +2 -2
- package/dist-cjs/commands/PutLoggingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/PutPermissionPolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateByteMatchSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateIPSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +2 -2
- package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleCommand.js +2 -2
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateWebACLCommand.js +2 -2
- package/dist-cjs/commands/UpdateXssMatchSetCommand.js +2 -2
- package/dist-cjs/models/models_0.js +841 -1259
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/commands/CreateByteMatchSetCommand.js +3 -3
- package/dist-es/commands/CreateGeoMatchSetCommand.js +3 -3
- package/dist-es/commands/CreateIPSetCommand.js +3 -3
- package/dist-es/commands/CreateRateBasedRuleCommand.js +3 -3
- package/dist-es/commands/CreateRegexMatchSetCommand.js +3 -3
- package/dist-es/commands/CreateRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/CreateRuleCommand.js +3 -3
- package/dist-es/commands/CreateRuleGroupCommand.js +3 -3
- package/dist-es/commands/CreateSizeConstraintSetCommand.js +3 -3
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +3 -3
- package/dist-es/commands/CreateWebACLCommand.js +3 -3
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js +3 -3
- package/dist-es/commands/CreateXssMatchSetCommand.js +3 -3
- package/dist-es/commands/DeleteByteMatchSetCommand.js +3 -3
- package/dist-es/commands/DeleteGeoMatchSetCommand.js +3 -3
- package/dist-es/commands/DeleteIPSetCommand.js +3 -3
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/DeletePermissionPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteRateBasedRuleCommand.js +3 -3
- package/dist-es/commands/DeleteRegexMatchSetCommand.js +3 -3
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/DeleteRuleCommand.js +3 -3
- package/dist-es/commands/DeleteRuleGroupCommand.js +3 -3
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js +3 -3
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +3 -3
- package/dist-es/commands/DeleteWebACLCommand.js +3 -3
- package/dist-es/commands/DeleteXssMatchSetCommand.js +3 -3
- package/dist-es/commands/GetByteMatchSetCommand.js +3 -3
- package/dist-es/commands/GetChangeTokenCommand.js +3 -3
- package/dist-es/commands/GetChangeTokenStatusCommand.js +3 -3
- package/dist-es/commands/GetGeoMatchSetCommand.js +3 -3
- package/dist-es/commands/GetIPSetCommand.js +3 -3
- package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/GetPermissionPolicyCommand.js +3 -3
- package/dist-es/commands/GetRateBasedRuleCommand.js +3 -3
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +3 -3
- package/dist-es/commands/GetRegexMatchSetCommand.js +3 -3
- package/dist-es/commands/GetRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/GetRuleCommand.js +3 -3
- package/dist-es/commands/GetRuleGroupCommand.js +3 -3
- package/dist-es/commands/GetSampledRequestsCommand.js +3 -3
- package/dist-es/commands/GetSizeConstraintSetCommand.js +3 -3
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +3 -3
- package/dist-es/commands/GetWebACLCommand.js +3 -3
- package/dist-es/commands/GetXssMatchSetCommand.js +3 -3
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +3 -3
- package/dist-es/commands/ListByteMatchSetsCommand.js +3 -3
- package/dist-es/commands/ListGeoMatchSetsCommand.js +3 -3
- package/dist-es/commands/ListIPSetsCommand.js +3 -3
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListRateBasedRulesCommand.js +3 -3
- package/dist-es/commands/ListRegexMatchSetsCommand.js +3 -3
- package/dist-es/commands/ListRegexPatternSetsCommand.js +3 -3
- package/dist-es/commands/ListRuleGroupsCommand.js +3 -3
- package/dist-es/commands/ListRulesCommand.js +3 -3
- package/dist-es/commands/ListSizeConstraintSetsCommand.js +3 -3
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +3 -3
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListWebACLsCommand.js +3 -3
- package/dist-es/commands/ListXssMatchSetsCommand.js +3 -3
- package/dist-es/commands/PutLoggingConfigurationCommand.js +3 -3
- package/dist-es/commands/PutPermissionPolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateByteMatchSetCommand.js +3 -3
- package/dist-es/commands/UpdateGeoMatchSetCommand.js +3 -3
- package/dist-es/commands/UpdateIPSetCommand.js +3 -3
- package/dist-es/commands/UpdateRateBasedRuleCommand.js +3 -3
- package/dist-es/commands/UpdateRegexMatchSetCommand.js +3 -3
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +3 -3
- package/dist-es/commands/UpdateRuleCommand.js +3 -3
- package/dist-es/commands/UpdateRuleGroupCommand.js +3 -3
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js +3 -3
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +3 -3
- package/dist-es/commands/UpdateWebACLCommand.js +3 -3
- package/dist-es/commands/UpdateXssMatchSetCommand.js +3 -3
- package/dist-es/models/models_0.js +209 -836
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/models/models_0.d.ts +836 -1254
- package/dist-types/ts3.4/models/models_0.d.ts +418 -836
- package/package.json +9 -9
|
@@ -10,19 +10,11 @@ export interface WafAction {
|
|
|
10
10
|
|
|
11
11
|
Type: WafActionType | string | undefined;
|
|
12
12
|
}
|
|
13
|
-
export declare namespace WafAction {
|
|
14
|
-
|
|
15
|
-
const filterSensitiveLog: (obj: WafAction) => any;
|
|
16
|
-
}
|
|
17
13
|
|
|
18
14
|
export interface ExcludedRule {
|
|
19
15
|
|
|
20
16
|
RuleId: string | undefined;
|
|
21
17
|
}
|
|
22
|
-
export declare namespace ExcludedRule {
|
|
23
|
-
|
|
24
|
-
const filterSensitiveLog: (obj: ExcludedRule) => any;
|
|
25
|
-
}
|
|
26
18
|
export declare enum WafOverrideActionType {
|
|
27
19
|
COUNT = "COUNT",
|
|
28
20
|
NONE = "NONE"
|
|
@@ -32,10 +24,6 @@ export interface WafOverrideAction {
|
|
|
32
24
|
|
|
33
25
|
Type: WafOverrideActionType | string | undefined;
|
|
34
26
|
}
|
|
35
|
-
export declare namespace WafOverrideAction {
|
|
36
|
-
|
|
37
|
-
const filterSensitiveLog: (obj: WafOverrideAction) => any;
|
|
38
|
-
}
|
|
39
27
|
export declare enum WafRuleType {
|
|
40
28
|
GROUP = "GROUP",
|
|
41
29
|
RATE_BASED = "RATE_BASED",
|
|
@@ -56,20 +44,12 @@ export interface ActivatedRule {
|
|
|
56
44
|
|
|
57
45
|
ExcludedRules?: ExcludedRule[];
|
|
58
46
|
}
|
|
59
|
-
export declare namespace ActivatedRule {
|
|
60
|
-
|
|
61
|
-
const filterSensitiveLog: (obj: ActivatedRule) => any;
|
|
62
|
-
}
|
|
63
47
|
export interface CreateByteMatchSetRequest {
|
|
64
48
|
|
|
65
49
|
Name: string | undefined;
|
|
66
50
|
|
|
67
51
|
ChangeToken: string | undefined;
|
|
68
52
|
}
|
|
69
|
-
export declare namespace CreateByteMatchSetRequest {
|
|
70
|
-
|
|
71
|
-
const filterSensitiveLog: (obj: CreateByteMatchSetRequest) => any;
|
|
72
|
-
}
|
|
73
53
|
export declare enum MatchFieldType {
|
|
74
54
|
ALL_QUERY_ARGS = "ALL_QUERY_ARGS",
|
|
75
55
|
BODY = "BODY",
|
|
@@ -86,10 +66,6 @@ export interface FieldToMatch {
|
|
|
86
66
|
|
|
87
67
|
Data?: string;
|
|
88
68
|
}
|
|
89
|
-
export declare namespace FieldToMatch {
|
|
90
|
-
|
|
91
|
-
const filterSensitiveLog: (obj: FieldToMatch) => any;
|
|
92
|
-
}
|
|
93
69
|
export declare enum PositionalConstraint {
|
|
94
70
|
CONTAINS = "CONTAINS",
|
|
95
71
|
CONTAINS_WORD = "CONTAINS_WORD",
|
|
@@ -116,10 +92,6 @@ export interface ByteMatchTuple {
|
|
|
116
92
|
|
|
117
93
|
PositionalConstraint: PositionalConstraint | string | undefined;
|
|
118
94
|
}
|
|
119
|
-
export declare namespace ByteMatchTuple {
|
|
120
|
-
|
|
121
|
-
const filterSensitiveLog: (obj: ByteMatchTuple) => any;
|
|
122
|
-
}
|
|
123
95
|
|
|
124
96
|
export interface ByteMatchSet {
|
|
125
97
|
|
|
@@ -129,20 +101,12 @@ export interface ByteMatchSet {
|
|
|
129
101
|
|
|
130
102
|
ByteMatchTuples: ByteMatchTuple[] | undefined;
|
|
131
103
|
}
|
|
132
|
-
export declare namespace ByteMatchSet {
|
|
133
|
-
|
|
134
|
-
const filterSensitiveLog: (obj: ByteMatchSet) => any;
|
|
135
|
-
}
|
|
136
104
|
export interface CreateByteMatchSetResponse {
|
|
137
105
|
|
|
138
106
|
ByteMatchSet?: ByteMatchSet;
|
|
139
107
|
|
|
140
108
|
ChangeToken?: string;
|
|
141
109
|
}
|
|
142
|
-
export declare namespace CreateByteMatchSetResponse {
|
|
143
|
-
|
|
144
|
-
const filterSensitiveLog: (obj: CreateByteMatchSetResponse) => any;
|
|
145
|
-
}
|
|
146
110
|
|
|
147
111
|
export declare class WAFDisallowedNameException extends __BaseException {
|
|
148
112
|
readonly name: "WAFDisallowedNameException";
|
|
@@ -220,10 +184,6 @@ export interface CreateGeoMatchSetRequest {
|
|
|
220
184
|
|
|
221
185
|
ChangeToken: string | undefined;
|
|
222
186
|
}
|
|
223
|
-
export declare namespace CreateGeoMatchSetRequest {
|
|
224
|
-
|
|
225
|
-
const filterSensitiveLog: (obj: CreateGeoMatchSetRequest) => any;
|
|
226
|
-
}
|
|
227
187
|
export declare enum GeoMatchConstraintType {
|
|
228
188
|
Country = "Country"
|
|
229
189
|
}
|
|
@@ -485,10 +445,6 @@ export interface GeoMatchConstraint {
|
|
|
485
445
|
|
|
486
446
|
Value: GeoMatchConstraintValue | string | undefined;
|
|
487
447
|
}
|
|
488
|
-
export declare namespace GeoMatchConstraint {
|
|
489
|
-
|
|
490
|
-
const filterSensitiveLog: (obj: GeoMatchConstraint) => any;
|
|
491
|
-
}
|
|
492
448
|
|
|
493
449
|
export interface GeoMatchSet {
|
|
494
450
|
|
|
@@ -498,30 +454,18 @@ export interface GeoMatchSet {
|
|
|
498
454
|
|
|
499
455
|
GeoMatchConstraints: GeoMatchConstraint[] | undefined;
|
|
500
456
|
}
|
|
501
|
-
export declare namespace GeoMatchSet {
|
|
502
|
-
|
|
503
|
-
const filterSensitiveLog: (obj: GeoMatchSet) => any;
|
|
504
|
-
}
|
|
505
457
|
export interface CreateGeoMatchSetResponse {
|
|
506
458
|
|
|
507
459
|
GeoMatchSet?: GeoMatchSet;
|
|
508
460
|
|
|
509
461
|
ChangeToken?: string;
|
|
510
462
|
}
|
|
511
|
-
export declare namespace CreateGeoMatchSetResponse {
|
|
512
|
-
|
|
513
|
-
const filterSensitiveLog: (obj: CreateGeoMatchSetResponse) => any;
|
|
514
|
-
}
|
|
515
463
|
export interface CreateIPSetRequest {
|
|
516
464
|
|
|
517
465
|
Name: string | undefined;
|
|
518
466
|
|
|
519
467
|
ChangeToken: string | undefined;
|
|
520
468
|
}
|
|
521
|
-
export declare namespace CreateIPSetRequest {
|
|
522
|
-
|
|
523
|
-
const filterSensitiveLog: (obj: CreateIPSetRequest) => any;
|
|
524
|
-
}
|
|
525
469
|
export declare enum IPSetDescriptorType {
|
|
526
470
|
IPV4 = "IPV4",
|
|
527
471
|
IPV6 = "IPV6"
|
|
@@ -533,10 +477,6 @@ export interface IPSetDescriptor {
|
|
|
533
477
|
|
|
534
478
|
Value: string | undefined;
|
|
535
479
|
}
|
|
536
|
-
export declare namespace IPSetDescriptor {
|
|
537
|
-
|
|
538
|
-
const filterSensitiveLog: (obj: IPSetDescriptor) => any;
|
|
539
|
-
}
|
|
540
480
|
|
|
541
481
|
export interface IPSet {
|
|
542
482
|
|
|
@@ -546,20 +486,12 @@ export interface IPSet {
|
|
|
546
486
|
|
|
547
487
|
IPSetDescriptors: IPSetDescriptor[] | undefined;
|
|
548
488
|
}
|
|
549
|
-
export declare namespace IPSet {
|
|
550
|
-
|
|
551
|
-
const filterSensitiveLog: (obj: IPSet) => any;
|
|
552
|
-
}
|
|
553
489
|
export interface CreateIPSetResponse {
|
|
554
490
|
|
|
555
491
|
IPSet?: IPSet;
|
|
556
492
|
|
|
557
493
|
ChangeToken?: string;
|
|
558
494
|
}
|
|
559
|
-
export declare namespace CreateIPSetResponse {
|
|
560
|
-
|
|
561
|
-
const filterSensitiveLog: (obj: CreateIPSetResponse) => any;
|
|
562
|
-
}
|
|
563
495
|
export declare enum RateKey {
|
|
564
496
|
IP = "IP"
|
|
565
497
|
}
|
|
@@ -570,10 +502,6 @@ export interface Tag {
|
|
|
570
502
|
|
|
571
503
|
Value: string | undefined;
|
|
572
504
|
}
|
|
573
|
-
export declare namespace Tag {
|
|
574
|
-
|
|
575
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
576
|
-
}
|
|
577
505
|
export interface CreateRateBasedRuleRequest {
|
|
578
506
|
|
|
579
507
|
Name: string | undefined;
|
|
@@ -588,10 +516,6 @@ export interface CreateRateBasedRuleRequest {
|
|
|
588
516
|
|
|
589
517
|
Tags?: Tag[];
|
|
590
518
|
}
|
|
591
|
-
export declare namespace CreateRateBasedRuleRequest {
|
|
592
|
-
|
|
593
|
-
const filterSensitiveLog: (obj: CreateRateBasedRuleRequest) => any;
|
|
594
|
-
}
|
|
595
519
|
export declare enum PredicateType {
|
|
596
520
|
BYTE_MATCH = "ByteMatch",
|
|
597
521
|
GEO_MATCH = "GeoMatch",
|
|
@@ -610,10 +534,6 @@ export interface Predicate {
|
|
|
610
534
|
|
|
611
535
|
DataId: string | undefined;
|
|
612
536
|
}
|
|
613
|
-
export declare namespace Predicate {
|
|
614
|
-
|
|
615
|
-
const filterSensitiveLog: (obj: Predicate) => any;
|
|
616
|
-
}
|
|
617
537
|
|
|
618
538
|
export interface RateBasedRule {
|
|
619
539
|
|
|
@@ -629,20 +549,12 @@ export interface RateBasedRule {
|
|
|
629
549
|
|
|
630
550
|
RateLimit: number | undefined;
|
|
631
551
|
}
|
|
632
|
-
export declare namespace RateBasedRule {
|
|
633
|
-
|
|
634
|
-
const filterSensitiveLog: (obj: RateBasedRule) => any;
|
|
635
|
-
}
|
|
636
552
|
export interface CreateRateBasedRuleResponse {
|
|
637
553
|
|
|
638
554
|
Rule?: RateBasedRule;
|
|
639
555
|
|
|
640
556
|
ChangeToken?: string;
|
|
641
557
|
}
|
|
642
|
-
export declare namespace CreateRateBasedRuleResponse {
|
|
643
|
-
|
|
644
|
-
const filterSensitiveLog: (obj: CreateRateBasedRuleResponse) => any;
|
|
645
|
-
}
|
|
646
558
|
|
|
647
559
|
export declare class WAFBadRequestException extends __BaseException {
|
|
648
560
|
readonly name: "WAFBadRequestException";
|
|
@@ -670,10 +582,6 @@ export interface CreateRegexMatchSetRequest {
|
|
|
670
582
|
|
|
671
583
|
ChangeToken: string | undefined;
|
|
672
584
|
}
|
|
673
|
-
export declare namespace CreateRegexMatchSetRequest {
|
|
674
|
-
|
|
675
|
-
const filterSensitiveLog: (obj: CreateRegexMatchSetRequest) => any;
|
|
676
|
-
}
|
|
677
585
|
|
|
678
586
|
export interface RegexMatchTuple {
|
|
679
587
|
|
|
@@ -683,10 +591,6 @@ export interface RegexMatchTuple {
|
|
|
683
591
|
|
|
684
592
|
RegexPatternSetId: string | undefined;
|
|
685
593
|
}
|
|
686
|
-
export declare namespace RegexMatchTuple {
|
|
687
|
-
|
|
688
|
-
const filterSensitiveLog: (obj: RegexMatchTuple) => any;
|
|
689
|
-
}
|
|
690
594
|
|
|
691
595
|
export interface RegexMatchSet {
|
|
692
596
|
|
|
@@ -696,30 +600,18 @@ export interface RegexMatchSet {
|
|
|
696
600
|
|
|
697
601
|
RegexMatchTuples?: RegexMatchTuple[];
|
|
698
602
|
}
|
|
699
|
-
export declare namespace RegexMatchSet {
|
|
700
|
-
|
|
701
|
-
const filterSensitiveLog: (obj: RegexMatchSet) => any;
|
|
702
|
-
}
|
|
703
603
|
export interface CreateRegexMatchSetResponse {
|
|
704
604
|
|
|
705
605
|
RegexMatchSet?: RegexMatchSet;
|
|
706
606
|
|
|
707
607
|
ChangeToken?: string;
|
|
708
608
|
}
|
|
709
|
-
export declare namespace CreateRegexMatchSetResponse {
|
|
710
|
-
|
|
711
|
-
const filterSensitiveLog: (obj: CreateRegexMatchSetResponse) => any;
|
|
712
|
-
}
|
|
713
609
|
export interface CreateRegexPatternSetRequest {
|
|
714
610
|
|
|
715
611
|
Name: string | undefined;
|
|
716
612
|
|
|
717
613
|
ChangeToken: string | undefined;
|
|
718
614
|
}
|
|
719
|
-
export declare namespace CreateRegexPatternSetRequest {
|
|
720
|
-
|
|
721
|
-
const filterSensitiveLog: (obj: CreateRegexPatternSetRequest) => any;
|
|
722
|
-
}
|
|
723
615
|
|
|
724
616
|
export interface RegexPatternSet {
|
|
725
617
|
|
|
@@ -729,20 +621,12 @@ export interface RegexPatternSet {
|
|
|
729
621
|
|
|
730
622
|
RegexPatternStrings: string[] | undefined;
|
|
731
623
|
}
|
|
732
|
-
export declare namespace RegexPatternSet {
|
|
733
|
-
|
|
734
|
-
const filterSensitiveLog: (obj: RegexPatternSet) => any;
|
|
735
|
-
}
|
|
736
624
|
export interface CreateRegexPatternSetResponse {
|
|
737
625
|
|
|
738
626
|
RegexPatternSet?: RegexPatternSet;
|
|
739
627
|
|
|
740
628
|
ChangeToken?: string;
|
|
741
629
|
}
|
|
742
|
-
export declare namespace CreateRegexPatternSetResponse {
|
|
743
|
-
|
|
744
|
-
const filterSensitiveLog: (obj: CreateRegexPatternSetResponse) => any;
|
|
745
|
-
}
|
|
746
630
|
export interface CreateRuleRequest {
|
|
747
631
|
|
|
748
632
|
Name: string | undefined;
|
|
@@ -753,10 +637,6 @@ export interface CreateRuleRequest {
|
|
|
753
637
|
|
|
754
638
|
Tags?: Tag[];
|
|
755
639
|
}
|
|
756
|
-
export declare namespace CreateRuleRequest {
|
|
757
|
-
|
|
758
|
-
const filterSensitiveLog: (obj: CreateRuleRequest) => any;
|
|
759
|
-
}
|
|
760
640
|
|
|
761
641
|
export interface Rule {
|
|
762
642
|
|
|
@@ -768,20 +648,12 @@ export interface Rule {
|
|
|
768
648
|
|
|
769
649
|
Predicates: Predicate[] | undefined;
|
|
770
650
|
}
|
|
771
|
-
export declare namespace Rule {
|
|
772
|
-
|
|
773
|
-
const filterSensitiveLog: (obj: Rule) => any;
|
|
774
|
-
}
|
|
775
651
|
export interface CreateRuleResponse {
|
|
776
652
|
|
|
777
653
|
Rule?: Rule;
|
|
778
654
|
|
|
779
655
|
ChangeToken?: string;
|
|
780
656
|
}
|
|
781
|
-
export declare namespace CreateRuleResponse {
|
|
782
|
-
|
|
783
|
-
const filterSensitiveLog: (obj: CreateRuleResponse) => any;
|
|
784
|
-
}
|
|
785
657
|
export interface CreateRuleGroupRequest {
|
|
786
658
|
|
|
787
659
|
Name: string | undefined;
|
|
@@ -792,10 +664,6 @@ export interface CreateRuleGroupRequest {
|
|
|
792
664
|
|
|
793
665
|
Tags?: Tag[];
|
|
794
666
|
}
|
|
795
|
-
export declare namespace CreateRuleGroupRequest {
|
|
796
|
-
|
|
797
|
-
const filterSensitiveLog: (obj: CreateRuleGroupRequest) => any;
|
|
798
|
-
}
|
|
799
667
|
|
|
800
668
|
export interface RuleGroup {
|
|
801
669
|
|
|
@@ -805,30 +673,18 @@ export interface RuleGroup {
|
|
|
805
673
|
|
|
806
674
|
MetricName?: string;
|
|
807
675
|
}
|
|
808
|
-
export declare namespace RuleGroup {
|
|
809
|
-
|
|
810
|
-
const filterSensitiveLog: (obj: RuleGroup) => any;
|
|
811
|
-
}
|
|
812
676
|
export interface CreateRuleGroupResponse {
|
|
813
677
|
|
|
814
678
|
RuleGroup?: RuleGroup;
|
|
815
679
|
|
|
816
680
|
ChangeToken?: string;
|
|
817
681
|
}
|
|
818
|
-
export declare namespace CreateRuleGroupResponse {
|
|
819
|
-
|
|
820
|
-
const filterSensitiveLog: (obj: CreateRuleGroupResponse) => any;
|
|
821
|
-
}
|
|
822
682
|
export interface CreateSizeConstraintSetRequest {
|
|
823
683
|
|
|
824
684
|
Name: string | undefined;
|
|
825
685
|
|
|
826
686
|
ChangeToken: string | undefined;
|
|
827
687
|
}
|
|
828
|
-
export declare namespace CreateSizeConstraintSetRequest {
|
|
829
|
-
|
|
830
|
-
const filterSensitiveLog: (obj: CreateSizeConstraintSetRequest) => any;
|
|
831
|
-
}
|
|
832
688
|
export declare enum ComparisonOperator {
|
|
833
689
|
EQ = "EQ",
|
|
834
690
|
GE = "GE",
|
|
@@ -848,10 +704,6 @@ export interface SizeConstraint {
|
|
|
848
704
|
|
|
849
705
|
Size: number | undefined;
|
|
850
706
|
}
|
|
851
|
-
export declare namespace SizeConstraint {
|
|
852
|
-
|
|
853
|
-
const filterSensitiveLog: (obj: SizeConstraint) => any;
|
|
854
|
-
}
|
|
855
707
|
|
|
856
708
|
export interface SizeConstraintSet {
|
|
857
709
|
|
|
@@ -861,20 +713,12 @@ export interface SizeConstraintSet {
|
|
|
861
713
|
|
|
862
714
|
SizeConstraints: SizeConstraint[] | undefined;
|
|
863
715
|
}
|
|
864
|
-
export declare namespace SizeConstraintSet {
|
|
865
|
-
|
|
866
|
-
const filterSensitiveLog: (obj: SizeConstraintSet) => any;
|
|
867
|
-
}
|
|
868
716
|
export interface CreateSizeConstraintSetResponse {
|
|
869
717
|
|
|
870
718
|
SizeConstraintSet?: SizeConstraintSet;
|
|
871
719
|
|
|
872
720
|
ChangeToken?: string;
|
|
873
721
|
}
|
|
874
|
-
export declare namespace CreateSizeConstraintSetResponse {
|
|
875
|
-
|
|
876
|
-
const filterSensitiveLog: (obj: CreateSizeConstraintSetResponse) => any;
|
|
877
|
-
}
|
|
878
722
|
|
|
879
723
|
export interface CreateSqlInjectionMatchSetRequest {
|
|
880
724
|
|
|
@@ -882,10 +726,6 @@ export interface CreateSqlInjectionMatchSetRequest {
|
|
|
882
726
|
|
|
883
727
|
ChangeToken: string | undefined;
|
|
884
728
|
}
|
|
885
|
-
export declare namespace CreateSqlInjectionMatchSetRequest {
|
|
886
|
-
|
|
887
|
-
const filterSensitiveLog: (obj: CreateSqlInjectionMatchSetRequest) => any;
|
|
888
|
-
}
|
|
889
729
|
|
|
890
730
|
export interface SqlInjectionMatchTuple {
|
|
891
731
|
|
|
@@ -893,10 +733,6 @@ export interface SqlInjectionMatchTuple {
|
|
|
893
733
|
|
|
894
734
|
TextTransformation: TextTransformation | string | undefined;
|
|
895
735
|
}
|
|
896
|
-
export declare namespace SqlInjectionMatchTuple {
|
|
897
|
-
|
|
898
|
-
const filterSensitiveLog: (obj: SqlInjectionMatchTuple) => any;
|
|
899
|
-
}
|
|
900
736
|
|
|
901
737
|
export interface SqlInjectionMatchSet {
|
|
902
738
|
|
|
@@ -906,10 +742,6 @@ export interface SqlInjectionMatchSet {
|
|
|
906
742
|
|
|
907
743
|
SqlInjectionMatchTuples: SqlInjectionMatchTuple[] | undefined;
|
|
908
744
|
}
|
|
909
|
-
export declare namespace SqlInjectionMatchSet {
|
|
910
|
-
|
|
911
|
-
const filterSensitiveLog: (obj: SqlInjectionMatchSet) => any;
|
|
912
|
-
}
|
|
913
745
|
|
|
914
746
|
export interface CreateSqlInjectionMatchSetResponse {
|
|
915
747
|
|
|
@@ -917,10 +749,6 @@ export interface CreateSqlInjectionMatchSetResponse {
|
|
|
917
749
|
|
|
918
750
|
ChangeToken?: string;
|
|
919
751
|
}
|
|
920
|
-
export declare namespace CreateSqlInjectionMatchSetResponse {
|
|
921
|
-
|
|
922
|
-
const filterSensitiveLog: (obj: CreateSqlInjectionMatchSetResponse) => any;
|
|
923
|
-
}
|
|
924
752
|
export interface CreateWebACLRequest {
|
|
925
753
|
|
|
926
754
|
Name: string | undefined;
|
|
@@ -933,10 +761,6 @@ export interface CreateWebACLRequest {
|
|
|
933
761
|
|
|
934
762
|
Tags?: Tag[];
|
|
935
763
|
}
|
|
936
|
-
export declare namespace CreateWebACLRequest {
|
|
937
|
-
|
|
938
|
-
const filterSensitiveLog: (obj: CreateWebACLRequest) => any;
|
|
939
|
-
}
|
|
940
764
|
|
|
941
765
|
export interface WebACL {
|
|
942
766
|
|
|
@@ -952,20 +776,12 @@ export interface WebACL {
|
|
|
952
776
|
|
|
953
777
|
WebACLArn?: string;
|
|
954
778
|
}
|
|
955
|
-
export declare namespace WebACL {
|
|
956
|
-
|
|
957
|
-
const filterSensitiveLog: (obj: WebACL) => any;
|
|
958
|
-
}
|
|
959
779
|
export interface CreateWebACLResponse {
|
|
960
780
|
|
|
961
781
|
WebACL?: WebACL;
|
|
962
782
|
|
|
963
783
|
ChangeToken?: string;
|
|
964
784
|
}
|
|
965
|
-
export declare namespace CreateWebACLResponse {
|
|
966
|
-
|
|
967
|
-
const filterSensitiveLog: (obj: CreateWebACLResponse) => any;
|
|
968
|
-
}
|
|
969
785
|
export interface CreateWebACLMigrationStackRequest {
|
|
970
786
|
|
|
971
787
|
WebACLId: string | undefined;
|
|
@@ -974,18 +790,10 @@ export interface CreateWebACLMigrationStackRequest {
|
|
|
974
790
|
|
|
975
791
|
IgnoreUnsupportedType: boolean | undefined;
|
|
976
792
|
}
|
|
977
|
-
export declare namespace CreateWebACLMigrationStackRequest {
|
|
978
|
-
|
|
979
|
-
const filterSensitiveLog: (obj: CreateWebACLMigrationStackRequest) => any;
|
|
980
|
-
}
|
|
981
793
|
export interface CreateWebACLMigrationStackResponse {
|
|
982
794
|
|
|
983
795
|
S3ObjectUrl: string | undefined;
|
|
984
796
|
}
|
|
985
|
-
export declare namespace CreateWebACLMigrationStackResponse {
|
|
986
|
-
|
|
987
|
-
const filterSensitiveLog: (obj: CreateWebACLMigrationStackResponse) => any;
|
|
988
|
-
}
|
|
989
797
|
export declare enum MigrationErrorType {
|
|
990
798
|
ENTITY_NOT_FOUND = "ENTITY_NOT_FOUND",
|
|
991
799
|
ENTITY_NOT_SUPPORTED = "ENTITY_NOT_SUPPORTED",
|
|
@@ -1025,10 +833,6 @@ export interface CreateXssMatchSetRequest {
|
|
|
1025
833
|
|
|
1026
834
|
ChangeToken: string | undefined;
|
|
1027
835
|
}
|
|
1028
|
-
export declare namespace CreateXssMatchSetRequest {
|
|
1029
|
-
|
|
1030
|
-
const filterSensitiveLog: (obj: CreateXssMatchSetRequest) => any;
|
|
1031
|
-
}
|
|
1032
836
|
|
|
1033
837
|
export interface XssMatchTuple {
|
|
1034
838
|
|
|
@@ -1036,10 +840,6 @@ export interface XssMatchTuple {
|
|
|
1036
840
|
|
|
1037
841
|
TextTransformation: TextTransformation | string | undefined;
|
|
1038
842
|
}
|
|
1039
|
-
export declare namespace XssMatchTuple {
|
|
1040
|
-
|
|
1041
|
-
const filterSensitiveLog: (obj: XssMatchTuple) => any;
|
|
1042
|
-
}
|
|
1043
843
|
|
|
1044
844
|
export interface XssMatchSet {
|
|
1045
845
|
|
|
@@ -1049,10 +849,6 @@ export interface XssMatchSet {
|
|
|
1049
849
|
|
|
1050
850
|
XssMatchTuples: XssMatchTuple[] | undefined;
|
|
1051
851
|
}
|
|
1052
|
-
export declare namespace XssMatchSet {
|
|
1053
|
-
|
|
1054
|
-
const filterSensitiveLog: (obj: XssMatchSet) => any;
|
|
1055
|
-
}
|
|
1056
852
|
|
|
1057
853
|
export interface CreateXssMatchSetResponse {
|
|
1058
854
|
|
|
@@ -1060,28 +856,16 @@ export interface CreateXssMatchSetResponse {
|
|
|
1060
856
|
|
|
1061
857
|
ChangeToken?: string;
|
|
1062
858
|
}
|
|
1063
|
-
export declare namespace CreateXssMatchSetResponse {
|
|
1064
|
-
|
|
1065
|
-
const filterSensitiveLog: (obj: CreateXssMatchSetResponse) => any;
|
|
1066
|
-
}
|
|
1067
859
|
export interface DeleteByteMatchSetRequest {
|
|
1068
860
|
|
|
1069
861
|
ByteMatchSetId: string | undefined;
|
|
1070
862
|
|
|
1071
863
|
ChangeToken: string | undefined;
|
|
1072
864
|
}
|
|
1073
|
-
export declare namespace DeleteByteMatchSetRequest {
|
|
1074
|
-
|
|
1075
|
-
const filterSensitiveLog: (obj: DeleteByteMatchSetRequest) => any;
|
|
1076
|
-
}
|
|
1077
865
|
export interface DeleteByteMatchSetResponse {
|
|
1078
866
|
|
|
1079
867
|
ChangeToken?: string;
|
|
1080
868
|
}
|
|
1081
|
-
export declare namespace DeleteByteMatchSetResponse {
|
|
1082
|
-
|
|
1083
|
-
const filterSensitiveLog: (obj: DeleteByteMatchSetResponse) => any;
|
|
1084
|
-
}
|
|
1085
869
|
|
|
1086
870
|
export declare class WAFNonEmptyEntityException extends __BaseException {
|
|
1087
871
|
readonly name: "WAFNonEmptyEntityException";
|
|
@@ -1102,172 +886,92 @@ export interface DeleteGeoMatchSetRequest {
|
|
|
1102
886
|
|
|
1103
887
|
ChangeToken: string | undefined;
|
|
1104
888
|
}
|
|
1105
|
-
export declare namespace DeleteGeoMatchSetRequest {
|
|
1106
|
-
|
|
1107
|
-
const filterSensitiveLog: (obj: DeleteGeoMatchSetRequest) => any;
|
|
1108
|
-
}
|
|
1109
889
|
export interface DeleteGeoMatchSetResponse {
|
|
1110
890
|
|
|
1111
891
|
ChangeToken?: string;
|
|
1112
892
|
}
|
|
1113
|
-
export declare namespace DeleteGeoMatchSetResponse {
|
|
1114
|
-
|
|
1115
|
-
const filterSensitiveLog: (obj: DeleteGeoMatchSetResponse) => any;
|
|
1116
|
-
}
|
|
1117
893
|
export interface DeleteIPSetRequest {
|
|
1118
894
|
|
|
1119
895
|
IPSetId: string | undefined;
|
|
1120
896
|
|
|
1121
897
|
ChangeToken: string | undefined;
|
|
1122
898
|
}
|
|
1123
|
-
export declare namespace DeleteIPSetRequest {
|
|
1124
|
-
|
|
1125
|
-
const filterSensitiveLog: (obj: DeleteIPSetRequest) => any;
|
|
1126
|
-
}
|
|
1127
899
|
export interface DeleteIPSetResponse {
|
|
1128
900
|
|
|
1129
901
|
ChangeToken?: string;
|
|
1130
902
|
}
|
|
1131
|
-
export declare namespace DeleteIPSetResponse {
|
|
1132
|
-
|
|
1133
|
-
const filterSensitiveLog: (obj: DeleteIPSetResponse) => any;
|
|
1134
|
-
}
|
|
1135
903
|
export interface DeleteLoggingConfigurationRequest {
|
|
1136
904
|
|
|
1137
905
|
ResourceArn: string | undefined;
|
|
1138
906
|
}
|
|
1139
|
-
export declare namespace DeleteLoggingConfigurationRequest {
|
|
1140
|
-
|
|
1141
|
-
const filterSensitiveLog: (obj: DeleteLoggingConfigurationRequest) => any;
|
|
1142
|
-
}
|
|
1143
907
|
export interface DeleteLoggingConfigurationResponse {
|
|
1144
908
|
}
|
|
1145
|
-
export declare namespace DeleteLoggingConfigurationResponse {
|
|
1146
|
-
|
|
1147
|
-
const filterSensitiveLog: (obj: DeleteLoggingConfigurationResponse) => any;
|
|
1148
|
-
}
|
|
1149
909
|
export interface DeletePermissionPolicyRequest {
|
|
1150
910
|
|
|
1151
911
|
ResourceArn: string | undefined;
|
|
1152
912
|
}
|
|
1153
|
-
export declare namespace DeletePermissionPolicyRequest {
|
|
1154
|
-
|
|
1155
|
-
const filterSensitiveLog: (obj: DeletePermissionPolicyRequest) => any;
|
|
1156
|
-
}
|
|
1157
913
|
export interface DeletePermissionPolicyResponse {
|
|
1158
914
|
}
|
|
1159
|
-
export declare namespace DeletePermissionPolicyResponse {
|
|
1160
|
-
|
|
1161
|
-
const filterSensitiveLog: (obj: DeletePermissionPolicyResponse) => any;
|
|
1162
|
-
}
|
|
1163
915
|
export interface DeleteRateBasedRuleRequest {
|
|
1164
916
|
|
|
1165
917
|
RuleId: string | undefined;
|
|
1166
918
|
|
|
1167
919
|
ChangeToken: string | undefined;
|
|
1168
920
|
}
|
|
1169
|
-
export declare namespace DeleteRateBasedRuleRequest {
|
|
1170
|
-
|
|
1171
|
-
const filterSensitiveLog: (obj: DeleteRateBasedRuleRequest) => any;
|
|
1172
|
-
}
|
|
1173
921
|
export interface DeleteRateBasedRuleResponse {
|
|
1174
922
|
|
|
1175
923
|
ChangeToken?: string;
|
|
1176
924
|
}
|
|
1177
|
-
export declare namespace DeleteRateBasedRuleResponse {
|
|
1178
|
-
|
|
1179
|
-
const filterSensitiveLog: (obj: DeleteRateBasedRuleResponse) => any;
|
|
1180
|
-
}
|
|
1181
925
|
export interface DeleteRegexMatchSetRequest {
|
|
1182
926
|
|
|
1183
927
|
RegexMatchSetId: string | undefined;
|
|
1184
928
|
|
|
1185
929
|
ChangeToken: string | undefined;
|
|
1186
930
|
}
|
|
1187
|
-
export declare namespace DeleteRegexMatchSetRequest {
|
|
1188
|
-
|
|
1189
|
-
const filterSensitiveLog: (obj: DeleteRegexMatchSetRequest) => any;
|
|
1190
|
-
}
|
|
1191
931
|
export interface DeleteRegexMatchSetResponse {
|
|
1192
932
|
|
|
1193
933
|
ChangeToken?: string;
|
|
1194
934
|
}
|
|
1195
|
-
export declare namespace DeleteRegexMatchSetResponse {
|
|
1196
|
-
|
|
1197
|
-
const filterSensitiveLog: (obj: DeleteRegexMatchSetResponse) => any;
|
|
1198
|
-
}
|
|
1199
935
|
export interface DeleteRegexPatternSetRequest {
|
|
1200
936
|
|
|
1201
937
|
RegexPatternSetId: string | undefined;
|
|
1202
938
|
|
|
1203
939
|
ChangeToken: string | undefined;
|
|
1204
940
|
}
|
|
1205
|
-
export declare namespace DeleteRegexPatternSetRequest {
|
|
1206
|
-
|
|
1207
|
-
const filterSensitiveLog: (obj: DeleteRegexPatternSetRequest) => any;
|
|
1208
|
-
}
|
|
1209
941
|
export interface DeleteRegexPatternSetResponse {
|
|
1210
942
|
|
|
1211
943
|
ChangeToken?: string;
|
|
1212
944
|
}
|
|
1213
|
-
export declare namespace DeleteRegexPatternSetResponse {
|
|
1214
|
-
|
|
1215
|
-
const filterSensitiveLog: (obj: DeleteRegexPatternSetResponse) => any;
|
|
1216
|
-
}
|
|
1217
945
|
export interface DeleteRuleRequest {
|
|
1218
946
|
|
|
1219
947
|
RuleId: string | undefined;
|
|
1220
948
|
|
|
1221
949
|
ChangeToken: string | undefined;
|
|
1222
950
|
}
|
|
1223
|
-
export declare namespace DeleteRuleRequest {
|
|
1224
|
-
|
|
1225
|
-
const filterSensitiveLog: (obj: DeleteRuleRequest) => any;
|
|
1226
|
-
}
|
|
1227
951
|
export interface DeleteRuleResponse {
|
|
1228
952
|
|
|
1229
953
|
ChangeToken?: string;
|
|
1230
954
|
}
|
|
1231
|
-
export declare namespace DeleteRuleResponse {
|
|
1232
|
-
|
|
1233
|
-
const filterSensitiveLog: (obj: DeleteRuleResponse) => any;
|
|
1234
|
-
}
|
|
1235
955
|
export interface DeleteRuleGroupRequest {
|
|
1236
956
|
|
|
1237
957
|
RuleGroupId: string | undefined;
|
|
1238
958
|
|
|
1239
959
|
ChangeToken: string | undefined;
|
|
1240
960
|
}
|
|
1241
|
-
export declare namespace DeleteRuleGroupRequest {
|
|
1242
|
-
|
|
1243
|
-
const filterSensitiveLog: (obj: DeleteRuleGroupRequest) => any;
|
|
1244
|
-
}
|
|
1245
961
|
export interface DeleteRuleGroupResponse {
|
|
1246
962
|
|
|
1247
963
|
ChangeToken?: string;
|
|
1248
964
|
}
|
|
1249
|
-
export declare namespace DeleteRuleGroupResponse {
|
|
1250
|
-
|
|
1251
|
-
const filterSensitiveLog: (obj: DeleteRuleGroupResponse) => any;
|
|
1252
|
-
}
|
|
1253
965
|
export interface DeleteSizeConstraintSetRequest {
|
|
1254
966
|
|
|
1255
967
|
SizeConstraintSetId: string | undefined;
|
|
1256
968
|
|
|
1257
969
|
ChangeToken: string | undefined;
|
|
1258
970
|
}
|
|
1259
|
-
export declare namespace DeleteSizeConstraintSetRequest {
|
|
1260
|
-
|
|
1261
|
-
const filterSensitiveLog: (obj: DeleteSizeConstraintSetRequest) => any;
|
|
1262
|
-
}
|
|
1263
971
|
export interface DeleteSizeConstraintSetResponse {
|
|
1264
972
|
|
|
1265
973
|
ChangeToken?: string;
|
|
1266
974
|
}
|
|
1267
|
-
export declare namespace DeleteSizeConstraintSetResponse {
|
|
1268
|
-
|
|
1269
|
-
const filterSensitiveLog: (obj: DeleteSizeConstraintSetResponse) => any;
|
|
1270
|
-
}
|
|
1271
975
|
|
|
1272
976
|
export interface DeleteSqlInjectionMatchSetRequest {
|
|
1273
977
|
|
|
@@ -1275,37 +979,21 @@ export interface DeleteSqlInjectionMatchSetRequest {
|
|
|
1275
979
|
|
|
1276
980
|
ChangeToken: string | undefined;
|
|
1277
981
|
}
|
|
1278
|
-
export declare namespace DeleteSqlInjectionMatchSetRequest {
|
|
1279
|
-
|
|
1280
|
-
const filterSensitiveLog: (obj: DeleteSqlInjectionMatchSetRequest) => any;
|
|
1281
|
-
}
|
|
1282
982
|
|
|
1283
983
|
export interface DeleteSqlInjectionMatchSetResponse {
|
|
1284
984
|
|
|
1285
985
|
ChangeToken?: string;
|
|
1286
986
|
}
|
|
1287
|
-
export declare namespace DeleteSqlInjectionMatchSetResponse {
|
|
1288
|
-
|
|
1289
|
-
const filterSensitiveLog: (obj: DeleteSqlInjectionMatchSetResponse) => any;
|
|
1290
|
-
}
|
|
1291
987
|
export interface DeleteWebACLRequest {
|
|
1292
988
|
|
|
1293
989
|
WebACLId: string | undefined;
|
|
1294
990
|
|
|
1295
991
|
ChangeToken: string | undefined;
|
|
1296
992
|
}
|
|
1297
|
-
export declare namespace DeleteWebACLRequest {
|
|
1298
|
-
|
|
1299
|
-
const filterSensitiveLog: (obj: DeleteWebACLRequest) => any;
|
|
1300
|
-
}
|
|
1301
993
|
export interface DeleteWebACLResponse {
|
|
1302
994
|
|
|
1303
995
|
ChangeToken?: string;
|
|
1304
996
|
}
|
|
1305
|
-
export declare namespace DeleteWebACLResponse {
|
|
1306
|
-
|
|
1307
|
-
const filterSensitiveLog: (obj: DeleteWebACLResponse) => any;
|
|
1308
|
-
}
|
|
1309
997
|
|
|
1310
998
|
export interface DeleteXssMatchSetRequest {
|
|
1311
999
|
|
|
@@ -1313,57 +1001,29 @@ export interface DeleteXssMatchSetRequest {
|
|
|
1313
1001
|
|
|
1314
1002
|
ChangeToken: string | undefined;
|
|
1315
1003
|
}
|
|
1316
|
-
export declare namespace DeleteXssMatchSetRequest {
|
|
1317
|
-
|
|
1318
|
-
const filterSensitiveLog: (obj: DeleteXssMatchSetRequest) => any;
|
|
1319
|
-
}
|
|
1320
1004
|
|
|
1321
1005
|
export interface DeleteXssMatchSetResponse {
|
|
1322
1006
|
|
|
1323
1007
|
ChangeToken?: string;
|
|
1324
1008
|
}
|
|
1325
|
-
export declare namespace DeleteXssMatchSetResponse {
|
|
1326
|
-
|
|
1327
|
-
const filterSensitiveLog: (obj: DeleteXssMatchSetResponse) => any;
|
|
1328
|
-
}
|
|
1329
1009
|
export interface GetByteMatchSetRequest {
|
|
1330
1010
|
|
|
1331
1011
|
ByteMatchSetId: string | undefined;
|
|
1332
1012
|
}
|
|
1333
|
-
export declare namespace GetByteMatchSetRequest {
|
|
1334
|
-
|
|
1335
|
-
const filterSensitiveLog: (obj: GetByteMatchSetRequest) => any;
|
|
1336
|
-
}
|
|
1337
1013
|
export interface GetByteMatchSetResponse {
|
|
1338
1014
|
|
|
1339
1015
|
ByteMatchSet?: ByteMatchSet;
|
|
1340
1016
|
}
|
|
1341
|
-
export declare namespace GetByteMatchSetResponse {
|
|
1342
|
-
|
|
1343
|
-
const filterSensitiveLog: (obj: GetByteMatchSetResponse) => any;
|
|
1344
|
-
}
|
|
1345
1017
|
export interface GetChangeTokenRequest {
|
|
1346
1018
|
}
|
|
1347
|
-
export declare namespace GetChangeTokenRequest {
|
|
1348
|
-
|
|
1349
|
-
const filterSensitiveLog: (obj: GetChangeTokenRequest) => any;
|
|
1350
|
-
}
|
|
1351
1019
|
export interface GetChangeTokenResponse {
|
|
1352
1020
|
|
|
1353
1021
|
ChangeToken?: string;
|
|
1354
1022
|
}
|
|
1355
|
-
export declare namespace GetChangeTokenResponse {
|
|
1356
|
-
|
|
1357
|
-
const filterSensitiveLog: (obj: GetChangeTokenResponse) => any;
|
|
1358
|
-
}
|
|
1359
1023
|
export interface GetChangeTokenStatusRequest {
|
|
1360
1024
|
|
|
1361
1025
|
ChangeToken: string | undefined;
|
|
1362
1026
|
}
|
|
1363
|
-
export declare namespace GetChangeTokenStatusRequest {
|
|
1364
|
-
|
|
1365
|
-
const filterSensitiveLog: (obj: GetChangeTokenStatusRequest) => any;
|
|
1366
|
-
}
|
|
1367
1027
|
export declare enum ChangeTokenStatus {
|
|
1368
1028
|
INSYNC = "INSYNC",
|
|
1369
1029
|
PENDING = "PENDING",
|
|
@@ -1373,50 +1033,26 @@ export interface GetChangeTokenStatusResponse {
|
|
|
1373
1033
|
|
|
1374
1034
|
ChangeTokenStatus?: ChangeTokenStatus | string;
|
|
1375
1035
|
}
|
|
1376
|
-
export declare namespace GetChangeTokenStatusResponse {
|
|
1377
|
-
|
|
1378
|
-
const filterSensitiveLog: (obj: GetChangeTokenStatusResponse) => any;
|
|
1379
|
-
}
|
|
1380
1036
|
export interface GetGeoMatchSetRequest {
|
|
1381
1037
|
|
|
1382
1038
|
GeoMatchSetId: string | undefined;
|
|
1383
1039
|
}
|
|
1384
|
-
export declare namespace GetGeoMatchSetRequest {
|
|
1385
|
-
|
|
1386
|
-
const filterSensitiveLog: (obj: GetGeoMatchSetRequest) => any;
|
|
1387
|
-
}
|
|
1388
1040
|
export interface GetGeoMatchSetResponse {
|
|
1389
1041
|
|
|
1390
1042
|
GeoMatchSet?: GeoMatchSet;
|
|
1391
1043
|
}
|
|
1392
|
-
export declare namespace GetGeoMatchSetResponse {
|
|
1393
|
-
|
|
1394
|
-
const filterSensitiveLog: (obj: GetGeoMatchSetResponse) => any;
|
|
1395
|
-
}
|
|
1396
1044
|
export interface GetIPSetRequest {
|
|
1397
1045
|
|
|
1398
1046
|
IPSetId: string | undefined;
|
|
1399
1047
|
}
|
|
1400
|
-
export declare namespace GetIPSetRequest {
|
|
1401
|
-
|
|
1402
|
-
const filterSensitiveLog: (obj: GetIPSetRequest) => any;
|
|
1403
|
-
}
|
|
1404
1048
|
export interface GetIPSetResponse {
|
|
1405
1049
|
|
|
1406
1050
|
IPSet?: IPSet;
|
|
1407
1051
|
}
|
|
1408
|
-
export declare namespace GetIPSetResponse {
|
|
1409
|
-
|
|
1410
|
-
const filterSensitiveLog: (obj: GetIPSetResponse) => any;
|
|
1411
|
-
}
|
|
1412
1052
|
export interface GetLoggingConfigurationRequest {
|
|
1413
1053
|
|
|
1414
1054
|
ResourceArn: string | undefined;
|
|
1415
1055
|
}
|
|
1416
|
-
export declare namespace GetLoggingConfigurationRequest {
|
|
1417
|
-
|
|
1418
|
-
const filterSensitiveLog: (obj: GetLoggingConfigurationRequest) => any;
|
|
1419
|
-
}
|
|
1420
1056
|
|
|
1421
1057
|
export interface LoggingConfiguration {
|
|
1422
1058
|
|
|
@@ -1426,134 +1062,70 @@ export interface LoggingConfiguration {
|
|
|
1426
1062
|
|
|
1427
1063
|
RedactedFields?: FieldToMatch[];
|
|
1428
1064
|
}
|
|
1429
|
-
export declare namespace LoggingConfiguration {
|
|
1430
|
-
|
|
1431
|
-
const filterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
1432
|
-
}
|
|
1433
1065
|
export interface GetLoggingConfigurationResponse {
|
|
1434
1066
|
|
|
1435
1067
|
LoggingConfiguration?: LoggingConfiguration;
|
|
1436
1068
|
}
|
|
1437
|
-
export declare namespace GetLoggingConfigurationResponse {
|
|
1438
|
-
|
|
1439
|
-
const filterSensitiveLog: (obj: GetLoggingConfigurationResponse) => any;
|
|
1440
|
-
}
|
|
1441
1069
|
export interface GetPermissionPolicyRequest {
|
|
1442
1070
|
|
|
1443
1071
|
ResourceArn: string | undefined;
|
|
1444
1072
|
}
|
|
1445
|
-
export declare namespace GetPermissionPolicyRequest {
|
|
1446
|
-
|
|
1447
|
-
const filterSensitiveLog: (obj: GetPermissionPolicyRequest) => any;
|
|
1448
|
-
}
|
|
1449
1073
|
export interface GetPermissionPolicyResponse {
|
|
1450
1074
|
|
|
1451
1075
|
Policy?: string;
|
|
1452
1076
|
}
|
|
1453
|
-
export declare namespace GetPermissionPolicyResponse {
|
|
1454
|
-
|
|
1455
|
-
const filterSensitiveLog: (obj: GetPermissionPolicyResponse) => any;
|
|
1456
|
-
}
|
|
1457
1077
|
export interface GetRateBasedRuleRequest {
|
|
1458
1078
|
|
|
1459
1079
|
RuleId: string | undefined;
|
|
1460
1080
|
}
|
|
1461
|
-
export declare namespace GetRateBasedRuleRequest {
|
|
1462
|
-
|
|
1463
|
-
const filterSensitiveLog: (obj: GetRateBasedRuleRequest) => any;
|
|
1464
|
-
}
|
|
1465
1081
|
export interface GetRateBasedRuleResponse {
|
|
1466
1082
|
|
|
1467
1083
|
Rule?: RateBasedRule;
|
|
1468
1084
|
}
|
|
1469
|
-
export declare namespace GetRateBasedRuleResponse {
|
|
1470
|
-
|
|
1471
|
-
const filterSensitiveLog: (obj: GetRateBasedRuleResponse) => any;
|
|
1472
|
-
}
|
|
1473
1085
|
export interface GetRateBasedRuleManagedKeysRequest {
|
|
1474
1086
|
|
|
1475
1087
|
RuleId: string | undefined;
|
|
1476
1088
|
|
|
1477
1089
|
NextMarker?: string;
|
|
1478
1090
|
}
|
|
1479
|
-
export declare namespace GetRateBasedRuleManagedKeysRequest {
|
|
1480
|
-
|
|
1481
|
-
const filterSensitiveLog: (obj: GetRateBasedRuleManagedKeysRequest) => any;
|
|
1482
|
-
}
|
|
1483
1091
|
export interface GetRateBasedRuleManagedKeysResponse {
|
|
1484
1092
|
|
|
1485
1093
|
ManagedKeys?: string[];
|
|
1486
1094
|
|
|
1487
1095
|
NextMarker?: string;
|
|
1488
1096
|
}
|
|
1489
|
-
export declare namespace GetRateBasedRuleManagedKeysResponse {
|
|
1490
|
-
|
|
1491
|
-
const filterSensitiveLog: (obj: GetRateBasedRuleManagedKeysResponse) => any;
|
|
1492
|
-
}
|
|
1493
1097
|
export interface GetRegexMatchSetRequest {
|
|
1494
1098
|
|
|
1495
1099
|
RegexMatchSetId: string | undefined;
|
|
1496
1100
|
}
|
|
1497
|
-
export declare namespace GetRegexMatchSetRequest {
|
|
1498
|
-
|
|
1499
|
-
const filterSensitiveLog: (obj: GetRegexMatchSetRequest) => any;
|
|
1500
|
-
}
|
|
1501
1101
|
export interface GetRegexMatchSetResponse {
|
|
1502
1102
|
|
|
1503
1103
|
RegexMatchSet?: RegexMatchSet;
|
|
1504
1104
|
}
|
|
1505
|
-
export declare namespace GetRegexMatchSetResponse {
|
|
1506
|
-
|
|
1507
|
-
const filterSensitiveLog: (obj: GetRegexMatchSetResponse) => any;
|
|
1508
|
-
}
|
|
1509
1105
|
export interface GetRegexPatternSetRequest {
|
|
1510
1106
|
|
|
1511
1107
|
RegexPatternSetId: string | undefined;
|
|
1512
1108
|
}
|
|
1513
|
-
export declare namespace GetRegexPatternSetRequest {
|
|
1514
|
-
|
|
1515
|
-
const filterSensitiveLog: (obj: GetRegexPatternSetRequest) => any;
|
|
1516
|
-
}
|
|
1517
1109
|
export interface GetRegexPatternSetResponse {
|
|
1518
1110
|
|
|
1519
1111
|
RegexPatternSet?: RegexPatternSet;
|
|
1520
1112
|
}
|
|
1521
|
-
export declare namespace GetRegexPatternSetResponse {
|
|
1522
|
-
|
|
1523
|
-
const filterSensitiveLog: (obj: GetRegexPatternSetResponse) => any;
|
|
1524
|
-
}
|
|
1525
1113
|
export interface GetRuleRequest {
|
|
1526
1114
|
|
|
1527
1115
|
RuleId: string | undefined;
|
|
1528
1116
|
}
|
|
1529
|
-
export declare namespace GetRuleRequest {
|
|
1530
|
-
|
|
1531
|
-
const filterSensitiveLog: (obj: GetRuleRequest) => any;
|
|
1532
|
-
}
|
|
1533
1117
|
export interface GetRuleResponse {
|
|
1534
1118
|
|
|
1535
1119
|
Rule?: Rule;
|
|
1536
1120
|
}
|
|
1537
|
-
export declare namespace GetRuleResponse {
|
|
1538
|
-
|
|
1539
|
-
const filterSensitiveLog: (obj: GetRuleResponse) => any;
|
|
1540
|
-
}
|
|
1541
1121
|
export interface GetRuleGroupRequest {
|
|
1542
1122
|
|
|
1543
1123
|
RuleGroupId: string | undefined;
|
|
1544
1124
|
}
|
|
1545
|
-
export declare namespace GetRuleGroupRequest {
|
|
1546
|
-
|
|
1547
|
-
const filterSensitiveLog: (obj: GetRuleGroupRequest) => any;
|
|
1548
|
-
}
|
|
1549
1125
|
export interface GetRuleGroupResponse {
|
|
1550
1126
|
|
|
1551
1127
|
RuleGroup?: RuleGroup;
|
|
1552
1128
|
}
|
|
1553
|
-
export declare namespace GetRuleGroupResponse {
|
|
1554
|
-
|
|
1555
|
-
const filterSensitiveLog: (obj: GetRuleGroupResponse) => any;
|
|
1556
|
-
}
|
|
1557
1129
|
|
|
1558
1130
|
export interface TimeWindow {
|
|
1559
1131
|
|
|
@@ -1561,10 +1133,6 @@ export interface TimeWindow {
|
|
|
1561
1133
|
|
|
1562
1134
|
EndTime: Date | undefined;
|
|
1563
1135
|
}
|
|
1564
|
-
export declare namespace TimeWindow {
|
|
1565
|
-
|
|
1566
|
-
const filterSensitiveLog: (obj: TimeWindow) => any;
|
|
1567
|
-
}
|
|
1568
1136
|
export interface GetSampledRequestsRequest {
|
|
1569
1137
|
|
|
1570
1138
|
WebAclId: string | undefined;
|
|
@@ -1575,10 +1143,6 @@ export interface GetSampledRequestsRequest {
|
|
|
1575
1143
|
|
|
1576
1144
|
MaxItems: number | undefined;
|
|
1577
1145
|
}
|
|
1578
|
-
export declare namespace GetSampledRequestsRequest {
|
|
1579
|
-
|
|
1580
|
-
const filterSensitiveLog: (obj: GetSampledRequestsRequest) => any;
|
|
1581
|
-
}
|
|
1582
1146
|
|
|
1583
1147
|
export interface HTTPHeader {
|
|
1584
1148
|
|
|
@@ -1586,10 +1150,6 @@ export interface HTTPHeader {
|
|
|
1586
1150
|
|
|
1587
1151
|
Value?: string;
|
|
1588
1152
|
}
|
|
1589
|
-
export declare namespace HTTPHeader {
|
|
1590
|
-
|
|
1591
|
-
const filterSensitiveLog: (obj: HTTPHeader) => any;
|
|
1592
|
-
}
|
|
1593
1153
|
|
|
1594
1154
|
export interface HTTPRequest {
|
|
1595
1155
|
|
|
@@ -1605,10 +1165,6 @@ export interface HTTPRequest {
|
|
|
1605
1165
|
|
|
1606
1166
|
Headers?: HTTPHeader[];
|
|
1607
1167
|
}
|
|
1608
|
-
export declare namespace HTTPRequest {
|
|
1609
|
-
|
|
1610
|
-
const filterSensitiveLog: (obj: HTTPRequest) => any;
|
|
1611
|
-
}
|
|
1612
1168
|
|
|
1613
1169
|
export interface SampledHTTPRequest {
|
|
1614
1170
|
|
|
@@ -1622,10 +1178,6 @@ export interface SampledHTTPRequest {
|
|
|
1622
1178
|
|
|
1623
1179
|
RuleWithinRuleGroup?: string;
|
|
1624
1180
|
}
|
|
1625
|
-
export declare namespace SampledHTTPRequest {
|
|
1626
|
-
|
|
1627
|
-
const filterSensitiveLog: (obj: SampledHTTPRequest) => any;
|
|
1628
|
-
}
|
|
1629
1181
|
export interface GetSampledRequestsResponse {
|
|
1630
1182
|
|
|
1631
1183
|
SampledRequests?: SampledHTTPRequest[];
|
|
@@ -1634,78 +1186,42 @@ export interface GetSampledRequestsResponse {
|
|
|
1634
1186
|
|
|
1635
1187
|
TimeWindow?: TimeWindow;
|
|
1636
1188
|
}
|
|
1637
|
-
export declare namespace GetSampledRequestsResponse {
|
|
1638
|
-
|
|
1639
|
-
const filterSensitiveLog: (obj: GetSampledRequestsResponse) => any;
|
|
1640
|
-
}
|
|
1641
1189
|
export interface GetSizeConstraintSetRequest {
|
|
1642
1190
|
|
|
1643
1191
|
SizeConstraintSetId: string | undefined;
|
|
1644
1192
|
}
|
|
1645
|
-
export declare namespace GetSizeConstraintSetRequest {
|
|
1646
|
-
|
|
1647
|
-
const filterSensitiveLog: (obj: GetSizeConstraintSetRequest) => any;
|
|
1648
|
-
}
|
|
1649
1193
|
export interface GetSizeConstraintSetResponse {
|
|
1650
1194
|
|
|
1651
1195
|
SizeConstraintSet?: SizeConstraintSet;
|
|
1652
1196
|
}
|
|
1653
|
-
export declare namespace GetSizeConstraintSetResponse {
|
|
1654
|
-
|
|
1655
|
-
const filterSensitiveLog: (obj: GetSizeConstraintSetResponse) => any;
|
|
1656
|
-
}
|
|
1657
1197
|
|
|
1658
1198
|
export interface GetSqlInjectionMatchSetRequest {
|
|
1659
1199
|
|
|
1660
1200
|
SqlInjectionMatchSetId: string | undefined;
|
|
1661
1201
|
}
|
|
1662
|
-
export declare namespace GetSqlInjectionMatchSetRequest {
|
|
1663
|
-
|
|
1664
|
-
const filterSensitiveLog: (obj: GetSqlInjectionMatchSetRequest) => any;
|
|
1665
|
-
}
|
|
1666
1202
|
|
|
1667
1203
|
export interface GetSqlInjectionMatchSetResponse {
|
|
1668
1204
|
|
|
1669
1205
|
SqlInjectionMatchSet?: SqlInjectionMatchSet;
|
|
1670
1206
|
}
|
|
1671
|
-
export declare namespace GetSqlInjectionMatchSetResponse {
|
|
1672
|
-
|
|
1673
|
-
const filterSensitiveLog: (obj: GetSqlInjectionMatchSetResponse) => any;
|
|
1674
|
-
}
|
|
1675
1207
|
export interface GetWebACLRequest {
|
|
1676
1208
|
|
|
1677
1209
|
WebACLId: string | undefined;
|
|
1678
1210
|
}
|
|
1679
|
-
export declare namespace GetWebACLRequest {
|
|
1680
|
-
|
|
1681
|
-
const filterSensitiveLog: (obj: GetWebACLRequest) => any;
|
|
1682
|
-
}
|
|
1683
1211
|
export interface GetWebACLResponse {
|
|
1684
1212
|
|
|
1685
1213
|
WebACL?: WebACL;
|
|
1686
1214
|
}
|
|
1687
|
-
export declare namespace GetWebACLResponse {
|
|
1688
|
-
|
|
1689
|
-
const filterSensitiveLog: (obj: GetWebACLResponse) => any;
|
|
1690
|
-
}
|
|
1691
1215
|
|
|
1692
1216
|
export interface GetXssMatchSetRequest {
|
|
1693
1217
|
|
|
1694
1218
|
XssMatchSetId: string | undefined;
|
|
1695
1219
|
}
|
|
1696
|
-
export declare namespace GetXssMatchSetRequest {
|
|
1697
|
-
|
|
1698
|
-
const filterSensitiveLog: (obj: GetXssMatchSetRequest) => any;
|
|
1699
|
-
}
|
|
1700
1220
|
|
|
1701
1221
|
export interface GetXssMatchSetResponse {
|
|
1702
1222
|
|
|
1703
1223
|
XssMatchSet?: XssMatchSet;
|
|
1704
1224
|
}
|
|
1705
|
-
export declare namespace GetXssMatchSetResponse {
|
|
1706
|
-
|
|
1707
|
-
const filterSensitiveLog: (obj: GetXssMatchSetResponse) => any;
|
|
1708
|
-
}
|
|
1709
1225
|
export interface ListActivatedRulesInRuleGroupRequest {
|
|
1710
1226
|
|
|
1711
1227
|
RuleGroupId?: string;
|
|
@@ -1714,30 +1230,18 @@ export interface ListActivatedRulesInRuleGroupRequest {
|
|
|
1714
1230
|
|
|
1715
1231
|
Limit?: number;
|
|
1716
1232
|
}
|
|
1717
|
-
export declare namespace ListActivatedRulesInRuleGroupRequest {
|
|
1718
|
-
|
|
1719
|
-
const filterSensitiveLog: (obj: ListActivatedRulesInRuleGroupRequest) => any;
|
|
1720
|
-
}
|
|
1721
1233
|
export interface ListActivatedRulesInRuleGroupResponse {
|
|
1722
1234
|
|
|
1723
1235
|
NextMarker?: string;
|
|
1724
1236
|
|
|
1725
1237
|
ActivatedRules?: ActivatedRule[];
|
|
1726
1238
|
}
|
|
1727
|
-
export declare namespace ListActivatedRulesInRuleGroupResponse {
|
|
1728
|
-
|
|
1729
|
-
const filterSensitiveLog: (obj: ListActivatedRulesInRuleGroupResponse) => any;
|
|
1730
|
-
}
|
|
1731
1239
|
export interface ListByteMatchSetsRequest {
|
|
1732
1240
|
|
|
1733
1241
|
NextMarker?: string;
|
|
1734
1242
|
|
|
1735
1243
|
Limit?: number;
|
|
1736
1244
|
}
|
|
1737
|
-
export declare namespace ListByteMatchSetsRequest {
|
|
1738
|
-
|
|
1739
|
-
const filterSensitiveLog: (obj: ListByteMatchSetsRequest) => any;
|
|
1740
|
-
}
|
|
1741
1245
|
|
|
1742
1246
|
export interface ByteMatchSetSummary {
|
|
1743
1247
|
|
|
@@ -1745,30 +1249,18 @@ export interface ByteMatchSetSummary {
|
|
|
1745
1249
|
|
|
1746
1250
|
Name: string | undefined;
|
|
1747
1251
|
}
|
|
1748
|
-
export declare namespace ByteMatchSetSummary {
|
|
1749
|
-
|
|
1750
|
-
const filterSensitiveLog: (obj: ByteMatchSetSummary) => any;
|
|
1751
|
-
}
|
|
1752
1252
|
export interface ListByteMatchSetsResponse {
|
|
1753
1253
|
|
|
1754
1254
|
NextMarker?: string;
|
|
1755
1255
|
|
|
1756
1256
|
ByteMatchSets?: ByteMatchSetSummary[];
|
|
1757
1257
|
}
|
|
1758
|
-
export declare namespace ListByteMatchSetsResponse {
|
|
1759
|
-
|
|
1760
|
-
const filterSensitiveLog: (obj: ListByteMatchSetsResponse) => any;
|
|
1761
|
-
}
|
|
1762
1258
|
export interface ListGeoMatchSetsRequest {
|
|
1763
1259
|
|
|
1764
1260
|
NextMarker?: string;
|
|
1765
1261
|
|
|
1766
1262
|
Limit?: number;
|
|
1767
1263
|
}
|
|
1768
|
-
export declare namespace ListGeoMatchSetsRequest {
|
|
1769
|
-
|
|
1770
|
-
const filterSensitiveLog: (obj: ListGeoMatchSetsRequest) => any;
|
|
1771
|
-
}
|
|
1772
1264
|
|
|
1773
1265
|
export interface GeoMatchSetSummary {
|
|
1774
1266
|
|
|
@@ -1776,30 +1268,18 @@ export interface GeoMatchSetSummary {
|
|
|
1776
1268
|
|
|
1777
1269
|
Name: string | undefined;
|
|
1778
1270
|
}
|
|
1779
|
-
export declare namespace GeoMatchSetSummary {
|
|
1780
|
-
|
|
1781
|
-
const filterSensitiveLog: (obj: GeoMatchSetSummary) => any;
|
|
1782
|
-
}
|
|
1783
1271
|
export interface ListGeoMatchSetsResponse {
|
|
1784
1272
|
|
|
1785
1273
|
NextMarker?: string;
|
|
1786
1274
|
|
|
1787
1275
|
GeoMatchSets?: GeoMatchSetSummary[];
|
|
1788
1276
|
}
|
|
1789
|
-
export declare namespace ListGeoMatchSetsResponse {
|
|
1790
|
-
|
|
1791
|
-
const filterSensitiveLog: (obj: ListGeoMatchSetsResponse) => any;
|
|
1792
|
-
}
|
|
1793
1277
|
export interface ListIPSetsRequest {
|
|
1794
1278
|
|
|
1795
1279
|
NextMarker?: string;
|
|
1796
1280
|
|
|
1797
1281
|
Limit?: number;
|
|
1798
1282
|
}
|
|
1799
|
-
export declare namespace ListIPSetsRequest {
|
|
1800
|
-
|
|
1801
|
-
const filterSensitiveLog: (obj: ListIPSetsRequest) => any;
|
|
1802
|
-
}
|
|
1803
1283
|
|
|
1804
1284
|
export interface IPSetSummary {
|
|
1805
1285
|
|
|
@@ -1807,50 +1287,30 @@ export interface IPSetSummary {
|
|
|
1807
1287
|
|
|
1808
1288
|
Name: string | undefined;
|
|
1809
1289
|
}
|
|
1810
|
-
export declare namespace IPSetSummary {
|
|
1811
|
-
|
|
1812
|
-
const filterSensitiveLog: (obj: IPSetSummary) => any;
|
|
1813
|
-
}
|
|
1814
1290
|
export interface ListIPSetsResponse {
|
|
1815
1291
|
|
|
1816
1292
|
NextMarker?: string;
|
|
1817
1293
|
|
|
1818
1294
|
IPSets?: IPSetSummary[];
|
|
1819
1295
|
}
|
|
1820
|
-
export declare namespace ListIPSetsResponse {
|
|
1821
|
-
|
|
1822
|
-
const filterSensitiveLog: (obj: ListIPSetsResponse) => any;
|
|
1823
|
-
}
|
|
1824
1296
|
export interface ListLoggingConfigurationsRequest {
|
|
1825
1297
|
|
|
1826
1298
|
NextMarker?: string;
|
|
1827
1299
|
|
|
1828
1300
|
Limit?: number;
|
|
1829
1301
|
}
|
|
1830
|
-
export declare namespace ListLoggingConfigurationsRequest {
|
|
1831
|
-
|
|
1832
|
-
const filterSensitiveLog: (obj: ListLoggingConfigurationsRequest) => any;
|
|
1833
|
-
}
|
|
1834
1302
|
export interface ListLoggingConfigurationsResponse {
|
|
1835
1303
|
|
|
1836
1304
|
LoggingConfigurations?: LoggingConfiguration[];
|
|
1837
1305
|
|
|
1838
1306
|
NextMarker?: string;
|
|
1839
1307
|
}
|
|
1840
|
-
export declare namespace ListLoggingConfigurationsResponse {
|
|
1841
|
-
|
|
1842
|
-
const filterSensitiveLog: (obj: ListLoggingConfigurationsResponse) => any;
|
|
1843
|
-
}
|
|
1844
1308
|
export interface ListRateBasedRulesRequest {
|
|
1845
1309
|
|
|
1846
1310
|
NextMarker?: string;
|
|
1847
1311
|
|
|
1848
1312
|
Limit?: number;
|
|
1849
1313
|
}
|
|
1850
|
-
export declare namespace ListRateBasedRulesRequest {
|
|
1851
|
-
|
|
1852
|
-
const filterSensitiveLog: (obj: ListRateBasedRulesRequest) => any;
|
|
1853
|
-
}
|
|
1854
1314
|
|
|
1855
1315
|
export interface RuleSummary {
|
|
1856
1316
|
|
|
@@ -1858,30 +1318,18 @@ export interface RuleSummary {
|
|
|
1858
1318
|
|
|
1859
1319
|
Name: string | undefined;
|
|
1860
1320
|
}
|
|
1861
|
-
export declare namespace RuleSummary {
|
|
1862
|
-
|
|
1863
|
-
const filterSensitiveLog: (obj: RuleSummary) => any;
|
|
1864
|
-
}
|
|
1865
1321
|
export interface ListRateBasedRulesResponse {
|
|
1866
1322
|
|
|
1867
1323
|
NextMarker?: string;
|
|
1868
1324
|
|
|
1869
1325
|
Rules?: RuleSummary[];
|
|
1870
1326
|
}
|
|
1871
|
-
export declare namespace ListRateBasedRulesResponse {
|
|
1872
|
-
|
|
1873
|
-
const filterSensitiveLog: (obj: ListRateBasedRulesResponse) => any;
|
|
1874
|
-
}
|
|
1875
1327
|
export interface ListRegexMatchSetsRequest {
|
|
1876
1328
|
|
|
1877
1329
|
NextMarker?: string;
|
|
1878
1330
|
|
|
1879
1331
|
Limit?: number;
|
|
1880
1332
|
}
|
|
1881
|
-
export declare namespace ListRegexMatchSetsRequest {
|
|
1882
|
-
|
|
1883
|
-
const filterSensitiveLog: (obj: ListRegexMatchSetsRequest) => any;
|
|
1884
|
-
}
|
|
1885
1333
|
|
|
1886
1334
|
export interface RegexMatchSetSummary {
|
|
1887
1335
|
|
|
@@ -1889,30 +1337,18 @@ export interface RegexMatchSetSummary {
|
|
|
1889
1337
|
|
|
1890
1338
|
Name: string | undefined;
|
|
1891
1339
|
}
|
|
1892
|
-
export declare namespace RegexMatchSetSummary {
|
|
1893
|
-
|
|
1894
|
-
const filterSensitiveLog: (obj: RegexMatchSetSummary) => any;
|
|
1895
|
-
}
|
|
1896
1340
|
export interface ListRegexMatchSetsResponse {
|
|
1897
1341
|
|
|
1898
1342
|
NextMarker?: string;
|
|
1899
1343
|
|
|
1900
1344
|
RegexMatchSets?: RegexMatchSetSummary[];
|
|
1901
1345
|
}
|
|
1902
|
-
export declare namespace ListRegexMatchSetsResponse {
|
|
1903
|
-
|
|
1904
|
-
const filterSensitiveLog: (obj: ListRegexMatchSetsResponse) => any;
|
|
1905
|
-
}
|
|
1906
1346
|
export interface ListRegexPatternSetsRequest {
|
|
1907
1347
|
|
|
1908
1348
|
NextMarker?: string;
|
|
1909
1349
|
|
|
1910
1350
|
Limit?: number;
|
|
1911
1351
|
}
|
|
1912
|
-
export declare namespace ListRegexPatternSetsRequest {
|
|
1913
|
-
|
|
1914
|
-
const filterSensitiveLog: (obj: ListRegexPatternSetsRequest) => any;
|
|
1915
|
-
}
|
|
1916
1352
|
|
|
1917
1353
|
export interface RegexPatternSetSummary {
|
|
1918
1354
|
|
|
@@ -1920,30 +1356,18 @@ export interface RegexPatternSetSummary {
|
|
|
1920
1356
|
|
|
1921
1357
|
Name: string | undefined;
|
|
1922
1358
|
}
|
|
1923
|
-
export declare namespace RegexPatternSetSummary {
|
|
1924
|
-
|
|
1925
|
-
const filterSensitiveLog: (obj: RegexPatternSetSummary) => any;
|
|
1926
|
-
}
|
|
1927
1359
|
export interface ListRegexPatternSetsResponse {
|
|
1928
1360
|
|
|
1929
1361
|
NextMarker?: string;
|
|
1930
1362
|
|
|
1931
1363
|
RegexPatternSets?: RegexPatternSetSummary[];
|
|
1932
1364
|
}
|
|
1933
|
-
export declare namespace ListRegexPatternSetsResponse {
|
|
1934
|
-
|
|
1935
|
-
const filterSensitiveLog: (obj: ListRegexPatternSetsResponse) => any;
|
|
1936
|
-
}
|
|
1937
1365
|
export interface ListRuleGroupsRequest {
|
|
1938
1366
|
|
|
1939
1367
|
NextMarker?: string;
|
|
1940
1368
|
|
|
1941
1369
|
Limit?: number;
|
|
1942
1370
|
}
|
|
1943
|
-
export declare namespace ListRuleGroupsRequest {
|
|
1944
|
-
|
|
1945
|
-
const filterSensitiveLog: (obj: ListRuleGroupsRequest) => any;
|
|
1946
|
-
}
|
|
1947
1371
|
|
|
1948
1372
|
export interface RuleGroupSummary {
|
|
1949
1373
|
|
|
@@ -1951,50 +1375,30 @@ export interface RuleGroupSummary {
|
|
|
1951
1375
|
|
|
1952
1376
|
Name: string | undefined;
|
|
1953
1377
|
}
|
|
1954
|
-
export declare namespace RuleGroupSummary {
|
|
1955
|
-
|
|
1956
|
-
const filterSensitiveLog: (obj: RuleGroupSummary) => any;
|
|
1957
|
-
}
|
|
1958
1378
|
export interface ListRuleGroupsResponse {
|
|
1959
1379
|
|
|
1960
1380
|
NextMarker?: string;
|
|
1961
1381
|
|
|
1962
1382
|
RuleGroups?: RuleGroupSummary[];
|
|
1963
1383
|
}
|
|
1964
|
-
export declare namespace ListRuleGroupsResponse {
|
|
1965
|
-
|
|
1966
|
-
const filterSensitiveLog: (obj: ListRuleGroupsResponse) => any;
|
|
1967
|
-
}
|
|
1968
1384
|
export interface ListRulesRequest {
|
|
1969
1385
|
|
|
1970
1386
|
NextMarker?: string;
|
|
1971
1387
|
|
|
1972
1388
|
Limit?: number;
|
|
1973
1389
|
}
|
|
1974
|
-
export declare namespace ListRulesRequest {
|
|
1975
|
-
|
|
1976
|
-
const filterSensitiveLog: (obj: ListRulesRequest) => any;
|
|
1977
|
-
}
|
|
1978
1390
|
export interface ListRulesResponse {
|
|
1979
1391
|
|
|
1980
1392
|
NextMarker?: string;
|
|
1981
1393
|
|
|
1982
1394
|
Rules?: RuleSummary[];
|
|
1983
1395
|
}
|
|
1984
|
-
export declare namespace ListRulesResponse {
|
|
1985
|
-
|
|
1986
|
-
const filterSensitiveLog: (obj: ListRulesResponse) => any;
|
|
1987
|
-
}
|
|
1988
1396
|
export interface ListSizeConstraintSetsRequest {
|
|
1989
1397
|
|
|
1990
1398
|
NextMarker?: string;
|
|
1991
1399
|
|
|
1992
1400
|
Limit?: number;
|
|
1993
1401
|
}
|
|
1994
|
-
export declare namespace ListSizeConstraintSetsRequest {
|
|
1995
|
-
|
|
1996
|
-
const filterSensitiveLog: (obj: ListSizeConstraintSetsRequest) => any;
|
|
1997
|
-
}
|
|
1998
1402
|
|
|
1999
1403
|
export interface SizeConstraintSetSummary {
|
|
2000
1404
|
|
|
@@ -2002,20 +1406,12 @@ export interface SizeConstraintSetSummary {
|
|
|
2002
1406
|
|
|
2003
1407
|
Name: string | undefined;
|
|
2004
1408
|
}
|
|
2005
|
-
export declare namespace SizeConstraintSetSummary {
|
|
2006
|
-
|
|
2007
|
-
const filterSensitiveLog: (obj: SizeConstraintSetSummary) => any;
|
|
2008
|
-
}
|
|
2009
1409
|
export interface ListSizeConstraintSetsResponse {
|
|
2010
1410
|
|
|
2011
1411
|
NextMarker?: string;
|
|
2012
1412
|
|
|
2013
1413
|
SizeConstraintSets?: SizeConstraintSetSummary[];
|
|
2014
1414
|
}
|
|
2015
|
-
export declare namespace ListSizeConstraintSetsResponse {
|
|
2016
|
-
|
|
2017
|
-
const filterSensitiveLog: (obj: ListSizeConstraintSetsResponse) => any;
|
|
2018
|
-
}
|
|
2019
1415
|
|
|
2020
1416
|
export interface ListSqlInjectionMatchSetsRequest {
|
|
2021
1417
|
|
|
@@ -2023,10 +1419,6 @@ export interface ListSqlInjectionMatchSetsRequest {
|
|
|
2023
1419
|
|
|
2024
1420
|
Limit?: number;
|
|
2025
1421
|
}
|
|
2026
|
-
export declare namespace ListSqlInjectionMatchSetsRequest {
|
|
2027
|
-
|
|
2028
|
-
const filterSensitiveLog: (obj: ListSqlInjectionMatchSetsRequest) => any;
|
|
2029
|
-
}
|
|
2030
1422
|
|
|
2031
1423
|
export interface SqlInjectionMatchSetSummary {
|
|
2032
1424
|
|
|
@@ -2034,10 +1426,6 @@ export interface SqlInjectionMatchSetSummary {
|
|
|
2034
1426
|
|
|
2035
1427
|
Name: string | undefined;
|
|
2036
1428
|
}
|
|
2037
|
-
export declare namespace SqlInjectionMatchSetSummary {
|
|
2038
|
-
|
|
2039
|
-
const filterSensitiveLog: (obj: SqlInjectionMatchSetSummary) => any;
|
|
2040
|
-
}
|
|
2041
1429
|
|
|
2042
1430
|
export interface ListSqlInjectionMatchSetsResponse {
|
|
2043
1431
|
|
|
@@ -2045,20 +1433,12 @@ export interface ListSqlInjectionMatchSetsResponse {
|
|
|
2045
1433
|
|
|
2046
1434
|
SqlInjectionMatchSets?: SqlInjectionMatchSetSummary[];
|
|
2047
1435
|
}
|
|
2048
|
-
export declare namespace ListSqlInjectionMatchSetsResponse {
|
|
2049
|
-
|
|
2050
|
-
const filterSensitiveLog: (obj: ListSqlInjectionMatchSetsResponse) => any;
|
|
2051
|
-
}
|
|
2052
1436
|
export interface ListSubscribedRuleGroupsRequest {
|
|
2053
1437
|
|
|
2054
1438
|
NextMarker?: string;
|
|
2055
1439
|
|
|
2056
1440
|
Limit?: number;
|
|
2057
1441
|
}
|
|
2058
|
-
export declare namespace ListSubscribedRuleGroupsRequest {
|
|
2059
|
-
|
|
2060
|
-
const filterSensitiveLog: (obj: ListSubscribedRuleGroupsRequest) => any;
|
|
2061
|
-
}
|
|
2062
1442
|
|
|
2063
1443
|
export interface SubscribedRuleGroupSummary {
|
|
2064
1444
|
|
|
@@ -2068,20 +1448,12 @@ export interface SubscribedRuleGroupSummary {
|
|
|
2068
1448
|
|
|
2069
1449
|
MetricName: string | undefined;
|
|
2070
1450
|
}
|
|
2071
|
-
export declare namespace SubscribedRuleGroupSummary {
|
|
2072
|
-
|
|
2073
|
-
const filterSensitiveLog: (obj: SubscribedRuleGroupSummary) => any;
|
|
2074
|
-
}
|
|
2075
1451
|
export interface ListSubscribedRuleGroupsResponse {
|
|
2076
1452
|
|
|
2077
1453
|
NextMarker?: string;
|
|
2078
1454
|
|
|
2079
1455
|
RuleGroups?: SubscribedRuleGroupSummary[];
|
|
2080
1456
|
}
|
|
2081
|
-
export declare namespace ListSubscribedRuleGroupsResponse {
|
|
2082
|
-
|
|
2083
|
-
const filterSensitiveLog: (obj: ListSubscribedRuleGroupsResponse) => any;
|
|
2084
|
-
}
|
|
2085
1457
|
export interface ListTagsForResourceRequest {
|
|
2086
1458
|
|
|
2087
1459
|
NextMarker?: string;
|
|
@@ -2090,10 +1462,6 @@ export interface ListTagsForResourceRequest {
|
|
|
2090
1462
|
|
|
2091
1463
|
ResourceARN: string | undefined;
|
|
2092
1464
|
}
|
|
2093
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2094
|
-
|
|
2095
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2096
|
-
}
|
|
2097
1465
|
|
|
2098
1466
|
export interface TagInfoForResource {
|
|
2099
1467
|
|
|
@@ -2101,30 +1469,18 @@ export interface TagInfoForResource {
|
|
|
2101
1469
|
|
|
2102
1470
|
TagList?: Tag[];
|
|
2103
1471
|
}
|
|
2104
|
-
export declare namespace TagInfoForResource {
|
|
2105
|
-
|
|
2106
|
-
const filterSensitiveLog: (obj: TagInfoForResource) => any;
|
|
2107
|
-
}
|
|
2108
1472
|
export interface ListTagsForResourceResponse {
|
|
2109
1473
|
|
|
2110
1474
|
NextMarker?: string;
|
|
2111
1475
|
|
|
2112
1476
|
TagInfoForResource?: TagInfoForResource;
|
|
2113
1477
|
}
|
|
2114
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2115
|
-
|
|
2116
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2117
|
-
}
|
|
2118
1478
|
export interface ListWebACLsRequest {
|
|
2119
1479
|
|
|
2120
1480
|
NextMarker?: string;
|
|
2121
1481
|
|
|
2122
1482
|
Limit?: number;
|
|
2123
1483
|
}
|
|
2124
|
-
export declare namespace ListWebACLsRequest {
|
|
2125
|
-
|
|
2126
|
-
const filterSensitiveLog: (obj: ListWebACLsRequest) => any;
|
|
2127
|
-
}
|
|
2128
1484
|
|
|
2129
1485
|
export interface WebACLSummary {
|
|
2130
1486
|
|
|
@@ -2132,20 +1488,12 @@ export interface WebACLSummary {
|
|
|
2132
1488
|
|
|
2133
1489
|
Name: string | undefined;
|
|
2134
1490
|
}
|
|
2135
|
-
export declare namespace WebACLSummary {
|
|
2136
|
-
|
|
2137
|
-
const filterSensitiveLog: (obj: WebACLSummary) => any;
|
|
2138
|
-
}
|
|
2139
1491
|
export interface ListWebACLsResponse {
|
|
2140
1492
|
|
|
2141
1493
|
NextMarker?: string;
|
|
2142
1494
|
|
|
2143
1495
|
WebACLs?: WebACLSummary[];
|
|
2144
1496
|
}
|
|
2145
|
-
export declare namespace ListWebACLsResponse {
|
|
2146
|
-
|
|
2147
|
-
const filterSensitiveLog: (obj: ListWebACLsResponse) => any;
|
|
2148
|
-
}
|
|
2149
1497
|
|
|
2150
1498
|
export interface ListXssMatchSetsRequest {
|
|
2151
1499
|
|
|
@@ -2153,10 +1501,6 @@ export interface ListXssMatchSetsRequest {
|
|
|
2153
1501
|
|
|
2154
1502
|
Limit?: number;
|
|
2155
1503
|
}
|
|
2156
|
-
export declare namespace ListXssMatchSetsRequest {
|
|
2157
|
-
|
|
2158
|
-
const filterSensitiveLog: (obj: ListXssMatchSetsRequest) => any;
|
|
2159
|
-
}
|
|
2160
1504
|
|
|
2161
1505
|
export interface XssMatchSetSummary {
|
|
2162
1506
|
|
|
@@ -2164,10 +1508,6 @@ export interface XssMatchSetSummary {
|
|
|
2164
1508
|
|
|
2165
1509
|
Name: string | undefined;
|
|
2166
1510
|
}
|
|
2167
|
-
export declare namespace XssMatchSetSummary {
|
|
2168
|
-
|
|
2169
|
-
const filterSensitiveLog: (obj: XssMatchSetSummary) => any;
|
|
2170
|
-
}
|
|
2171
1511
|
|
|
2172
1512
|
export interface ListXssMatchSetsResponse {
|
|
2173
1513
|
|
|
@@ -2175,26 +1515,14 @@ export interface ListXssMatchSetsResponse {
|
|
|
2175
1515
|
|
|
2176
1516
|
XssMatchSets?: XssMatchSetSummary[];
|
|
2177
1517
|
}
|
|
2178
|
-
export declare namespace ListXssMatchSetsResponse {
|
|
2179
|
-
|
|
2180
|
-
const filterSensitiveLog: (obj: ListXssMatchSetsResponse) => any;
|
|
2181
|
-
}
|
|
2182
1518
|
export interface PutLoggingConfigurationRequest {
|
|
2183
1519
|
|
|
2184
1520
|
LoggingConfiguration: LoggingConfiguration | undefined;
|
|
2185
1521
|
}
|
|
2186
|
-
export declare namespace PutLoggingConfigurationRequest {
|
|
2187
|
-
|
|
2188
|
-
const filterSensitiveLog: (obj: PutLoggingConfigurationRequest) => any;
|
|
2189
|
-
}
|
|
2190
1522
|
export interface PutLoggingConfigurationResponse {
|
|
2191
1523
|
|
|
2192
1524
|
LoggingConfiguration?: LoggingConfiguration;
|
|
2193
1525
|
}
|
|
2194
|
-
export declare namespace PutLoggingConfigurationResponse {
|
|
2195
|
-
|
|
2196
|
-
const filterSensitiveLog: (obj: PutLoggingConfigurationResponse) => any;
|
|
2197
|
-
}
|
|
2198
1526
|
|
|
2199
1527
|
export declare class WAFServiceLinkedRoleErrorException extends __BaseException {
|
|
2200
1528
|
readonly name: "WAFServiceLinkedRoleErrorException";
|
|
@@ -2208,16 +1536,8 @@ export interface PutPermissionPolicyRequest {
|
|
|
2208
1536
|
|
|
2209
1537
|
Policy: string | undefined;
|
|
2210
1538
|
}
|
|
2211
|
-
export declare namespace PutPermissionPolicyRequest {
|
|
2212
|
-
|
|
2213
|
-
const filterSensitiveLog: (obj: PutPermissionPolicyRequest) => any;
|
|
2214
|
-
}
|
|
2215
1539
|
export interface PutPermissionPolicyResponse {
|
|
2216
1540
|
}
|
|
2217
|
-
export declare namespace PutPermissionPolicyResponse {
|
|
2218
|
-
|
|
2219
|
-
const filterSensitiveLog: (obj: PutPermissionPolicyResponse) => any;
|
|
2220
|
-
}
|
|
2221
1541
|
|
|
2222
1542
|
export declare class WAFInvalidPermissionPolicyException extends __BaseException {
|
|
2223
1543
|
readonly name: "WAFInvalidPermissionPolicyException";
|
|
@@ -2231,32 +1551,16 @@ export interface TagResourceRequest {
|
|
|
2231
1551
|
|
|
2232
1552
|
Tags: Tag[] | undefined;
|
|
2233
1553
|
}
|
|
2234
|
-
export declare namespace TagResourceRequest {
|
|
2235
|
-
|
|
2236
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2237
|
-
}
|
|
2238
1554
|
export interface TagResourceResponse {
|
|
2239
1555
|
}
|
|
2240
|
-
export declare namespace TagResourceResponse {
|
|
2241
|
-
|
|
2242
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2243
|
-
}
|
|
2244
1556
|
export interface UntagResourceRequest {
|
|
2245
1557
|
|
|
2246
1558
|
ResourceARN: string | undefined;
|
|
2247
1559
|
|
|
2248
1560
|
TagKeys: string[] | undefined;
|
|
2249
1561
|
}
|
|
2250
|
-
export declare namespace UntagResourceRequest {
|
|
2251
|
-
|
|
2252
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2253
|
-
}
|
|
2254
1562
|
export interface UntagResourceResponse {
|
|
2255
1563
|
}
|
|
2256
|
-
export declare namespace UntagResourceResponse {
|
|
2257
|
-
|
|
2258
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2259
|
-
}
|
|
2260
1564
|
export declare enum ChangeAction {
|
|
2261
1565
|
DELETE = "DELETE",
|
|
2262
1566
|
INSERT = "INSERT"
|
|
@@ -2268,10 +1572,6 @@ export interface ByteMatchSetUpdate {
|
|
|
2268
1572
|
|
|
2269
1573
|
ByteMatchTuple: ByteMatchTuple | undefined;
|
|
2270
1574
|
}
|
|
2271
|
-
export declare namespace ByteMatchSetUpdate {
|
|
2272
|
-
|
|
2273
|
-
const filterSensitiveLog: (obj: ByteMatchSetUpdate) => any;
|
|
2274
|
-
}
|
|
2275
1575
|
export interface UpdateByteMatchSetRequest {
|
|
2276
1576
|
|
|
2277
1577
|
ByteMatchSetId: string | undefined;
|
|
@@ -2280,18 +1580,10 @@ export interface UpdateByteMatchSetRequest {
|
|
|
2280
1580
|
|
|
2281
1581
|
Updates: ByteMatchSetUpdate[] | undefined;
|
|
2282
1582
|
}
|
|
2283
|
-
export declare namespace UpdateByteMatchSetRequest {
|
|
2284
|
-
|
|
2285
|
-
const filterSensitiveLog: (obj: UpdateByteMatchSetRequest) => any;
|
|
2286
|
-
}
|
|
2287
1583
|
export interface UpdateByteMatchSetResponse {
|
|
2288
1584
|
|
|
2289
1585
|
ChangeToken?: string;
|
|
2290
1586
|
}
|
|
2291
|
-
export declare namespace UpdateByteMatchSetResponse {
|
|
2292
|
-
|
|
2293
|
-
const filterSensitiveLog: (obj: UpdateByteMatchSetResponse) => any;
|
|
2294
|
-
}
|
|
2295
1587
|
|
|
2296
1588
|
export declare class WAFNonexistentContainerException extends __BaseException {
|
|
2297
1589
|
readonly name: "WAFNonexistentContainerException";
|
|
@@ -2306,10 +1598,6 @@ export interface GeoMatchSetUpdate {
|
|
|
2306
1598
|
|
|
2307
1599
|
GeoMatchConstraint: GeoMatchConstraint | undefined;
|
|
2308
1600
|
}
|
|
2309
|
-
export declare namespace GeoMatchSetUpdate {
|
|
2310
|
-
|
|
2311
|
-
const filterSensitiveLog: (obj: GeoMatchSetUpdate) => any;
|
|
2312
|
-
}
|
|
2313
1601
|
export interface UpdateGeoMatchSetRequest {
|
|
2314
1602
|
|
|
2315
1603
|
GeoMatchSetId: string | undefined;
|
|
@@ -2318,18 +1606,10 @@ export interface UpdateGeoMatchSetRequest {
|
|
|
2318
1606
|
|
|
2319
1607
|
Updates: GeoMatchSetUpdate[] | undefined;
|
|
2320
1608
|
}
|
|
2321
|
-
export declare namespace UpdateGeoMatchSetRequest {
|
|
2322
|
-
|
|
2323
|
-
const filterSensitiveLog: (obj: UpdateGeoMatchSetRequest) => any;
|
|
2324
|
-
}
|
|
2325
1609
|
export interface UpdateGeoMatchSetResponse {
|
|
2326
1610
|
|
|
2327
1611
|
ChangeToken?: string;
|
|
2328
1612
|
}
|
|
2329
|
-
export declare namespace UpdateGeoMatchSetResponse {
|
|
2330
|
-
|
|
2331
|
-
const filterSensitiveLog: (obj: UpdateGeoMatchSetResponse) => any;
|
|
2332
|
-
}
|
|
2333
1613
|
|
|
2334
1614
|
export interface IPSetUpdate {
|
|
2335
1615
|
|
|
@@ -2337,10 +1617,6 @@ export interface IPSetUpdate {
|
|
|
2337
1617
|
|
|
2338
1618
|
IPSetDescriptor: IPSetDescriptor | undefined;
|
|
2339
1619
|
}
|
|
2340
|
-
export declare namespace IPSetUpdate {
|
|
2341
|
-
|
|
2342
|
-
const filterSensitiveLog: (obj: IPSetUpdate) => any;
|
|
2343
|
-
}
|
|
2344
1620
|
export interface UpdateIPSetRequest {
|
|
2345
1621
|
|
|
2346
1622
|
IPSetId: string | undefined;
|
|
@@ -2349,18 +1625,10 @@ export interface UpdateIPSetRequest {
|
|
|
2349
1625
|
|
|
2350
1626
|
Updates: IPSetUpdate[] | undefined;
|
|
2351
1627
|
}
|
|
2352
|
-
export declare namespace UpdateIPSetRequest {
|
|
2353
|
-
|
|
2354
|
-
const filterSensitiveLog: (obj: UpdateIPSetRequest) => any;
|
|
2355
|
-
}
|
|
2356
1628
|
export interface UpdateIPSetResponse {
|
|
2357
1629
|
|
|
2358
1630
|
ChangeToken?: string;
|
|
2359
1631
|
}
|
|
2360
|
-
export declare namespace UpdateIPSetResponse {
|
|
2361
|
-
|
|
2362
|
-
const filterSensitiveLog: (obj: UpdateIPSetResponse) => any;
|
|
2363
|
-
}
|
|
2364
1632
|
|
|
2365
1633
|
export interface RuleUpdate {
|
|
2366
1634
|
|
|
@@ -2368,10 +1636,6 @@ export interface RuleUpdate {
|
|
|
2368
1636
|
|
|
2369
1637
|
Predicate: Predicate | undefined;
|
|
2370
1638
|
}
|
|
2371
|
-
export declare namespace RuleUpdate {
|
|
2372
|
-
|
|
2373
|
-
const filterSensitiveLog: (obj: RuleUpdate) => any;
|
|
2374
|
-
}
|
|
2375
1639
|
export interface UpdateRateBasedRuleRequest {
|
|
2376
1640
|
|
|
2377
1641
|
RuleId: string | undefined;
|
|
@@ -2382,18 +1646,10 @@ export interface UpdateRateBasedRuleRequest {
|
|
|
2382
1646
|
|
|
2383
1647
|
RateLimit: number | undefined;
|
|
2384
1648
|
}
|
|
2385
|
-
export declare namespace UpdateRateBasedRuleRequest {
|
|
2386
|
-
|
|
2387
|
-
const filterSensitiveLog: (obj: UpdateRateBasedRuleRequest) => any;
|
|
2388
|
-
}
|
|
2389
1649
|
export interface UpdateRateBasedRuleResponse {
|
|
2390
1650
|
|
|
2391
1651
|
ChangeToken?: string;
|
|
2392
1652
|
}
|
|
2393
|
-
export declare namespace UpdateRateBasedRuleResponse {
|
|
2394
|
-
|
|
2395
|
-
const filterSensitiveLog: (obj: UpdateRateBasedRuleResponse) => any;
|
|
2396
|
-
}
|
|
2397
1653
|
|
|
2398
1654
|
export interface RegexMatchSetUpdate {
|
|
2399
1655
|
|
|
@@ -2401,10 +1657,6 @@ export interface RegexMatchSetUpdate {
|
|
|
2401
1657
|
|
|
2402
1658
|
RegexMatchTuple: RegexMatchTuple | undefined;
|
|
2403
1659
|
}
|
|
2404
|
-
export declare namespace RegexMatchSetUpdate {
|
|
2405
|
-
|
|
2406
|
-
const filterSensitiveLog: (obj: RegexMatchSetUpdate) => any;
|
|
2407
|
-
}
|
|
2408
1660
|
export interface UpdateRegexMatchSetRequest {
|
|
2409
1661
|
|
|
2410
1662
|
RegexMatchSetId: string | undefined;
|
|
@@ -2413,18 +1665,10 @@ export interface UpdateRegexMatchSetRequest {
|
|
|
2413
1665
|
|
|
2414
1666
|
ChangeToken: string | undefined;
|
|
2415
1667
|
}
|
|
2416
|
-
export declare namespace UpdateRegexMatchSetRequest {
|
|
2417
|
-
|
|
2418
|
-
const filterSensitiveLog: (obj: UpdateRegexMatchSetRequest) => any;
|
|
2419
|
-
}
|
|
2420
1668
|
export interface UpdateRegexMatchSetResponse {
|
|
2421
1669
|
|
|
2422
1670
|
ChangeToken?: string;
|
|
2423
1671
|
}
|
|
2424
|
-
export declare namespace UpdateRegexMatchSetResponse {
|
|
2425
|
-
|
|
2426
|
-
const filterSensitiveLog: (obj: UpdateRegexMatchSetResponse) => any;
|
|
2427
|
-
}
|
|
2428
1672
|
|
|
2429
1673
|
export interface RegexPatternSetUpdate {
|
|
2430
1674
|
|
|
@@ -2432,10 +1676,6 @@ export interface RegexPatternSetUpdate {
|
|
|
2432
1676
|
|
|
2433
1677
|
RegexPatternString: string | undefined;
|
|
2434
1678
|
}
|
|
2435
|
-
export declare namespace RegexPatternSetUpdate {
|
|
2436
|
-
|
|
2437
|
-
const filterSensitiveLog: (obj: RegexPatternSetUpdate) => any;
|
|
2438
|
-
}
|
|
2439
1679
|
export interface UpdateRegexPatternSetRequest {
|
|
2440
1680
|
|
|
2441
1681
|
RegexPatternSetId: string | undefined;
|
|
@@ -2444,18 +1684,10 @@ export interface UpdateRegexPatternSetRequest {
|
|
|
2444
1684
|
|
|
2445
1685
|
ChangeToken: string | undefined;
|
|
2446
1686
|
}
|
|
2447
|
-
export declare namespace UpdateRegexPatternSetRequest {
|
|
2448
|
-
|
|
2449
|
-
const filterSensitiveLog: (obj: UpdateRegexPatternSetRequest) => any;
|
|
2450
|
-
}
|
|
2451
1687
|
export interface UpdateRegexPatternSetResponse {
|
|
2452
1688
|
|
|
2453
1689
|
ChangeToken?: string;
|
|
2454
1690
|
}
|
|
2455
|
-
export declare namespace UpdateRegexPatternSetResponse {
|
|
2456
|
-
|
|
2457
|
-
const filterSensitiveLog: (obj: UpdateRegexPatternSetResponse) => any;
|
|
2458
|
-
}
|
|
2459
1691
|
|
|
2460
1692
|
export declare class WAFInvalidRegexPatternException extends __BaseException {
|
|
2461
1693
|
readonly name: "WAFInvalidRegexPatternException";
|
|
@@ -2471,18 +1703,10 @@ export interface UpdateRuleRequest {
|
|
|
2471
1703
|
|
|
2472
1704
|
Updates: RuleUpdate[] | undefined;
|
|
2473
1705
|
}
|
|
2474
|
-
export declare namespace UpdateRuleRequest {
|
|
2475
|
-
|
|
2476
|
-
const filterSensitiveLog: (obj: UpdateRuleRequest) => any;
|
|
2477
|
-
}
|
|
2478
1706
|
export interface UpdateRuleResponse {
|
|
2479
1707
|
|
|
2480
1708
|
ChangeToken?: string;
|
|
2481
1709
|
}
|
|
2482
|
-
export declare namespace UpdateRuleResponse {
|
|
2483
|
-
|
|
2484
|
-
const filterSensitiveLog: (obj: UpdateRuleResponse) => any;
|
|
2485
|
-
}
|
|
2486
1710
|
|
|
2487
1711
|
export interface RuleGroupUpdate {
|
|
2488
1712
|
|
|
@@ -2490,10 +1714,6 @@ export interface RuleGroupUpdate {
|
|
|
2490
1714
|
|
|
2491
1715
|
ActivatedRule: ActivatedRule | undefined;
|
|
2492
1716
|
}
|
|
2493
|
-
export declare namespace RuleGroupUpdate {
|
|
2494
|
-
|
|
2495
|
-
const filterSensitiveLog: (obj: RuleGroupUpdate) => any;
|
|
2496
|
-
}
|
|
2497
1717
|
export interface UpdateRuleGroupRequest {
|
|
2498
1718
|
|
|
2499
1719
|
RuleGroupId: string | undefined;
|
|
@@ -2502,18 +1722,10 @@ export interface UpdateRuleGroupRequest {
|
|
|
2502
1722
|
|
|
2503
1723
|
ChangeToken: string | undefined;
|
|
2504
1724
|
}
|
|
2505
|
-
export declare namespace UpdateRuleGroupRequest {
|
|
2506
|
-
|
|
2507
|
-
const filterSensitiveLog: (obj: UpdateRuleGroupRequest) => any;
|
|
2508
|
-
}
|
|
2509
1725
|
export interface UpdateRuleGroupResponse {
|
|
2510
1726
|
|
|
2511
1727
|
ChangeToken?: string;
|
|
2512
1728
|
}
|
|
2513
|
-
export declare namespace UpdateRuleGroupResponse {
|
|
2514
|
-
|
|
2515
|
-
const filterSensitiveLog: (obj: UpdateRuleGroupResponse) => any;
|
|
2516
|
-
}
|
|
2517
1729
|
|
|
2518
1730
|
export interface SizeConstraintSetUpdate {
|
|
2519
1731
|
|
|
@@ -2521,10 +1733,6 @@ export interface SizeConstraintSetUpdate {
|
|
|
2521
1733
|
|
|
2522
1734
|
SizeConstraint: SizeConstraint | undefined;
|
|
2523
1735
|
}
|
|
2524
|
-
export declare namespace SizeConstraintSetUpdate {
|
|
2525
|
-
|
|
2526
|
-
const filterSensitiveLog: (obj: SizeConstraintSetUpdate) => any;
|
|
2527
|
-
}
|
|
2528
1736
|
export interface UpdateSizeConstraintSetRequest {
|
|
2529
1737
|
|
|
2530
1738
|
SizeConstraintSetId: string | undefined;
|
|
@@ -2533,18 +1741,10 @@ export interface UpdateSizeConstraintSetRequest {
|
|
|
2533
1741
|
|
|
2534
1742
|
Updates: SizeConstraintSetUpdate[] | undefined;
|
|
2535
1743
|
}
|
|
2536
|
-
export declare namespace UpdateSizeConstraintSetRequest {
|
|
2537
|
-
|
|
2538
|
-
const filterSensitiveLog: (obj: UpdateSizeConstraintSetRequest) => any;
|
|
2539
|
-
}
|
|
2540
1744
|
export interface UpdateSizeConstraintSetResponse {
|
|
2541
1745
|
|
|
2542
1746
|
ChangeToken?: string;
|
|
2543
1747
|
}
|
|
2544
|
-
export declare namespace UpdateSizeConstraintSetResponse {
|
|
2545
|
-
|
|
2546
|
-
const filterSensitiveLog: (obj: UpdateSizeConstraintSetResponse) => any;
|
|
2547
|
-
}
|
|
2548
1748
|
|
|
2549
1749
|
export interface SqlInjectionMatchSetUpdate {
|
|
2550
1750
|
|
|
@@ -2552,10 +1752,6 @@ export interface SqlInjectionMatchSetUpdate {
|
|
|
2552
1752
|
|
|
2553
1753
|
SqlInjectionMatchTuple: SqlInjectionMatchTuple | undefined;
|
|
2554
1754
|
}
|
|
2555
|
-
export declare namespace SqlInjectionMatchSetUpdate {
|
|
2556
|
-
|
|
2557
|
-
const filterSensitiveLog: (obj: SqlInjectionMatchSetUpdate) => any;
|
|
2558
|
-
}
|
|
2559
1755
|
|
|
2560
1756
|
export interface UpdateSqlInjectionMatchSetRequest {
|
|
2561
1757
|
|
|
@@ -2565,19 +1761,11 @@ export interface UpdateSqlInjectionMatchSetRequest {
|
|
|
2565
1761
|
|
|
2566
1762
|
Updates: SqlInjectionMatchSetUpdate[] | undefined;
|
|
2567
1763
|
}
|
|
2568
|
-
export declare namespace UpdateSqlInjectionMatchSetRequest {
|
|
2569
|
-
|
|
2570
|
-
const filterSensitiveLog: (obj: UpdateSqlInjectionMatchSetRequest) => any;
|
|
2571
|
-
}
|
|
2572
1764
|
|
|
2573
1765
|
export interface UpdateSqlInjectionMatchSetResponse {
|
|
2574
1766
|
|
|
2575
1767
|
ChangeToken?: string;
|
|
2576
1768
|
}
|
|
2577
|
-
export declare namespace UpdateSqlInjectionMatchSetResponse {
|
|
2578
|
-
|
|
2579
|
-
const filterSensitiveLog: (obj: UpdateSqlInjectionMatchSetResponse) => any;
|
|
2580
|
-
}
|
|
2581
1769
|
|
|
2582
1770
|
export interface WebACLUpdate {
|
|
2583
1771
|
|
|
@@ -2585,10 +1773,6 @@ export interface WebACLUpdate {
|
|
|
2585
1773
|
|
|
2586
1774
|
ActivatedRule: ActivatedRule | undefined;
|
|
2587
1775
|
}
|
|
2588
|
-
export declare namespace WebACLUpdate {
|
|
2589
|
-
|
|
2590
|
-
const filterSensitiveLog: (obj: WebACLUpdate) => any;
|
|
2591
|
-
}
|
|
2592
1776
|
export interface UpdateWebACLRequest {
|
|
2593
1777
|
|
|
2594
1778
|
WebACLId: string | undefined;
|
|
@@ -2599,18 +1783,10 @@ export interface UpdateWebACLRequest {
|
|
|
2599
1783
|
|
|
2600
1784
|
DefaultAction?: WafAction;
|
|
2601
1785
|
}
|
|
2602
|
-
export declare namespace UpdateWebACLRequest {
|
|
2603
|
-
|
|
2604
|
-
const filterSensitiveLog: (obj: UpdateWebACLRequest) => any;
|
|
2605
|
-
}
|
|
2606
1786
|
export interface UpdateWebACLResponse {
|
|
2607
1787
|
|
|
2608
1788
|
ChangeToken?: string;
|
|
2609
1789
|
}
|
|
2610
|
-
export declare namespace UpdateWebACLResponse {
|
|
2611
|
-
|
|
2612
|
-
const filterSensitiveLog: (obj: UpdateWebACLResponse) => any;
|
|
2613
|
-
}
|
|
2614
1790
|
|
|
2615
1791
|
export declare class WAFSubscriptionNotFoundException extends __BaseException {
|
|
2616
1792
|
readonly name: "WAFSubscriptionNotFoundException";
|
|
@@ -2625,10 +1801,6 @@ export interface XssMatchSetUpdate {
|
|
|
2625
1801
|
|
|
2626
1802
|
XssMatchTuple: XssMatchTuple | undefined;
|
|
2627
1803
|
}
|
|
2628
|
-
export declare namespace XssMatchSetUpdate {
|
|
2629
|
-
|
|
2630
|
-
const filterSensitiveLog: (obj: XssMatchSetUpdate) => any;
|
|
2631
|
-
}
|
|
2632
1804
|
|
|
2633
1805
|
export interface UpdateXssMatchSetRequest {
|
|
2634
1806
|
|
|
@@ -2638,16 +1810,426 @@ export interface UpdateXssMatchSetRequest {
|
|
|
2638
1810
|
|
|
2639
1811
|
Updates: XssMatchSetUpdate[] | undefined;
|
|
2640
1812
|
}
|
|
2641
|
-
export declare namespace UpdateXssMatchSetRequest {
|
|
2642
|
-
|
|
2643
|
-
const filterSensitiveLog: (obj: UpdateXssMatchSetRequest) => any;
|
|
2644
|
-
}
|
|
2645
1813
|
|
|
2646
1814
|
export interface UpdateXssMatchSetResponse {
|
|
2647
1815
|
|
|
2648
1816
|
ChangeToken?: string;
|
|
2649
1817
|
}
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
1818
|
+
|
|
1819
|
+
export declare const WafActionFilterSensitiveLog: (obj: WafAction) => any;
|
|
1820
|
+
|
|
1821
|
+
export declare const ExcludedRuleFilterSensitiveLog: (obj: ExcludedRule) => any;
|
|
1822
|
+
|
|
1823
|
+
export declare const WafOverrideActionFilterSensitiveLog: (obj: WafOverrideAction) => any;
|
|
1824
|
+
|
|
1825
|
+
export declare const ActivatedRuleFilterSensitiveLog: (obj: ActivatedRule) => any;
|
|
1826
|
+
|
|
1827
|
+
export declare const CreateByteMatchSetRequestFilterSensitiveLog: (obj: CreateByteMatchSetRequest) => any;
|
|
1828
|
+
|
|
1829
|
+
export declare const FieldToMatchFilterSensitiveLog: (obj: FieldToMatch) => any;
|
|
1830
|
+
|
|
1831
|
+
export declare const ByteMatchTupleFilterSensitiveLog: (obj: ByteMatchTuple) => any;
|
|
1832
|
+
|
|
1833
|
+
export declare const ByteMatchSetFilterSensitiveLog: (obj: ByteMatchSet) => any;
|
|
1834
|
+
|
|
1835
|
+
export declare const CreateByteMatchSetResponseFilterSensitiveLog: (obj: CreateByteMatchSetResponse) => any;
|
|
1836
|
+
|
|
1837
|
+
export declare const CreateGeoMatchSetRequestFilterSensitiveLog: (obj: CreateGeoMatchSetRequest) => any;
|
|
1838
|
+
|
|
1839
|
+
export declare const GeoMatchConstraintFilterSensitiveLog: (obj: GeoMatchConstraint) => any;
|
|
1840
|
+
|
|
1841
|
+
export declare const GeoMatchSetFilterSensitiveLog: (obj: GeoMatchSet) => any;
|
|
1842
|
+
|
|
1843
|
+
export declare const CreateGeoMatchSetResponseFilterSensitiveLog: (obj: CreateGeoMatchSetResponse) => any;
|
|
1844
|
+
|
|
1845
|
+
export declare const CreateIPSetRequestFilterSensitiveLog: (obj: CreateIPSetRequest) => any;
|
|
1846
|
+
|
|
1847
|
+
export declare const IPSetDescriptorFilterSensitiveLog: (obj: IPSetDescriptor) => any;
|
|
1848
|
+
|
|
1849
|
+
export declare const IPSetFilterSensitiveLog: (obj: IPSet) => any;
|
|
1850
|
+
|
|
1851
|
+
export declare const CreateIPSetResponseFilterSensitiveLog: (obj: CreateIPSetResponse) => any;
|
|
1852
|
+
|
|
1853
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1854
|
+
|
|
1855
|
+
export declare const CreateRateBasedRuleRequestFilterSensitiveLog: (obj: CreateRateBasedRuleRequest) => any;
|
|
1856
|
+
|
|
1857
|
+
export declare const PredicateFilterSensitiveLog: (obj: Predicate) => any;
|
|
1858
|
+
|
|
1859
|
+
export declare const RateBasedRuleFilterSensitiveLog: (obj: RateBasedRule) => any;
|
|
1860
|
+
|
|
1861
|
+
export declare const CreateRateBasedRuleResponseFilterSensitiveLog: (obj: CreateRateBasedRuleResponse) => any;
|
|
1862
|
+
|
|
1863
|
+
export declare const CreateRegexMatchSetRequestFilterSensitiveLog: (obj: CreateRegexMatchSetRequest) => any;
|
|
1864
|
+
|
|
1865
|
+
export declare const RegexMatchTupleFilterSensitiveLog: (obj: RegexMatchTuple) => any;
|
|
1866
|
+
|
|
1867
|
+
export declare const RegexMatchSetFilterSensitiveLog: (obj: RegexMatchSet) => any;
|
|
1868
|
+
|
|
1869
|
+
export declare const CreateRegexMatchSetResponseFilterSensitiveLog: (obj: CreateRegexMatchSetResponse) => any;
|
|
1870
|
+
|
|
1871
|
+
export declare const CreateRegexPatternSetRequestFilterSensitiveLog: (obj: CreateRegexPatternSetRequest) => any;
|
|
1872
|
+
|
|
1873
|
+
export declare const RegexPatternSetFilterSensitiveLog: (obj: RegexPatternSet) => any;
|
|
1874
|
+
|
|
1875
|
+
export declare const CreateRegexPatternSetResponseFilterSensitiveLog: (obj: CreateRegexPatternSetResponse) => any;
|
|
1876
|
+
|
|
1877
|
+
export declare const CreateRuleRequestFilterSensitiveLog: (obj: CreateRuleRequest) => any;
|
|
1878
|
+
|
|
1879
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
1880
|
+
|
|
1881
|
+
export declare const CreateRuleResponseFilterSensitiveLog: (obj: CreateRuleResponse) => any;
|
|
1882
|
+
|
|
1883
|
+
export declare const CreateRuleGroupRequestFilterSensitiveLog: (obj: CreateRuleGroupRequest) => any;
|
|
1884
|
+
|
|
1885
|
+
export declare const RuleGroupFilterSensitiveLog: (obj: RuleGroup) => any;
|
|
1886
|
+
|
|
1887
|
+
export declare const CreateRuleGroupResponseFilterSensitiveLog: (obj: CreateRuleGroupResponse) => any;
|
|
1888
|
+
|
|
1889
|
+
export declare const CreateSizeConstraintSetRequestFilterSensitiveLog: (obj: CreateSizeConstraintSetRequest) => any;
|
|
1890
|
+
|
|
1891
|
+
export declare const SizeConstraintFilterSensitiveLog: (obj: SizeConstraint) => any;
|
|
1892
|
+
|
|
1893
|
+
export declare const SizeConstraintSetFilterSensitiveLog: (obj: SizeConstraintSet) => any;
|
|
1894
|
+
|
|
1895
|
+
export declare const CreateSizeConstraintSetResponseFilterSensitiveLog: (obj: CreateSizeConstraintSetResponse) => any;
|
|
1896
|
+
|
|
1897
|
+
export declare const CreateSqlInjectionMatchSetRequestFilterSensitiveLog: (obj: CreateSqlInjectionMatchSetRequest) => any;
|
|
1898
|
+
|
|
1899
|
+
export declare const SqlInjectionMatchTupleFilterSensitiveLog: (obj: SqlInjectionMatchTuple) => any;
|
|
1900
|
+
|
|
1901
|
+
export declare const SqlInjectionMatchSetFilterSensitiveLog: (obj: SqlInjectionMatchSet) => any;
|
|
1902
|
+
|
|
1903
|
+
export declare const CreateSqlInjectionMatchSetResponseFilterSensitiveLog: (obj: CreateSqlInjectionMatchSetResponse) => any;
|
|
1904
|
+
|
|
1905
|
+
export declare const CreateWebACLRequestFilterSensitiveLog: (obj: CreateWebACLRequest) => any;
|
|
1906
|
+
|
|
1907
|
+
export declare const WebACLFilterSensitiveLog: (obj: WebACL) => any;
|
|
1908
|
+
|
|
1909
|
+
export declare const CreateWebACLResponseFilterSensitiveLog: (obj: CreateWebACLResponse) => any;
|
|
1910
|
+
|
|
1911
|
+
export declare const CreateWebACLMigrationStackRequestFilterSensitiveLog: (obj: CreateWebACLMigrationStackRequest) => any;
|
|
1912
|
+
|
|
1913
|
+
export declare const CreateWebACLMigrationStackResponseFilterSensitiveLog: (obj: CreateWebACLMigrationStackResponse) => any;
|
|
1914
|
+
|
|
1915
|
+
export declare const CreateXssMatchSetRequestFilterSensitiveLog: (obj: CreateXssMatchSetRequest) => any;
|
|
1916
|
+
|
|
1917
|
+
export declare const XssMatchTupleFilterSensitiveLog: (obj: XssMatchTuple) => any;
|
|
1918
|
+
|
|
1919
|
+
export declare const XssMatchSetFilterSensitiveLog: (obj: XssMatchSet) => any;
|
|
1920
|
+
|
|
1921
|
+
export declare const CreateXssMatchSetResponseFilterSensitiveLog: (obj: CreateXssMatchSetResponse) => any;
|
|
1922
|
+
|
|
1923
|
+
export declare const DeleteByteMatchSetRequestFilterSensitiveLog: (obj: DeleteByteMatchSetRequest) => any;
|
|
1924
|
+
|
|
1925
|
+
export declare const DeleteByteMatchSetResponseFilterSensitiveLog: (obj: DeleteByteMatchSetResponse) => any;
|
|
1926
|
+
|
|
1927
|
+
export declare const DeleteGeoMatchSetRequestFilterSensitiveLog: (obj: DeleteGeoMatchSetRequest) => any;
|
|
1928
|
+
|
|
1929
|
+
export declare const DeleteGeoMatchSetResponseFilterSensitiveLog: (obj: DeleteGeoMatchSetResponse) => any;
|
|
1930
|
+
|
|
1931
|
+
export declare const DeleteIPSetRequestFilterSensitiveLog: (obj: DeleteIPSetRequest) => any;
|
|
1932
|
+
|
|
1933
|
+
export declare const DeleteIPSetResponseFilterSensitiveLog: (obj: DeleteIPSetResponse) => any;
|
|
1934
|
+
|
|
1935
|
+
export declare const DeleteLoggingConfigurationRequestFilterSensitiveLog: (obj: DeleteLoggingConfigurationRequest) => any;
|
|
1936
|
+
|
|
1937
|
+
export declare const DeleteLoggingConfigurationResponseFilterSensitiveLog: (obj: DeleteLoggingConfigurationResponse) => any;
|
|
1938
|
+
|
|
1939
|
+
export declare const DeletePermissionPolicyRequestFilterSensitiveLog: (obj: DeletePermissionPolicyRequest) => any;
|
|
1940
|
+
|
|
1941
|
+
export declare const DeletePermissionPolicyResponseFilterSensitiveLog: (obj: DeletePermissionPolicyResponse) => any;
|
|
1942
|
+
|
|
1943
|
+
export declare const DeleteRateBasedRuleRequestFilterSensitiveLog: (obj: DeleteRateBasedRuleRequest) => any;
|
|
1944
|
+
|
|
1945
|
+
export declare const DeleteRateBasedRuleResponseFilterSensitiveLog: (obj: DeleteRateBasedRuleResponse) => any;
|
|
1946
|
+
|
|
1947
|
+
export declare const DeleteRegexMatchSetRequestFilterSensitiveLog: (obj: DeleteRegexMatchSetRequest) => any;
|
|
1948
|
+
|
|
1949
|
+
export declare const DeleteRegexMatchSetResponseFilterSensitiveLog: (obj: DeleteRegexMatchSetResponse) => any;
|
|
1950
|
+
|
|
1951
|
+
export declare const DeleteRegexPatternSetRequestFilterSensitiveLog: (obj: DeleteRegexPatternSetRequest) => any;
|
|
1952
|
+
|
|
1953
|
+
export declare const DeleteRegexPatternSetResponseFilterSensitiveLog: (obj: DeleteRegexPatternSetResponse) => any;
|
|
1954
|
+
|
|
1955
|
+
export declare const DeleteRuleRequestFilterSensitiveLog: (obj: DeleteRuleRequest) => any;
|
|
1956
|
+
|
|
1957
|
+
export declare const DeleteRuleResponseFilterSensitiveLog: (obj: DeleteRuleResponse) => any;
|
|
1958
|
+
|
|
1959
|
+
export declare const DeleteRuleGroupRequestFilterSensitiveLog: (obj: DeleteRuleGroupRequest) => any;
|
|
1960
|
+
|
|
1961
|
+
export declare const DeleteRuleGroupResponseFilterSensitiveLog: (obj: DeleteRuleGroupResponse) => any;
|
|
1962
|
+
|
|
1963
|
+
export declare const DeleteSizeConstraintSetRequestFilterSensitiveLog: (obj: DeleteSizeConstraintSetRequest) => any;
|
|
1964
|
+
|
|
1965
|
+
export declare const DeleteSizeConstraintSetResponseFilterSensitiveLog: (obj: DeleteSizeConstraintSetResponse) => any;
|
|
1966
|
+
|
|
1967
|
+
export declare const DeleteSqlInjectionMatchSetRequestFilterSensitiveLog: (obj: DeleteSqlInjectionMatchSetRequest) => any;
|
|
1968
|
+
|
|
1969
|
+
export declare const DeleteSqlInjectionMatchSetResponseFilterSensitiveLog: (obj: DeleteSqlInjectionMatchSetResponse) => any;
|
|
1970
|
+
|
|
1971
|
+
export declare const DeleteWebACLRequestFilterSensitiveLog: (obj: DeleteWebACLRequest) => any;
|
|
1972
|
+
|
|
1973
|
+
export declare const DeleteWebACLResponseFilterSensitiveLog: (obj: DeleteWebACLResponse) => any;
|
|
1974
|
+
|
|
1975
|
+
export declare const DeleteXssMatchSetRequestFilterSensitiveLog: (obj: DeleteXssMatchSetRequest) => any;
|
|
1976
|
+
|
|
1977
|
+
export declare const DeleteXssMatchSetResponseFilterSensitiveLog: (obj: DeleteXssMatchSetResponse) => any;
|
|
1978
|
+
|
|
1979
|
+
export declare const GetByteMatchSetRequestFilterSensitiveLog: (obj: GetByteMatchSetRequest) => any;
|
|
1980
|
+
|
|
1981
|
+
export declare const GetByteMatchSetResponseFilterSensitiveLog: (obj: GetByteMatchSetResponse) => any;
|
|
1982
|
+
|
|
1983
|
+
export declare const GetChangeTokenRequestFilterSensitiveLog: (obj: GetChangeTokenRequest) => any;
|
|
1984
|
+
|
|
1985
|
+
export declare const GetChangeTokenResponseFilterSensitiveLog: (obj: GetChangeTokenResponse) => any;
|
|
1986
|
+
|
|
1987
|
+
export declare const GetChangeTokenStatusRequestFilterSensitiveLog: (obj: GetChangeTokenStatusRequest) => any;
|
|
1988
|
+
|
|
1989
|
+
export declare const GetChangeTokenStatusResponseFilterSensitiveLog: (obj: GetChangeTokenStatusResponse) => any;
|
|
1990
|
+
|
|
1991
|
+
export declare const GetGeoMatchSetRequestFilterSensitiveLog: (obj: GetGeoMatchSetRequest) => any;
|
|
1992
|
+
|
|
1993
|
+
export declare const GetGeoMatchSetResponseFilterSensitiveLog: (obj: GetGeoMatchSetResponse) => any;
|
|
1994
|
+
|
|
1995
|
+
export declare const GetIPSetRequestFilterSensitiveLog: (obj: GetIPSetRequest) => any;
|
|
1996
|
+
|
|
1997
|
+
export declare const GetIPSetResponseFilterSensitiveLog: (obj: GetIPSetResponse) => any;
|
|
1998
|
+
|
|
1999
|
+
export declare const GetLoggingConfigurationRequestFilterSensitiveLog: (obj: GetLoggingConfigurationRequest) => any;
|
|
2000
|
+
|
|
2001
|
+
export declare const LoggingConfigurationFilterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
2002
|
+
|
|
2003
|
+
export declare const GetLoggingConfigurationResponseFilterSensitiveLog: (obj: GetLoggingConfigurationResponse) => any;
|
|
2004
|
+
|
|
2005
|
+
export declare const GetPermissionPolicyRequestFilterSensitiveLog: (obj: GetPermissionPolicyRequest) => any;
|
|
2006
|
+
|
|
2007
|
+
export declare const GetPermissionPolicyResponseFilterSensitiveLog: (obj: GetPermissionPolicyResponse) => any;
|
|
2008
|
+
|
|
2009
|
+
export declare const GetRateBasedRuleRequestFilterSensitiveLog: (obj: GetRateBasedRuleRequest) => any;
|
|
2010
|
+
|
|
2011
|
+
export declare const GetRateBasedRuleResponseFilterSensitiveLog: (obj: GetRateBasedRuleResponse) => any;
|
|
2012
|
+
|
|
2013
|
+
export declare const GetRateBasedRuleManagedKeysRequestFilterSensitiveLog: (obj: GetRateBasedRuleManagedKeysRequest) => any;
|
|
2014
|
+
|
|
2015
|
+
export declare const GetRateBasedRuleManagedKeysResponseFilterSensitiveLog: (obj: GetRateBasedRuleManagedKeysResponse) => any;
|
|
2016
|
+
|
|
2017
|
+
export declare const GetRegexMatchSetRequestFilterSensitiveLog: (obj: GetRegexMatchSetRequest) => any;
|
|
2018
|
+
|
|
2019
|
+
export declare const GetRegexMatchSetResponseFilterSensitiveLog: (obj: GetRegexMatchSetResponse) => any;
|
|
2020
|
+
|
|
2021
|
+
export declare const GetRegexPatternSetRequestFilterSensitiveLog: (obj: GetRegexPatternSetRequest) => any;
|
|
2022
|
+
|
|
2023
|
+
export declare const GetRegexPatternSetResponseFilterSensitiveLog: (obj: GetRegexPatternSetResponse) => any;
|
|
2024
|
+
|
|
2025
|
+
export declare const GetRuleRequestFilterSensitiveLog: (obj: GetRuleRequest) => any;
|
|
2026
|
+
|
|
2027
|
+
export declare const GetRuleResponseFilterSensitiveLog: (obj: GetRuleResponse) => any;
|
|
2028
|
+
|
|
2029
|
+
export declare const GetRuleGroupRequestFilterSensitiveLog: (obj: GetRuleGroupRequest) => any;
|
|
2030
|
+
|
|
2031
|
+
export declare const GetRuleGroupResponseFilterSensitiveLog: (obj: GetRuleGroupResponse) => any;
|
|
2032
|
+
|
|
2033
|
+
export declare const TimeWindowFilterSensitiveLog: (obj: TimeWindow) => any;
|
|
2034
|
+
|
|
2035
|
+
export declare const GetSampledRequestsRequestFilterSensitiveLog: (obj: GetSampledRequestsRequest) => any;
|
|
2036
|
+
|
|
2037
|
+
export declare const HTTPHeaderFilterSensitiveLog: (obj: HTTPHeader) => any;
|
|
2038
|
+
|
|
2039
|
+
export declare const HTTPRequestFilterSensitiveLog: (obj: HTTPRequest) => any;
|
|
2040
|
+
|
|
2041
|
+
export declare const SampledHTTPRequestFilterSensitiveLog: (obj: SampledHTTPRequest) => any;
|
|
2042
|
+
|
|
2043
|
+
export declare const GetSampledRequestsResponseFilterSensitiveLog: (obj: GetSampledRequestsResponse) => any;
|
|
2044
|
+
|
|
2045
|
+
export declare const GetSizeConstraintSetRequestFilterSensitiveLog: (obj: GetSizeConstraintSetRequest) => any;
|
|
2046
|
+
|
|
2047
|
+
export declare const GetSizeConstraintSetResponseFilterSensitiveLog: (obj: GetSizeConstraintSetResponse) => any;
|
|
2048
|
+
|
|
2049
|
+
export declare const GetSqlInjectionMatchSetRequestFilterSensitiveLog: (obj: GetSqlInjectionMatchSetRequest) => any;
|
|
2050
|
+
|
|
2051
|
+
export declare const GetSqlInjectionMatchSetResponseFilterSensitiveLog: (obj: GetSqlInjectionMatchSetResponse) => any;
|
|
2052
|
+
|
|
2053
|
+
export declare const GetWebACLRequestFilterSensitiveLog: (obj: GetWebACLRequest) => any;
|
|
2054
|
+
|
|
2055
|
+
export declare const GetWebACLResponseFilterSensitiveLog: (obj: GetWebACLResponse) => any;
|
|
2056
|
+
|
|
2057
|
+
export declare const GetXssMatchSetRequestFilterSensitiveLog: (obj: GetXssMatchSetRequest) => any;
|
|
2058
|
+
|
|
2059
|
+
export declare const GetXssMatchSetResponseFilterSensitiveLog: (obj: GetXssMatchSetResponse) => any;
|
|
2060
|
+
|
|
2061
|
+
export declare const ListActivatedRulesInRuleGroupRequestFilterSensitiveLog: (obj: ListActivatedRulesInRuleGroupRequest) => any;
|
|
2062
|
+
|
|
2063
|
+
export declare const ListActivatedRulesInRuleGroupResponseFilterSensitiveLog: (obj: ListActivatedRulesInRuleGroupResponse) => any;
|
|
2064
|
+
|
|
2065
|
+
export declare const ListByteMatchSetsRequestFilterSensitiveLog: (obj: ListByteMatchSetsRequest) => any;
|
|
2066
|
+
|
|
2067
|
+
export declare const ByteMatchSetSummaryFilterSensitiveLog: (obj: ByteMatchSetSummary) => any;
|
|
2068
|
+
|
|
2069
|
+
export declare const ListByteMatchSetsResponseFilterSensitiveLog: (obj: ListByteMatchSetsResponse) => any;
|
|
2070
|
+
|
|
2071
|
+
export declare const ListGeoMatchSetsRequestFilterSensitiveLog: (obj: ListGeoMatchSetsRequest) => any;
|
|
2072
|
+
|
|
2073
|
+
export declare const GeoMatchSetSummaryFilterSensitiveLog: (obj: GeoMatchSetSummary) => any;
|
|
2074
|
+
|
|
2075
|
+
export declare const ListGeoMatchSetsResponseFilterSensitiveLog: (obj: ListGeoMatchSetsResponse) => any;
|
|
2076
|
+
|
|
2077
|
+
export declare const ListIPSetsRequestFilterSensitiveLog: (obj: ListIPSetsRequest) => any;
|
|
2078
|
+
|
|
2079
|
+
export declare const IPSetSummaryFilterSensitiveLog: (obj: IPSetSummary) => any;
|
|
2080
|
+
|
|
2081
|
+
export declare const ListIPSetsResponseFilterSensitiveLog: (obj: ListIPSetsResponse) => any;
|
|
2082
|
+
|
|
2083
|
+
export declare const ListLoggingConfigurationsRequestFilterSensitiveLog: (obj: ListLoggingConfigurationsRequest) => any;
|
|
2084
|
+
|
|
2085
|
+
export declare const ListLoggingConfigurationsResponseFilterSensitiveLog: (obj: ListLoggingConfigurationsResponse) => any;
|
|
2086
|
+
|
|
2087
|
+
export declare const ListRateBasedRulesRequestFilterSensitiveLog: (obj: ListRateBasedRulesRequest) => any;
|
|
2088
|
+
|
|
2089
|
+
export declare const RuleSummaryFilterSensitiveLog: (obj: RuleSummary) => any;
|
|
2090
|
+
|
|
2091
|
+
export declare const ListRateBasedRulesResponseFilterSensitiveLog: (obj: ListRateBasedRulesResponse) => any;
|
|
2092
|
+
|
|
2093
|
+
export declare const ListRegexMatchSetsRequestFilterSensitiveLog: (obj: ListRegexMatchSetsRequest) => any;
|
|
2094
|
+
|
|
2095
|
+
export declare const RegexMatchSetSummaryFilterSensitiveLog: (obj: RegexMatchSetSummary) => any;
|
|
2096
|
+
|
|
2097
|
+
export declare const ListRegexMatchSetsResponseFilterSensitiveLog: (obj: ListRegexMatchSetsResponse) => any;
|
|
2098
|
+
|
|
2099
|
+
export declare const ListRegexPatternSetsRequestFilterSensitiveLog: (obj: ListRegexPatternSetsRequest) => any;
|
|
2100
|
+
|
|
2101
|
+
export declare const RegexPatternSetSummaryFilterSensitiveLog: (obj: RegexPatternSetSummary) => any;
|
|
2102
|
+
|
|
2103
|
+
export declare const ListRegexPatternSetsResponseFilterSensitiveLog: (obj: ListRegexPatternSetsResponse) => any;
|
|
2104
|
+
|
|
2105
|
+
export declare const ListRuleGroupsRequestFilterSensitiveLog: (obj: ListRuleGroupsRequest) => any;
|
|
2106
|
+
|
|
2107
|
+
export declare const RuleGroupSummaryFilterSensitiveLog: (obj: RuleGroupSummary) => any;
|
|
2108
|
+
|
|
2109
|
+
export declare const ListRuleGroupsResponseFilterSensitiveLog: (obj: ListRuleGroupsResponse) => any;
|
|
2110
|
+
|
|
2111
|
+
export declare const ListRulesRequestFilterSensitiveLog: (obj: ListRulesRequest) => any;
|
|
2112
|
+
|
|
2113
|
+
export declare const ListRulesResponseFilterSensitiveLog: (obj: ListRulesResponse) => any;
|
|
2114
|
+
|
|
2115
|
+
export declare const ListSizeConstraintSetsRequestFilterSensitiveLog: (obj: ListSizeConstraintSetsRequest) => any;
|
|
2116
|
+
|
|
2117
|
+
export declare const SizeConstraintSetSummaryFilterSensitiveLog: (obj: SizeConstraintSetSummary) => any;
|
|
2118
|
+
|
|
2119
|
+
export declare const ListSizeConstraintSetsResponseFilterSensitiveLog: (obj: ListSizeConstraintSetsResponse) => any;
|
|
2120
|
+
|
|
2121
|
+
export declare const ListSqlInjectionMatchSetsRequestFilterSensitiveLog: (obj: ListSqlInjectionMatchSetsRequest) => any;
|
|
2122
|
+
|
|
2123
|
+
export declare const SqlInjectionMatchSetSummaryFilterSensitiveLog: (obj: SqlInjectionMatchSetSummary) => any;
|
|
2124
|
+
|
|
2125
|
+
export declare const ListSqlInjectionMatchSetsResponseFilterSensitiveLog: (obj: ListSqlInjectionMatchSetsResponse) => any;
|
|
2126
|
+
|
|
2127
|
+
export declare const ListSubscribedRuleGroupsRequestFilterSensitiveLog: (obj: ListSubscribedRuleGroupsRequest) => any;
|
|
2128
|
+
|
|
2129
|
+
export declare const SubscribedRuleGroupSummaryFilterSensitiveLog: (obj: SubscribedRuleGroupSummary) => any;
|
|
2130
|
+
|
|
2131
|
+
export declare const ListSubscribedRuleGroupsResponseFilterSensitiveLog: (obj: ListSubscribedRuleGroupsResponse) => any;
|
|
2132
|
+
|
|
2133
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2134
|
+
|
|
2135
|
+
export declare const TagInfoForResourceFilterSensitiveLog: (obj: TagInfoForResource) => any;
|
|
2136
|
+
|
|
2137
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2138
|
+
|
|
2139
|
+
export declare const ListWebACLsRequestFilterSensitiveLog: (obj: ListWebACLsRequest) => any;
|
|
2140
|
+
|
|
2141
|
+
export declare const WebACLSummaryFilterSensitiveLog: (obj: WebACLSummary) => any;
|
|
2142
|
+
|
|
2143
|
+
export declare const ListWebACLsResponseFilterSensitiveLog: (obj: ListWebACLsResponse) => any;
|
|
2144
|
+
|
|
2145
|
+
export declare const ListXssMatchSetsRequestFilterSensitiveLog: (obj: ListXssMatchSetsRequest) => any;
|
|
2146
|
+
|
|
2147
|
+
export declare const XssMatchSetSummaryFilterSensitiveLog: (obj: XssMatchSetSummary) => any;
|
|
2148
|
+
|
|
2149
|
+
export declare const ListXssMatchSetsResponseFilterSensitiveLog: (obj: ListXssMatchSetsResponse) => any;
|
|
2150
|
+
|
|
2151
|
+
export declare const PutLoggingConfigurationRequestFilterSensitiveLog: (obj: PutLoggingConfigurationRequest) => any;
|
|
2152
|
+
|
|
2153
|
+
export declare const PutLoggingConfigurationResponseFilterSensitiveLog: (obj: PutLoggingConfigurationResponse) => any;
|
|
2154
|
+
|
|
2155
|
+
export declare const PutPermissionPolicyRequestFilterSensitiveLog: (obj: PutPermissionPolicyRequest) => any;
|
|
2156
|
+
|
|
2157
|
+
export declare const PutPermissionPolicyResponseFilterSensitiveLog: (obj: PutPermissionPolicyResponse) => any;
|
|
2158
|
+
|
|
2159
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2160
|
+
|
|
2161
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2162
|
+
|
|
2163
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2164
|
+
|
|
2165
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2166
|
+
|
|
2167
|
+
export declare const ByteMatchSetUpdateFilterSensitiveLog: (obj: ByteMatchSetUpdate) => any;
|
|
2168
|
+
|
|
2169
|
+
export declare const UpdateByteMatchSetRequestFilterSensitiveLog: (obj: UpdateByteMatchSetRequest) => any;
|
|
2170
|
+
|
|
2171
|
+
export declare const UpdateByteMatchSetResponseFilterSensitiveLog: (obj: UpdateByteMatchSetResponse) => any;
|
|
2172
|
+
|
|
2173
|
+
export declare const GeoMatchSetUpdateFilterSensitiveLog: (obj: GeoMatchSetUpdate) => any;
|
|
2174
|
+
|
|
2175
|
+
export declare const UpdateGeoMatchSetRequestFilterSensitiveLog: (obj: UpdateGeoMatchSetRequest) => any;
|
|
2176
|
+
|
|
2177
|
+
export declare const UpdateGeoMatchSetResponseFilterSensitiveLog: (obj: UpdateGeoMatchSetResponse) => any;
|
|
2178
|
+
|
|
2179
|
+
export declare const IPSetUpdateFilterSensitiveLog: (obj: IPSetUpdate) => any;
|
|
2180
|
+
|
|
2181
|
+
export declare const UpdateIPSetRequestFilterSensitiveLog: (obj: UpdateIPSetRequest) => any;
|
|
2182
|
+
|
|
2183
|
+
export declare const UpdateIPSetResponseFilterSensitiveLog: (obj: UpdateIPSetResponse) => any;
|
|
2184
|
+
|
|
2185
|
+
export declare const RuleUpdateFilterSensitiveLog: (obj: RuleUpdate) => any;
|
|
2186
|
+
|
|
2187
|
+
export declare const UpdateRateBasedRuleRequestFilterSensitiveLog: (obj: UpdateRateBasedRuleRequest) => any;
|
|
2188
|
+
|
|
2189
|
+
export declare const UpdateRateBasedRuleResponseFilterSensitiveLog: (obj: UpdateRateBasedRuleResponse) => any;
|
|
2190
|
+
|
|
2191
|
+
export declare const RegexMatchSetUpdateFilterSensitiveLog: (obj: RegexMatchSetUpdate) => any;
|
|
2192
|
+
|
|
2193
|
+
export declare const UpdateRegexMatchSetRequestFilterSensitiveLog: (obj: UpdateRegexMatchSetRequest) => any;
|
|
2194
|
+
|
|
2195
|
+
export declare const UpdateRegexMatchSetResponseFilterSensitiveLog: (obj: UpdateRegexMatchSetResponse) => any;
|
|
2196
|
+
|
|
2197
|
+
export declare const RegexPatternSetUpdateFilterSensitiveLog: (obj: RegexPatternSetUpdate) => any;
|
|
2198
|
+
|
|
2199
|
+
export declare const UpdateRegexPatternSetRequestFilterSensitiveLog: (obj: UpdateRegexPatternSetRequest) => any;
|
|
2200
|
+
|
|
2201
|
+
export declare const UpdateRegexPatternSetResponseFilterSensitiveLog: (obj: UpdateRegexPatternSetResponse) => any;
|
|
2202
|
+
|
|
2203
|
+
export declare const UpdateRuleRequestFilterSensitiveLog: (obj: UpdateRuleRequest) => any;
|
|
2204
|
+
|
|
2205
|
+
export declare const UpdateRuleResponseFilterSensitiveLog: (obj: UpdateRuleResponse) => any;
|
|
2206
|
+
|
|
2207
|
+
export declare const RuleGroupUpdateFilterSensitiveLog: (obj: RuleGroupUpdate) => any;
|
|
2208
|
+
|
|
2209
|
+
export declare const UpdateRuleGroupRequestFilterSensitiveLog: (obj: UpdateRuleGroupRequest) => any;
|
|
2210
|
+
|
|
2211
|
+
export declare const UpdateRuleGroupResponseFilterSensitiveLog: (obj: UpdateRuleGroupResponse) => any;
|
|
2212
|
+
|
|
2213
|
+
export declare const SizeConstraintSetUpdateFilterSensitiveLog: (obj: SizeConstraintSetUpdate) => any;
|
|
2214
|
+
|
|
2215
|
+
export declare const UpdateSizeConstraintSetRequestFilterSensitiveLog: (obj: UpdateSizeConstraintSetRequest) => any;
|
|
2216
|
+
|
|
2217
|
+
export declare const UpdateSizeConstraintSetResponseFilterSensitiveLog: (obj: UpdateSizeConstraintSetResponse) => any;
|
|
2218
|
+
|
|
2219
|
+
export declare const SqlInjectionMatchSetUpdateFilterSensitiveLog: (obj: SqlInjectionMatchSetUpdate) => any;
|
|
2220
|
+
|
|
2221
|
+
export declare const UpdateSqlInjectionMatchSetRequestFilterSensitiveLog: (obj: UpdateSqlInjectionMatchSetRequest) => any;
|
|
2222
|
+
|
|
2223
|
+
export declare const UpdateSqlInjectionMatchSetResponseFilterSensitiveLog: (obj: UpdateSqlInjectionMatchSetResponse) => any;
|
|
2224
|
+
|
|
2225
|
+
export declare const WebACLUpdateFilterSensitiveLog: (obj: WebACLUpdate) => any;
|
|
2226
|
+
|
|
2227
|
+
export declare const UpdateWebACLRequestFilterSensitiveLog: (obj: UpdateWebACLRequest) => any;
|
|
2228
|
+
|
|
2229
|
+
export declare const UpdateWebACLResponseFilterSensitiveLog: (obj: UpdateWebACLResponse) => any;
|
|
2230
|
+
|
|
2231
|
+
export declare const XssMatchSetUpdateFilterSensitiveLog: (obj: XssMatchSetUpdate) => any;
|
|
2232
|
+
|
|
2233
|
+
export declare const UpdateXssMatchSetRequestFilterSensitiveLog: (obj: UpdateXssMatchSetRequest) => any;
|
|
2234
|
+
|
|
2235
|
+
export declare const UpdateXssMatchSetResponseFilterSensitiveLog: (obj: UpdateXssMatchSetResponse) => any;
|