@aws-sdk/client-wafv2 3.169.0 → 3.171.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.
Files changed (63) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/WAFV2.d.ts +832 -245
  3. package/dist-types/ts3.4/WAFV2Client.d.ts +392 -121
  4. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/index.d.ts +48 -48
  53. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  54. package/dist-types/ts3.4/index.d.ts +5 -5
  55. package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +7 -6
  56. package/dist-types/ts3.4/models/index.d.ts +1 -1
  57. package/dist-types/ts3.4/models/models_0.d.ts +1967 -193
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  63. package/package.json +34 -34
@@ -1,193 +1,1967 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { WAFV2ServiceException as __BaseException } from "./WAFV2ServiceException";
3
- export declare enum ActionValue {
4
- ALLOW = "ALLOW",
5
- BLOCK = "BLOCK",
6
- CAPTCHA = "CAPTCHA",
7
- COUNT = "COUNT",
8
- EXCLUDED_AS_COUNT = "EXCLUDED_AS_COUNT"
9
- }
10
-
11
- export interface ActionCondition {
12
-
13
- Action: ActionValue | string | undefined;
14
- }
15
-
16
- export interface All {
17
- }
18
-
19
- export interface CustomHTTPHeader {
20
-
21
- Name: string | undefined;
22
-
23
- Value: string | undefined;
24
- }
25
-
26
- export interface CustomRequestHandling {
27
-
28
- InsertHeaders: CustomHTTPHeader[] | undefined;
29
- }
30
-
31
- export interface AllowAction {
32
-
33
- CustomRequestHandling?: CustomRequestHandling;
34
- }
35
-
36
- export interface AllQueryArguments {
37
- }
38
- export declare enum OversizeHandling {
39
- CONTINUE = "CONTINUE",
40
- MATCH = "MATCH",
41
- NO_MATCH = "NO_MATCH"
42
- }
43
-
44
- export interface Body {
45
-
46
- OversizeHandling?: OversizeHandling | string;
47
- }
48
-
49
- export interface CookieMatchPattern {
50
-
51
- All?: All;
52
-
53
- IncludedCookies?: string[];
54
-
55
- ExcludedCookies?: string[];
56
- }
57
- export declare enum MapMatchScope {
58
- ALL = "ALL",
59
- KEY = "KEY",
60
- VALUE = "VALUE"
61
- }
62
-
63
- export interface Cookies {
64
-
65
- MatchPattern: CookieMatchPattern | undefined;
66
-
67
- MatchScope: MapMatchScope | string | undefined;
68
-
69
- OversizeHandling: OversizeHandling | string | undefined;
70
- }
71
-
72
- export interface HeaderMatchPattern {
73
-
74
- All?: All;
75
-
76
- IncludedHeaders?: string[];
77
-
78
- ExcludedHeaders?: string[];
79
- }
80
-
81
- export interface Headers {
82
-
83
- MatchPattern: HeaderMatchPattern | undefined;
84
-
85
- MatchScope: MapMatchScope | string | undefined;
86
-
87
- OversizeHandling: OversizeHandling | string | undefined;
88
- }
89
- export declare enum BodyParsingFallbackBehavior {
90
- EVALUATE_AS_STRING = "EVALUATE_AS_STRING",
91
- MATCH = "MATCH",
92
- NO_MATCH = "NO_MATCH"
93
- }
94
-
95
- export interface JsonMatchPattern {
96
-
97
- All?: All;
98
-
99
- IncludedPaths?: string[];
100
- }
101
- export declare enum JsonMatchScope {
102
- ALL = "ALL",
103
- KEY = "KEY",
104
- VALUE = "VALUE"
105
- }
106
-
107
- export interface JsonBody {
108
-
109
- MatchPattern: JsonMatchPattern | undefined;
110
-
111
- MatchScope: JsonMatchScope | string | undefined;
112
-
113
- InvalidFallbackBehavior?: BodyParsingFallbackBehavior | string;
114
-
115
- OversizeHandling?: OversizeHandling | string;
116
- }
117
-
118
- export interface Method {
119
- }
120
-
121
- export interface QueryString {
122
- }
123
-
124
- export interface SingleHeader {
125
-
126
- Name: string | undefined;
127
- }
128
-
129
- export interface SingleQueryArgument {
130
-
131
- Name: string | undefined;
132
- }
133
-
134
- export interface UriPath {
135
- }
136
-
137
- export interface FieldToMatch {
138
-
139
- SingleHeader?: SingleHeader;
140
-
141
- SingleQueryArgument?: SingleQueryArgument;
142
-
143
- AllQueryArguments?: AllQueryArguments;
144
-
145
- UriPath?: UriPath;
146
-
147
- QueryString?: QueryString;
148
-
149
- Body?: Body;
150
-
151
- Method?: Method;
152
-
153
- JsonBody?: JsonBody;
154
-
155
- Headers?: Headers;
156
-
157
- Cookies?: Cookies;
158
- }
159
- export declare enum PositionalConstraint {
160
- CONTAINS = "CONTAINS",
161
- CONTAINS_WORD = "CONTAINS_WORD",
162
- ENDS_WITH = "ENDS_WITH",
163
- EXACTLY = "EXACTLY",
164
- STARTS_WITH = "STARTS_WITH"
165
- }
166
- export declare enum TextTransformationType {
167
- BASE64_DECODE = "BASE64_DECODE",
168
- BASE64_DECODE_EXT = "BASE64_DECODE_EXT",
169
- CMD_LINE = "CMD_LINE",
170
- COMPRESS_WHITE_SPACE = "COMPRESS_WHITE_SPACE",
171
- CSS_DECODE = "CSS_DECODE",
172
- ESCAPE_SEQ_DECODE = "ESCAPE_SEQ_DECODE",
173
- HEX_DECODE = "HEX_DECODE",
174
- HTML_ENTITY_DECODE = "HTML_ENTITY_DECODE",
175
- JS_DECODE = "JS_DECODE",
176
- LOWERCASE = "LOWERCASE",
177
- MD5 = "MD5",
178
- NONE = "NONE",
179
- NORMALIZE_PATH = "NORMALIZE_PATH",
180
- NORMALIZE_PATH_WIN = "NORMALIZE_PATH_WIN",
181
- REMOVE_NULLS = "REMOVE_NULLS",
182
- REPLACE_COMMENTS = "REPLACE_COMMENTS",
183
- REPLACE_NULLS = "REPLACE_NULLS",
184
- SQL_HEX_DECODE = "SQL_HEX_DECODE",
185
- URL_DECODE = "URL_DECODE",
186
- URL_DECODE_UNI = "URL_DECODE_UNI",
187
- UTF8_TO_UNICODE = "UTF8_TO_UNICODE"
188
- }
189
-
190
- export interface TextTransformation {
191
-
192
- Priority: number | undefined;
193
-
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { WAFV2ServiceException as __BaseException } from "./WAFV2ServiceException";
3
+ export declare enum ActionValue {
4
+ ALLOW = "ALLOW",
5
+ BLOCK = "BLOCK",
6
+ CAPTCHA = "CAPTCHA",
7
+ COUNT = "COUNT",
8
+ EXCLUDED_AS_COUNT = "EXCLUDED_AS_COUNT",
9
+ }
10
+ export interface ActionCondition {
11
+ Action: ActionValue | string | undefined;
12
+ }
13
+ export interface All {}
14
+ export interface CustomHTTPHeader {
15
+ Name: string | undefined;
16
+ Value: string | undefined;
17
+ }
18
+ export interface CustomRequestHandling {
19
+ InsertHeaders: CustomHTTPHeader[] | undefined;
20
+ }
21
+ export interface AllowAction {
22
+ CustomRequestHandling?: CustomRequestHandling;
23
+ }
24
+ export interface AllQueryArguments {}
25
+ export declare enum OversizeHandling {
26
+ CONTINUE = "CONTINUE",
27
+ MATCH = "MATCH",
28
+ NO_MATCH = "NO_MATCH",
29
+ }
30
+ export interface Body {
31
+ OversizeHandling?: OversizeHandling | string;
32
+ }
33
+ export interface CookieMatchPattern {
34
+ All?: All;
35
+ IncludedCookies?: string[];
36
+ ExcludedCookies?: string[];
37
+ }
38
+ export declare enum MapMatchScope {
39
+ ALL = "ALL",
40
+ KEY = "KEY",
41
+ VALUE = "VALUE",
42
+ }
43
+ export interface Cookies {
44
+ MatchPattern: CookieMatchPattern | undefined;
45
+ MatchScope: MapMatchScope | string | undefined;
46
+ OversizeHandling: OversizeHandling | string | undefined;
47
+ }
48
+ export interface HeaderMatchPattern {
49
+ All?: All;
50
+ IncludedHeaders?: string[];
51
+ ExcludedHeaders?: string[];
52
+ }
53
+ export interface Headers {
54
+ MatchPattern: HeaderMatchPattern | undefined;
55
+ MatchScope: MapMatchScope | string | undefined;
56
+ OversizeHandling: OversizeHandling | string | undefined;
57
+ }
58
+ export declare enum BodyParsingFallbackBehavior {
59
+ EVALUATE_AS_STRING = "EVALUATE_AS_STRING",
60
+ MATCH = "MATCH",
61
+ NO_MATCH = "NO_MATCH",
62
+ }
63
+ export interface JsonMatchPattern {
64
+ All?: All;
65
+ IncludedPaths?: string[];
66
+ }
67
+ export declare enum JsonMatchScope {
68
+ ALL = "ALL",
69
+ KEY = "KEY",
70
+ VALUE = "VALUE",
71
+ }
72
+ export interface JsonBody {
73
+ MatchPattern: JsonMatchPattern | undefined;
74
+ MatchScope: JsonMatchScope | string | undefined;
75
+ InvalidFallbackBehavior?: BodyParsingFallbackBehavior | string;
76
+ OversizeHandling?: OversizeHandling | string;
77
+ }
78
+ export interface Method {}
79
+ export interface QueryString {}
80
+ export interface SingleHeader {
81
+ Name: string | undefined;
82
+ }
83
+ export interface SingleQueryArgument {
84
+ Name: string | undefined;
85
+ }
86
+ export interface UriPath {}
87
+ export interface FieldToMatch {
88
+ SingleHeader?: SingleHeader;
89
+ SingleQueryArgument?: SingleQueryArgument;
90
+ AllQueryArguments?: AllQueryArguments;
91
+ UriPath?: UriPath;
92
+ QueryString?: QueryString;
93
+ Body?: Body;
94
+ Method?: Method;
95
+ JsonBody?: JsonBody;
96
+ Headers?: Headers;
97
+ Cookies?: Cookies;
98
+ }
99
+ export declare enum PositionalConstraint {
100
+ CONTAINS = "CONTAINS",
101
+ CONTAINS_WORD = "CONTAINS_WORD",
102
+ ENDS_WITH = "ENDS_WITH",
103
+ EXACTLY = "EXACTLY",
104
+ STARTS_WITH = "STARTS_WITH",
105
+ }
106
+ export declare enum TextTransformationType {
107
+ BASE64_DECODE = "BASE64_DECODE",
108
+ BASE64_DECODE_EXT = "BASE64_DECODE_EXT",
109
+ CMD_LINE = "CMD_LINE",
110
+ COMPRESS_WHITE_SPACE = "COMPRESS_WHITE_SPACE",
111
+ CSS_DECODE = "CSS_DECODE",
112
+ ESCAPE_SEQ_DECODE = "ESCAPE_SEQ_DECODE",
113
+ HEX_DECODE = "HEX_DECODE",
114
+ HTML_ENTITY_DECODE = "HTML_ENTITY_DECODE",
115
+ JS_DECODE = "JS_DECODE",
116
+ LOWERCASE = "LOWERCASE",
117
+ MD5 = "MD5",
118
+ NONE = "NONE",
119
+ NORMALIZE_PATH = "NORMALIZE_PATH",
120
+ NORMALIZE_PATH_WIN = "NORMALIZE_PATH_WIN",
121
+ REMOVE_NULLS = "REMOVE_NULLS",
122
+ REPLACE_COMMENTS = "REPLACE_COMMENTS",
123
+ REPLACE_NULLS = "REPLACE_NULLS",
124
+ SQL_HEX_DECODE = "SQL_HEX_DECODE",
125
+ URL_DECODE = "URL_DECODE",
126
+ URL_DECODE_UNI = "URL_DECODE_UNI",
127
+ UTF8_TO_UNICODE = "UTF8_TO_UNICODE",
128
+ }
129
+ export interface TextTransformation {
130
+ Priority: number | undefined;
131
+ Type: TextTransformationType | string | undefined;
132
+ }
133
+ export interface ByteMatchStatement {
134
+ SearchString: Uint8Array | undefined;
135
+ FieldToMatch: FieldToMatch | undefined;
136
+ TextTransformations: TextTransformation[] | undefined;
137
+ PositionalConstraint: PositionalConstraint | string | undefined;
138
+ }
139
+ export declare enum CountryCode {
140
+ AD = "AD",
141
+ AE = "AE",
142
+ AF = "AF",
143
+ AG = "AG",
144
+ AI = "AI",
145
+ AL = "AL",
146
+ AM = "AM",
147
+ AO = "AO",
148
+ AQ = "AQ",
149
+ AR = "AR",
150
+ AS = "AS",
151
+ AT = "AT",
152
+ AU = "AU",
153
+ AW = "AW",
154
+ AX = "AX",
155
+ AZ = "AZ",
156
+ BA = "BA",
157
+ BB = "BB",
158
+ BD = "BD",
159
+ BE = "BE",
160
+ BF = "BF",
161
+ BG = "BG",
162
+ BH = "BH",
163
+ BI = "BI",
164
+ BJ = "BJ",
165
+ BL = "BL",
166
+ BM = "BM",
167
+ BN = "BN",
168
+ BO = "BO",
169
+ BQ = "BQ",
170
+ BR = "BR",
171
+ BS = "BS",
172
+ BT = "BT",
173
+ BV = "BV",
174
+ BW = "BW",
175
+ BY = "BY",
176
+ BZ = "BZ",
177
+ CA = "CA",
178
+ CC = "CC",
179
+ CD = "CD",
180
+ CF = "CF",
181
+ CG = "CG",
182
+ CH = "CH",
183
+ CI = "CI",
184
+ CK = "CK",
185
+ CL = "CL",
186
+ CM = "CM",
187
+ CN = "CN",
188
+ CO = "CO",
189
+ CR = "CR",
190
+ CU = "CU",
191
+ CV = "CV",
192
+ CW = "CW",
193
+ CX = "CX",
194
+ CY = "CY",
195
+ CZ = "CZ",
196
+ DE = "DE",
197
+ DJ = "DJ",
198
+ DK = "DK",
199
+ DM = "DM",
200
+ DO = "DO",
201
+ DZ = "DZ",
202
+ EC = "EC",
203
+ EE = "EE",
204
+ EG = "EG",
205
+ EH = "EH",
206
+ ER = "ER",
207
+ ES = "ES",
208
+ ET = "ET",
209
+ FI = "FI",
210
+ FJ = "FJ",
211
+ FK = "FK",
212
+ FM = "FM",
213
+ FO = "FO",
214
+ FR = "FR",
215
+ GA = "GA",
216
+ GB = "GB",
217
+ GD = "GD",
218
+ GE = "GE",
219
+ GF = "GF",
220
+ GG = "GG",
221
+ GH = "GH",
222
+ GI = "GI",
223
+ GL = "GL",
224
+ GM = "GM",
225
+ GN = "GN",
226
+ GP = "GP",
227
+ GQ = "GQ",
228
+ GR = "GR",
229
+ GS = "GS",
230
+ GT = "GT",
231
+ GU = "GU",
232
+ GW = "GW",
233
+ GY = "GY",
234
+ HK = "HK",
235
+ HM = "HM",
236
+ HN = "HN",
237
+ HR = "HR",
238
+ HT = "HT",
239
+ HU = "HU",
240
+ ID = "ID",
241
+ IE = "IE",
242
+ IL = "IL",
243
+ IM = "IM",
244
+ IN = "IN",
245
+ IO = "IO",
246
+ IQ = "IQ",
247
+ IR = "IR",
248
+ IS = "IS",
249
+ IT = "IT",
250
+ JE = "JE",
251
+ JM = "JM",
252
+ JO = "JO",
253
+ JP = "JP",
254
+ KE = "KE",
255
+ KG = "KG",
256
+ KH = "KH",
257
+ KI = "KI",
258
+ KM = "KM",
259
+ KN = "KN",
260
+ KP = "KP",
261
+ KR = "KR",
262
+ KW = "KW",
263
+ KY = "KY",
264
+ KZ = "KZ",
265
+ LA = "LA",
266
+ LB = "LB",
267
+ LC = "LC",
268
+ LI = "LI",
269
+ LK = "LK",
270
+ LR = "LR",
271
+ LS = "LS",
272
+ LT = "LT",
273
+ LU = "LU",
274
+ LV = "LV",
275
+ LY = "LY",
276
+ MA = "MA",
277
+ MC = "MC",
278
+ MD = "MD",
279
+ ME = "ME",
280
+ MF = "MF",
281
+ MG = "MG",
282
+ MH = "MH",
283
+ MK = "MK",
284
+ ML = "ML",
285
+ MM = "MM",
286
+ MN = "MN",
287
+ MO = "MO",
288
+ MP = "MP",
289
+ MQ = "MQ",
290
+ MR = "MR",
291
+ MS = "MS",
292
+ MT = "MT",
293
+ MU = "MU",
294
+ MV = "MV",
295
+ MW = "MW",
296
+ MX = "MX",
297
+ MY = "MY",
298
+ MZ = "MZ",
299
+ NA = "NA",
300
+ NC = "NC",
301
+ NE = "NE",
302
+ NF = "NF",
303
+ NG = "NG",
304
+ NI = "NI",
305
+ NL = "NL",
306
+ NO = "NO",
307
+ NP = "NP",
308
+ NR = "NR",
309
+ NU = "NU",
310
+ NZ = "NZ",
311
+ OM = "OM",
312
+ PA = "PA",
313
+ PE = "PE",
314
+ PF = "PF",
315
+ PG = "PG",
316
+ PH = "PH",
317
+ PK = "PK",
318
+ PL = "PL",
319
+ PM = "PM",
320
+ PN = "PN",
321
+ PR = "PR",
322
+ PS = "PS",
323
+ PT = "PT",
324
+ PW = "PW",
325
+ PY = "PY",
326
+ QA = "QA",
327
+ RE = "RE",
328
+ RO = "RO",
329
+ RS = "RS",
330
+ RU = "RU",
331
+ RW = "RW",
332
+ SA = "SA",
333
+ SB = "SB",
334
+ SC = "SC",
335
+ SD = "SD",
336
+ SE = "SE",
337
+ SG = "SG",
338
+ SH = "SH",
339
+ SI = "SI",
340
+ SJ = "SJ",
341
+ SK = "SK",
342
+ SL = "SL",
343
+ SM = "SM",
344
+ SN = "SN",
345
+ SO = "SO",
346
+ SR = "SR",
347
+ SS = "SS",
348
+ ST = "ST",
349
+ SV = "SV",
350
+ SX = "SX",
351
+ SY = "SY",
352
+ SZ = "SZ",
353
+ TC = "TC",
354
+ TD = "TD",
355
+ TF = "TF",
356
+ TG = "TG",
357
+ TH = "TH",
358
+ TJ = "TJ",
359
+ TK = "TK",
360
+ TL = "TL",
361
+ TM = "TM",
362
+ TN = "TN",
363
+ TO = "TO",
364
+ TR = "TR",
365
+ TT = "TT",
366
+ TV = "TV",
367
+ TW = "TW",
368
+ TZ = "TZ",
369
+ UA = "UA",
370
+ UG = "UG",
371
+ UM = "UM",
372
+ US = "US",
373
+ UY = "UY",
374
+ UZ = "UZ",
375
+ VA = "VA",
376
+ VC = "VC",
377
+ VE = "VE",
378
+ VG = "VG",
379
+ VI = "VI",
380
+ VN = "VN",
381
+ VU = "VU",
382
+ WF = "WF",
383
+ WS = "WS",
384
+ XK = "XK",
385
+ YE = "YE",
386
+ YT = "YT",
387
+ ZA = "ZA",
388
+ ZM = "ZM",
389
+ ZW = "ZW",
390
+ }
391
+ export declare enum FallbackBehavior {
392
+ MATCH = "MATCH",
393
+ NO_MATCH = "NO_MATCH",
394
+ }
395
+ export interface ForwardedIPConfig {
396
+ HeaderName: string | undefined;
397
+ FallbackBehavior: FallbackBehavior | string | undefined;
398
+ }
399
+ export interface GeoMatchStatement {
400
+ CountryCodes?: (CountryCode | string)[];
401
+ ForwardedIPConfig?: ForwardedIPConfig;
402
+ }
403
+ export declare enum ForwardedIPPosition {
404
+ ANY = "ANY",
405
+ FIRST = "FIRST",
406
+ LAST = "LAST",
407
+ }
408
+ export interface IPSetForwardedIPConfig {
409
+ HeaderName: string | undefined;
410
+ FallbackBehavior: FallbackBehavior | string | undefined;
411
+ Position: ForwardedIPPosition | string | undefined;
412
+ }
413
+ export interface IPSetReferenceStatement {
414
+ ARN: string | undefined;
415
+ IPSetForwardedIPConfig?: IPSetForwardedIPConfig;
416
+ }
417
+ export declare enum LabelMatchScope {
418
+ LABEL = "LABEL",
419
+ NAMESPACE = "NAMESPACE",
420
+ }
421
+ export interface LabelMatchStatement {
422
+ Scope: LabelMatchScope | string | undefined;
423
+ Key: string | undefined;
424
+ }
425
+ export interface ExcludedRule {
426
+ Name: string | undefined;
427
+ }
428
+ export interface PasswordField {
429
+ Identifier: string | undefined;
430
+ }
431
+ export declare enum PayloadType {
432
+ FORM_ENCODED = "FORM_ENCODED",
433
+ JSON = "JSON",
434
+ }
435
+ export interface UsernameField {
436
+ Identifier: string | undefined;
437
+ }
438
+ export interface ManagedRuleGroupConfig {
439
+ LoginPath?: string;
440
+ PayloadType?: PayloadType | string;
441
+ UsernameField?: UsernameField;
442
+ PasswordField?: PasswordField;
443
+ }
444
+ export declare enum RateBasedStatementAggregateKeyType {
445
+ FORWARDED_IP = "FORWARDED_IP",
446
+ IP = "IP",
447
+ }
448
+ export interface RegexMatchStatement {
449
+ RegexString: string | undefined;
450
+ FieldToMatch: FieldToMatch | undefined;
451
+ TextTransformations: TextTransformation[] | undefined;
452
+ }
453
+ export interface RegexPatternSetReferenceStatement {
454
+ ARN: string | undefined;
455
+ FieldToMatch: FieldToMatch | undefined;
456
+ TextTransformations: TextTransformation[] | undefined;
457
+ }
458
+ export interface RuleGroupReferenceStatement {
459
+ ARN: string | undefined;
460
+ ExcludedRules?: ExcludedRule[];
461
+ }
462
+ export declare enum ComparisonOperator {
463
+ EQ = "EQ",
464
+ GE = "GE",
465
+ GT = "GT",
466
+ LE = "LE",
467
+ LT = "LT",
468
+ NE = "NE",
469
+ }
470
+ export interface SizeConstraintStatement {
471
+ FieldToMatch: FieldToMatch | undefined;
472
+ ComparisonOperator: ComparisonOperator | string | undefined;
473
+ Size: number | undefined;
474
+ TextTransformations: TextTransformation[] | undefined;
475
+ }
476
+ export declare enum SensitivityLevel {
477
+ HIGH = "HIGH",
478
+ LOW = "LOW",
479
+ }
480
+ export interface SqliMatchStatement {
481
+ FieldToMatch: FieldToMatch | undefined;
482
+ TextTransformations: TextTransformation[] | undefined;
483
+ SensitivityLevel?: SensitivityLevel | string;
484
+ }
485
+ export interface XssMatchStatement {
486
+ FieldToMatch: FieldToMatch | undefined;
487
+ TextTransformations: TextTransformation[] | undefined;
488
+ }
489
+ export interface AssociateWebACLRequest {
490
+ WebACLArn: string | undefined;
491
+ ResourceArn: string | undefined;
492
+ }
493
+ export interface AssociateWebACLResponse {}
494
+ export declare class WAFInternalErrorException extends __BaseException {
495
+ readonly name: "WAFInternalErrorException";
496
+ readonly $fault: "server";
497
+ Message?: string;
498
+ constructor(
499
+ opts: __ExceptionOptionType<WAFInternalErrorException, __BaseException>
500
+ );
501
+ }
502
+ export declare class WAFInvalidOperationException extends __BaseException {
503
+ readonly name: "WAFInvalidOperationException";
504
+ readonly $fault: "client";
505
+ Message?: string;
506
+ constructor(
507
+ opts: __ExceptionOptionType<WAFInvalidOperationException, __BaseException>
508
+ );
509
+ }
510
+ export declare enum ParameterExceptionField {
511
+ AND_STATEMENT = "AND_STATEMENT",
512
+ ASSOCIABLE_RESOURCE = "ASSOCIABLE_RESOURCE",
513
+ BODY_PARSING_FALLBACK_BEHAVIOR = "BODY_PARSING_FALLBACK_BEHAVIOR",
514
+ BYTE_MATCH_STATEMENT = "BYTE_MATCH_STATEMENT",
515
+ CHANGE_PROPAGATION_STATUS = "CHANGE_PROPAGATION_STATUS",
516
+ COOKIE_MATCH_PATTERN = "COOKIE_MATCH_PATTERN",
517
+ CUSTOM_REQUEST_HANDLING = "CUSTOM_REQUEST_HANDLING",
518
+ CUSTOM_RESPONSE = "CUSTOM_RESPONSE",
519
+ CUSTOM_RESPONSE_BODY = "CUSTOM_RESPONSE_BODY",
520
+ DEFAULT_ACTION = "DEFAULT_ACTION",
521
+ ENTITY_LIMIT = "ENTITY_LIMIT",
522
+ EXCLUDED_RULE = "EXCLUDED_RULE",
523
+ EXPIRE_TIMESTAMP = "EXPIRE_TIMESTAMP",
524
+ FALLBACK_BEHAVIOR = "FALLBACK_BEHAVIOR",
525
+ FIELD_TO_MATCH = "FIELD_TO_MATCH",
526
+ FILTER_CONDITION = "FILTER_CONDITION",
527
+ FIREWALL_MANAGER_STATEMENT = "FIREWALL_MANAGER_STATEMENT",
528
+ FORWARDED_IP_CONFIG = "FORWARDED_IP_CONFIG",
529
+ GEO_MATCH_STATEMENT = "GEO_MATCH_STATEMENT",
530
+ HEADER_MATCH_PATTERN = "HEADER_MATCH_PATTERN",
531
+ HEADER_NAME = "HEADER_NAME",
532
+ IP_ADDRESS = "IP_ADDRESS",
533
+ IP_ADDRESS_VERSION = "IP_ADDRESS_VERSION",
534
+ IP_SET = "IP_SET",
535
+ IP_SET_FORWARDED_IP_CONFIG = "IP_SET_FORWARDED_IP_CONFIG",
536
+ IP_SET_REFERENCE_STATEMENT = "IP_SET_REFERENCE_STATEMENT",
537
+ JSON_MATCH_PATTERN = "JSON_MATCH_PATTERN",
538
+ JSON_MATCH_SCOPE = "JSON_MATCH_SCOPE",
539
+ LABEL_MATCH_STATEMENT = "LABEL_MATCH_STATEMENT",
540
+ LOGGING_FILTER = "LOGGING_FILTER",
541
+ LOG_DESTINATION = "LOG_DESTINATION",
542
+ MANAGED_RULE_GROUP_CONFIG = "MANAGED_RULE_GROUP_CONFIG",
543
+ MANAGED_RULE_SET = "MANAGED_RULE_SET",
544
+ MANAGED_RULE_SET_STATEMENT = "MANAGED_RULE_SET_STATEMENT",
545
+ MAP_MATCH_SCOPE = "MAP_MATCH_SCOPE",
546
+ METRIC_NAME = "METRIC_NAME",
547
+ NOT_STATEMENT = "NOT_STATEMENT",
548
+ OR_STATEMENT = "OR_STATEMENT",
549
+ OVERRIDE_ACTION = "OVERRIDE_ACTION",
550
+ OVERSIZE_HANDLING = "OVERSIZE_HANDLING",
551
+ PAYLOAD_TYPE = "PAYLOAD_TYPE",
552
+ POSITION = "POSITION",
553
+ RATE_BASED_STATEMENT = "RATE_BASED_STATEMENT",
554
+ REGEX_PATTERN_REFERENCE_STATEMENT = "REGEX_PATTERN_REFERENCE_STATEMENT",
555
+ REGEX_PATTERN_SET = "REGEX_PATTERN_SET",
556
+ RESOURCE_ARN = "RESOURCE_ARN",
557
+ RESOURCE_TYPE = "RESOURCE_TYPE",
558
+ RESPONSE_CONTENT_TYPE = "RESPONSE_CONTENT_TYPE",
559
+ RULE = "RULE",
560
+ RULE_ACTION = "RULE_ACTION",
561
+ RULE_GROUP = "RULE_GROUP",
562
+ RULE_GROUP_REFERENCE_STATEMENT = "RULE_GROUP_REFERENCE_STATEMENT",
563
+ SCOPE_VALUE = "SCOPE_VALUE",
564
+ SINGLE_HEADER = "SINGLE_HEADER",
565
+ SINGLE_QUERY_ARGUMENT = "SINGLE_QUERY_ARGUMENT",
566
+ SIZE_CONSTRAINT_STATEMENT = "SIZE_CONSTRAINT_STATEMENT",
567
+ SQLI_MATCH_STATEMENT = "SQLI_MATCH_STATEMENT",
568
+ STATEMENT = "STATEMENT",
569
+ TAGS = "TAGS",
570
+ TAG_KEYS = "TAG_KEYS",
571
+ TEXT_TRANSFORMATION = "TEXT_TRANSFORMATION",
572
+ WEB_ACL = "WEB_ACL",
573
+ XSS_MATCH_STATEMENT = "XSS_MATCH_STATEMENT",
574
+ }
575
+ export declare class WAFInvalidParameterException extends __BaseException {
576
+ readonly name: "WAFInvalidParameterException";
577
+ readonly $fault: "client";
578
+ Field?: ParameterExceptionField | string;
579
+ Parameter?: string;
580
+ Reason?: string;
581
+ constructor(
582
+ opts: __ExceptionOptionType<WAFInvalidParameterException, __BaseException>
583
+ );
584
+ }
585
+ export declare class WAFNonexistentItemException extends __BaseException {
586
+ readonly name: "WAFNonexistentItemException";
587
+ readonly $fault: "client";
588
+ Message?: string;
589
+ constructor(
590
+ opts: __ExceptionOptionType<WAFNonexistentItemException, __BaseException>
591
+ );
592
+ }
593
+ export declare class WAFUnavailableEntityException extends __BaseException {
594
+ readonly name: "WAFUnavailableEntityException";
595
+ readonly $fault: "client";
596
+ Message?: string;
597
+ constructor(
598
+ opts: __ExceptionOptionType<WAFUnavailableEntityException, __BaseException>
599
+ );
600
+ }
601
+ export interface CustomResponse {
602
+ ResponseCode: number | undefined;
603
+ CustomResponseBodyKey?: string;
604
+ ResponseHeaders?: CustomHTTPHeader[];
605
+ }
606
+ export interface BlockAction {
607
+ CustomResponse?: CustomResponse;
608
+ }
609
+ export interface CaptchaAction {
610
+ CustomRequestHandling?: CustomRequestHandling;
611
+ }
612
+ export interface CountAction {
613
+ CustomRequestHandling?: CustomRequestHandling;
614
+ }
615
+ export interface RuleAction {
616
+ Block?: BlockAction;
617
+ Allow?: AllowAction;
618
+ Count?: CountAction;
619
+ Captcha?: CaptchaAction;
620
+ }
621
+ export interface ImmunityTimeProperty {
622
+ ImmunityTime: number | undefined;
623
+ }
624
+ export interface CaptchaConfig {
625
+ ImmunityTimeProperty?: ImmunityTimeProperty;
626
+ }
627
+ export interface NoneAction {}
628
+ export interface OverrideAction {
629
+ Count?: CountAction;
630
+ None?: NoneAction;
631
+ }
632
+ export interface Label {
633
+ Name: string | undefined;
634
+ }
635
+ export interface VisibilityConfig {
636
+ SampledRequestsEnabled: boolean | undefined;
637
+ CloudWatchMetricsEnabled: boolean | undefined;
638
+ MetricName: string | undefined;
639
+ }
640
+ export declare enum Scope {
641
+ CLOUDFRONT = "CLOUDFRONT",
642
+ REGIONAL = "REGIONAL",
643
+ }
644
+ export interface CheckCapacityResponse {
645
+ Capacity?: number;
646
+ }
647
+ export declare class WAFExpiredManagedRuleGroupVersionException extends __BaseException {
648
+ readonly name: "WAFExpiredManagedRuleGroupVersionException";
649
+ readonly $fault: "client";
650
+ Message?: string;
651
+ constructor(
652
+ opts: __ExceptionOptionType<
653
+ WAFExpiredManagedRuleGroupVersionException,
654
+ __BaseException
655
+ >
656
+ );
657
+ }
658
+ export declare class WAFInvalidResourceException extends __BaseException {
659
+ readonly name: "WAFInvalidResourceException";
660
+ readonly $fault: "client";
661
+ Message?: string;
662
+ constructor(
663
+ opts: __ExceptionOptionType<WAFInvalidResourceException, __BaseException>
664
+ );
665
+ }
666
+ export declare class WAFLimitsExceededException extends __BaseException {
667
+ readonly name: "WAFLimitsExceededException";
668
+ readonly $fault: "client";
669
+ Message?: string;
670
+ constructor(
671
+ opts: __ExceptionOptionType<WAFLimitsExceededException, __BaseException>
672
+ );
673
+ }
674
+ export declare class WAFSubscriptionNotFoundException extends __BaseException {
675
+ readonly name: "WAFSubscriptionNotFoundException";
676
+ readonly $fault: "client";
677
+ Message?: string;
678
+ constructor(
679
+ opts: __ExceptionOptionType<
680
+ WAFSubscriptionNotFoundException,
681
+ __BaseException
682
+ >
683
+ );
684
+ }
685
+ export declare enum IPAddressVersion {
686
+ IPV4 = "IPV4",
687
+ IPV6 = "IPV6",
688
+ }
689
+ export interface Tag {
690
+ Key: string | undefined;
691
+ Value: string | undefined;
692
+ }
693
+ export interface CreateIPSetRequest {
694
+ Name: string | undefined;
695
+ Scope: Scope | string | undefined;
696
+ Description?: string;
697
+ IPAddressVersion: IPAddressVersion | string | undefined;
698
+ Addresses: string[] | undefined;
699
+ Tags?: Tag[];
700
+ }
701
+ export interface IPSetSummary {
702
+ Name?: string;
703
+ Id?: string;
704
+ Description?: string;
705
+ LockToken?: string;
706
+ ARN?: string;
707
+ }
708
+ export interface CreateIPSetResponse {
709
+ Summary?: IPSetSummary;
710
+ }
711
+ export declare class WAFDuplicateItemException extends __BaseException {
712
+ readonly name: "WAFDuplicateItemException";
713
+ readonly $fault: "client";
714
+ Message?: string;
715
+ constructor(
716
+ opts: __ExceptionOptionType<WAFDuplicateItemException, __BaseException>
717
+ );
718
+ }
719
+ export declare class WAFOptimisticLockException extends __BaseException {
720
+ readonly name: "WAFOptimisticLockException";
721
+ readonly $fault: "client";
722
+ Message?: string;
723
+ constructor(
724
+ opts: __ExceptionOptionType<WAFOptimisticLockException, __BaseException>
725
+ );
726
+ }
727
+ export declare class WAFTagOperationException extends __BaseException {
728
+ readonly name: "WAFTagOperationException";
729
+ readonly $fault: "client";
730
+ Message?: string;
731
+ constructor(
732
+ opts: __ExceptionOptionType<WAFTagOperationException, __BaseException>
733
+ );
734
+ }
735
+ export declare class WAFTagOperationInternalErrorException extends __BaseException {
736
+ readonly name: "WAFTagOperationInternalErrorException";
737
+ readonly $fault: "server";
738
+ Message?: string;
739
+ constructor(
740
+ opts: __ExceptionOptionType<
741
+ WAFTagOperationInternalErrorException,
742
+ __BaseException
743
+ >
744
+ );
745
+ }
746
+ export interface Regex {
747
+ RegexString?: string;
748
+ }
749
+ export interface CreateRegexPatternSetRequest {
750
+ Name: string | undefined;
751
+ Scope: Scope | string | undefined;
752
+ Description?: string;
753
+ RegularExpressionList: Regex[] | undefined;
754
+ Tags?: Tag[];
755
+ }
756
+ export interface RegexPatternSetSummary {
757
+ Name?: string;
758
+ Id?: string;
759
+ Description?: string;
760
+ LockToken?: string;
761
+ ARN?: string;
762
+ }
763
+ export interface CreateRegexPatternSetResponse {
764
+ Summary?: RegexPatternSetSummary;
765
+ }
766
+ export declare enum ResponseContentType {
767
+ APPLICATION_JSON = "APPLICATION_JSON",
768
+ TEXT_HTML = "TEXT_HTML",
769
+ TEXT_PLAIN = "TEXT_PLAIN",
770
+ }
771
+ export interface CustomResponseBody {
772
+ ContentType: ResponseContentType | string | undefined;
773
+ Content: string | undefined;
774
+ }
775
+ export interface RuleGroupSummary {
776
+ Name?: string;
777
+ Id?: string;
778
+ Description?: string;
779
+ LockToken?: string;
780
+ ARN?: string;
781
+ }
782
+ export interface CreateRuleGroupResponse {
783
+ Summary?: RuleGroupSummary;
784
+ }
785
+ export interface DefaultAction {
786
+ Block?: BlockAction;
787
+ Allow?: AllowAction;
788
+ }
789
+ export interface WebACLSummary {
790
+ Name?: string;
791
+ Id?: string;
792
+ Description?: string;
793
+ LockToken?: string;
794
+ ARN?: string;
795
+ }
796
+ export interface CreateWebACLResponse {
797
+ Summary?: WebACLSummary;
798
+ }
799
+ export declare class WAFConfigurationWarningException extends __BaseException {
800
+ readonly name: "WAFConfigurationWarningException";
801
+ readonly $fault: "client";
802
+ Message?: string;
803
+ constructor(
804
+ opts: __ExceptionOptionType<
805
+ WAFConfigurationWarningException,
806
+ __BaseException
807
+ >
808
+ );
809
+ }
810
+ export interface DeleteFirewallManagerRuleGroupsRequest {
811
+ WebACLArn: string | undefined;
812
+ WebACLLockToken: string | undefined;
813
+ }
814
+ export interface DeleteFirewallManagerRuleGroupsResponse {
815
+ NextWebACLLockToken?: string;
816
+ }
817
+ export interface DeleteIPSetRequest {
818
+ Name: string | undefined;
819
+ Scope: Scope | string | undefined;
820
+ Id: string | undefined;
821
+ LockToken: string | undefined;
822
+ }
823
+ export interface DeleteIPSetResponse {}
824
+ export declare class WAFAssociatedItemException extends __BaseException {
825
+ readonly name: "WAFAssociatedItemException";
826
+ readonly $fault: "client";
827
+ Message?: string;
828
+ constructor(
829
+ opts: __ExceptionOptionType<WAFAssociatedItemException, __BaseException>
830
+ );
831
+ }
832
+ export interface DeleteLoggingConfigurationRequest {
833
+ ResourceArn: string | undefined;
834
+ }
835
+ export interface DeleteLoggingConfigurationResponse {}
836
+ export interface DeletePermissionPolicyRequest {
837
+ ResourceArn: string | undefined;
838
+ }
839
+ export interface DeletePermissionPolicyResponse {}
840
+ export interface DeleteRegexPatternSetRequest {
841
+ Name: string | undefined;
842
+ Scope: Scope | string | undefined;
843
+ Id: string | undefined;
844
+ LockToken: string | undefined;
845
+ }
846
+ export interface DeleteRegexPatternSetResponse {}
847
+ export interface DeleteRuleGroupRequest {
848
+ Name: string | undefined;
849
+ Scope: Scope | string | undefined;
850
+ Id: string | undefined;
851
+ LockToken: string | undefined;
852
+ }
853
+ export interface DeleteRuleGroupResponse {}
854
+ export interface DeleteWebACLRequest {
855
+ Name: string | undefined;
856
+ Scope: Scope | string | undefined;
857
+ Id: string | undefined;
858
+ LockToken: string | undefined;
859
+ }
860
+ export interface DeleteWebACLResponse {}
861
+ export interface DescribeManagedRuleGroupRequest {
862
+ VendorName: string | undefined;
863
+ Name: string | undefined;
864
+ Scope: Scope | string | undefined;
865
+ VersionName?: string;
866
+ }
867
+ export interface LabelSummary {
868
+ Name?: string;
869
+ }
870
+ export interface RuleSummary {
871
+ Name?: string;
872
+ Action?: RuleAction;
873
+ }
874
+ export interface DescribeManagedRuleGroupResponse {
875
+ VersionName?: string;
876
+ SnsTopicArn?: string;
877
+ Capacity?: number;
878
+ Rules?: RuleSummary[];
879
+ LabelNamespace?: string;
880
+ AvailableLabels?: LabelSummary[];
881
+ ConsumedLabels?: LabelSummary[];
882
+ }
883
+ export interface DisassociateWebACLRequest {
884
+ ResourceArn: string | undefined;
885
+ }
886
+ export interface DisassociateWebACLResponse {}
887
+ export declare enum Platform {
888
+ ANDROID = "ANDROID",
889
+ IOS = "IOS",
890
+ }
891
+ export interface GenerateMobileSdkReleaseUrlRequest {
892
+ Platform: Platform | string | undefined;
893
+ ReleaseVersion: string | undefined;
894
+ }
895
+ export interface GenerateMobileSdkReleaseUrlResponse {
896
+ Url?: string;
897
+ }
898
+ export interface GetIPSetRequest {
899
+ Name: string | undefined;
900
+ Scope: Scope | string | undefined;
901
+ Id: string | undefined;
902
+ }
903
+ export interface IPSet {
904
+ Name: string | undefined;
905
+ Id: string | undefined;
906
+ ARN: string | undefined;
907
+ Description?: string;
908
+ IPAddressVersion: IPAddressVersion | string | undefined;
909
+ Addresses: string[] | undefined;
910
+ }
911
+ export interface GetIPSetResponse {
912
+ IPSet?: IPSet;
913
+ LockToken?: string;
914
+ }
915
+ export interface GetLoggingConfigurationRequest {
916
+ ResourceArn: string | undefined;
917
+ }
918
+ export declare enum FilterBehavior {
919
+ DROP = "DROP",
920
+ KEEP = "KEEP",
921
+ }
922
+ export interface LabelNameCondition {
923
+ LabelName: string | undefined;
924
+ }
925
+ export interface Condition {
926
+ ActionCondition?: ActionCondition;
927
+ LabelNameCondition?: LabelNameCondition;
928
+ }
929
+ export declare enum FilterRequirement {
930
+ MEETS_ALL = "MEETS_ALL",
931
+ MEETS_ANY = "MEETS_ANY",
932
+ }
933
+ export interface Filter {
934
+ Behavior: FilterBehavior | string | undefined;
935
+ Requirement: FilterRequirement | string | undefined;
936
+ Conditions: Condition[] | undefined;
937
+ }
938
+ export interface LoggingFilter {
939
+ Filters: Filter[] | undefined;
940
+ DefaultBehavior: FilterBehavior | string | undefined;
941
+ }
942
+ export interface LoggingConfiguration {
943
+ ResourceArn: string | undefined;
944
+ LogDestinationConfigs: string[] | undefined;
945
+ RedactedFields?: FieldToMatch[];
946
+ ManagedByFirewallManager?: boolean;
947
+ LoggingFilter?: LoggingFilter;
948
+ }
949
+ export interface GetLoggingConfigurationResponse {
950
+ LoggingConfiguration?: LoggingConfiguration;
951
+ }
952
+ export interface GetManagedRuleSetRequest {
953
+ Name: string | undefined;
954
+ Scope: Scope | string | undefined;
955
+ Id: string | undefined;
956
+ }
957
+ export interface ManagedRuleSetVersion {
958
+ AssociatedRuleGroupArn?: string;
959
+ Capacity?: number;
960
+ ForecastedLifetime?: number;
961
+ PublishTimestamp?: Date;
962
+ LastUpdateTimestamp?: Date;
963
+ ExpiryTimestamp?: Date;
964
+ }
965
+ export interface ManagedRuleSet {
966
+ Name: string | undefined;
967
+ Id: string | undefined;
968
+ ARN: string | undefined;
969
+ Description?: string;
970
+ PublishedVersions?: Record<string, ManagedRuleSetVersion>;
971
+ RecommendedVersion?: string;
972
+ LabelNamespace?: string;
973
+ }
974
+ export interface GetManagedRuleSetResponse {
975
+ ManagedRuleSet?: ManagedRuleSet;
976
+ LockToken?: string;
977
+ }
978
+ export interface GetMobileSdkReleaseRequest {
979
+ Platform: Platform | string | undefined;
980
+ ReleaseVersion: string | undefined;
981
+ }
982
+ export interface MobileSdkRelease {
983
+ ReleaseVersion?: string;
984
+ Timestamp?: Date;
985
+ ReleaseNotes?: string;
986
+ Tags?: Tag[];
987
+ }
988
+ export interface GetMobileSdkReleaseResponse {
989
+ MobileSdkRelease?: MobileSdkRelease;
990
+ }
991
+ export interface GetPermissionPolicyRequest {
992
+ ResourceArn: string | undefined;
993
+ }
994
+ export interface GetPermissionPolicyResponse {
995
+ Policy?: string;
996
+ }
997
+ export interface GetRateBasedStatementManagedKeysRequest {
998
+ Scope: Scope | string | undefined;
999
+ WebACLName: string | undefined;
1000
+ WebACLId: string | undefined;
1001
+ RuleGroupRuleName?: string;
1002
+ RuleName: string | undefined;
1003
+ }
1004
+ export interface RateBasedStatementManagedKeysIPSet {
1005
+ IPAddressVersion?: IPAddressVersion | string;
1006
+ Addresses?: string[];
1007
+ }
1008
+ export interface GetRateBasedStatementManagedKeysResponse {
1009
+ ManagedKeysIPV4?: RateBasedStatementManagedKeysIPSet;
1010
+ ManagedKeysIPV6?: RateBasedStatementManagedKeysIPSet;
1011
+ }
1012
+ export interface GetRegexPatternSetRequest {
1013
+ Name: string | undefined;
1014
+ Scope: Scope | string | undefined;
1015
+ Id: string | undefined;
1016
+ }
1017
+ export interface RegexPatternSet {
1018
+ Name?: string;
1019
+ Id?: string;
1020
+ ARN?: string;
1021
+ Description?: string;
1022
+ RegularExpressionList?: Regex[];
1023
+ }
1024
+ export interface GetRegexPatternSetResponse {
1025
+ RegexPatternSet?: RegexPatternSet;
1026
+ LockToken?: string;
1027
+ }
1028
+ export interface GetRuleGroupRequest {
1029
+ Name?: string;
1030
+ Scope?: Scope | string;
1031
+ Id?: string;
1032
+ ARN?: string;
1033
+ }
1034
+ export interface TimeWindow {
1035
+ StartTime: Date | undefined;
1036
+ EndTime: Date | undefined;
1037
+ }
1038
+ export interface GetSampledRequestsRequest {
1039
+ WebAclArn: string | undefined;
1040
+ RuleMetricName: string | undefined;
1041
+ Scope: Scope | string | undefined;
1042
+ TimeWindow: TimeWindow | undefined;
1043
+ MaxItems: number | undefined;
1044
+ }
1045
+ export declare enum FailureReason {
1046
+ TOKEN_EXPIRED = "TOKEN_EXPIRED",
1047
+ TOKEN_MISSING = "TOKEN_MISSING",
1048
+ }
1049
+ export interface CaptchaResponse {
1050
+ ResponseCode?: number;
1051
+ SolveTimestamp?: number;
1052
+ FailureReason?: FailureReason | string;
1053
+ }
1054
+ export interface HTTPHeader {
1055
+ Name?: string;
1056
+ Value?: string;
1057
+ }
1058
+ export interface HTTPRequest {
1059
+ ClientIP?: string;
1060
+ Country?: string;
1061
+ URI?: string;
1062
+ Method?: string;
1063
+ HTTPVersion?: string;
1064
+ Headers?: HTTPHeader[];
1065
+ }
1066
+ export interface SampledHTTPRequest {
1067
+ Request: HTTPRequest | undefined;
1068
+ Weight: number | undefined;
1069
+ Timestamp?: Date;
1070
+ Action?: string;
1071
+ RuleNameWithinRuleGroup?: string;
1072
+ RequestHeadersInserted?: HTTPHeader[];
1073
+ ResponseCodeSent?: number;
1074
+ Labels?: Label[];
1075
+ CaptchaResponse?: CaptchaResponse;
1076
+ }
1077
+ export interface GetSampledRequestsResponse {
1078
+ SampledRequests?: SampledHTTPRequest[];
1079
+ PopulationSize?: number;
1080
+ TimeWindow?: TimeWindow;
1081
+ }
1082
+ export interface GetWebACLRequest {
1083
+ Name: string | undefined;
1084
+ Scope: Scope | string | undefined;
1085
+ Id: string | undefined;
1086
+ }
1087
+ export interface GetWebACLForResourceRequest {
1088
+ ResourceArn: string | undefined;
1089
+ }
1090
+ export interface ListAvailableManagedRuleGroupsRequest {
1091
+ Scope: Scope | string | undefined;
1092
+ NextMarker?: string;
1093
+ Limit?: number;
1094
+ }
1095
+ export interface ManagedRuleGroupSummary {
1096
+ VendorName?: string;
1097
+ Name?: string;
1098
+ VersioningSupported?: boolean;
1099
+ Description?: string;
1100
+ }
1101
+ export interface ListAvailableManagedRuleGroupsResponse {
1102
+ NextMarker?: string;
1103
+ ManagedRuleGroups?: ManagedRuleGroupSummary[];
1104
+ }
1105
+ export interface ListAvailableManagedRuleGroupVersionsRequest {
1106
+ VendorName: string | undefined;
1107
+ Name: string | undefined;
1108
+ Scope: Scope | string | undefined;
1109
+ NextMarker?: string;
1110
+ Limit?: number;
1111
+ }
1112
+ export interface ManagedRuleGroupVersion {
1113
+ Name?: string;
1114
+ LastUpdateTimestamp?: Date;
1115
+ }
1116
+ export interface ListAvailableManagedRuleGroupVersionsResponse {
1117
+ NextMarker?: string;
1118
+ Versions?: ManagedRuleGroupVersion[];
1119
+ CurrentDefaultVersion?: string;
1120
+ }
1121
+ export interface ListIPSetsRequest {
1122
+ Scope: Scope | string | undefined;
1123
+ NextMarker?: string;
1124
+ Limit?: number;
1125
+ }
1126
+ export interface ListIPSetsResponse {
1127
+ NextMarker?: string;
1128
+ IPSets?: IPSetSummary[];
1129
+ }
1130
+ export interface ListLoggingConfigurationsRequest {
1131
+ Scope: Scope | string | undefined;
1132
+ NextMarker?: string;
1133
+ Limit?: number;
1134
+ }
1135
+ export interface ListLoggingConfigurationsResponse {
1136
+ LoggingConfigurations?: LoggingConfiguration[];
1137
+ NextMarker?: string;
1138
+ }
1139
+ export interface ListManagedRuleSetsRequest {
1140
+ Scope: Scope | string | undefined;
1141
+ NextMarker?: string;
1142
+ Limit?: number;
1143
+ }
1144
+ export interface ManagedRuleSetSummary {
1145
+ Name?: string;
1146
+ Id?: string;
1147
+ Description?: string;
1148
+ LockToken?: string;
1149
+ ARN?: string;
1150
+ LabelNamespace?: string;
1151
+ }
1152
+ export interface ListManagedRuleSetsResponse {
1153
+ NextMarker?: string;
1154
+ ManagedRuleSets?: ManagedRuleSetSummary[];
1155
+ }
1156
+ export interface ListMobileSdkReleasesRequest {
1157
+ Platform: Platform | string | undefined;
1158
+ NextMarker?: string;
1159
+ Limit?: number;
1160
+ }
1161
+ export interface ReleaseSummary {
1162
+ ReleaseVersion?: string;
1163
+ Timestamp?: Date;
1164
+ }
1165
+ export interface ListMobileSdkReleasesResponse {
1166
+ ReleaseSummaries?: ReleaseSummary[];
1167
+ NextMarker?: string;
1168
+ }
1169
+ export interface ListRegexPatternSetsRequest {
1170
+ Scope: Scope | string | undefined;
1171
+ NextMarker?: string;
1172
+ Limit?: number;
1173
+ }
1174
+ export interface ListRegexPatternSetsResponse {
1175
+ NextMarker?: string;
1176
+ RegexPatternSets?: RegexPatternSetSummary[];
1177
+ }
1178
+ export declare enum ResourceType {
1179
+ API_GATEWAY = "API_GATEWAY",
1180
+ APPLICATION_LOAD_BALANCER = "APPLICATION_LOAD_BALANCER",
1181
+ APPSYNC = "APPSYNC",
1182
+ COGNITIO_USER_POOL = "COGNITO_USER_POOL",
1183
+ }
1184
+ export interface ListResourcesForWebACLRequest {
1185
+ WebACLArn: string | undefined;
1186
+ ResourceType?: ResourceType | string;
1187
+ }
1188
+ export interface ListResourcesForWebACLResponse {
1189
+ ResourceArns?: string[];
1190
+ }
1191
+ export interface ListRuleGroupsRequest {
1192
+ Scope: Scope | string | undefined;
1193
+ NextMarker?: string;
1194
+ Limit?: number;
1195
+ }
1196
+ export interface ListRuleGroupsResponse {
1197
+ NextMarker?: string;
1198
+ RuleGroups?: RuleGroupSummary[];
1199
+ }
1200
+ export interface ListTagsForResourceRequest {
1201
+ NextMarker?: string;
1202
+ Limit?: number;
1203
+ ResourceARN: string | undefined;
1204
+ }
1205
+ export interface TagInfoForResource {
1206
+ ResourceARN?: string;
1207
+ TagList?: Tag[];
1208
+ }
1209
+ export interface ListTagsForResourceResponse {
1210
+ NextMarker?: string;
1211
+ TagInfoForResource?: TagInfoForResource;
1212
+ }
1213
+ export interface ListWebACLsRequest {
1214
+ Scope: Scope | string | undefined;
1215
+ NextMarker?: string;
1216
+ Limit?: number;
1217
+ }
1218
+ export interface ListWebACLsResponse {
1219
+ NextMarker?: string;
1220
+ WebACLs?: WebACLSummary[];
1221
+ }
1222
+ export interface PutLoggingConfigurationRequest {
1223
+ LoggingConfiguration: LoggingConfiguration | undefined;
1224
+ }
1225
+ export interface PutLoggingConfigurationResponse {
1226
+ LoggingConfiguration?: LoggingConfiguration;
1227
+ }
1228
+ export declare class WAFLogDestinationPermissionIssueException extends __BaseException {
1229
+ readonly name: "WAFLogDestinationPermissionIssueException";
1230
+ readonly $fault: "client";
1231
+ Message?: string;
1232
+ constructor(
1233
+ opts: __ExceptionOptionType<
1234
+ WAFLogDestinationPermissionIssueException,
1235
+ __BaseException
1236
+ >
1237
+ );
1238
+ }
1239
+ export declare class WAFServiceLinkedRoleErrorException extends __BaseException {
1240
+ readonly name: "WAFServiceLinkedRoleErrorException";
1241
+ readonly $fault: "client";
1242
+ constructor(
1243
+ opts: __ExceptionOptionType<
1244
+ WAFServiceLinkedRoleErrorException,
1245
+ __BaseException
1246
+ >
1247
+ );
1248
+ }
1249
+ export interface VersionToPublish {
1250
+ AssociatedRuleGroupArn?: string;
1251
+ ForecastedLifetime?: number;
1252
+ }
1253
+ export interface PutManagedRuleSetVersionsRequest {
1254
+ Name: string | undefined;
1255
+ Scope: Scope | string | undefined;
1256
+ Id: string | undefined;
1257
+ LockToken: string | undefined;
1258
+ RecommendedVersion?: string;
1259
+ VersionsToPublish?: Record<string, VersionToPublish>;
1260
+ }
1261
+ export interface PutManagedRuleSetVersionsResponse {
1262
+ NextLockToken?: string;
1263
+ }
1264
+ export interface PutPermissionPolicyRequest {
1265
+ ResourceArn: string | undefined;
1266
+ Policy: string | undefined;
1267
+ }
1268
+ export interface PutPermissionPolicyResponse {}
1269
+ export declare class WAFInvalidPermissionPolicyException extends __BaseException {
1270
+ readonly name: "WAFInvalidPermissionPolicyException";
1271
+ readonly $fault: "client";
1272
+ Message?: string;
1273
+ constructor(
1274
+ opts: __ExceptionOptionType<
1275
+ WAFInvalidPermissionPolicyException,
1276
+ __BaseException
1277
+ >
1278
+ );
1279
+ }
1280
+ export interface TagResourceRequest {
1281
+ ResourceARN: string | undefined;
1282
+ Tags: Tag[] | undefined;
1283
+ }
1284
+ export interface TagResourceResponse {}
1285
+ export interface UntagResourceRequest {
1286
+ ResourceARN: string | undefined;
1287
+ TagKeys: string[] | undefined;
1288
+ }
1289
+ export interface UntagResourceResponse {}
1290
+ export interface UpdateIPSetRequest {
1291
+ Name: string | undefined;
1292
+ Scope: Scope | string | undefined;
1293
+ Id: string | undefined;
1294
+ Description?: string;
1295
+ Addresses: string[] | undefined;
1296
+ LockToken: string | undefined;
1297
+ }
1298
+ export interface UpdateIPSetResponse {
1299
+ NextLockToken?: string;
1300
+ }
1301
+ export interface UpdateManagedRuleSetVersionExpiryDateRequest {
1302
+ Name: string | undefined;
1303
+ Scope: Scope | string | undefined;
1304
+ Id: string | undefined;
1305
+ LockToken: string | undefined;
1306
+ VersionToExpire: string | undefined;
1307
+ ExpiryTimestamp: Date | undefined;
1308
+ }
1309
+ export interface UpdateManagedRuleSetVersionExpiryDateResponse {
1310
+ ExpiringVersion?: string;
1311
+ ExpiryTimestamp?: Date;
1312
+ NextLockToken?: string;
1313
+ }
1314
+ export interface UpdateRegexPatternSetRequest {
1315
+ Name: string | undefined;
1316
+ Scope: Scope | string | undefined;
1317
+ Id: string | undefined;
1318
+ Description?: string;
1319
+ RegularExpressionList: Regex[] | undefined;
1320
+ LockToken: string | undefined;
1321
+ }
1322
+ export interface UpdateRegexPatternSetResponse {
1323
+ NextLockToken?: string;
1324
+ }
1325
+ export interface UpdateRuleGroupResponse {
1326
+ NextLockToken?: string;
1327
+ }
1328
+ export interface UpdateWebACLResponse {
1329
+ NextLockToken?: string;
1330
+ }
1331
+ export interface Statement {
1332
+ ByteMatchStatement?: ByteMatchStatement;
1333
+ SqliMatchStatement?: SqliMatchStatement;
1334
+ XssMatchStatement?: XssMatchStatement;
1335
+ SizeConstraintStatement?: SizeConstraintStatement;
1336
+ GeoMatchStatement?: GeoMatchStatement;
1337
+ RuleGroupReferenceStatement?: RuleGroupReferenceStatement;
1338
+ IPSetReferenceStatement?: IPSetReferenceStatement;
1339
+ RegexPatternSetReferenceStatement?: RegexPatternSetReferenceStatement;
1340
+ RateBasedStatement?: RateBasedStatement;
1341
+ AndStatement?: AndStatement;
1342
+ OrStatement?: OrStatement;
1343
+ NotStatement?: NotStatement;
1344
+ ManagedRuleGroupStatement?: ManagedRuleGroupStatement;
1345
+ LabelMatchStatement?: LabelMatchStatement;
1346
+ RegexMatchStatement?: RegexMatchStatement;
1347
+ }
1348
+ export interface ManagedRuleGroupStatement {
1349
+ VendorName: string | undefined;
1350
+ Name: string | undefined;
1351
+ Version?: string;
1352
+ ExcludedRules?: ExcludedRule[];
1353
+ ScopeDownStatement?: Statement;
1354
+ ManagedRuleGroupConfigs?: ManagedRuleGroupConfig[];
1355
+ }
1356
+ export interface NotStatement {
1357
+ Statement: Statement | undefined;
1358
+ }
1359
+ export interface RateBasedStatement {
1360
+ Limit: number | undefined;
1361
+ AggregateKeyType: RateBasedStatementAggregateKeyType | string | undefined;
1362
+ ScopeDownStatement?: Statement;
1363
+ ForwardedIPConfig?: ForwardedIPConfig;
1364
+ }
1365
+ export interface Rule {
1366
+ Name: string | undefined;
1367
+ Priority: number | undefined;
1368
+ Statement: Statement | undefined;
1369
+ Action?: RuleAction;
1370
+ OverrideAction?: OverrideAction;
1371
+ RuleLabels?: Label[];
1372
+ VisibilityConfig: VisibilityConfig | undefined;
1373
+ CaptchaConfig?: CaptchaConfig;
1374
+ }
1375
+ export interface AndStatement {
1376
+ Statements: Statement[] | undefined;
1377
+ }
1378
+ export interface OrStatement {
1379
+ Statements: Statement[] | undefined;
1380
+ }
1381
+ export interface FirewallManagerStatement {
1382
+ ManagedRuleGroupStatement?: ManagedRuleGroupStatement;
1383
+ RuleGroupReferenceStatement?: RuleGroupReferenceStatement;
1384
+ }
1385
+ export interface FirewallManagerRuleGroup {
1386
+ Name: string | undefined;
1387
+ Priority: number | undefined;
1388
+ FirewallManagerStatement: FirewallManagerStatement | undefined;
1389
+ OverrideAction: OverrideAction | undefined;
1390
+ VisibilityConfig: VisibilityConfig | undefined;
1391
+ }
1392
+ export interface CheckCapacityRequest {
1393
+ Scope: Scope | string | undefined;
1394
+ Rules: Rule[] | undefined;
1395
+ }
1396
+ export interface CreateRuleGroupRequest {
1397
+ Name: string | undefined;
1398
+ Scope: Scope | string | undefined;
1399
+ Capacity: number | undefined;
1400
+ Description?: string;
1401
+ Rules?: Rule[];
1402
+ VisibilityConfig: VisibilityConfig | undefined;
1403
+ Tags?: Tag[];
1404
+ CustomResponseBodies?: Record<string, CustomResponseBody>;
1405
+ }
1406
+ export interface CreateWebACLRequest {
1407
+ Name: string | undefined;
1408
+ Scope: Scope | string | undefined;
1409
+ DefaultAction: DefaultAction | undefined;
1410
+ Description?: string;
1411
+ Rules?: Rule[];
1412
+ VisibilityConfig: VisibilityConfig | undefined;
1413
+ Tags?: Tag[];
1414
+ CustomResponseBodies?: Record<string, CustomResponseBody>;
1415
+ CaptchaConfig?: CaptchaConfig;
1416
+ }
1417
+ export interface RuleGroup {
1418
+ Name: string | undefined;
1419
+ Id: string | undefined;
1420
+ Capacity: number | undefined;
1421
+ ARN: string | undefined;
1422
+ Description?: string;
1423
+ Rules?: Rule[];
1424
+ VisibilityConfig: VisibilityConfig | undefined;
1425
+ LabelNamespace?: string;
1426
+ CustomResponseBodies?: Record<string, CustomResponseBody>;
1427
+ AvailableLabels?: LabelSummary[];
1428
+ ConsumedLabels?: LabelSummary[];
1429
+ }
1430
+ export interface UpdateRuleGroupRequest {
1431
+ Name: string | undefined;
1432
+ Scope: Scope | string | undefined;
1433
+ Id: string | undefined;
1434
+ Description?: string;
1435
+ Rules?: Rule[];
1436
+ VisibilityConfig: VisibilityConfig | undefined;
1437
+ LockToken: string | undefined;
1438
+ CustomResponseBodies?: Record<string, CustomResponseBody>;
1439
+ }
1440
+ export interface UpdateWebACLRequest {
1441
+ Name: string | undefined;
1442
+ Scope: Scope | string | undefined;
1443
+ Id: string | undefined;
1444
+ DefaultAction: DefaultAction | undefined;
1445
+ Description?: string;
1446
+ Rules?: Rule[];
1447
+ VisibilityConfig: VisibilityConfig | undefined;
1448
+ LockToken: string | undefined;
1449
+ CustomResponseBodies?: Record<string, CustomResponseBody>;
1450
+ CaptchaConfig?: CaptchaConfig;
1451
+ }
1452
+ export interface GetRuleGroupResponse {
1453
+ RuleGroup?: RuleGroup;
1454
+ LockToken?: string;
1455
+ }
1456
+ export interface WebACL {
1457
+ Name: string | undefined;
1458
+ Id: string | undefined;
1459
+ ARN: string | undefined;
1460
+ DefaultAction: DefaultAction | undefined;
1461
+ Description?: string;
1462
+ Rules?: Rule[];
1463
+ VisibilityConfig: VisibilityConfig | undefined;
1464
+ Capacity?: number;
1465
+ PreProcessFirewallManagerRuleGroups?: FirewallManagerRuleGroup[];
1466
+ PostProcessFirewallManagerRuleGroups?: FirewallManagerRuleGroup[];
1467
+ ManagedByFirewallManager?: boolean;
1468
+ LabelNamespace?: string;
1469
+ CustomResponseBodies?: Record<string, CustomResponseBody>;
1470
+ CaptchaConfig?: CaptchaConfig;
1471
+ }
1472
+ export interface GetWebACLForResourceResponse {
1473
+ WebACL?: WebACL;
1474
+ }
1475
+ export interface GetWebACLResponse {
1476
+ WebACL?: WebACL;
1477
+ LockToken?: string;
1478
+ ApplicationIntegrationURL?: string;
1479
+ }
1480
+ export declare const ActionConditionFilterSensitiveLog: (
1481
+ obj: ActionCondition
1482
+ ) => any;
1483
+ export declare const AllFilterSensitiveLog: (obj: All) => any;
1484
+ export declare const CustomHTTPHeaderFilterSensitiveLog: (
1485
+ obj: CustomHTTPHeader
1486
+ ) => any;
1487
+ export declare const CustomRequestHandlingFilterSensitiveLog: (
1488
+ obj: CustomRequestHandling
1489
+ ) => any;
1490
+ export declare const AllowActionFilterSensitiveLog: (obj: AllowAction) => any;
1491
+ export declare const AllQueryArgumentsFilterSensitiveLog: (
1492
+ obj: AllQueryArguments
1493
+ ) => any;
1494
+ export declare const BodyFilterSensitiveLog: (obj: Body) => any;
1495
+ export declare const CookieMatchPatternFilterSensitiveLog: (
1496
+ obj: CookieMatchPattern
1497
+ ) => any;
1498
+ export declare const CookiesFilterSensitiveLog: (obj: Cookies) => any;
1499
+ export declare const HeaderMatchPatternFilterSensitiveLog: (
1500
+ obj: HeaderMatchPattern
1501
+ ) => any;
1502
+ export declare const HeadersFilterSensitiveLog: (obj: Headers) => any;
1503
+ export declare const JsonMatchPatternFilterSensitiveLog: (
1504
+ obj: JsonMatchPattern
1505
+ ) => any;
1506
+ export declare const JsonBodyFilterSensitiveLog: (obj: JsonBody) => any;
1507
+ export declare const MethodFilterSensitiveLog: (obj: Method) => any;
1508
+ export declare const QueryStringFilterSensitiveLog: (obj: QueryString) => any;
1509
+ export declare const SingleHeaderFilterSensitiveLog: (obj: SingleHeader) => any;
1510
+ export declare const SingleQueryArgumentFilterSensitiveLog: (
1511
+ obj: SingleQueryArgument
1512
+ ) => any;
1513
+ export declare const UriPathFilterSensitiveLog: (obj: UriPath) => any;
1514
+ export declare const FieldToMatchFilterSensitiveLog: (obj: FieldToMatch) => any;
1515
+ export declare const TextTransformationFilterSensitiveLog: (
1516
+ obj: TextTransformation
1517
+ ) => any;
1518
+ export declare const ByteMatchStatementFilterSensitiveLog: (
1519
+ obj: ByteMatchStatement
1520
+ ) => any;
1521
+ export declare const ForwardedIPConfigFilterSensitiveLog: (
1522
+ obj: ForwardedIPConfig
1523
+ ) => any;
1524
+ export declare const GeoMatchStatementFilterSensitiveLog: (
1525
+ obj: GeoMatchStatement
1526
+ ) => any;
1527
+ export declare const IPSetForwardedIPConfigFilterSensitiveLog: (
1528
+ obj: IPSetForwardedIPConfig
1529
+ ) => any;
1530
+ export declare const IPSetReferenceStatementFilterSensitiveLog: (
1531
+ obj: IPSetReferenceStatement
1532
+ ) => any;
1533
+ export declare const LabelMatchStatementFilterSensitiveLog: (
1534
+ obj: LabelMatchStatement
1535
+ ) => any;
1536
+ export declare const ExcludedRuleFilterSensitiveLog: (obj: ExcludedRule) => any;
1537
+ export declare const PasswordFieldFilterSensitiveLog: (
1538
+ obj: PasswordField
1539
+ ) => any;
1540
+ export declare const UsernameFieldFilterSensitiveLog: (
1541
+ obj: UsernameField
1542
+ ) => any;
1543
+ export declare const ManagedRuleGroupConfigFilterSensitiveLog: (
1544
+ obj: ManagedRuleGroupConfig
1545
+ ) => any;
1546
+ export declare const RegexMatchStatementFilterSensitiveLog: (
1547
+ obj: RegexMatchStatement
1548
+ ) => any;
1549
+ export declare const RegexPatternSetReferenceStatementFilterSensitiveLog: (
1550
+ obj: RegexPatternSetReferenceStatement
1551
+ ) => any;
1552
+ export declare const RuleGroupReferenceStatementFilterSensitiveLog: (
1553
+ obj: RuleGroupReferenceStatement
1554
+ ) => any;
1555
+ export declare const SizeConstraintStatementFilterSensitiveLog: (
1556
+ obj: SizeConstraintStatement
1557
+ ) => any;
1558
+ export declare const SqliMatchStatementFilterSensitiveLog: (
1559
+ obj: SqliMatchStatement
1560
+ ) => any;
1561
+ export declare const XssMatchStatementFilterSensitiveLog: (
1562
+ obj: XssMatchStatement
1563
+ ) => any;
1564
+ export declare const AssociateWebACLRequestFilterSensitiveLog: (
1565
+ obj: AssociateWebACLRequest
1566
+ ) => any;
1567
+ export declare const AssociateWebACLResponseFilterSensitiveLog: (
1568
+ obj: AssociateWebACLResponse
1569
+ ) => any;
1570
+ export declare const CustomResponseFilterSensitiveLog: (
1571
+ obj: CustomResponse
1572
+ ) => any;
1573
+ export declare const BlockActionFilterSensitiveLog: (obj: BlockAction) => any;
1574
+ export declare const CaptchaActionFilterSensitiveLog: (
1575
+ obj: CaptchaAction
1576
+ ) => any;
1577
+ export declare const CountActionFilterSensitiveLog: (obj: CountAction) => any;
1578
+ export declare const RuleActionFilterSensitiveLog: (obj: RuleAction) => any;
1579
+ export declare const ImmunityTimePropertyFilterSensitiveLog: (
1580
+ obj: ImmunityTimeProperty
1581
+ ) => any;
1582
+ export declare const CaptchaConfigFilterSensitiveLog: (
1583
+ obj: CaptchaConfig
1584
+ ) => any;
1585
+ export declare const NoneActionFilterSensitiveLog: (obj: NoneAction) => any;
1586
+ export declare const OverrideActionFilterSensitiveLog: (
1587
+ obj: OverrideAction
1588
+ ) => any;
1589
+ export declare const LabelFilterSensitiveLog: (obj: Label) => any;
1590
+ export declare const VisibilityConfigFilterSensitiveLog: (
1591
+ obj: VisibilityConfig
1592
+ ) => any;
1593
+ export declare const CheckCapacityResponseFilterSensitiveLog: (
1594
+ obj: CheckCapacityResponse
1595
+ ) => any;
1596
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1597
+ export declare const CreateIPSetRequestFilterSensitiveLog: (
1598
+ obj: CreateIPSetRequest
1599
+ ) => any;
1600
+ export declare const IPSetSummaryFilterSensitiveLog: (obj: IPSetSummary) => any;
1601
+ export declare const CreateIPSetResponseFilterSensitiveLog: (
1602
+ obj: CreateIPSetResponse
1603
+ ) => any;
1604
+ export declare const RegexFilterSensitiveLog: (obj: Regex) => any;
1605
+ export declare const CreateRegexPatternSetRequestFilterSensitiveLog: (
1606
+ obj: CreateRegexPatternSetRequest
1607
+ ) => any;
1608
+ export declare const RegexPatternSetSummaryFilterSensitiveLog: (
1609
+ obj: RegexPatternSetSummary
1610
+ ) => any;
1611
+ export declare const CreateRegexPatternSetResponseFilterSensitiveLog: (
1612
+ obj: CreateRegexPatternSetResponse
1613
+ ) => any;
1614
+ export declare const CustomResponseBodyFilterSensitiveLog: (
1615
+ obj: CustomResponseBody
1616
+ ) => any;
1617
+ export declare const RuleGroupSummaryFilterSensitiveLog: (
1618
+ obj: RuleGroupSummary
1619
+ ) => any;
1620
+ export declare const CreateRuleGroupResponseFilterSensitiveLog: (
1621
+ obj: CreateRuleGroupResponse
1622
+ ) => any;
1623
+ export declare const DefaultActionFilterSensitiveLog: (
1624
+ obj: DefaultAction
1625
+ ) => any;
1626
+ export declare const WebACLSummaryFilterSensitiveLog: (
1627
+ obj: WebACLSummary
1628
+ ) => any;
1629
+ export declare const CreateWebACLResponseFilterSensitiveLog: (
1630
+ obj: CreateWebACLResponse
1631
+ ) => any;
1632
+ export declare const DeleteFirewallManagerRuleGroupsRequestFilterSensitiveLog: (
1633
+ obj: DeleteFirewallManagerRuleGroupsRequest
1634
+ ) => any;
1635
+ export declare const DeleteFirewallManagerRuleGroupsResponseFilterSensitiveLog: (
1636
+ obj: DeleteFirewallManagerRuleGroupsResponse
1637
+ ) => any;
1638
+ export declare const DeleteIPSetRequestFilterSensitiveLog: (
1639
+ obj: DeleteIPSetRequest
1640
+ ) => any;
1641
+ export declare const DeleteIPSetResponseFilterSensitiveLog: (
1642
+ obj: DeleteIPSetResponse
1643
+ ) => any;
1644
+ export declare const DeleteLoggingConfigurationRequestFilterSensitiveLog: (
1645
+ obj: DeleteLoggingConfigurationRequest
1646
+ ) => any;
1647
+ export declare const DeleteLoggingConfigurationResponseFilterSensitiveLog: (
1648
+ obj: DeleteLoggingConfigurationResponse
1649
+ ) => any;
1650
+ export declare const DeletePermissionPolicyRequestFilterSensitiveLog: (
1651
+ obj: DeletePermissionPolicyRequest
1652
+ ) => any;
1653
+ export declare const DeletePermissionPolicyResponseFilterSensitiveLog: (
1654
+ obj: DeletePermissionPolicyResponse
1655
+ ) => any;
1656
+ export declare const DeleteRegexPatternSetRequestFilterSensitiveLog: (
1657
+ obj: DeleteRegexPatternSetRequest
1658
+ ) => any;
1659
+ export declare const DeleteRegexPatternSetResponseFilterSensitiveLog: (
1660
+ obj: DeleteRegexPatternSetResponse
1661
+ ) => any;
1662
+ export declare const DeleteRuleGroupRequestFilterSensitiveLog: (
1663
+ obj: DeleteRuleGroupRequest
1664
+ ) => any;
1665
+ export declare const DeleteRuleGroupResponseFilterSensitiveLog: (
1666
+ obj: DeleteRuleGroupResponse
1667
+ ) => any;
1668
+ export declare const DeleteWebACLRequestFilterSensitiveLog: (
1669
+ obj: DeleteWebACLRequest
1670
+ ) => any;
1671
+ export declare const DeleteWebACLResponseFilterSensitiveLog: (
1672
+ obj: DeleteWebACLResponse
1673
+ ) => any;
1674
+ export declare const DescribeManagedRuleGroupRequestFilterSensitiveLog: (
1675
+ obj: DescribeManagedRuleGroupRequest
1676
+ ) => any;
1677
+ export declare const LabelSummaryFilterSensitiveLog: (obj: LabelSummary) => any;
1678
+ export declare const RuleSummaryFilterSensitiveLog: (obj: RuleSummary) => any;
1679
+ export declare const DescribeManagedRuleGroupResponseFilterSensitiveLog: (
1680
+ obj: DescribeManagedRuleGroupResponse
1681
+ ) => any;
1682
+ export declare const DisassociateWebACLRequestFilterSensitiveLog: (
1683
+ obj: DisassociateWebACLRequest
1684
+ ) => any;
1685
+ export declare const DisassociateWebACLResponseFilterSensitiveLog: (
1686
+ obj: DisassociateWebACLResponse
1687
+ ) => any;
1688
+ export declare const GenerateMobileSdkReleaseUrlRequestFilterSensitiveLog: (
1689
+ obj: GenerateMobileSdkReleaseUrlRequest
1690
+ ) => any;
1691
+ export declare const GenerateMobileSdkReleaseUrlResponseFilterSensitiveLog: (
1692
+ obj: GenerateMobileSdkReleaseUrlResponse
1693
+ ) => any;
1694
+ export declare const GetIPSetRequestFilterSensitiveLog: (
1695
+ obj: GetIPSetRequest
1696
+ ) => any;
1697
+ export declare const IPSetFilterSensitiveLog: (obj: IPSet) => any;
1698
+ export declare const GetIPSetResponseFilterSensitiveLog: (
1699
+ obj: GetIPSetResponse
1700
+ ) => any;
1701
+ export declare const GetLoggingConfigurationRequestFilterSensitiveLog: (
1702
+ obj: GetLoggingConfigurationRequest
1703
+ ) => any;
1704
+ export declare const LabelNameConditionFilterSensitiveLog: (
1705
+ obj: LabelNameCondition
1706
+ ) => any;
1707
+ export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
1708
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1709
+ export declare const LoggingFilterFilterSensitiveLog: (
1710
+ obj: LoggingFilter
1711
+ ) => any;
1712
+ export declare const LoggingConfigurationFilterSensitiveLog: (
1713
+ obj: LoggingConfiguration
1714
+ ) => any;
1715
+ export declare const GetLoggingConfigurationResponseFilterSensitiveLog: (
1716
+ obj: GetLoggingConfigurationResponse
1717
+ ) => any;
1718
+ export declare const GetManagedRuleSetRequestFilterSensitiveLog: (
1719
+ obj: GetManagedRuleSetRequest
1720
+ ) => any;
1721
+ export declare const ManagedRuleSetVersionFilterSensitiveLog: (
1722
+ obj: ManagedRuleSetVersion
1723
+ ) => any;
1724
+ export declare const ManagedRuleSetFilterSensitiveLog: (
1725
+ obj: ManagedRuleSet
1726
+ ) => any;
1727
+ export declare const GetManagedRuleSetResponseFilterSensitiveLog: (
1728
+ obj: GetManagedRuleSetResponse
1729
+ ) => any;
1730
+ export declare const GetMobileSdkReleaseRequestFilterSensitiveLog: (
1731
+ obj: GetMobileSdkReleaseRequest
1732
+ ) => any;
1733
+ export declare const MobileSdkReleaseFilterSensitiveLog: (
1734
+ obj: MobileSdkRelease
1735
+ ) => any;
1736
+ export declare const GetMobileSdkReleaseResponseFilterSensitiveLog: (
1737
+ obj: GetMobileSdkReleaseResponse
1738
+ ) => any;
1739
+ export declare const GetPermissionPolicyRequestFilterSensitiveLog: (
1740
+ obj: GetPermissionPolicyRequest
1741
+ ) => any;
1742
+ export declare const GetPermissionPolicyResponseFilterSensitiveLog: (
1743
+ obj: GetPermissionPolicyResponse
1744
+ ) => any;
1745
+ export declare const GetRateBasedStatementManagedKeysRequestFilterSensitiveLog: (
1746
+ obj: GetRateBasedStatementManagedKeysRequest
1747
+ ) => any;
1748
+ export declare const RateBasedStatementManagedKeysIPSetFilterSensitiveLog: (
1749
+ obj: RateBasedStatementManagedKeysIPSet
1750
+ ) => any;
1751
+ export declare const GetRateBasedStatementManagedKeysResponseFilterSensitiveLog: (
1752
+ obj: GetRateBasedStatementManagedKeysResponse
1753
+ ) => any;
1754
+ export declare const GetRegexPatternSetRequestFilterSensitiveLog: (
1755
+ obj: GetRegexPatternSetRequest
1756
+ ) => any;
1757
+ export declare const RegexPatternSetFilterSensitiveLog: (
1758
+ obj: RegexPatternSet
1759
+ ) => any;
1760
+ export declare const GetRegexPatternSetResponseFilterSensitiveLog: (
1761
+ obj: GetRegexPatternSetResponse
1762
+ ) => any;
1763
+ export declare const GetRuleGroupRequestFilterSensitiveLog: (
1764
+ obj: GetRuleGroupRequest
1765
+ ) => any;
1766
+ export declare const TimeWindowFilterSensitiveLog: (obj: TimeWindow) => any;
1767
+ export declare const GetSampledRequestsRequestFilterSensitiveLog: (
1768
+ obj: GetSampledRequestsRequest
1769
+ ) => any;
1770
+ export declare const CaptchaResponseFilterSensitiveLog: (
1771
+ obj: CaptchaResponse
1772
+ ) => any;
1773
+ export declare const HTTPHeaderFilterSensitiveLog: (obj: HTTPHeader) => any;
1774
+ export declare const HTTPRequestFilterSensitiveLog: (obj: HTTPRequest) => any;
1775
+ export declare const SampledHTTPRequestFilterSensitiveLog: (
1776
+ obj: SampledHTTPRequest
1777
+ ) => any;
1778
+ export declare const GetSampledRequestsResponseFilterSensitiveLog: (
1779
+ obj: GetSampledRequestsResponse
1780
+ ) => any;
1781
+ export declare const GetWebACLRequestFilterSensitiveLog: (
1782
+ obj: GetWebACLRequest
1783
+ ) => any;
1784
+ export declare const GetWebACLForResourceRequestFilterSensitiveLog: (
1785
+ obj: GetWebACLForResourceRequest
1786
+ ) => any;
1787
+ export declare const ListAvailableManagedRuleGroupsRequestFilterSensitiveLog: (
1788
+ obj: ListAvailableManagedRuleGroupsRequest
1789
+ ) => any;
1790
+ export declare const ManagedRuleGroupSummaryFilterSensitiveLog: (
1791
+ obj: ManagedRuleGroupSummary
1792
+ ) => any;
1793
+ export declare const ListAvailableManagedRuleGroupsResponseFilterSensitiveLog: (
1794
+ obj: ListAvailableManagedRuleGroupsResponse
1795
+ ) => any;
1796
+ export declare const ListAvailableManagedRuleGroupVersionsRequestFilterSensitiveLog: (
1797
+ obj: ListAvailableManagedRuleGroupVersionsRequest
1798
+ ) => any;
1799
+ export declare const ManagedRuleGroupVersionFilterSensitiveLog: (
1800
+ obj: ManagedRuleGroupVersion
1801
+ ) => any;
1802
+ export declare const ListAvailableManagedRuleGroupVersionsResponseFilterSensitiveLog: (
1803
+ obj: ListAvailableManagedRuleGroupVersionsResponse
1804
+ ) => any;
1805
+ export declare const ListIPSetsRequestFilterSensitiveLog: (
1806
+ obj: ListIPSetsRequest
1807
+ ) => any;
1808
+ export declare const ListIPSetsResponseFilterSensitiveLog: (
1809
+ obj: ListIPSetsResponse
1810
+ ) => any;
1811
+ export declare const ListLoggingConfigurationsRequestFilterSensitiveLog: (
1812
+ obj: ListLoggingConfigurationsRequest
1813
+ ) => any;
1814
+ export declare const ListLoggingConfigurationsResponseFilterSensitiveLog: (
1815
+ obj: ListLoggingConfigurationsResponse
1816
+ ) => any;
1817
+ export declare const ListManagedRuleSetsRequestFilterSensitiveLog: (
1818
+ obj: ListManagedRuleSetsRequest
1819
+ ) => any;
1820
+ export declare const ManagedRuleSetSummaryFilterSensitiveLog: (
1821
+ obj: ManagedRuleSetSummary
1822
+ ) => any;
1823
+ export declare const ListManagedRuleSetsResponseFilterSensitiveLog: (
1824
+ obj: ListManagedRuleSetsResponse
1825
+ ) => any;
1826
+ export declare const ListMobileSdkReleasesRequestFilterSensitiveLog: (
1827
+ obj: ListMobileSdkReleasesRequest
1828
+ ) => any;
1829
+ export declare const ReleaseSummaryFilterSensitiveLog: (
1830
+ obj: ReleaseSummary
1831
+ ) => any;
1832
+ export declare const ListMobileSdkReleasesResponseFilterSensitiveLog: (
1833
+ obj: ListMobileSdkReleasesResponse
1834
+ ) => any;
1835
+ export declare const ListRegexPatternSetsRequestFilterSensitiveLog: (
1836
+ obj: ListRegexPatternSetsRequest
1837
+ ) => any;
1838
+ export declare const ListRegexPatternSetsResponseFilterSensitiveLog: (
1839
+ obj: ListRegexPatternSetsResponse
1840
+ ) => any;
1841
+ export declare const ListResourcesForWebACLRequestFilterSensitiveLog: (
1842
+ obj: ListResourcesForWebACLRequest
1843
+ ) => any;
1844
+ export declare const ListResourcesForWebACLResponseFilterSensitiveLog: (
1845
+ obj: ListResourcesForWebACLResponse
1846
+ ) => any;
1847
+ export declare const ListRuleGroupsRequestFilterSensitiveLog: (
1848
+ obj: ListRuleGroupsRequest
1849
+ ) => any;
1850
+ export declare const ListRuleGroupsResponseFilterSensitiveLog: (
1851
+ obj: ListRuleGroupsResponse
1852
+ ) => any;
1853
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1854
+ obj: ListTagsForResourceRequest
1855
+ ) => any;
1856
+ export declare const TagInfoForResourceFilterSensitiveLog: (
1857
+ obj: TagInfoForResource
1858
+ ) => any;
1859
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1860
+ obj: ListTagsForResourceResponse
1861
+ ) => any;
1862
+ export declare const ListWebACLsRequestFilterSensitiveLog: (
1863
+ obj: ListWebACLsRequest
1864
+ ) => any;
1865
+ export declare const ListWebACLsResponseFilterSensitiveLog: (
1866
+ obj: ListWebACLsResponse
1867
+ ) => any;
1868
+ export declare const PutLoggingConfigurationRequestFilterSensitiveLog: (
1869
+ obj: PutLoggingConfigurationRequest
1870
+ ) => any;
1871
+ export declare const PutLoggingConfigurationResponseFilterSensitiveLog: (
1872
+ obj: PutLoggingConfigurationResponse
1873
+ ) => any;
1874
+ export declare const VersionToPublishFilterSensitiveLog: (
1875
+ obj: VersionToPublish
1876
+ ) => any;
1877
+ export declare const PutManagedRuleSetVersionsRequestFilterSensitiveLog: (
1878
+ obj: PutManagedRuleSetVersionsRequest
1879
+ ) => any;
1880
+ export declare const PutManagedRuleSetVersionsResponseFilterSensitiveLog: (
1881
+ obj: PutManagedRuleSetVersionsResponse
1882
+ ) => any;
1883
+ export declare const PutPermissionPolicyRequestFilterSensitiveLog: (
1884
+ obj: PutPermissionPolicyRequest
1885
+ ) => any;
1886
+ export declare const PutPermissionPolicyResponseFilterSensitiveLog: (
1887
+ obj: PutPermissionPolicyResponse
1888
+ ) => any;
1889
+ export declare const TagResourceRequestFilterSensitiveLog: (
1890
+ obj: TagResourceRequest
1891
+ ) => any;
1892
+ export declare const TagResourceResponseFilterSensitiveLog: (
1893
+ obj: TagResourceResponse
1894
+ ) => any;
1895
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1896
+ obj: UntagResourceRequest
1897
+ ) => any;
1898
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1899
+ obj: UntagResourceResponse
1900
+ ) => any;
1901
+ export declare const UpdateIPSetRequestFilterSensitiveLog: (
1902
+ obj: UpdateIPSetRequest
1903
+ ) => any;
1904
+ export declare const UpdateIPSetResponseFilterSensitiveLog: (
1905
+ obj: UpdateIPSetResponse
1906
+ ) => any;
1907
+ export declare const UpdateManagedRuleSetVersionExpiryDateRequestFilterSensitiveLog: (
1908
+ obj: UpdateManagedRuleSetVersionExpiryDateRequest
1909
+ ) => any;
1910
+ export declare const UpdateManagedRuleSetVersionExpiryDateResponseFilterSensitiveLog: (
1911
+ obj: UpdateManagedRuleSetVersionExpiryDateResponse
1912
+ ) => any;
1913
+ export declare const UpdateRegexPatternSetRequestFilterSensitiveLog: (
1914
+ obj: UpdateRegexPatternSetRequest
1915
+ ) => any;
1916
+ export declare const UpdateRegexPatternSetResponseFilterSensitiveLog: (
1917
+ obj: UpdateRegexPatternSetResponse
1918
+ ) => any;
1919
+ export declare const UpdateRuleGroupResponseFilterSensitiveLog: (
1920
+ obj: UpdateRuleGroupResponse
1921
+ ) => any;
1922
+ export declare const UpdateWebACLResponseFilterSensitiveLog: (
1923
+ obj: UpdateWebACLResponse
1924
+ ) => any;
1925
+ export declare const StatementFilterSensitiveLog: (obj: Statement) => any;
1926
+ export declare const ManagedRuleGroupStatementFilterSensitiveLog: (
1927
+ obj: ManagedRuleGroupStatement
1928
+ ) => any;
1929
+ export declare const NotStatementFilterSensitiveLog: (obj: NotStatement) => any;
1930
+ export declare const RateBasedStatementFilterSensitiveLog: (
1931
+ obj: RateBasedStatement
1932
+ ) => any;
1933
+ export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
1934
+ export declare const AndStatementFilterSensitiveLog: (obj: AndStatement) => any;
1935
+ export declare const OrStatementFilterSensitiveLog: (obj: OrStatement) => any;
1936
+ export declare const FirewallManagerStatementFilterSensitiveLog: (
1937
+ obj: FirewallManagerStatement
1938
+ ) => any;
1939
+ export declare const FirewallManagerRuleGroupFilterSensitiveLog: (
1940
+ obj: FirewallManagerRuleGroup
1941
+ ) => any;
1942
+ export declare const CheckCapacityRequestFilterSensitiveLog: (
1943
+ obj: CheckCapacityRequest
1944
+ ) => any;
1945
+ export declare const CreateRuleGroupRequestFilterSensitiveLog: (
1946
+ obj: CreateRuleGroupRequest
1947
+ ) => any;
1948
+ export declare const CreateWebACLRequestFilterSensitiveLog: (
1949
+ obj: CreateWebACLRequest
1950
+ ) => any;
1951
+ export declare const RuleGroupFilterSensitiveLog: (obj: RuleGroup) => any;
1952
+ export declare const UpdateRuleGroupRequestFilterSensitiveLog: (
1953
+ obj: UpdateRuleGroupRequest
1954
+ ) => any;
1955
+ export declare const UpdateWebACLRequestFilterSensitiveLog: (
1956
+ obj: UpdateWebACLRequest
1957
+ ) => any;
1958
+ export declare const GetRuleGroupResponseFilterSensitiveLog: (
1959
+ obj: GetRuleGroupResponse
1960
+ ) => any;
1961
+ export declare const WebACLFilterSensitiveLog: (obj: WebACL) => any;
1962
+ export declare const GetWebACLForResourceResponseFilterSensitiveLog: (
1963
+ obj: GetWebACLForResourceResponse
1964
+ ) => any;
1965
+ export declare const GetWebACLResponseFilterSensitiveLog: (
1966
+ obj: GetWebACLResponse
1967
+ ) => any;