@aws-sdk/client-wafv2 3.422.0 → 3.423.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/dist-types/ts3.4/WAFV2.d.ts +918 -438
- package/dist-types/ts3.4/WAFV2Client.d.ts +436 -277
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +38 -118
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +38 -1093
- package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +35 -115
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +35 -144
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +42 -143
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +38 -1116
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +35 -1145
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +42 -115
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +35 -124
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +42 -110
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +42 -103
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +42 -124
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +38 -124
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +35 -158
- package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +42 -92
- package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +42 -114
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +42 -191
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +39 -109
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +42 -110
- package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +39 -112
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +35 -119
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +42 -192
- package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +39 -131
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +39 -121
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +39 -105
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +42 -142
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +39 -120
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +35 -1088
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +39 -168
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +35 -1283
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +42 -1286
- package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +35 -121
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +42 -118
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +42 -113
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +35 -113
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +42 -191
- package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +39 -117
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +42 -112
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +42 -113
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +42 -112
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +38 -113
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -132
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +35 -113
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +42 -345
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +42 -133
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +39 -145
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -131
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -118
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +35 -146
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +42 -125
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +42 -148
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +38 -1128
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +35 -1146
- package/dist-types/ts3.4/commands/index.d.ts +53 -53
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -22
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -5
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -2
- package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -8
- package/dist-types/ts3.4/index.d.ts +6 -68
- package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +8 -13
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1764 -7951
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +641 -479
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -46
- package/dist-types/ts3.4/runtimeConfig.d.ts +97 -46
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -45
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -19
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -17
- package/package.json +3 -3
|
@@ -1,438 +1,918 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AssociateWebACLCommandInput,
|
|
4
|
+
AssociateWebACLCommandOutput,
|
|
5
|
+
} from "./commands/AssociateWebACLCommand";
|
|
6
|
+
import {
|
|
7
|
+
CheckCapacityCommandInput,
|
|
8
|
+
CheckCapacityCommandOutput,
|
|
9
|
+
} from "./commands/CheckCapacityCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateAPIKeyCommandInput,
|
|
12
|
+
CreateAPIKeyCommandOutput,
|
|
13
|
+
} from "./commands/CreateAPIKeyCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateIPSetCommandInput,
|
|
16
|
+
CreateIPSetCommandOutput,
|
|
17
|
+
} from "./commands/CreateIPSetCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateRegexPatternSetCommandInput,
|
|
20
|
+
CreateRegexPatternSetCommandOutput,
|
|
21
|
+
} from "./commands/CreateRegexPatternSetCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateRuleGroupCommandInput,
|
|
24
|
+
CreateRuleGroupCommandOutput,
|
|
25
|
+
} from "./commands/CreateRuleGroupCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateWebACLCommandInput,
|
|
28
|
+
CreateWebACLCommandOutput,
|
|
29
|
+
} from "./commands/CreateWebACLCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteFirewallManagerRuleGroupsCommandInput,
|
|
32
|
+
DeleteFirewallManagerRuleGroupsCommandOutput,
|
|
33
|
+
} from "./commands/DeleteFirewallManagerRuleGroupsCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteIPSetCommandInput,
|
|
36
|
+
DeleteIPSetCommandOutput,
|
|
37
|
+
} from "./commands/DeleteIPSetCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteLoggingConfigurationCommandInput,
|
|
40
|
+
DeleteLoggingConfigurationCommandOutput,
|
|
41
|
+
} from "./commands/DeleteLoggingConfigurationCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeletePermissionPolicyCommandInput,
|
|
44
|
+
DeletePermissionPolicyCommandOutput,
|
|
45
|
+
} from "./commands/DeletePermissionPolicyCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteRegexPatternSetCommandInput,
|
|
48
|
+
DeleteRegexPatternSetCommandOutput,
|
|
49
|
+
} from "./commands/DeleteRegexPatternSetCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteRuleGroupCommandInput,
|
|
52
|
+
DeleteRuleGroupCommandOutput,
|
|
53
|
+
} from "./commands/DeleteRuleGroupCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteWebACLCommandInput,
|
|
56
|
+
DeleteWebACLCommandOutput,
|
|
57
|
+
} from "./commands/DeleteWebACLCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeAllManagedProductsCommandInput,
|
|
60
|
+
DescribeAllManagedProductsCommandOutput,
|
|
61
|
+
} from "./commands/DescribeAllManagedProductsCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeManagedProductsByVendorCommandInput,
|
|
64
|
+
DescribeManagedProductsByVendorCommandOutput,
|
|
65
|
+
} from "./commands/DescribeManagedProductsByVendorCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeManagedRuleGroupCommandInput,
|
|
68
|
+
DescribeManagedRuleGroupCommandOutput,
|
|
69
|
+
} from "./commands/DescribeManagedRuleGroupCommand";
|
|
70
|
+
import {
|
|
71
|
+
DisassociateWebACLCommandInput,
|
|
72
|
+
DisassociateWebACLCommandOutput,
|
|
73
|
+
} from "./commands/DisassociateWebACLCommand";
|
|
74
|
+
import {
|
|
75
|
+
GenerateMobileSdkReleaseUrlCommandInput,
|
|
76
|
+
GenerateMobileSdkReleaseUrlCommandOutput,
|
|
77
|
+
} from "./commands/GenerateMobileSdkReleaseUrlCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetDecryptedAPIKeyCommandInput,
|
|
80
|
+
GetDecryptedAPIKeyCommandOutput,
|
|
81
|
+
} from "./commands/GetDecryptedAPIKeyCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetIPSetCommandInput,
|
|
84
|
+
GetIPSetCommandOutput,
|
|
85
|
+
} from "./commands/GetIPSetCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetLoggingConfigurationCommandInput,
|
|
88
|
+
GetLoggingConfigurationCommandOutput,
|
|
89
|
+
} from "./commands/GetLoggingConfigurationCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetManagedRuleSetCommandInput,
|
|
92
|
+
GetManagedRuleSetCommandOutput,
|
|
93
|
+
} from "./commands/GetManagedRuleSetCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetMobileSdkReleaseCommandInput,
|
|
96
|
+
GetMobileSdkReleaseCommandOutput,
|
|
97
|
+
} from "./commands/GetMobileSdkReleaseCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetPermissionPolicyCommandInput,
|
|
100
|
+
GetPermissionPolicyCommandOutput,
|
|
101
|
+
} from "./commands/GetPermissionPolicyCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetRateBasedStatementManagedKeysCommandInput,
|
|
104
|
+
GetRateBasedStatementManagedKeysCommandOutput,
|
|
105
|
+
} from "./commands/GetRateBasedStatementManagedKeysCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetRegexPatternSetCommandInput,
|
|
108
|
+
GetRegexPatternSetCommandOutput,
|
|
109
|
+
} from "./commands/GetRegexPatternSetCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetRuleGroupCommandInput,
|
|
112
|
+
GetRuleGroupCommandOutput,
|
|
113
|
+
} from "./commands/GetRuleGroupCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetSampledRequestsCommandInput,
|
|
116
|
+
GetSampledRequestsCommandOutput,
|
|
117
|
+
} from "./commands/GetSampledRequestsCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetWebACLCommandInput,
|
|
120
|
+
GetWebACLCommandOutput,
|
|
121
|
+
} from "./commands/GetWebACLCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetWebACLForResourceCommandInput,
|
|
124
|
+
GetWebACLForResourceCommandOutput,
|
|
125
|
+
} from "./commands/GetWebACLForResourceCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListAPIKeysCommandInput,
|
|
128
|
+
ListAPIKeysCommandOutput,
|
|
129
|
+
} from "./commands/ListAPIKeysCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListAvailableManagedRuleGroupsCommandInput,
|
|
132
|
+
ListAvailableManagedRuleGroupsCommandOutput,
|
|
133
|
+
} from "./commands/ListAvailableManagedRuleGroupsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListAvailableManagedRuleGroupVersionsCommandInput,
|
|
136
|
+
ListAvailableManagedRuleGroupVersionsCommandOutput,
|
|
137
|
+
} from "./commands/ListAvailableManagedRuleGroupVersionsCommand";
|
|
138
|
+
import {
|
|
139
|
+
ListIPSetsCommandInput,
|
|
140
|
+
ListIPSetsCommandOutput,
|
|
141
|
+
} from "./commands/ListIPSetsCommand";
|
|
142
|
+
import {
|
|
143
|
+
ListLoggingConfigurationsCommandInput,
|
|
144
|
+
ListLoggingConfigurationsCommandOutput,
|
|
145
|
+
} from "./commands/ListLoggingConfigurationsCommand";
|
|
146
|
+
import {
|
|
147
|
+
ListManagedRuleSetsCommandInput,
|
|
148
|
+
ListManagedRuleSetsCommandOutput,
|
|
149
|
+
} from "./commands/ListManagedRuleSetsCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListMobileSdkReleasesCommandInput,
|
|
152
|
+
ListMobileSdkReleasesCommandOutput,
|
|
153
|
+
} from "./commands/ListMobileSdkReleasesCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListRegexPatternSetsCommandInput,
|
|
156
|
+
ListRegexPatternSetsCommandOutput,
|
|
157
|
+
} from "./commands/ListRegexPatternSetsCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListResourcesForWebACLCommandInput,
|
|
160
|
+
ListResourcesForWebACLCommandOutput,
|
|
161
|
+
} from "./commands/ListResourcesForWebACLCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListRuleGroupsCommandInput,
|
|
164
|
+
ListRuleGroupsCommandOutput,
|
|
165
|
+
} from "./commands/ListRuleGroupsCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListTagsForResourceCommandInput,
|
|
168
|
+
ListTagsForResourceCommandOutput,
|
|
169
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListWebACLsCommandInput,
|
|
172
|
+
ListWebACLsCommandOutput,
|
|
173
|
+
} from "./commands/ListWebACLsCommand";
|
|
174
|
+
import {
|
|
175
|
+
PutLoggingConfigurationCommandInput,
|
|
176
|
+
PutLoggingConfigurationCommandOutput,
|
|
177
|
+
} from "./commands/PutLoggingConfigurationCommand";
|
|
178
|
+
import {
|
|
179
|
+
PutManagedRuleSetVersionsCommandInput,
|
|
180
|
+
PutManagedRuleSetVersionsCommandOutput,
|
|
181
|
+
} from "./commands/PutManagedRuleSetVersionsCommand";
|
|
182
|
+
import {
|
|
183
|
+
PutPermissionPolicyCommandInput,
|
|
184
|
+
PutPermissionPolicyCommandOutput,
|
|
185
|
+
} from "./commands/PutPermissionPolicyCommand";
|
|
186
|
+
import {
|
|
187
|
+
TagResourceCommandInput,
|
|
188
|
+
TagResourceCommandOutput,
|
|
189
|
+
} from "./commands/TagResourceCommand";
|
|
190
|
+
import {
|
|
191
|
+
UntagResourceCommandInput,
|
|
192
|
+
UntagResourceCommandOutput,
|
|
193
|
+
} from "./commands/UntagResourceCommand";
|
|
194
|
+
import {
|
|
195
|
+
UpdateIPSetCommandInput,
|
|
196
|
+
UpdateIPSetCommandOutput,
|
|
197
|
+
} from "./commands/UpdateIPSetCommand";
|
|
198
|
+
import {
|
|
199
|
+
UpdateManagedRuleSetVersionExpiryDateCommandInput,
|
|
200
|
+
UpdateManagedRuleSetVersionExpiryDateCommandOutput,
|
|
201
|
+
} from "./commands/UpdateManagedRuleSetVersionExpiryDateCommand";
|
|
202
|
+
import {
|
|
203
|
+
UpdateRegexPatternSetCommandInput,
|
|
204
|
+
UpdateRegexPatternSetCommandOutput,
|
|
205
|
+
} from "./commands/UpdateRegexPatternSetCommand";
|
|
206
|
+
import {
|
|
207
|
+
UpdateRuleGroupCommandInput,
|
|
208
|
+
UpdateRuleGroupCommandOutput,
|
|
209
|
+
} from "./commands/UpdateRuleGroupCommand";
|
|
210
|
+
import {
|
|
211
|
+
UpdateWebACLCommandInput,
|
|
212
|
+
UpdateWebACLCommandOutput,
|
|
213
|
+
} from "./commands/UpdateWebACLCommand";
|
|
214
|
+
import { WAFV2Client } from "./WAFV2Client";
|
|
215
|
+
export interface WAFV2 {
|
|
216
|
+
associateWebACL(
|
|
217
|
+
args: AssociateWebACLCommandInput,
|
|
218
|
+
options?: __HttpHandlerOptions
|
|
219
|
+
): Promise<AssociateWebACLCommandOutput>;
|
|
220
|
+
associateWebACL(
|
|
221
|
+
args: AssociateWebACLCommandInput,
|
|
222
|
+
cb: (err: any, data?: AssociateWebACLCommandOutput) => void
|
|
223
|
+
): void;
|
|
224
|
+
associateWebACL(
|
|
225
|
+
args: AssociateWebACLCommandInput,
|
|
226
|
+
options: __HttpHandlerOptions,
|
|
227
|
+
cb: (err: any, data?: AssociateWebACLCommandOutput) => void
|
|
228
|
+
): void;
|
|
229
|
+
checkCapacity(
|
|
230
|
+
args: CheckCapacityCommandInput,
|
|
231
|
+
options?: __HttpHandlerOptions
|
|
232
|
+
): Promise<CheckCapacityCommandOutput>;
|
|
233
|
+
checkCapacity(
|
|
234
|
+
args: CheckCapacityCommandInput,
|
|
235
|
+
cb: (err: any, data?: CheckCapacityCommandOutput) => void
|
|
236
|
+
): void;
|
|
237
|
+
checkCapacity(
|
|
238
|
+
args: CheckCapacityCommandInput,
|
|
239
|
+
options: __HttpHandlerOptions,
|
|
240
|
+
cb: (err: any, data?: CheckCapacityCommandOutput) => void
|
|
241
|
+
): void;
|
|
242
|
+
createAPIKey(
|
|
243
|
+
args: CreateAPIKeyCommandInput,
|
|
244
|
+
options?: __HttpHandlerOptions
|
|
245
|
+
): Promise<CreateAPIKeyCommandOutput>;
|
|
246
|
+
createAPIKey(
|
|
247
|
+
args: CreateAPIKeyCommandInput,
|
|
248
|
+
cb: (err: any, data?: CreateAPIKeyCommandOutput) => void
|
|
249
|
+
): void;
|
|
250
|
+
createAPIKey(
|
|
251
|
+
args: CreateAPIKeyCommandInput,
|
|
252
|
+
options: __HttpHandlerOptions,
|
|
253
|
+
cb: (err: any, data?: CreateAPIKeyCommandOutput) => void
|
|
254
|
+
): void;
|
|
255
|
+
createIPSet(
|
|
256
|
+
args: CreateIPSetCommandInput,
|
|
257
|
+
options?: __HttpHandlerOptions
|
|
258
|
+
): Promise<CreateIPSetCommandOutput>;
|
|
259
|
+
createIPSet(
|
|
260
|
+
args: CreateIPSetCommandInput,
|
|
261
|
+
cb: (err: any, data?: CreateIPSetCommandOutput) => void
|
|
262
|
+
): void;
|
|
263
|
+
createIPSet(
|
|
264
|
+
args: CreateIPSetCommandInput,
|
|
265
|
+
options: __HttpHandlerOptions,
|
|
266
|
+
cb: (err: any, data?: CreateIPSetCommandOutput) => void
|
|
267
|
+
): void;
|
|
268
|
+
createRegexPatternSet(
|
|
269
|
+
args: CreateRegexPatternSetCommandInput,
|
|
270
|
+
options?: __HttpHandlerOptions
|
|
271
|
+
): Promise<CreateRegexPatternSetCommandOutput>;
|
|
272
|
+
createRegexPatternSet(
|
|
273
|
+
args: CreateRegexPatternSetCommandInput,
|
|
274
|
+
cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void
|
|
275
|
+
): void;
|
|
276
|
+
createRegexPatternSet(
|
|
277
|
+
args: CreateRegexPatternSetCommandInput,
|
|
278
|
+
options: __HttpHandlerOptions,
|
|
279
|
+
cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void
|
|
280
|
+
): void;
|
|
281
|
+
createRuleGroup(
|
|
282
|
+
args: CreateRuleGroupCommandInput,
|
|
283
|
+
options?: __HttpHandlerOptions
|
|
284
|
+
): Promise<CreateRuleGroupCommandOutput>;
|
|
285
|
+
createRuleGroup(
|
|
286
|
+
args: CreateRuleGroupCommandInput,
|
|
287
|
+
cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
|
|
288
|
+
): void;
|
|
289
|
+
createRuleGroup(
|
|
290
|
+
args: CreateRuleGroupCommandInput,
|
|
291
|
+
options: __HttpHandlerOptions,
|
|
292
|
+
cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
|
|
293
|
+
): void;
|
|
294
|
+
createWebACL(
|
|
295
|
+
args: CreateWebACLCommandInput,
|
|
296
|
+
options?: __HttpHandlerOptions
|
|
297
|
+
): Promise<CreateWebACLCommandOutput>;
|
|
298
|
+
createWebACL(
|
|
299
|
+
args: CreateWebACLCommandInput,
|
|
300
|
+
cb: (err: any, data?: CreateWebACLCommandOutput) => void
|
|
301
|
+
): void;
|
|
302
|
+
createWebACL(
|
|
303
|
+
args: CreateWebACLCommandInput,
|
|
304
|
+
options: __HttpHandlerOptions,
|
|
305
|
+
cb: (err: any, data?: CreateWebACLCommandOutput) => void
|
|
306
|
+
): void;
|
|
307
|
+
deleteFirewallManagerRuleGroups(
|
|
308
|
+
args: DeleteFirewallManagerRuleGroupsCommandInput,
|
|
309
|
+
options?: __HttpHandlerOptions
|
|
310
|
+
): Promise<DeleteFirewallManagerRuleGroupsCommandOutput>;
|
|
311
|
+
deleteFirewallManagerRuleGroups(
|
|
312
|
+
args: DeleteFirewallManagerRuleGroupsCommandInput,
|
|
313
|
+
cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
deleteFirewallManagerRuleGroups(
|
|
316
|
+
args: DeleteFirewallManagerRuleGroupsCommandInput,
|
|
317
|
+
options: __HttpHandlerOptions,
|
|
318
|
+
cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void
|
|
319
|
+
): void;
|
|
320
|
+
deleteIPSet(
|
|
321
|
+
args: DeleteIPSetCommandInput,
|
|
322
|
+
options?: __HttpHandlerOptions
|
|
323
|
+
): Promise<DeleteIPSetCommandOutput>;
|
|
324
|
+
deleteIPSet(
|
|
325
|
+
args: DeleteIPSetCommandInput,
|
|
326
|
+
cb: (err: any, data?: DeleteIPSetCommandOutput) => void
|
|
327
|
+
): void;
|
|
328
|
+
deleteIPSet(
|
|
329
|
+
args: DeleteIPSetCommandInput,
|
|
330
|
+
options: __HttpHandlerOptions,
|
|
331
|
+
cb: (err: any, data?: DeleteIPSetCommandOutput) => void
|
|
332
|
+
): void;
|
|
333
|
+
deleteLoggingConfiguration(
|
|
334
|
+
args: DeleteLoggingConfigurationCommandInput,
|
|
335
|
+
options?: __HttpHandlerOptions
|
|
336
|
+
): Promise<DeleteLoggingConfigurationCommandOutput>;
|
|
337
|
+
deleteLoggingConfiguration(
|
|
338
|
+
args: DeleteLoggingConfigurationCommandInput,
|
|
339
|
+
cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
|
|
340
|
+
): void;
|
|
341
|
+
deleteLoggingConfiguration(
|
|
342
|
+
args: DeleteLoggingConfigurationCommandInput,
|
|
343
|
+
options: __HttpHandlerOptions,
|
|
344
|
+
cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
|
|
345
|
+
): void;
|
|
346
|
+
deletePermissionPolicy(
|
|
347
|
+
args: DeletePermissionPolicyCommandInput,
|
|
348
|
+
options?: __HttpHandlerOptions
|
|
349
|
+
): Promise<DeletePermissionPolicyCommandOutput>;
|
|
350
|
+
deletePermissionPolicy(
|
|
351
|
+
args: DeletePermissionPolicyCommandInput,
|
|
352
|
+
cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void
|
|
353
|
+
): void;
|
|
354
|
+
deletePermissionPolicy(
|
|
355
|
+
args: DeletePermissionPolicyCommandInput,
|
|
356
|
+
options: __HttpHandlerOptions,
|
|
357
|
+
cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void
|
|
358
|
+
): void;
|
|
359
|
+
deleteRegexPatternSet(
|
|
360
|
+
args: DeleteRegexPatternSetCommandInput,
|
|
361
|
+
options?: __HttpHandlerOptions
|
|
362
|
+
): Promise<DeleteRegexPatternSetCommandOutput>;
|
|
363
|
+
deleteRegexPatternSet(
|
|
364
|
+
args: DeleteRegexPatternSetCommandInput,
|
|
365
|
+
cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void
|
|
366
|
+
): void;
|
|
367
|
+
deleteRegexPatternSet(
|
|
368
|
+
args: DeleteRegexPatternSetCommandInput,
|
|
369
|
+
options: __HttpHandlerOptions,
|
|
370
|
+
cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void
|
|
371
|
+
): void;
|
|
372
|
+
deleteRuleGroup(
|
|
373
|
+
args: DeleteRuleGroupCommandInput,
|
|
374
|
+
options?: __HttpHandlerOptions
|
|
375
|
+
): Promise<DeleteRuleGroupCommandOutput>;
|
|
376
|
+
deleteRuleGroup(
|
|
377
|
+
args: DeleteRuleGroupCommandInput,
|
|
378
|
+
cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
|
|
379
|
+
): void;
|
|
380
|
+
deleteRuleGroup(
|
|
381
|
+
args: DeleteRuleGroupCommandInput,
|
|
382
|
+
options: __HttpHandlerOptions,
|
|
383
|
+
cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
|
|
384
|
+
): void;
|
|
385
|
+
deleteWebACL(
|
|
386
|
+
args: DeleteWebACLCommandInput,
|
|
387
|
+
options?: __HttpHandlerOptions
|
|
388
|
+
): Promise<DeleteWebACLCommandOutput>;
|
|
389
|
+
deleteWebACL(
|
|
390
|
+
args: DeleteWebACLCommandInput,
|
|
391
|
+
cb: (err: any, data?: DeleteWebACLCommandOutput) => void
|
|
392
|
+
): void;
|
|
393
|
+
deleteWebACL(
|
|
394
|
+
args: DeleteWebACLCommandInput,
|
|
395
|
+
options: __HttpHandlerOptions,
|
|
396
|
+
cb: (err: any, data?: DeleteWebACLCommandOutput) => void
|
|
397
|
+
): void;
|
|
398
|
+
describeAllManagedProducts(
|
|
399
|
+
args: DescribeAllManagedProductsCommandInput,
|
|
400
|
+
options?: __HttpHandlerOptions
|
|
401
|
+
): Promise<DescribeAllManagedProductsCommandOutput>;
|
|
402
|
+
describeAllManagedProducts(
|
|
403
|
+
args: DescribeAllManagedProductsCommandInput,
|
|
404
|
+
cb: (err: any, data?: DescribeAllManagedProductsCommandOutput) => void
|
|
405
|
+
): void;
|
|
406
|
+
describeAllManagedProducts(
|
|
407
|
+
args: DescribeAllManagedProductsCommandInput,
|
|
408
|
+
options: __HttpHandlerOptions,
|
|
409
|
+
cb: (err: any, data?: DescribeAllManagedProductsCommandOutput) => void
|
|
410
|
+
): void;
|
|
411
|
+
describeManagedProductsByVendor(
|
|
412
|
+
args: DescribeManagedProductsByVendorCommandInput,
|
|
413
|
+
options?: __HttpHandlerOptions
|
|
414
|
+
): Promise<DescribeManagedProductsByVendorCommandOutput>;
|
|
415
|
+
describeManagedProductsByVendor(
|
|
416
|
+
args: DescribeManagedProductsByVendorCommandInput,
|
|
417
|
+
cb: (err: any, data?: DescribeManagedProductsByVendorCommandOutput) => void
|
|
418
|
+
): void;
|
|
419
|
+
describeManagedProductsByVendor(
|
|
420
|
+
args: DescribeManagedProductsByVendorCommandInput,
|
|
421
|
+
options: __HttpHandlerOptions,
|
|
422
|
+
cb: (err: any, data?: DescribeManagedProductsByVendorCommandOutput) => void
|
|
423
|
+
): void;
|
|
424
|
+
describeManagedRuleGroup(
|
|
425
|
+
args: DescribeManagedRuleGroupCommandInput,
|
|
426
|
+
options?: __HttpHandlerOptions
|
|
427
|
+
): Promise<DescribeManagedRuleGroupCommandOutput>;
|
|
428
|
+
describeManagedRuleGroup(
|
|
429
|
+
args: DescribeManagedRuleGroupCommandInput,
|
|
430
|
+
cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void
|
|
431
|
+
): void;
|
|
432
|
+
describeManagedRuleGroup(
|
|
433
|
+
args: DescribeManagedRuleGroupCommandInput,
|
|
434
|
+
options: __HttpHandlerOptions,
|
|
435
|
+
cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void
|
|
436
|
+
): void;
|
|
437
|
+
disassociateWebACL(
|
|
438
|
+
args: DisassociateWebACLCommandInput,
|
|
439
|
+
options?: __HttpHandlerOptions
|
|
440
|
+
): Promise<DisassociateWebACLCommandOutput>;
|
|
441
|
+
disassociateWebACL(
|
|
442
|
+
args: DisassociateWebACLCommandInput,
|
|
443
|
+
cb: (err: any, data?: DisassociateWebACLCommandOutput) => void
|
|
444
|
+
): void;
|
|
445
|
+
disassociateWebACL(
|
|
446
|
+
args: DisassociateWebACLCommandInput,
|
|
447
|
+
options: __HttpHandlerOptions,
|
|
448
|
+
cb: (err: any, data?: DisassociateWebACLCommandOutput) => void
|
|
449
|
+
): void;
|
|
450
|
+
generateMobileSdkReleaseUrl(
|
|
451
|
+
args: GenerateMobileSdkReleaseUrlCommandInput,
|
|
452
|
+
options?: __HttpHandlerOptions
|
|
453
|
+
): Promise<GenerateMobileSdkReleaseUrlCommandOutput>;
|
|
454
|
+
generateMobileSdkReleaseUrl(
|
|
455
|
+
args: GenerateMobileSdkReleaseUrlCommandInput,
|
|
456
|
+
cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void
|
|
457
|
+
): void;
|
|
458
|
+
generateMobileSdkReleaseUrl(
|
|
459
|
+
args: GenerateMobileSdkReleaseUrlCommandInput,
|
|
460
|
+
options: __HttpHandlerOptions,
|
|
461
|
+
cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void
|
|
462
|
+
): void;
|
|
463
|
+
getDecryptedAPIKey(
|
|
464
|
+
args: GetDecryptedAPIKeyCommandInput,
|
|
465
|
+
options?: __HttpHandlerOptions
|
|
466
|
+
): Promise<GetDecryptedAPIKeyCommandOutput>;
|
|
467
|
+
getDecryptedAPIKey(
|
|
468
|
+
args: GetDecryptedAPIKeyCommandInput,
|
|
469
|
+
cb: (err: any, data?: GetDecryptedAPIKeyCommandOutput) => void
|
|
470
|
+
): void;
|
|
471
|
+
getDecryptedAPIKey(
|
|
472
|
+
args: GetDecryptedAPIKeyCommandInput,
|
|
473
|
+
options: __HttpHandlerOptions,
|
|
474
|
+
cb: (err: any, data?: GetDecryptedAPIKeyCommandOutput) => void
|
|
475
|
+
): void;
|
|
476
|
+
getIPSet(
|
|
477
|
+
args: GetIPSetCommandInput,
|
|
478
|
+
options?: __HttpHandlerOptions
|
|
479
|
+
): Promise<GetIPSetCommandOutput>;
|
|
480
|
+
getIPSet(
|
|
481
|
+
args: GetIPSetCommandInput,
|
|
482
|
+
cb: (err: any, data?: GetIPSetCommandOutput) => void
|
|
483
|
+
): void;
|
|
484
|
+
getIPSet(
|
|
485
|
+
args: GetIPSetCommandInput,
|
|
486
|
+
options: __HttpHandlerOptions,
|
|
487
|
+
cb: (err: any, data?: GetIPSetCommandOutput) => void
|
|
488
|
+
): void;
|
|
489
|
+
getLoggingConfiguration(
|
|
490
|
+
args: GetLoggingConfigurationCommandInput,
|
|
491
|
+
options?: __HttpHandlerOptions
|
|
492
|
+
): Promise<GetLoggingConfigurationCommandOutput>;
|
|
493
|
+
getLoggingConfiguration(
|
|
494
|
+
args: GetLoggingConfigurationCommandInput,
|
|
495
|
+
cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
|
|
496
|
+
): void;
|
|
497
|
+
getLoggingConfiguration(
|
|
498
|
+
args: GetLoggingConfigurationCommandInput,
|
|
499
|
+
options: __HttpHandlerOptions,
|
|
500
|
+
cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
|
|
501
|
+
): void;
|
|
502
|
+
getManagedRuleSet(
|
|
503
|
+
args: GetManagedRuleSetCommandInput,
|
|
504
|
+
options?: __HttpHandlerOptions
|
|
505
|
+
): Promise<GetManagedRuleSetCommandOutput>;
|
|
506
|
+
getManagedRuleSet(
|
|
507
|
+
args: GetManagedRuleSetCommandInput,
|
|
508
|
+
cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void
|
|
509
|
+
): void;
|
|
510
|
+
getManagedRuleSet(
|
|
511
|
+
args: GetManagedRuleSetCommandInput,
|
|
512
|
+
options: __HttpHandlerOptions,
|
|
513
|
+
cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void
|
|
514
|
+
): void;
|
|
515
|
+
getMobileSdkRelease(
|
|
516
|
+
args: GetMobileSdkReleaseCommandInput,
|
|
517
|
+
options?: __HttpHandlerOptions
|
|
518
|
+
): Promise<GetMobileSdkReleaseCommandOutput>;
|
|
519
|
+
getMobileSdkRelease(
|
|
520
|
+
args: GetMobileSdkReleaseCommandInput,
|
|
521
|
+
cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void
|
|
522
|
+
): void;
|
|
523
|
+
getMobileSdkRelease(
|
|
524
|
+
args: GetMobileSdkReleaseCommandInput,
|
|
525
|
+
options: __HttpHandlerOptions,
|
|
526
|
+
cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void
|
|
527
|
+
): void;
|
|
528
|
+
getPermissionPolicy(
|
|
529
|
+
args: GetPermissionPolicyCommandInput,
|
|
530
|
+
options?: __HttpHandlerOptions
|
|
531
|
+
): Promise<GetPermissionPolicyCommandOutput>;
|
|
532
|
+
getPermissionPolicy(
|
|
533
|
+
args: GetPermissionPolicyCommandInput,
|
|
534
|
+
cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void
|
|
535
|
+
): void;
|
|
536
|
+
getPermissionPolicy(
|
|
537
|
+
args: GetPermissionPolicyCommandInput,
|
|
538
|
+
options: __HttpHandlerOptions,
|
|
539
|
+
cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void
|
|
540
|
+
): void;
|
|
541
|
+
getRateBasedStatementManagedKeys(
|
|
542
|
+
args: GetRateBasedStatementManagedKeysCommandInput,
|
|
543
|
+
options?: __HttpHandlerOptions
|
|
544
|
+
): Promise<GetRateBasedStatementManagedKeysCommandOutput>;
|
|
545
|
+
getRateBasedStatementManagedKeys(
|
|
546
|
+
args: GetRateBasedStatementManagedKeysCommandInput,
|
|
547
|
+
cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void
|
|
548
|
+
): void;
|
|
549
|
+
getRateBasedStatementManagedKeys(
|
|
550
|
+
args: GetRateBasedStatementManagedKeysCommandInput,
|
|
551
|
+
options: __HttpHandlerOptions,
|
|
552
|
+
cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void
|
|
553
|
+
): void;
|
|
554
|
+
getRegexPatternSet(
|
|
555
|
+
args: GetRegexPatternSetCommandInput,
|
|
556
|
+
options?: __HttpHandlerOptions
|
|
557
|
+
): Promise<GetRegexPatternSetCommandOutput>;
|
|
558
|
+
getRegexPatternSet(
|
|
559
|
+
args: GetRegexPatternSetCommandInput,
|
|
560
|
+
cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void
|
|
561
|
+
): void;
|
|
562
|
+
getRegexPatternSet(
|
|
563
|
+
args: GetRegexPatternSetCommandInput,
|
|
564
|
+
options: __HttpHandlerOptions,
|
|
565
|
+
cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void
|
|
566
|
+
): void;
|
|
567
|
+
getRuleGroup(
|
|
568
|
+
args: GetRuleGroupCommandInput,
|
|
569
|
+
options?: __HttpHandlerOptions
|
|
570
|
+
): Promise<GetRuleGroupCommandOutput>;
|
|
571
|
+
getRuleGroup(
|
|
572
|
+
args: GetRuleGroupCommandInput,
|
|
573
|
+
cb: (err: any, data?: GetRuleGroupCommandOutput) => void
|
|
574
|
+
): void;
|
|
575
|
+
getRuleGroup(
|
|
576
|
+
args: GetRuleGroupCommandInput,
|
|
577
|
+
options: __HttpHandlerOptions,
|
|
578
|
+
cb: (err: any, data?: GetRuleGroupCommandOutput) => void
|
|
579
|
+
): void;
|
|
580
|
+
getSampledRequests(
|
|
581
|
+
args: GetSampledRequestsCommandInput,
|
|
582
|
+
options?: __HttpHandlerOptions
|
|
583
|
+
): Promise<GetSampledRequestsCommandOutput>;
|
|
584
|
+
getSampledRequests(
|
|
585
|
+
args: GetSampledRequestsCommandInput,
|
|
586
|
+
cb: (err: any, data?: GetSampledRequestsCommandOutput) => void
|
|
587
|
+
): void;
|
|
588
|
+
getSampledRequests(
|
|
589
|
+
args: GetSampledRequestsCommandInput,
|
|
590
|
+
options: __HttpHandlerOptions,
|
|
591
|
+
cb: (err: any, data?: GetSampledRequestsCommandOutput) => void
|
|
592
|
+
): void;
|
|
593
|
+
getWebACL(
|
|
594
|
+
args: GetWebACLCommandInput,
|
|
595
|
+
options?: __HttpHandlerOptions
|
|
596
|
+
): Promise<GetWebACLCommandOutput>;
|
|
597
|
+
getWebACL(
|
|
598
|
+
args: GetWebACLCommandInput,
|
|
599
|
+
cb: (err: any, data?: GetWebACLCommandOutput) => void
|
|
600
|
+
): void;
|
|
601
|
+
getWebACL(
|
|
602
|
+
args: GetWebACLCommandInput,
|
|
603
|
+
options: __HttpHandlerOptions,
|
|
604
|
+
cb: (err: any, data?: GetWebACLCommandOutput) => void
|
|
605
|
+
): void;
|
|
606
|
+
getWebACLForResource(
|
|
607
|
+
args: GetWebACLForResourceCommandInput,
|
|
608
|
+
options?: __HttpHandlerOptions
|
|
609
|
+
): Promise<GetWebACLForResourceCommandOutput>;
|
|
610
|
+
getWebACLForResource(
|
|
611
|
+
args: GetWebACLForResourceCommandInput,
|
|
612
|
+
cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void
|
|
613
|
+
): void;
|
|
614
|
+
getWebACLForResource(
|
|
615
|
+
args: GetWebACLForResourceCommandInput,
|
|
616
|
+
options: __HttpHandlerOptions,
|
|
617
|
+
cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void
|
|
618
|
+
): void;
|
|
619
|
+
listAPIKeys(
|
|
620
|
+
args: ListAPIKeysCommandInput,
|
|
621
|
+
options?: __HttpHandlerOptions
|
|
622
|
+
): Promise<ListAPIKeysCommandOutput>;
|
|
623
|
+
listAPIKeys(
|
|
624
|
+
args: ListAPIKeysCommandInput,
|
|
625
|
+
cb: (err: any, data?: ListAPIKeysCommandOutput) => void
|
|
626
|
+
): void;
|
|
627
|
+
listAPIKeys(
|
|
628
|
+
args: ListAPIKeysCommandInput,
|
|
629
|
+
options: __HttpHandlerOptions,
|
|
630
|
+
cb: (err: any, data?: ListAPIKeysCommandOutput) => void
|
|
631
|
+
): void;
|
|
632
|
+
listAvailableManagedRuleGroups(
|
|
633
|
+
args: ListAvailableManagedRuleGroupsCommandInput,
|
|
634
|
+
options?: __HttpHandlerOptions
|
|
635
|
+
): Promise<ListAvailableManagedRuleGroupsCommandOutput>;
|
|
636
|
+
listAvailableManagedRuleGroups(
|
|
637
|
+
args: ListAvailableManagedRuleGroupsCommandInput,
|
|
638
|
+
cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void
|
|
639
|
+
): void;
|
|
640
|
+
listAvailableManagedRuleGroups(
|
|
641
|
+
args: ListAvailableManagedRuleGroupsCommandInput,
|
|
642
|
+
options: __HttpHandlerOptions,
|
|
643
|
+
cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void
|
|
644
|
+
): void;
|
|
645
|
+
listAvailableManagedRuleGroupVersions(
|
|
646
|
+
args: ListAvailableManagedRuleGroupVersionsCommandInput,
|
|
647
|
+
options?: __HttpHandlerOptions
|
|
648
|
+
): Promise<ListAvailableManagedRuleGroupVersionsCommandOutput>;
|
|
649
|
+
listAvailableManagedRuleGroupVersions(
|
|
650
|
+
args: ListAvailableManagedRuleGroupVersionsCommandInput,
|
|
651
|
+
cb: (
|
|
652
|
+
err: any,
|
|
653
|
+
data?: ListAvailableManagedRuleGroupVersionsCommandOutput
|
|
654
|
+
) => void
|
|
655
|
+
): void;
|
|
656
|
+
listAvailableManagedRuleGroupVersions(
|
|
657
|
+
args: ListAvailableManagedRuleGroupVersionsCommandInput,
|
|
658
|
+
options: __HttpHandlerOptions,
|
|
659
|
+
cb: (
|
|
660
|
+
err: any,
|
|
661
|
+
data?: ListAvailableManagedRuleGroupVersionsCommandOutput
|
|
662
|
+
) => void
|
|
663
|
+
): void;
|
|
664
|
+
listIPSets(
|
|
665
|
+
args: ListIPSetsCommandInput,
|
|
666
|
+
options?: __HttpHandlerOptions
|
|
667
|
+
): Promise<ListIPSetsCommandOutput>;
|
|
668
|
+
listIPSets(
|
|
669
|
+
args: ListIPSetsCommandInput,
|
|
670
|
+
cb: (err: any, data?: ListIPSetsCommandOutput) => void
|
|
671
|
+
): void;
|
|
672
|
+
listIPSets(
|
|
673
|
+
args: ListIPSetsCommandInput,
|
|
674
|
+
options: __HttpHandlerOptions,
|
|
675
|
+
cb: (err: any, data?: ListIPSetsCommandOutput) => void
|
|
676
|
+
): void;
|
|
677
|
+
listLoggingConfigurations(
|
|
678
|
+
args: ListLoggingConfigurationsCommandInput,
|
|
679
|
+
options?: __HttpHandlerOptions
|
|
680
|
+
): Promise<ListLoggingConfigurationsCommandOutput>;
|
|
681
|
+
listLoggingConfigurations(
|
|
682
|
+
args: ListLoggingConfigurationsCommandInput,
|
|
683
|
+
cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
|
|
684
|
+
): void;
|
|
685
|
+
listLoggingConfigurations(
|
|
686
|
+
args: ListLoggingConfigurationsCommandInput,
|
|
687
|
+
options: __HttpHandlerOptions,
|
|
688
|
+
cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
|
|
689
|
+
): void;
|
|
690
|
+
listManagedRuleSets(
|
|
691
|
+
args: ListManagedRuleSetsCommandInput,
|
|
692
|
+
options?: __HttpHandlerOptions
|
|
693
|
+
): Promise<ListManagedRuleSetsCommandOutput>;
|
|
694
|
+
listManagedRuleSets(
|
|
695
|
+
args: ListManagedRuleSetsCommandInput,
|
|
696
|
+
cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void
|
|
697
|
+
): void;
|
|
698
|
+
listManagedRuleSets(
|
|
699
|
+
args: ListManagedRuleSetsCommandInput,
|
|
700
|
+
options: __HttpHandlerOptions,
|
|
701
|
+
cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void
|
|
702
|
+
): void;
|
|
703
|
+
listMobileSdkReleases(
|
|
704
|
+
args: ListMobileSdkReleasesCommandInput,
|
|
705
|
+
options?: __HttpHandlerOptions
|
|
706
|
+
): Promise<ListMobileSdkReleasesCommandOutput>;
|
|
707
|
+
listMobileSdkReleases(
|
|
708
|
+
args: ListMobileSdkReleasesCommandInput,
|
|
709
|
+
cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void
|
|
710
|
+
): void;
|
|
711
|
+
listMobileSdkReleases(
|
|
712
|
+
args: ListMobileSdkReleasesCommandInput,
|
|
713
|
+
options: __HttpHandlerOptions,
|
|
714
|
+
cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void
|
|
715
|
+
): void;
|
|
716
|
+
listRegexPatternSets(
|
|
717
|
+
args: ListRegexPatternSetsCommandInput,
|
|
718
|
+
options?: __HttpHandlerOptions
|
|
719
|
+
): Promise<ListRegexPatternSetsCommandOutput>;
|
|
720
|
+
listRegexPatternSets(
|
|
721
|
+
args: ListRegexPatternSetsCommandInput,
|
|
722
|
+
cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void
|
|
723
|
+
): void;
|
|
724
|
+
listRegexPatternSets(
|
|
725
|
+
args: ListRegexPatternSetsCommandInput,
|
|
726
|
+
options: __HttpHandlerOptions,
|
|
727
|
+
cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void
|
|
728
|
+
): void;
|
|
729
|
+
listResourcesForWebACL(
|
|
730
|
+
args: ListResourcesForWebACLCommandInput,
|
|
731
|
+
options?: __HttpHandlerOptions
|
|
732
|
+
): Promise<ListResourcesForWebACLCommandOutput>;
|
|
733
|
+
listResourcesForWebACL(
|
|
734
|
+
args: ListResourcesForWebACLCommandInput,
|
|
735
|
+
cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void
|
|
736
|
+
): void;
|
|
737
|
+
listResourcesForWebACL(
|
|
738
|
+
args: ListResourcesForWebACLCommandInput,
|
|
739
|
+
options: __HttpHandlerOptions,
|
|
740
|
+
cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void
|
|
741
|
+
): void;
|
|
742
|
+
listRuleGroups(
|
|
743
|
+
args: ListRuleGroupsCommandInput,
|
|
744
|
+
options?: __HttpHandlerOptions
|
|
745
|
+
): Promise<ListRuleGroupsCommandOutput>;
|
|
746
|
+
listRuleGroups(
|
|
747
|
+
args: ListRuleGroupsCommandInput,
|
|
748
|
+
cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
|
|
749
|
+
): void;
|
|
750
|
+
listRuleGroups(
|
|
751
|
+
args: ListRuleGroupsCommandInput,
|
|
752
|
+
options: __HttpHandlerOptions,
|
|
753
|
+
cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
|
|
754
|
+
): void;
|
|
755
|
+
listTagsForResource(
|
|
756
|
+
args: ListTagsForResourceCommandInput,
|
|
757
|
+
options?: __HttpHandlerOptions
|
|
758
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
759
|
+
listTagsForResource(
|
|
760
|
+
args: ListTagsForResourceCommandInput,
|
|
761
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
762
|
+
): void;
|
|
763
|
+
listTagsForResource(
|
|
764
|
+
args: ListTagsForResourceCommandInput,
|
|
765
|
+
options: __HttpHandlerOptions,
|
|
766
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
767
|
+
): void;
|
|
768
|
+
listWebACLs(
|
|
769
|
+
args: ListWebACLsCommandInput,
|
|
770
|
+
options?: __HttpHandlerOptions
|
|
771
|
+
): Promise<ListWebACLsCommandOutput>;
|
|
772
|
+
listWebACLs(
|
|
773
|
+
args: ListWebACLsCommandInput,
|
|
774
|
+
cb: (err: any, data?: ListWebACLsCommandOutput) => void
|
|
775
|
+
): void;
|
|
776
|
+
listWebACLs(
|
|
777
|
+
args: ListWebACLsCommandInput,
|
|
778
|
+
options: __HttpHandlerOptions,
|
|
779
|
+
cb: (err: any, data?: ListWebACLsCommandOutput) => void
|
|
780
|
+
): void;
|
|
781
|
+
putLoggingConfiguration(
|
|
782
|
+
args: PutLoggingConfigurationCommandInput,
|
|
783
|
+
options?: __HttpHandlerOptions
|
|
784
|
+
): Promise<PutLoggingConfigurationCommandOutput>;
|
|
785
|
+
putLoggingConfiguration(
|
|
786
|
+
args: PutLoggingConfigurationCommandInput,
|
|
787
|
+
cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void
|
|
788
|
+
): void;
|
|
789
|
+
putLoggingConfiguration(
|
|
790
|
+
args: PutLoggingConfigurationCommandInput,
|
|
791
|
+
options: __HttpHandlerOptions,
|
|
792
|
+
cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void
|
|
793
|
+
): void;
|
|
794
|
+
putManagedRuleSetVersions(
|
|
795
|
+
args: PutManagedRuleSetVersionsCommandInput,
|
|
796
|
+
options?: __HttpHandlerOptions
|
|
797
|
+
): Promise<PutManagedRuleSetVersionsCommandOutput>;
|
|
798
|
+
putManagedRuleSetVersions(
|
|
799
|
+
args: PutManagedRuleSetVersionsCommandInput,
|
|
800
|
+
cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void
|
|
801
|
+
): void;
|
|
802
|
+
putManagedRuleSetVersions(
|
|
803
|
+
args: PutManagedRuleSetVersionsCommandInput,
|
|
804
|
+
options: __HttpHandlerOptions,
|
|
805
|
+
cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void
|
|
806
|
+
): void;
|
|
807
|
+
putPermissionPolicy(
|
|
808
|
+
args: PutPermissionPolicyCommandInput,
|
|
809
|
+
options?: __HttpHandlerOptions
|
|
810
|
+
): Promise<PutPermissionPolicyCommandOutput>;
|
|
811
|
+
putPermissionPolicy(
|
|
812
|
+
args: PutPermissionPolicyCommandInput,
|
|
813
|
+
cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void
|
|
814
|
+
): void;
|
|
815
|
+
putPermissionPolicy(
|
|
816
|
+
args: PutPermissionPolicyCommandInput,
|
|
817
|
+
options: __HttpHandlerOptions,
|
|
818
|
+
cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void
|
|
819
|
+
): void;
|
|
820
|
+
tagResource(
|
|
821
|
+
args: TagResourceCommandInput,
|
|
822
|
+
options?: __HttpHandlerOptions
|
|
823
|
+
): Promise<TagResourceCommandOutput>;
|
|
824
|
+
tagResource(
|
|
825
|
+
args: TagResourceCommandInput,
|
|
826
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
827
|
+
): void;
|
|
828
|
+
tagResource(
|
|
829
|
+
args: TagResourceCommandInput,
|
|
830
|
+
options: __HttpHandlerOptions,
|
|
831
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
832
|
+
): void;
|
|
833
|
+
untagResource(
|
|
834
|
+
args: UntagResourceCommandInput,
|
|
835
|
+
options?: __HttpHandlerOptions
|
|
836
|
+
): Promise<UntagResourceCommandOutput>;
|
|
837
|
+
untagResource(
|
|
838
|
+
args: UntagResourceCommandInput,
|
|
839
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
840
|
+
): void;
|
|
841
|
+
untagResource(
|
|
842
|
+
args: UntagResourceCommandInput,
|
|
843
|
+
options: __HttpHandlerOptions,
|
|
844
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
845
|
+
): void;
|
|
846
|
+
updateIPSet(
|
|
847
|
+
args: UpdateIPSetCommandInput,
|
|
848
|
+
options?: __HttpHandlerOptions
|
|
849
|
+
): Promise<UpdateIPSetCommandOutput>;
|
|
850
|
+
updateIPSet(
|
|
851
|
+
args: UpdateIPSetCommandInput,
|
|
852
|
+
cb: (err: any, data?: UpdateIPSetCommandOutput) => void
|
|
853
|
+
): void;
|
|
854
|
+
updateIPSet(
|
|
855
|
+
args: UpdateIPSetCommandInput,
|
|
856
|
+
options: __HttpHandlerOptions,
|
|
857
|
+
cb: (err: any, data?: UpdateIPSetCommandOutput) => void
|
|
858
|
+
): void;
|
|
859
|
+
updateManagedRuleSetVersionExpiryDate(
|
|
860
|
+
args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
|
|
861
|
+
options?: __HttpHandlerOptions
|
|
862
|
+
): Promise<UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
|
|
863
|
+
updateManagedRuleSetVersionExpiryDate(
|
|
864
|
+
args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
|
|
865
|
+
cb: (
|
|
866
|
+
err: any,
|
|
867
|
+
data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput
|
|
868
|
+
) => void
|
|
869
|
+
): void;
|
|
870
|
+
updateManagedRuleSetVersionExpiryDate(
|
|
871
|
+
args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
|
|
872
|
+
options: __HttpHandlerOptions,
|
|
873
|
+
cb: (
|
|
874
|
+
err: any,
|
|
875
|
+
data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput
|
|
876
|
+
) => void
|
|
877
|
+
): void;
|
|
878
|
+
updateRegexPatternSet(
|
|
879
|
+
args: UpdateRegexPatternSetCommandInput,
|
|
880
|
+
options?: __HttpHandlerOptions
|
|
881
|
+
): Promise<UpdateRegexPatternSetCommandOutput>;
|
|
882
|
+
updateRegexPatternSet(
|
|
883
|
+
args: UpdateRegexPatternSetCommandInput,
|
|
884
|
+
cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void
|
|
885
|
+
): void;
|
|
886
|
+
updateRegexPatternSet(
|
|
887
|
+
args: UpdateRegexPatternSetCommandInput,
|
|
888
|
+
options: __HttpHandlerOptions,
|
|
889
|
+
cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void
|
|
890
|
+
): void;
|
|
891
|
+
updateRuleGroup(
|
|
892
|
+
args: UpdateRuleGroupCommandInput,
|
|
893
|
+
options?: __HttpHandlerOptions
|
|
894
|
+
): Promise<UpdateRuleGroupCommandOutput>;
|
|
895
|
+
updateRuleGroup(
|
|
896
|
+
args: UpdateRuleGroupCommandInput,
|
|
897
|
+
cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
|
|
898
|
+
): void;
|
|
899
|
+
updateRuleGroup(
|
|
900
|
+
args: UpdateRuleGroupCommandInput,
|
|
901
|
+
options: __HttpHandlerOptions,
|
|
902
|
+
cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
|
|
903
|
+
): void;
|
|
904
|
+
updateWebACL(
|
|
905
|
+
args: UpdateWebACLCommandInput,
|
|
906
|
+
options?: __HttpHandlerOptions
|
|
907
|
+
): Promise<UpdateWebACLCommandOutput>;
|
|
908
|
+
updateWebACL(
|
|
909
|
+
args: UpdateWebACLCommandInput,
|
|
910
|
+
cb: (err: any, data?: UpdateWebACLCommandOutput) => void
|
|
911
|
+
): void;
|
|
912
|
+
updateWebACL(
|
|
913
|
+
args: UpdateWebACLCommandInput,
|
|
914
|
+
options: __HttpHandlerOptions,
|
|
915
|
+
cb: (err: any, data?: UpdateWebACLCommandOutput) => void
|
|
916
|
+
): void;
|
|
917
|
+
}
|
|
918
|
+
export declare class WAFV2 extends WAFV2Client implements WAFV2 {}
|