@aws-sdk/client-waf 3.1087.0 → 3.1089.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 (95) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/WAF.d.ts +244 -292
  3. package/dist-types/ts3.4/WAFClient.d.ts +26 -72
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +3 -8
  36. package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -5
  39. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +7 -5
  51. package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +3 -8
  55. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +3 -8
  61. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +4 -4
  62. package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +3 -8
  68. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +3 -5
  79. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +4 -6
  82. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +3 -5
  83. package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +5 -10
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  85. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  86. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  87. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  88. package/dist-types/ts3.4/models/errors.d.ts +20 -80
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  93. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  94. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  95. package/package.json +38 -38
@@ -7,10 +7,7 @@ import {
7
7
  CreateGeoMatchSetCommandInput,
8
8
  CreateGeoMatchSetCommandOutput,
9
9
  } from "./commands/CreateGeoMatchSetCommand";
10
- import {
11
- CreateIPSetCommandInput,
12
- CreateIPSetCommandOutput,
13
- } from "./commands/CreateIPSetCommand";
10
+ import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
14
11
  import {
15
12
  CreateRateBasedRuleCommandInput,
16
13
  CreateRateBasedRuleCommandOutput,
@@ -23,10 +20,7 @@ import {
23
20
  CreateRegexPatternSetCommandInput,
24
21
  CreateRegexPatternSetCommandOutput,
25
22
  } from "./commands/CreateRegexPatternSetCommand";
26
- import {
27
- CreateRuleCommandInput,
28
- CreateRuleCommandOutput,
29
- } from "./commands/CreateRuleCommand";
23
+ import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
30
24
  import {
31
25
  CreateRuleGroupCommandInput,
32
26
  CreateRuleGroupCommandOutput,
@@ -59,10 +53,7 @@ import {
59
53
  DeleteGeoMatchSetCommandInput,
60
54
  DeleteGeoMatchSetCommandOutput,
61
55
  } from "./commands/DeleteGeoMatchSetCommand";
62
- import {
63
- DeleteIPSetCommandInput,
64
- DeleteIPSetCommandOutput,
65
- } from "./commands/DeleteIPSetCommand";
56
+ import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
66
57
  import {
67
58
  DeleteLoggingConfigurationCommandInput,
68
59
  DeleteLoggingConfigurationCommandOutput,
@@ -83,10 +74,7 @@ import {
83
74
  DeleteRegexPatternSetCommandInput,
84
75
  DeleteRegexPatternSetCommandOutput,
85
76
  } from "./commands/DeleteRegexPatternSetCommand";
86
- import {
87
- DeleteRuleCommandInput,
88
- DeleteRuleCommandOutput,
89
- } from "./commands/DeleteRuleCommand";
77
+ import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
90
78
  import {
91
79
  DeleteRuleGroupCommandInput,
92
80
  DeleteRuleGroupCommandOutput,
@@ -123,10 +111,7 @@ import {
123
111
  GetGeoMatchSetCommandInput,
124
112
  GetGeoMatchSetCommandOutput,
125
113
  } from "./commands/GetGeoMatchSetCommand";
126
- import {
127
- GetIPSetCommandInput,
128
- GetIPSetCommandOutput,
129
- } from "./commands/GetIPSetCommand";
114
+ import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
130
115
  import {
131
116
  GetLoggingConfigurationCommandInput,
132
117
  GetLoggingConfigurationCommandOutput,
@@ -151,10 +136,7 @@ import {
151
136
  GetRegexPatternSetCommandInput,
152
137
  GetRegexPatternSetCommandOutput,
153
138
  } from "./commands/GetRegexPatternSetCommand";
154
- import {
155
- GetRuleCommandInput,
156
- GetRuleCommandOutput,
157
- } from "./commands/GetRuleCommand";
139
+ import { GetRuleCommandInput, GetRuleCommandOutput } from "./commands/GetRuleCommand";
158
140
  import {
159
141
  GetRuleGroupCommandInput,
160
142
  GetRuleGroupCommandOutput,
@@ -171,10 +153,7 @@ import {
171
153
  GetSqlInjectionMatchSetCommandInput,
172
154
  GetSqlInjectionMatchSetCommandOutput,
173
155
  } from "./commands/GetSqlInjectionMatchSetCommand";
174
- import {
175
- GetWebACLCommandInput,
176
- GetWebACLCommandOutput,
177
- } from "./commands/GetWebACLCommand";
156
+ import { GetWebACLCommandInput, GetWebACLCommandOutput } from "./commands/GetWebACLCommand";
178
157
  import {
179
158
  GetXssMatchSetCommandInput,
180
159
  GetXssMatchSetCommandOutput,
@@ -191,10 +170,7 @@ import {
191
170
  ListGeoMatchSetsCommandInput,
192
171
  ListGeoMatchSetsCommandOutput,
193
172
  } from "./commands/ListGeoMatchSetsCommand";
194
- import {
195
- ListIPSetsCommandInput,
196
- ListIPSetsCommandOutput,
197
- } from "./commands/ListIPSetsCommand";
173
+ import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
198
174
  import {
199
175
  ListLoggingConfigurationsCommandInput,
200
176
  ListLoggingConfigurationsCommandOutput,
@@ -215,10 +191,7 @@ import {
215
191
  ListRuleGroupsCommandInput,
216
192
  ListRuleGroupsCommandOutput,
217
193
  } from "./commands/ListRuleGroupsCommand";
218
- import {
219
- ListRulesCommandInput,
220
- ListRulesCommandOutput,
221
- } from "./commands/ListRulesCommand";
194
+ import { ListRulesCommandInput, ListRulesCommandOutput } from "./commands/ListRulesCommand";
222
195
  import {
223
196
  ListSizeConstraintSetsCommandInput,
224
197
  ListSizeConstraintSetsCommandOutput,
@@ -235,10 +208,7 @@ import {
235
208
  ListTagsForResourceCommandInput,
236
209
  ListTagsForResourceCommandOutput,
237
210
  } from "./commands/ListTagsForResourceCommand";
238
- import {
239
- ListWebACLsCommandInput,
240
- ListWebACLsCommandOutput,
241
- } from "./commands/ListWebACLsCommand";
211
+ import { ListWebACLsCommandInput, ListWebACLsCommandOutput } from "./commands/ListWebACLsCommand";
242
212
  import {
243
213
  ListXssMatchSetsCommandInput,
244
214
  ListXssMatchSetsCommandOutput,
@@ -251,10 +221,7 @@ import {
251
221
  PutPermissionPolicyCommandInput,
252
222
  PutPermissionPolicyCommandOutput,
253
223
  } from "./commands/PutPermissionPolicyCommand";
254
- import {
255
- TagResourceCommandInput,
256
- TagResourceCommandOutput,
257
- } from "./commands/TagResourceCommand";
224
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
258
225
  import {
259
226
  UntagResourceCommandInput,
260
227
  UntagResourceCommandOutput,
@@ -267,10 +234,7 @@ import {
267
234
  UpdateGeoMatchSetCommandInput,
268
235
  UpdateGeoMatchSetCommandOutput,
269
236
  } from "./commands/UpdateGeoMatchSetCommand";
270
- import {
271
- UpdateIPSetCommandInput,
272
- UpdateIPSetCommandOutput,
273
- } from "./commands/UpdateIPSetCommand";
237
+ import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
274
238
  import {
275
239
  UpdateRateBasedRuleCommandInput,
276
240
  UpdateRateBasedRuleCommandOutput,
@@ -283,10 +247,7 @@ import {
283
247
  UpdateRegexPatternSetCommandInput,
284
248
  UpdateRegexPatternSetCommandOutput,
285
249
  } from "./commands/UpdateRegexPatternSetCommand";
286
- import {
287
- UpdateRuleCommandInput,
288
- UpdateRuleCommandOutput,
289
- } from "./commands/UpdateRuleCommand";
250
+ import { UpdateRuleCommandInput, UpdateRuleCommandOutput } from "./commands/UpdateRuleCommand";
290
251
  import {
291
252
  UpdateRuleGroupCommandInput,
292
253
  UpdateRuleGroupCommandOutput,
@@ -311,1020 +272,1011 @@ import { WAFClient } from "./WAFClient";
311
272
  export interface WAF {
312
273
  createByteMatchSet(
313
274
  args: CreateByteMatchSetCommandInput,
314
- options?: __HttpHandlerOptions
275
+ options?: __HttpHandlerOptions,
315
276
  ): Promise<CreateByteMatchSetCommandOutput>;
316
277
  createByteMatchSet(
317
278
  args: CreateByteMatchSetCommandInput,
318
- cb: (err: any, data?: CreateByteMatchSetCommandOutput) => void
279
+ cb: (err: any, data?: CreateByteMatchSetCommandOutput) => void,
319
280
  ): void;
320
281
  createByteMatchSet(
321
282
  args: CreateByteMatchSetCommandInput,
322
283
  options: __HttpHandlerOptions,
323
- cb: (err: any, data?: CreateByteMatchSetCommandOutput) => void
284
+ cb: (err: any, data?: CreateByteMatchSetCommandOutput) => void,
324
285
  ): void;
325
286
  createGeoMatchSet(
326
287
  args: CreateGeoMatchSetCommandInput,
327
- options?: __HttpHandlerOptions
288
+ options?: __HttpHandlerOptions,
328
289
  ): Promise<CreateGeoMatchSetCommandOutput>;
329
290
  createGeoMatchSet(
330
291
  args: CreateGeoMatchSetCommandInput,
331
- cb: (err: any, data?: CreateGeoMatchSetCommandOutput) => void
292
+ cb: (err: any, data?: CreateGeoMatchSetCommandOutput) => void,
332
293
  ): void;
333
294
  createGeoMatchSet(
334
295
  args: CreateGeoMatchSetCommandInput,
335
296
  options: __HttpHandlerOptions,
336
- cb: (err: any, data?: CreateGeoMatchSetCommandOutput) => void
297
+ cb: (err: any, data?: CreateGeoMatchSetCommandOutput) => void,
337
298
  ): void;
338
299
  createIPSet(
339
300
  args: CreateIPSetCommandInput,
340
- options?: __HttpHandlerOptions
301
+ options?: __HttpHandlerOptions,
341
302
  ): Promise<CreateIPSetCommandOutput>;
342
303
  createIPSet(
343
304
  args: CreateIPSetCommandInput,
344
- cb: (err: any, data?: CreateIPSetCommandOutput) => void
305
+ cb: (err: any, data?: CreateIPSetCommandOutput) => void,
345
306
  ): void;
346
307
  createIPSet(
347
308
  args: CreateIPSetCommandInput,
348
309
  options: __HttpHandlerOptions,
349
- cb: (err: any, data?: CreateIPSetCommandOutput) => void
310
+ cb: (err: any, data?: CreateIPSetCommandOutput) => void,
350
311
  ): void;
351
312
  createRateBasedRule(
352
313
  args: CreateRateBasedRuleCommandInput,
353
- options?: __HttpHandlerOptions
314
+ options?: __HttpHandlerOptions,
354
315
  ): Promise<CreateRateBasedRuleCommandOutput>;
355
316
  createRateBasedRule(
356
317
  args: CreateRateBasedRuleCommandInput,
357
- cb: (err: any, data?: CreateRateBasedRuleCommandOutput) => void
318
+ cb: (err: any, data?: CreateRateBasedRuleCommandOutput) => void,
358
319
  ): void;
359
320
  createRateBasedRule(
360
321
  args: CreateRateBasedRuleCommandInput,
361
322
  options: __HttpHandlerOptions,
362
- cb: (err: any, data?: CreateRateBasedRuleCommandOutput) => void
323
+ cb: (err: any, data?: CreateRateBasedRuleCommandOutput) => void,
363
324
  ): void;
364
325
  createRegexMatchSet(
365
326
  args: CreateRegexMatchSetCommandInput,
366
- options?: __HttpHandlerOptions
327
+ options?: __HttpHandlerOptions,
367
328
  ): Promise<CreateRegexMatchSetCommandOutput>;
368
329
  createRegexMatchSet(
369
330
  args: CreateRegexMatchSetCommandInput,
370
- cb: (err: any, data?: CreateRegexMatchSetCommandOutput) => void
331
+ cb: (err: any, data?: CreateRegexMatchSetCommandOutput) => void,
371
332
  ): void;
372
333
  createRegexMatchSet(
373
334
  args: CreateRegexMatchSetCommandInput,
374
335
  options: __HttpHandlerOptions,
375
- cb: (err: any, data?: CreateRegexMatchSetCommandOutput) => void
336
+ cb: (err: any, data?: CreateRegexMatchSetCommandOutput) => void,
376
337
  ): void;
377
338
  createRegexPatternSet(
378
339
  args: CreateRegexPatternSetCommandInput,
379
- options?: __HttpHandlerOptions
340
+ options?: __HttpHandlerOptions,
380
341
  ): Promise<CreateRegexPatternSetCommandOutput>;
381
342
  createRegexPatternSet(
382
343
  args: CreateRegexPatternSetCommandInput,
383
- cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void
344
+ cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void,
384
345
  ): void;
385
346
  createRegexPatternSet(
386
347
  args: CreateRegexPatternSetCommandInput,
387
348
  options: __HttpHandlerOptions,
388
- cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void
349
+ cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void,
389
350
  ): void;
390
351
  createRule(
391
352
  args: CreateRuleCommandInput,
392
- options?: __HttpHandlerOptions
353
+ options?: __HttpHandlerOptions,
393
354
  ): Promise<CreateRuleCommandOutput>;
394
355
  createRule(
395
356
  args: CreateRuleCommandInput,
396
- cb: (err: any, data?: CreateRuleCommandOutput) => void
357
+ cb: (err: any, data?: CreateRuleCommandOutput) => void,
397
358
  ): void;
398
359
  createRule(
399
360
  args: CreateRuleCommandInput,
400
361
  options: __HttpHandlerOptions,
401
- cb: (err: any, data?: CreateRuleCommandOutput) => void
362
+ cb: (err: any, data?: CreateRuleCommandOutput) => void,
402
363
  ): void;
403
364
  createRuleGroup(
404
365
  args: CreateRuleGroupCommandInput,
405
- options?: __HttpHandlerOptions
366
+ options?: __HttpHandlerOptions,
406
367
  ): Promise<CreateRuleGroupCommandOutput>;
407
368
  createRuleGroup(
408
369
  args: CreateRuleGroupCommandInput,
409
- cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
370
+ cb: (err: any, data?: CreateRuleGroupCommandOutput) => void,
410
371
  ): void;
411
372
  createRuleGroup(
412
373
  args: CreateRuleGroupCommandInput,
413
374
  options: __HttpHandlerOptions,
414
- cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
375
+ cb: (err: any, data?: CreateRuleGroupCommandOutput) => void,
415
376
  ): void;
416
377
  createSizeConstraintSet(
417
378
  args: CreateSizeConstraintSetCommandInput,
418
- options?: __HttpHandlerOptions
379
+ options?: __HttpHandlerOptions,
419
380
  ): Promise<CreateSizeConstraintSetCommandOutput>;
420
381
  createSizeConstraintSet(
421
382
  args: CreateSizeConstraintSetCommandInput,
422
- cb: (err: any, data?: CreateSizeConstraintSetCommandOutput) => void
383
+ cb: (err: any, data?: CreateSizeConstraintSetCommandOutput) => void,
423
384
  ): void;
424
385
  createSizeConstraintSet(
425
386
  args: CreateSizeConstraintSetCommandInput,
426
387
  options: __HttpHandlerOptions,
427
- cb: (err: any, data?: CreateSizeConstraintSetCommandOutput) => void
388
+ cb: (err: any, data?: CreateSizeConstraintSetCommandOutput) => void,
428
389
  ): void;
429
390
  createSqlInjectionMatchSet(
430
391
  args: CreateSqlInjectionMatchSetCommandInput,
431
- options?: __HttpHandlerOptions
392
+ options?: __HttpHandlerOptions,
432
393
  ): Promise<CreateSqlInjectionMatchSetCommandOutput>;
433
394
  createSqlInjectionMatchSet(
434
395
  args: CreateSqlInjectionMatchSetCommandInput,
435
- cb: (err: any, data?: CreateSqlInjectionMatchSetCommandOutput) => void
396
+ cb: (err: any, data?: CreateSqlInjectionMatchSetCommandOutput) => void,
436
397
  ): void;
437
398
  createSqlInjectionMatchSet(
438
399
  args: CreateSqlInjectionMatchSetCommandInput,
439
400
  options: __HttpHandlerOptions,
440
- cb: (err: any, data?: CreateSqlInjectionMatchSetCommandOutput) => void
401
+ cb: (err: any, data?: CreateSqlInjectionMatchSetCommandOutput) => void,
441
402
  ): void;
442
403
  createWebACL(
443
404
  args: CreateWebACLCommandInput,
444
- options?: __HttpHandlerOptions
405
+ options?: __HttpHandlerOptions,
445
406
  ): Promise<CreateWebACLCommandOutput>;
446
407
  createWebACL(
447
408
  args: CreateWebACLCommandInput,
448
- cb: (err: any, data?: CreateWebACLCommandOutput) => void
409
+ cb: (err: any, data?: CreateWebACLCommandOutput) => void,
449
410
  ): void;
450
411
  createWebACL(
451
412
  args: CreateWebACLCommandInput,
452
413
  options: __HttpHandlerOptions,
453
- cb: (err: any, data?: CreateWebACLCommandOutput) => void
414
+ cb: (err: any, data?: CreateWebACLCommandOutput) => void,
454
415
  ): void;
455
416
  createWebACLMigrationStack(
456
417
  args: CreateWebACLMigrationStackCommandInput,
457
- options?: __HttpHandlerOptions
418
+ options?: __HttpHandlerOptions,
458
419
  ): Promise<CreateWebACLMigrationStackCommandOutput>;
459
420
  createWebACLMigrationStack(
460
421
  args: CreateWebACLMigrationStackCommandInput,
461
- cb: (err: any, data?: CreateWebACLMigrationStackCommandOutput) => void
422
+ cb: (err: any, data?: CreateWebACLMigrationStackCommandOutput) => void,
462
423
  ): void;
463
424
  createWebACLMigrationStack(
464
425
  args: CreateWebACLMigrationStackCommandInput,
465
426
  options: __HttpHandlerOptions,
466
- cb: (err: any, data?: CreateWebACLMigrationStackCommandOutput) => void
427
+ cb: (err: any, data?: CreateWebACLMigrationStackCommandOutput) => void,
467
428
  ): void;
468
429
  createXssMatchSet(
469
430
  args: CreateXssMatchSetCommandInput,
470
- options?: __HttpHandlerOptions
431
+ options?: __HttpHandlerOptions,
471
432
  ): Promise<CreateXssMatchSetCommandOutput>;
472
433
  createXssMatchSet(
473
434
  args: CreateXssMatchSetCommandInput,
474
- cb: (err: any, data?: CreateXssMatchSetCommandOutput) => void
435
+ cb: (err: any, data?: CreateXssMatchSetCommandOutput) => void,
475
436
  ): void;
476
437
  createXssMatchSet(
477
438
  args: CreateXssMatchSetCommandInput,
478
439
  options: __HttpHandlerOptions,
479
- cb: (err: any, data?: CreateXssMatchSetCommandOutput) => void
440
+ cb: (err: any, data?: CreateXssMatchSetCommandOutput) => void,
480
441
  ): void;
481
442
  deleteByteMatchSet(
482
443
  args: DeleteByteMatchSetCommandInput,
483
- options?: __HttpHandlerOptions
444
+ options?: __HttpHandlerOptions,
484
445
  ): Promise<DeleteByteMatchSetCommandOutput>;
485
446
  deleteByteMatchSet(
486
447
  args: DeleteByteMatchSetCommandInput,
487
- cb: (err: any, data?: DeleteByteMatchSetCommandOutput) => void
448
+ cb: (err: any, data?: DeleteByteMatchSetCommandOutput) => void,
488
449
  ): void;
489
450
  deleteByteMatchSet(
490
451
  args: DeleteByteMatchSetCommandInput,
491
452
  options: __HttpHandlerOptions,
492
- cb: (err: any, data?: DeleteByteMatchSetCommandOutput) => void
453
+ cb: (err: any, data?: DeleteByteMatchSetCommandOutput) => void,
493
454
  ): void;
494
455
  deleteGeoMatchSet(
495
456
  args: DeleteGeoMatchSetCommandInput,
496
- options?: __HttpHandlerOptions
457
+ options?: __HttpHandlerOptions,
497
458
  ): Promise<DeleteGeoMatchSetCommandOutput>;
498
459
  deleteGeoMatchSet(
499
460
  args: DeleteGeoMatchSetCommandInput,
500
- cb: (err: any, data?: DeleteGeoMatchSetCommandOutput) => void
461
+ cb: (err: any, data?: DeleteGeoMatchSetCommandOutput) => void,
501
462
  ): void;
502
463
  deleteGeoMatchSet(
503
464
  args: DeleteGeoMatchSetCommandInput,
504
465
  options: __HttpHandlerOptions,
505
- cb: (err: any, data?: DeleteGeoMatchSetCommandOutput) => void
466
+ cb: (err: any, data?: DeleteGeoMatchSetCommandOutput) => void,
506
467
  ): void;
507
468
  deleteIPSet(
508
469
  args: DeleteIPSetCommandInput,
509
- options?: __HttpHandlerOptions
470
+ options?: __HttpHandlerOptions,
510
471
  ): Promise<DeleteIPSetCommandOutput>;
511
472
  deleteIPSet(
512
473
  args: DeleteIPSetCommandInput,
513
- cb: (err: any, data?: DeleteIPSetCommandOutput) => void
474
+ cb: (err: any, data?: DeleteIPSetCommandOutput) => void,
514
475
  ): void;
515
476
  deleteIPSet(
516
477
  args: DeleteIPSetCommandInput,
517
478
  options: __HttpHandlerOptions,
518
- cb: (err: any, data?: DeleteIPSetCommandOutput) => void
479
+ cb: (err: any, data?: DeleteIPSetCommandOutput) => void,
519
480
  ): void;
520
481
  deleteLoggingConfiguration(
521
482
  args: DeleteLoggingConfigurationCommandInput,
522
- options?: __HttpHandlerOptions
483
+ options?: __HttpHandlerOptions,
523
484
  ): Promise<DeleteLoggingConfigurationCommandOutput>;
524
485
  deleteLoggingConfiguration(
525
486
  args: DeleteLoggingConfigurationCommandInput,
526
- cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
487
+ cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void,
527
488
  ): void;
528
489
  deleteLoggingConfiguration(
529
490
  args: DeleteLoggingConfigurationCommandInput,
530
491
  options: __HttpHandlerOptions,
531
- cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
492
+ cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void,
532
493
  ): void;
533
494
  deletePermissionPolicy(
534
495
  args: DeletePermissionPolicyCommandInput,
535
- options?: __HttpHandlerOptions
496
+ options?: __HttpHandlerOptions,
536
497
  ): Promise<DeletePermissionPolicyCommandOutput>;
537
498
  deletePermissionPolicy(
538
499
  args: DeletePermissionPolicyCommandInput,
539
- cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void
500
+ cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void,
540
501
  ): void;
541
502
  deletePermissionPolicy(
542
503
  args: DeletePermissionPolicyCommandInput,
543
504
  options: __HttpHandlerOptions,
544
- cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void
505
+ cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void,
545
506
  ): void;
546
507
  deleteRateBasedRule(
547
508
  args: DeleteRateBasedRuleCommandInput,
548
- options?: __HttpHandlerOptions
509
+ options?: __HttpHandlerOptions,
549
510
  ): Promise<DeleteRateBasedRuleCommandOutput>;
550
511
  deleteRateBasedRule(
551
512
  args: DeleteRateBasedRuleCommandInput,
552
- cb: (err: any, data?: DeleteRateBasedRuleCommandOutput) => void
513
+ cb: (err: any, data?: DeleteRateBasedRuleCommandOutput) => void,
553
514
  ): void;
554
515
  deleteRateBasedRule(
555
516
  args: DeleteRateBasedRuleCommandInput,
556
517
  options: __HttpHandlerOptions,
557
- cb: (err: any, data?: DeleteRateBasedRuleCommandOutput) => void
518
+ cb: (err: any, data?: DeleteRateBasedRuleCommandOutput) => void,
558
519
  ): void;
559
520
  deleteRegexMatchSet(
560
521
  args: DeleteRegexMatchSetCommandInput,
561
- options?: __HttpHandlerOptions
522
+ options?: __HttpHandlerOptions,
562
523
  ): Promise<DeleteRegexMatchSetCommandOutput>;
563
524
  deleteRegexMatchSet(
564
525
  args: DeleteRegexMatchSetCommandInput,
565
- cb: (err: any, data?: DeleteRegexMatchSetCommandOutput) => void
526
+ cb: (err: any, data?: DeleteRegexMatchSetCommandOutput) => void,
566
527
  ): void;
567
528
  deleteRegexMatchSet(
568
529
  args: DeleteRegexMatchSetCommandInput,
569
530
  options: __HttpHandlerOptions,
570
- cb: (err: any, data?: DeleteRegexMatchSetCommandOutput) => void
531
+ cb: (err: any, data?: DeleteRegexMatchSetCommandOutput) => void,
571
532
  ): void;
572
533
  deleteRegexPatternSet(
573
534
  args: DeleteRegexPatternSetCommandInput,
574
- options?: __HttpHandlerOptions
535
+ options?: __HttpHandlerOptions,
575
536
  ): Promise<DeleteRegexPatternSetCommandOutput>;
576
537
  deleteRegexPatternSet(
577
538
  args: DeleteRegexPatternSetCommandInput,
578
- cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void
539
+ cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void,
579
540
  ): void;
580
541
  deleteRegexPatternSet(
581
542
  args: DeleteRegexPatternSetCommandInput,
582
543
  options: __HttpHandlerOptions,
583
- cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void
544
+ cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void,
584
545
  ): void;
585
546
  deleteRule(
586
547
  args: DeleteRuleCommandInput,
587
- options?: __HttpHandlerOptions
548
+ options?: __HttpHandlerOptions,
588
549
  ): Promise<DeleteRuleCommandOutput>;
589
550
  deleteRule(
590
551
  args: DeleteRuleCommandInput,
591
- cb: (err: any, data?: DeleteRuleCommandOutput) => void
552
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void,
592
553
  ): void;
593
554
  deleteRule(
594
555
  args: DeleteRuleCommandInput,
595
556
  options: __HttpHandlerOptions,
596
- cb: (err: any, data?: DeleteRuleCommandOutput) => void
557
+ cb: (err: any, data?: DeleteRuleCommandOutput) => void,
597
558
  ): void;
598
559
  deleteRuleGroup(
599
560
  args: DeleteRuleGroupCommandInput,
600
- options?: __HttpHandlerOptions
561
+ options?: __HttpHandlerOptions,
601
562
  ): Promise<DeleteRuleGroupCommandOutput>;
602
563
  deleteRuleGroup(
603
564
  args: DeleteRuleGroupCommandInput,
604
- cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
565
+ cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void,
605
566
  ): void;
606
567
  deleteRuleGroup(
607
568
  args: DeleteRuleGroupCommandInput,
608
569
  options: __HttpHandlerOptions,
609
- cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
570
+ cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void,
610
571
  ): void;
611
572
  deleteSizeConstraintSet(
612
573
  args: DeleteSizeConstraintSetCommandInput,
613
- options?: __HttpHandlerOptions
574
+ options?: __HttpHandlerOptions,
614
575
  ): Promise<DeleteSizeConstraintSetCommandOutput>;
615
576
  deleteSizeConstraintSet(
616
577
  args: DeleteSizeConstraintSetCommandInput,
617
- cb: (err: any, data?: DeleteSizeConstraintSetCommandOutput) => void
578
+ cb: (err: any, data?: DeleteSizeConstraintSetCommandOutput) => void,
618
579
  ): void;
619
580
  deleteSizeConstraintSet(
620
581
  args: DeleteSizeConstraintSetCommandInput,
621
582
  options: __HttpHandlerOptions,
622
- cb: (err: any, data?: DeleteSizeConstraintSetCommandOutput) => void
583
+ cb: (err: any, data?: DeleteSizeConstraintSetCommandOutput) => void,
623
584
  ): void;
624
585
  deleteSqlInjectionMatchSet(
625
586
  args: DeleteSqlInjectionMatchSetCommandInput,
626
- options?: __HttpHandlerOptions
587
+ options?: __HttpHandlerOptions,
627
588
  ): Promise<DeleteSqlInjectionMatchSetCommandOutput>;
628
589
  deleteSqlInjectionMatchSet(
629
590
  args: DeleteSqlInjectionMatchSetCommandInput,
630
- cb: (err: any, data?: DeleteSqlInjectionMatchSetCommandOutput) => void
591
+ cb: (err: any, data?: DeleteSqlInjectionMatchSetCommandOutput) => void,
631
592
  ): void;
632
593
  deleteSqlInjectionMatchSet(
633
594
  args: DeleteSqlInjectionMatchSetCommandInput,
634
595
  options: __HttpHandlerOptions,
635
- cb: (err: any, data?: DeleteSqlInjectionMatchSetCommandOutput) => void
596
+ cb: (err: any, data?: DeleteSqlInjectionMatchSetCommandOutput) => void,
636
597
  ): void;
637
598
  deleteWebACL(
638
599
  args: DeleteWebACLCommandInput,
639
- options?: __HttpHandlerOptions
600
+ options?: __HttpHandlerOptions,
640
601
  ): Promise<DeleteWebACLCommandOutput>;
641
602
  deleteWebACL(
642
603
  args: DeleteWebACLCommandInput,
643
- cb: (err: any, data?: DeleteWebACLCommandOutput) => void
604
+ cb: (err: any, data?: DeleteWebACLCommandOutput) => void,
644
605
  ): void;
645
606
  deleteWebACL(
646
607
  args: DeleteWebACLCommandInput,
647
608
  options: __HttpHandlerOptions,
648
- cb: (err: any, data?: DeleteWebACLCommandOutput) => void
609
+ cb: (err: any, data?: DeleteWebACLCommandOutput) => void,
649
610
  ): void;
650
611
  deleteXssMatchSet(
651
612
  args: DeleteXssMatchSetCommandInput,
652
- options?: __HttpHandlerOptions
613
+ options?: __HttpHandlerOptions,
653
614
  ): Promise<DeleteXssMatchSetCommandOutput>;
654
615
  deleteXssMatchSet(
655
616
  args: DeleteXssMatchSetCommandInput,
656
- cb: (err: any, data?: DeleteXssMatchSetCommandOutput) => void
617
+ cb: (err: any, data?: DeleteXssMatchSetCommandOutput) => void,
657
618
  ): void;
658
619
  deleteXssMatchSet(
659
620
  args: DeleteXssMatchSetCommandInput,
660
621
  options: __HttpHandlerOptions,
661
- cb: (err: any, data?: DeleteXssMatchSetCommandOutput) => void
622
+ cb: (err: any, data?: DeleteXssMatchSetCommandOutput) => void,
662
623
  ): void;
663
624
  getByteMatchSet(
664
625
  args: GetByteMatchSetCommandInput,
665
- options?: __HttpHandlerOptions
626
+ options?: __HttpHandlerOptions,
666
627
  ): Promise<GetByteMatchSetCommandOutput>;
667
628
  getByteMatchSet(
668
629
  args: GetByteMatchSetCommandInput,
669
- cb: (err: any, data?: GetByteMatchSetCommandOutput) => void
630
+ cb: (err: any, data?: GetByteMatchSetCommandOutput) => void,
670
631
  ): void;
671
632
  getByteMatchSet(
672
633
  args: GetByteMatchSetCommandInput,
673
634
  options: __HttpHandlerOptions,
674
- cb: (err: any, data?: GetByteMatchSetCommandOutput) => void
635
+ cb: (err: any, data?: GetByteMatchSetCommandOutput) => void,
675
636
  ): void;
676
637
  getChangeToken(): Promise<GetChangeTokenCommandOutput>;
677
638
  getChangeToken(
678
639
  args: GetChangeTokenCommandInput,
679
- options?: __HttpHandlerOptions
640
+ options?: __HttpHandlerOptions,
680
641
  ): Promise<GetChangeTokenCommandOutput>;
681
642
  getChangeToken(
682
643
  args: GetChangeTokenCommandInput,
683
- cb: (err: any, data?: GetChangeTokenCommandOutput) => void
644
+ cb: (err: any, data?: GetChangeTokenCommandOutput) => void,
684
645
  ): void;
685
646
  getChangeToken(
686
647
  args: GetChangeTokenCommandInput,
687
648
  options: __HttpHandlerOptions,
688
- cb: (err: any, data?: GetChangeTokenCommandOutput) => void
649
+ cb: (err: any, data?: GetChangeTokenCommandOutput) => void,
689
650
  ): void;
690
651
  getChangeTokenStatus(
691
652
  args: GetChangeTokenStatusCommandInput,
692
- options?: __HttpHandlerOptions
653
+ options?: __HttpHandlerOptions,
693
654
  ): Promise<GetChangeTokenStatusCommandOutput>;
694
655
  getChangeTokenStatus(
695
656
  args: GetChangeTokenStatusCommandInput,
696
- cb: (err: any, data?: GetChangeTokenStatusCommandOutput) => void
657
+ cb: (err: any, data?: GetChangeTokenStatusCommandOutput) => void,
697
658
  ): void;
698
659
  getChangeTokenStatus(
699
660
  args: GetChangeTokenStatusCommandInput,
700
661
  options: __HttpHandlerOptions,
701
- cb: (err: any, data?: GetChangeTokenStatusCommandOutput) => void
662
+ cb: (err: any, data?: GetChangeTokenStatusCommandOutput) => void,
702
663
  ): void;
703
664
  getGeoMatchSet(
704
665
  args: GetGeoMatchSetCommandInput,
705
- options?: __HttpHandlerOptions
666
+ options?: __HttpHandlerOptions,
706
667
  ): Promise<GetGeoMatchSetCommandOutput>;
707
668
  getGeoMatchSet(
708
669
  args: GetGeoMatchSetCommandInput,
709
- cb: (err: any, data?: GetGeoMatchSetCommandOutput) => void
670
+ cb: (err: any, data?: GetGeoMatchSetCommandOutput) => void,
710
671
  ): void;
711
672
  getGeoMatchSet(
712
673
  args: GetGeoMatchSetCommandInput,
713
674
  options: __HttpHandlerOptions,
714
- cb: (err: any, data?: GetGeoMatchSetCommandOutput) => void
675
+ cb: (err: any, data?: GetGeoMatchSetCommandOutput) => void,
715
676
  ): void;
716
677
  getIPSet(
717
678
  args: GetIPSetCommandInput,
718
- options?: __HttpHandlerOptions
679
+ options?: __HttpHandlerOptions,
719
680
  ): Promise<GetIPSetCommandOutput>;
720
- getIPSet(
721
- args: GetIPSetCommandInput,
722
- cb: (err: any, data?: GetIPSetCommandOutput) => void
723
- ): void;
681
+ getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
724
682
  getIPSet(
725
683
  args: GetIPSetCommandInput,
726
684
  options: __HttpHandlerOptions,
727
- cb: (err: any, data?: GetIPSetCommandOutput) => void
685
+ cb: (err: any, data?: GetIPSetCommandOutput) => void,
728
686
  ): void;
729
687
  getLoggingConfiguration(
730
688
  args: GetLoggingConfigurationCommandInput,
731
- options?: __HttpHandlerOptions
689
+ options?: __HttpHandlerOptions,
732
690
  ): Promise<GetLoggingConfigurationCommandOutput>;
733
691
  getLoggingConfiguration(
734
692
  args: GetLoggingConfigurationCommandInput,
735
- cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
693
+ cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void,
736
694
  ): void;
737
695
  getLoggingConfiguration(
738
696
  args: GetLoggingConfigurationCommandInput,
739
697
  options: __HttpHandlerOptions,
740
- cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
698
+ cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void,
741
699
  ): void;
742
700
  getPermissionPolicy(
743
701
  args: GetPermissionPolicyCommandInput,
744
- options?: __HttpHandlerOptions
702
+ options?: __HttpHandlerOptions,
745
703
  ): Promise<GetPermissionPolicyCommandOutput>;
746
704
  getPermissionPolicy(
747
705
  args: GetPermissionPolicyCommandInput,
748
- cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void
706
+ cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void,
749
707
  ): void;
750
708
  getPermissionPolicy(
751
709
  args: GetPermissionPolicyCommandInput,
752
710
  options: __HttpHandlerOptions,
753
- cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void
711
+ cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void,
754
712
  ): void;
755
713
  getRateBasedRule(
756
714
  args: GetRateBasedRuleCommandInput,
757
- options?: __HttpHandlerOptions
715
+ options?: __HttpHandlerOptions,
758
716
  ): Promise<GetRateBasedRuleCommandOutput>;
759
717
  getRateBasedRule(
760
718
  args: GetRateBasedRuleCommandInput,
761
- cb: (err: any, data?: GetRateBasedRuleCommandOutput) => void
719
+ cb: (err: any, data?: GetRateBasedRuleCommandOutput) => void,
762
720
  ): void;
763
721
  getRateBasedRule(
764
722
  args: GetRateBasedRuleCommandInput,
765
723
  options: __HttpHandlerOptions,
766
- cb: (err: any, data?: GetRateBasedRuleCommandOutput) => void
724
+ cb: (err: any, data?: GetRateBasedRuleCommandOutput) => void,
767
725
  ): void;
768
726
  getRateBasedRuleManagedKeys(
769
727
  args: GetRateBasedRuleManagedKeysCommandInput,
770
- options?: __HttpHandlerOptions
728
+ options?: __HttpHandlerOptions,
771
729
  ): Promise<GetRateBasedRuleManagedKeysCommandOutput>;
772
730
  getRateBasedRuleManagedKeys(
773
731
  args: GetRateBasedRuleManagedKeysCommandInput,
774
- cb: (err: any, data?: GetRateBasedRuleManagedKeysCommandOutput) => void
732
+ cb: (err: any, data?: GetRateBasedRuleManagedKeysCommandOutput) => void,
775
733
  ): void;
776
734
  getRateBasedRuleManagedKeys(
777
735
  args: GetRateBasedRuleManagedKeysCommandInput,
778
736
  options: __HttpHandlerOptions,
779
- cb: (err: any, data?: GetRateBasedRuleManagedKeysCommandOutput) => void
737
+ cb: (err: any, data?: GetRateBasedRuleManagedKeysCommandOutput) => void,
780
738
  ): void;
781
739
  getRegexMatchSet(
782
740
  args: GetRegexMatchSetCommandInput,
783
- options?: __HttpHandlerOptions
741
+ options?: __HttpHandlerOptions,
784
742
  ): Promise<GetRegexMatchSetCommandOutput>;
785
743
  getRegexMatchSet(
786
744
  args: GetRegexMatchSetCommandInput,
787
- cb: (err: any, data?: GetRegexMatchSetCommandOutput) => void
745
+ cb: (err: any, data?: GetRegexMatchSetCommandOutput) => void,
788
746
  ): void;
789
747
  getRegexMatchSet(
790
748
  args: GetRegexMatchSetCommandInput,
791
749
  options: __HttpHandlerOptions,
792
- cb: (err: any, data?: GetRegexMatchSetCommandOutput) => void
750
+ cb: (err: any, data?: GetRegexMatchSetCommandOutput) => void,
793
751
  ): void;
794
752
  getRegexPatternSet(
795
753
  args: GetRegexPatternSetCommandInput,
796
- options?: __HttpHandlerOptions
754
+ options?: __HttpHandlerOptions,
797
755
  ): Promise<GetRegexPatternSetCommandOutput>;
798
756
  getRegexPatternSet(
799
757
  args: GetRegexPatternSetCommandInput,
800
- cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void
758
+ cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void,
801
759
  ): void;
802
760
  getRegexPatternSet(
803
761
  args: GetRegexPatternSetCommandInput,
804
762
  options: __HttpHandlerOptions,
805
- cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void
806
- ): void;
807
- getRule(
808
- args: GetRuleCommandInput,
809
- options?: __HttpHandlerOptions
810
- ): Promise<GetRuleCommandOutput>;
811
- getRule(
812
- args: GetRuleCommandInput,
813
- cb: (err: any, data?: GetRuleCommandOutput) => void
763
+ cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void,
814
764
  ): void;
765
+ getRule(args: GetRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetRuleCommandOutput>;
766
+ getRule(args: GetRuleCommandInput, cb: (err: any, data?: GetRuleCommandOutput) => void): void;
815
767
  getRule(
816
768
  args: GetRuleCommandInput,
817
769
  options: __HttpHandlerOptions,
818
- cb: (err: any, data?: GetRuleCommandOutput) => void
770
+ cb: (err: any, data?: GetRuleCommandOutput) => void,
819
771
  ): void;
820
772
  getRuleGroup(
821
773
  args: GetRuleGroupCommandInput,
822
- options?: __HttpHandlerOptions
774
+ options?: __HttpHandlerOptions,
823
775
  ): Promise<GetRuleGroupCommandOutput>;
824
776
  getRuleGroup(
825
777
  args: GetRuleGroupCommandInput,
826
- cb: (err: any, data?: GetRuleGroupCommandOutput) => void
778
+ cb: (err: any, data?: GetRuleGroupCommandOutput) => void,
827
779
  ): void;
828
780
  getRuleGroup(
829
781
  args: GetRuleGroupCommandInput,
830
782
  options: __HttpHandlerOptions,
831
- cb: (err: any, data?: GetRuleGroupCommandOutput) => void
783
+ cb: (err: any, data?: GetRuleGroupCommandOutput) => void,
832
784
  ): void;
833
785
  getSampledRequests(
834
786
  args: GetSampledRequestsCommandInput,
835
- options?: __HttpHandlerOptions
787
+ options?: __HttpHandlerOptions,
836
788
  ): Promise<GetSampledRequestsCommandOutput>;
837
789
  getSampledRequests(
838
790
  args: GetSampledRequestsCommandInput,
839
- cb: (err: any, data?: GetSampledRequestsCommandOutput) => void
791
+ cb: (err: any, data?: GetSampledRequestsCommandOutput) => void,
840
792
  ): void;
841
793
  getSampledRequests(
842
794
  args: GetSampledRequestsCommandInput,
843
795
  options: __HttpHandlerOptions,
844
- cb: (err: any, data?: GetSampledRequestsCommandOutput) => void
796
+ cb: (err: any, data?: GetSampledRequestsCommandOutput) => void,
845
797
  ): void;
846
798
  getSizeConstraintSet(
847
799
  args: GetSizeConstraintSetCommandInput,
848
- options?: __HttpHandlerOptions
800
+ options?: __HttpHandlerOptions,
849
801
  ): Promise<GetSizeConstraintSetCommandOutput>;
850
802
  getSizeConstraintSet(
851
803
  args: GetSizeConstraintSetCommandInput,
852
- cb: (err: any, data?: GetSizeConstraintSetCommandOutput) => void
804
+ cb: (err: any, data?: GetSizeConstraintSetCommandOutput) => void,
853
805
  ): void;
854
806
  getSizeConstraintSet(
855
807
  args: GetSizeConstraintSetCommandInput,
856
808
  options: __HttpHandlerOptions,
857
- cb: (err: any, data?: GetSizeConstraintSetCommandOutput) => void
809
+ cb: (err: any, data?: GetSizeConstraintSetCommandOutput) => void,
858
810
  ): void;
859
811
  getSqlInjectionMatchSet(
860
812
  args: GetSqlInjectionMatchSetCommandInput,
861
- options?: __HttpHandlerOptions
813
+ options?: __HttpHandlerOptions,
862
814
  ): Promise<GetSqlInjectionMatchSetCommandOutput>;
863
815
  getSqlInjectionMatchSet(
864
816
  args: GetSqlInjectionMatchSetCommandInput,
865
- cb: (err: any, data?: GetSqlInjectionMatchSetCommandOutput) => void
817
+ cb: (err: any, data?: GetSqlInjectionMatchSetCommandOutput) => void,
866
818
  ): void;
867
819
  getSqlInjectionMatchSet(
868
820
  args: GetSqlInjectionMatchSetCommandInput,
869
821
  options: __HttpHandlerOptions,
870
- cb: (err: any, data?: GetSqlInjectionMatchSetCommandOutput) => void
822
+ cb: (err: any, data?: GetSqlInjectionMatchSetCommandOutput) => void,
871
823
  ): void;
872
824
  getWebACL(
873
825
  args: GetWebACLCommandInput,
874
- options?: __HttpHandlerOptions
826
+ options?: __HttpHandlerOptions,
875
827
  ): Promise<GetWebACLCommandOutput>;
876
828
  getWebACL(
877
829
  args: GetWebACLCommandInput,
878
- cb: (err: any, data?: GetWebACLCommandOutput) => void
830
+ cb: (err: any, data?: GetWebACLCommandOutput) => void,
879
831
  ): void;
880
832
  getWebACL(
881
833
  args: GetWebACLCommandInput,
882
834
  options: __HttpHandlerOptions,
883
- cb: (err: any, data?: GetWebACLCommandOutput) => void
835
+ cb: (err: any, data?: GetWebACLCommandOutput) => void,
884
836
  ): void;
885
837
  getXssMatchSet(
886
838
  args: GetXssMatchSetCommandInput,
887
- options?: __HttpHandlerOptions
839
+ options?: __HttpHandlerOptions,
888
840
  ): Promise<GetXssMatchSetCommandOutput>;
889
841
  getXssMatchSet(
890
842
  args: GetXssMatchSetCommandInput,
891
- cb: (err: any, data?: GetXssMatchSetCommandOutput) => void
843
+ cb: (err: any, data?: GetXssMatchSetCommandOutput) => void,
892
844
  ): void;
893
845
  getXssMatchSet(
894
846
  args: GetXssMatchSetCommandInput,
895
847
  options: __HttpHandlerOptions,
896
- cb: (err: any, data?: GetXssMatchSetCommandOutput) => void
848
+ cb: (err: any, data?: GetXssMatchSetCommandOutput) => void,
897
849
  ): void;
898
850
  listActivatedRulesInRuleGroup(): Promise<ListActivatedRulesInRuleGroupCommandOutput>;
899
851
  listActivatedRulesInRuleGroup(
900
852
  args: ListActivatedRulesInRuleGroupCommandInput,
901
- options?: __HttpHandlerOptions
853
+ options?: __HttpHandlerOptions,
902
854
  ): Promise<ListActivatedRulesInRuleGroupCommandOutput>;
903
855
  listActivatedRulesInRuleGroup(
904
856
  args: ListActivatedRulesInRuleGroupCommandInput,
905
- cb: (err: any, data?: ListActivatedRulesInRuleGroupCommandOutput) => void
857
+ cb: (err: any, data?: ListActivatedRulesInRuleGroupCommandOutput) => void,
906
858
  ): void;
907
859
  listActivatedRulesInRuleGroup(
908
860
  args: ListActivatedRulesInRuleGroupCommandInput,
909
861
  options: __HttpHandlerOptions,
910
- cb: (err: any, data?: ListActivatedRulesInRuleGroupCommandOutput) => void
862
+ cb: (err: any, data?: ListActivatedRulesInRuleGroupCommandOutput) => void,
911
863
  ): void;
912
864
  listByteMatchSets(): Promise<ListByteMatchSetsCommandOutput>;
913
865
  listByteMatchSets(
914
866
  args: ListByteMatchSetsCommandInput,
915
- options?: __HttpHandlerOptions
867
+ options?: __HttpHandlerOptions,
916
868
  ): Promise<ListByteMatchSetsCommandOutput>;
917
869
  listByteMatchSets(
918
870
  args: ListByteMatchSetsCommandInput,
919
- cb: (err: any, data?: ListByteMatchSetsCommandOutput) => void
871
+ cb: (err: any, data?: ListByteMatchSetsCommandOutput) => void,
920
872
  ): void;
921
873
  listByteMatchSets(
922
874
  args: ListByteMatchSetsCommandInput,
923
875
  options: __HttpHandlerOptions,
924
- cb: (err: any, data?: ListByteMatchSetsCommandOutput) => void
876
+ cb: (err: any, data?: ListByteMatchSetsCommandOutput) => void,
925
877
  ): void;
926
878
  listGeoMatchSets(): Promise<ListGeoMatchSetsCommandOutput>;
927
879
  listGeoMatchSets(
928
880
  args: ListGeoMatchSetsCommandInput,
929
- options?: __HttpHandlerOptions
881
+ options?: __HttpHandlerOptions,
930
882
  ): Promise<ListGeoMatchSetsCommandOutput>;
931
883
  listGeoMatchSets(
932
884
  args: ListGeoMatchSetsCommandInput,
933
- cb: (err: any, data?: ListGeoMatchSetsCommandOutput) => void
885
+ cb: (err: any, data?: ListGeoMatchSetsCommandOutput) => void,
934
886
  ): void;
935
887
  listGeoMatchSets(
936
888
  args: ListGeoMatchSetsCommandInput,
937
889
  options: __HttpHandlerOptions,
938
- cb: (err: any, data?: ListGeoMatchSetsCommandOutput) => void
890
+ cb: (err: any, data?: ListGeoMatchSetsCommandOutput) => void,
939
891
  ): void;
940
892
  listIPSets(): Promise<ListIPSetsCommandOutput>;
941
893
  listIPSets(
942
894
  args: ListIPSetsCommandInput,
943
- options?: __HttpHandlerOptions
895
+ options?: __HttpHandlerOptions,
944
896
  ): Promise<ListIPSetsCommandOutput>;
945
897
  listIPSets(
946
898
  args: ListIPSetsCommandInput,
947
- cb: (err: any, data?: ListIPSetsCommandOutput) => void
899
+ cb: (err: any, data?: ListIPSetsCommandOutput) => void,
948
900
  ): void;
949
901
  listIPSets(
950
902
  args: ListIPSetsCommandInput,
951
903
  options: __HttpHandlerOptions,
952
- cb: (err: any, data?: ListIPSetsCommandOutput) => void
904
+ cb: (err: any, data?: ListIPSetsCommandOutput) => void,
953
905
  ): void;
954
906
  listLoggingConfigurations(): Promise<ListLoggingConfigurationsCommandOutput>;
955
907
  listLoggingConfigurations(
956
908
  args: ListLoggingConfigurationsCommandInput,
957
- options?: __HttpHandlerOptions
909
+ options?: __HttpHandlerOptions,
958
910
  ): Promise<ListLoggingConfigurationsCommandOutput>;
959
911
  listLoggingConfigurations(
960
912
  args: ListLoggingConfigurationsCommandInput,
961
- cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
913
+ cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void,
962
914
  ): void;
963
915
  listLoggingConfigurations(
964
916
  args: ListLoggingConfigurationsCommandInput,
965
917
  options: __HttpHandlerOptions,
966
- cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
918
+ cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void,
967
919
  ): void;
968
920
  listRateBasedRules(): Promise<ListRateBasedRulesCommandOutput>;
969
921
  listRateBasedRules(
970
922
  args: ListRateBasedRulesCommandInput,
971
- options?: __HttpHandlerOptions
923
+ options?: __HttpHandlerOptions,
972
924
  ): Promise<ListRateBasedRulesCommandOutput>;
973
925
  listRateBasedRules(
974
926
  args: ListRateBasedRulesCommandInput,
975
- cb: (err: any, data?: ListRateBasedRulesCommandOutput) => void
927
+ cb: (err: any, data?: ListRateBasedRulesCommandOutput) => void,
976
928
  ): void;
977
929
  listRateBasedRules(
978
930
  args: ListRateBasedRulesCommandInput,
979
931
  options: __HttpHandlerOptions,
980
- cb: (err: any, data?: ListRateBasedRulesCommandOutput) => void
932
+ cb: (err: any, data?: ListRateBasedRulesCommandOutput) => void,
981
933
  ): void;
982
934
  listRegexMatchSets(): Promise<ListRegexMatchSetsCommandOutput>;
983
935
  listRegexMatchSets(
984
936
  args: ListRegexMatchSetsCommandInput,
985
- options?: __HttpHandlerOptions
937
+ options?: __HttpHandlerOptions,
986
938
  ): Promise<ListRegexMatchSetsCommandOutput>;
987
939
  listRegexMatchSets(
988
940
  args: ListRegexMatchSetsCommandInput,
989
- cb: (err: any, data?: ListRegexMatchSetsCommandOutput) => void
941
+ cb: (err: any, data?: ListRegexMatchSetsCommandOutput) => void,
990
942
  ): void;
991
943
  listRegexMatchSets(
992
944
  args: ListRegexMatchSetsCommandInput,
993
945
  options: __HttpHandlerOptions,
994
- cb: (err: any, data?: ListRegexMatchSetsCommandOutput) => void
946
+ cb: (err: any, data?: ListRegexMatchSetsCommandOutput) => void,
995
947
  ): void;
996
948
  listRegexPatternSets(): Promise<ListRegexPatternSetsCommandOutput>;
997
949
  listRegexPatternSets(
998
950
  args: ListRegexPatternSetsCommandInput,
999
- options?: __HttpHandlerOptions
951
+ options?: __HttpHandlerOptions,
1000
952
  ): Promise<ListRegexPatternSetsCommandOutput>;
1001
953
  listRegexPatternSets(
1002
954
  args: ListRegexPatternSetsCommandInput,
1003
- cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void
955
+ cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void,
1004
956
  ): void;
1005
957
  listRegexPatternSets(
1006
958
  args: ListRegexPatternSetsCommandInput,
1007
959
  options: __HttpHandlerOptions,
1008
- cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void
960
+ cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void,
1009
961
  ): void;
1010
962
  listRuleGroups(): Promise<ListRuleGroupsCommandOutput>;
1011
963
  listRuleGroups(
1012
964
  args: ListRuleGroupsCommandInput,
1013
- options?: __HttpHandlerOptions
965
+ options?: __HttpHandlerOptions,
1014
966
  ): Promise<ListRuleGroupsCommandOutput>;
1015
967
  listRuleGroups(
1016
968
  args: ListRuleGroupsCommandInput,
1017
- cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
969
+ cb: (err: any, data?: ListRuleGroupsCommandOutput) => void,
1018
970
  ): void;
1019
971
  listRuleGroups(
1020
972
  args: ListRuleGroupsCommandInput,
1021
973
  options: __HttpHandlerOptions,
1022
- cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
974
+ cb: (err: any, data?: ListRuleGroupsCommandOutput) => void,
1023
975
  ): void;
1024
976
  listRules(): Promise<ListRulesCommandOutput>;
1025
977
  listRules(
1026
978
  args: ListRulesCommandInput,
1027
- options?: __HttpHandlerOptions
979
+ options?: __HttpHandlerOptions,
1028
980
  ): Promise<ListRulesCommandOutput>;
1029
981
  listRules(
1030
982
  args: ListRulesCommandInput,
1031
- cb: (err: any, data?: ListRulesCommandOutput) => void
983
+ cb: (err: any, data?: ListRulesCommandOutput) => void,
1032
984
  ): void;
1033
985
  listRules(
1034
986
  args: ListRulesCommandInput,
1035
987
  options: __HttpHandlerOptions,
1036
- cb: (err: any, data?: ListRulesCommandOutput) => void
988
+ cb: (err: any, data?: ListRulesCommandOutput) => void,
1037
989
  ): void;
1038
990
  listSizeConstraintSets(): Promise<ListSizeConstraintSetsCommandOutput>;
1039
991
  listSizeConstraintSets(
1040
992
  args: ListSizeConstraintSetsCommandInput,
1041
- options?: __HttpHandlerOptions
993
+ options?: __HttpHandlerOptions,
1042
994
  ): Promise<ListSizeConstraintSetsCommandOutput>;
1043
995
  listSizeConstraintSets(
1044
996
  args: ListSizeConstraintSetsCommandInput,
1045
- cb: (err: any, data?: ListSizeConstraintSetsCommandOutput) => void
997
+ cb: (err: any, data?: ListSizeConstraintSetsCommandOutput) => void,
1046
998
  ): void;
1047
999
  listSizeConstraintSets(
1048
1000
  args: ListSizeConstraintSetsCommandInput,
1049
1001
  options: __HttpHandlerOptions,
1050
- cb: (err: any, data?: ListSizeConstraintSetsCommandOutput) => void
1002
+ cb: (err: any, data?: ListSizeConstraintSetsCommandOutput) => void,
1051
1003
  ): void;
1052
1004
  listSqlInjectionMatchSets(): Promise<ListSqlInjectionMatchSetsCommandOutput>;
1053
1005
  listSqlInjectionMatchSets(
1054
1006
  args: ListSqlInjectionMatchSetsCommandInput,
1055
- options?: __HttpHandlerOptions
1007
+ options?: __HttpHandlerOptions,
1056
1008
  ): Promise<ListSqlInjectionMatchSetsCommandOutput>;
1057
1009
  listSqlInjectionMatchSets(
1058
1010
  args: ListSqlInjectionMatchSetsCommandInput,
1059
- cb: (err: any, data?: ListSqlInjectionMatchSetsCommandOutput) => void
1011
+ cb: (err: any, data?: ListSqlInjectionMatchSetsCommandOutput) => void,
1060
1012
  ): void;
1061
1013
  listSqlInjectionMatchSets(
1062
1014
  args: ListSqlInjectionMatchSetsCommandInput,
1063
1015
  options: __HttpHandlerOptions,
1064
- cb: (err: any, data?: ListSqlInjectionMatchSetsCommandOutput) => void
1016
+ cb: (err: any, data?: ListSqlInjectionMatchSetsCommandOutput) => void,
1065
1017
  ): void;
1066
1018
  listSubscribedRuleGroups(): Promise<ListSubscribedRuleGroupsCommandOutput>;
1067
1019
  listSubscribedRuleGroups(
1068
1020
  args: ListSubscribedRuleGroupsCommandInput,
1069
- options?: __HttpHandlerOptions
1021
+ options?: __HttpHandlerOptions,
1070
1022
  ): Promise<ListSubscribedRuleGroupsCommandOutput>;
1071
1023
  listSubscribedRuleGroups(
1072
1024
  args: ListSubscribedRuleGroupsCommandInput,
1073
- cb: (err: any, data?: ListSubscribedRuleGroupsCommandOutput) => void
1025
+ cb: (err: any, data?: ListSubscribedRuleGroupsCommandOutput) => void,
1074
1026
  ): void;
1075
1027
  listSubscribedRuleGroups(
1076
1028
  args: ListSubscribedRuleGroupsCommandInput,
1077
1029
  options: __HttpHandlerOptions,
1078
- cb: (err: any, data?: ListSubscribedRuleGroupsCommandOutput) => void
1030
+ cb: (err: any, data?: ListSubscribedRuleGroupsCommandOutput) => void,
1079
1031
  ): void;
1080
1032
  listTagsForResource(
1081
1033
  args: ListTagsForResourceCommandInput,
1082
- options?: __HttpHandlerOptions
1034
+ options?: __HttpHandlerOptions,
1083
1035
  ): Promise<ListTagsForResourceCommandOutput>;
1084
1036
  listTagsForResource(
1085
1037
  args: ListTagsForResourceCommandInput,
1086
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1038
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1087
1039
  ): void;
1088
1040
  listTagsForResource(
1089
1041
  args: ListTagsForResourceCommandInput,
1090
1042
  options: __HttpHandlerOptions,
1091
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1043
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1092
1044
  ): void;
1093
1045
  listWebACLs(): Promise<ListWebACLsCommandOutput>;
1094
1046
  listWebACLs(
1095
1047
  args: ListWebACLsCommandInput,
1096
- options?: __HttpHandlerOptions
1048
+ options?: __HttpHandlerOptions,
1097
1049
  ): Promise<ListWebACLsCommandOutput>;
1098
1050
  listWebACLs(
1099
1051
  args: ListWebACLsCommandInput,
1100
- cb: (err: any, data?: ListWebACLsCommandOutput) => void
1052
+ cb: (err: any, data?: ListWebACLsCommandOutput) => void,
1101
1053
  ): void;
1102
1054
  listWebACLs(
1103
1055
  args: ListWebACLsCommandInput,
1104
1056
  options: __HttpHandlerOptions,
1105
- cb: (err: any, data?: ListWebACLsCommandOutput) => void
1057
+ cb: (err: any, data?: ListWebACLsCommandOutput) => void,
1106
1058
  ): void;
1107
1059
  listXssMatchSets(): Promise<ListXssMatchSetsCommandOutput>;
1108
1060
  listXssMatchSets(
1109
1061
  args: ListXssMatchSetsCommandInput,
1110
- options?: __HttpHandlerOptions
1062
+ options?: __HttpHandlerOptions,
1111
1063
  ): Promise<ListXssMatchSetsCommandOutput>;
1112
1064
  listXssMatchSets(
1113
1065
  args: ListXssMatchSetsCommandInput,
1114
- cb: (err: any, data?: ListXssMatchSetsCommandOutput) => void
1066
+ cb: (err: any, data?: ListXssMatchSetsCommandOutput) => void,
1115
1067
  ): void;
1116
1068
  listXssMatchSets(
1117
1069
  args: ListXssMatchSetsCommandInput,
1118
1070
  options: __HttpHandlerOptions,
1119
- cb: (err: any, data?: ListXssMatchSetsCommandOutput) => void
1071
+ cb: (err: any, data?: ListXssMatchSetsCommandOutput) => void,
1120
1072
  ): void;
1121
1073
  putLoggingConfiguration(
1122
1074
  args: PutLoggingConfigurationCommandInput,
1123
- options?: __HttpHandlerOptions
1075
+ options?: __HttpHandlerOptions,
1124
1076
  ): Promise<PutLoggingConfigurationCommandOutput>;
1125
1077
  putLoggingConfiguration(
1126
1078
  args: PutLoggingConfigurationCommandInput,
1127
- cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void
1079
+ cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void,
1128
1080
  ): void;
1129
1081
  putLoggingConfiguration(
1130
1082
  args: PutLoggingConfigurationCommandInput,
1131
1083
  options: __HttpHandlerOptions,
1132
- cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void
1084
+ cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void,
1133
1085
  ): void;
1134
1086
  putPermissionPolicy(
1135
1087
  args: PutPermissionPolicyCommandInput,
1136
- options?: __HttpHandlerOptions
1088
+ options?: __HttpHandlerOptions,
1137
1089
  ): Promise<PutPermissionPolicyCommandOutput>;
1138
1090
  putPermissionPolicy(
1139
1091
  args: PutPermissionPolicyCommandInput,
1140
- cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void
1092
+ cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void,
1141
1093
  ): void;
1142
1094
  putPermissionPolicy(
1143
1095
  args: PutPermissionPolicyCommandInput,
1144
1096
  options: __HttpHandlerOptions,
1145
- cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void
1097
+ cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void,
1146
1098
  ): void;
1147
1099
  tagResource(
1148
1100
  args: TagResourceCommandInput,
1149
- options?: __HttpHandlerOptions
1101
+ options?: __HttpHandlerOptions,
1150
1102
  ): Promise<TagResourceCommandOutput>;
1151
1103
  tagResource(
1152
1104
  args: TagResourceCommandInput,
1153
- cb: (err: any, data?: TagResourceCommandOutput) => void
1105
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1154
1106
  ): void;
1155
1107
  tagResource(
1156
1108
  args: TagResourceCommandInput,
1157
1109
  options: __HttpHandlerOptions,
1158
- cb: (err: any, data?: TagResourceCommandOutput) => void
1110
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1159
1111
  ): void;
1160
1112
  untagResource(
1161
1113
  args: UntagResourceCommandInput,
1162
- options?: __HttpHandlerOptions
1114
+ options?: __HttpHandlerOptions,
1163
1115
  ): Promise<UntagResourceCommandOutput>;
1164
1116
  untagResource(
1165
1117
  args: UntagResourceCommandInput,
1166
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1118
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1167
1119
  ): void;
1168
1120
  untagResource(
1169
1121
  args: UntagResourceCommandInput,
1170
1122
  options: __HttpHandlerOptions,
1171
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1123
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1172
1124
  ): void;
1173
1125
  updateByteMatchSet(
1174
1126
  args: UpdateByteMatchSetCommandInput,
1175
- options?: __HttpHandlerOptions
1127
+ options?: __HttpHandlerOptions,
1176
1128
  ): Promise<UpdateByteMatchSetCommandOutput>;
1177
1129
  updateByteMatchSet(
1178
1130
  args: UpdateByteMatchSetCommandInput,
1179
- cb: (err: any, data?: UpdateByteMatchSetCommandOutput) => void
1131
+ cb: (err: any, data?: UpdateByteMatchSetCommandOutput) => void,
1180
1132
  ): void;
1181
1133
  updateByteMatchSet(
1182
1134
  args: UpdateByteMatchSetCommandInput,
1183
1135
  options: __HttpHandlerOptions,
1184
- cb: (err: any, data?: UpdateByteMatchSetCommandOutput) => void
1136
+ cb: (err: any, data?: UpdateByteMatchSetCommandOutput) => void,
1185
1137
  ): void;
1186
1138
  updateGeoMatchSet(
1187
1139
  args: UpdateGeoMatchSetCommandInput,
1188
- options?: __HttpHandlerOptions
1140
+ options?: __HttpHandlerOptions,
1189
1141
  ): Promise<UpdateGeoMatchSetCommandOutput>;
1190
1142
  updateGeoMatchSet(
1191
1143
  args: UpdateGeoMatchSetCommandInput,
1192
- cb: (err: any, data?: UpdateGeoMatchSetCommandOutput) => void
1144
+ cb: (err: any, data?: UpdateGeoMatchSetCommandOutput) => void,
1193
1145
  ): void;
1194
1146
  updateGeoMatchSet(
1195
1147
  args: UpdateGeoMatchSetCommandInput,
1196
1148
  options: __HttpHandlerOptions,
1197
- cb: (err: any, data?: UpdateGeoMatchSetCommandOutput) => void
1149
+ cb: (err: any, data?: UpdateGeoMatchSetCommandOutput) => void,
1198
1150
  ): void;
1199
1151
  updateIPSet(
1200
1152
  args: UpdateIPSetCommandInput,
1201
- options?: __HttpHandlerOptions
1153
+ options?: __HttpHandlerOptions,
1202
1154
  ): Promise<UpdateIPSetCommandOutput>;
1203
1155
  updateIPSet(
1204
1156
  args: UpdateIPSetCommandInput,
1205
- cb: (err: any, data?: UpdateIPSetCommandOutput) => void
1157
+ cb: (err: any, data?: UpdateIPSetCommandOutput) => void,
1206
1158
  ): void;
1207
1159
  updateIPSet(
1208
1160
  args: UpdateIPSetCommandInput,
1209
1161
  options: __HttpHandlerOptions,
1210
- cb: (err: any, data?: UpdateIPSetCommandOutput) => void
1162
+ cb: (err: any, data?: UpdateIPSetCommandOutput) => void,
1211
1163
  ): void;
1212
1164
  updateRateBasedRule(
1213
1165
  args: UpdateRateBasedRuleCommandInput,
1214
- options?: __HttpHandlerOptions
1166
+ options?: __HttpHandlerOptions,
1215
1167
  ): Promise<UpdateRateBasedRuleCommandOutput>;
1216
1168
  updateRateBasedRule(
1217
1169
  args: UpdateRateBasedRuleCommandInput,
1218
- cb: (err: any, data?: UpdateRateBasedRuleCommandOutput) => void
1170
+ cb: (err: any, data?: UpdateRateBasedRuleCommandOutput) => void,
1219
1171
  ): void;
1220
1172
  updateRateBasedRule(
1221
1173
  args: UpdateRateBasedRuleCommandInput,
1222
1174
  options: __HttpHandlerOptions,
1223
- cb: (err: any, data?: UpdateRateBasedRuleCommandOutput) => void
1175
+ cb: (err: any, data?: UpdateRateBasedRuleCommandOutput) => void,
1224
1176
  ): void;
1225
1177
  updateRegexMatchSet(
1226
1178
  args: UpdateRegexMatchSetCommandInput,
1227
- options?: __HttpHandlerOptions
1179
+ options?: __HttpHandlerOptions,
1228
1180
  ): Promise<UpdateRegexMatchSetCommandOutput>;
1229
1181
  updateRegexMatchSet(
1230
1182
  args: UpdateRegexMatchSetCommandInput,
1231
- cb: (err: any, data?: UpdateRegexMatchSetCommandOutput) => void
1183
+ cb: (err: any, data?: UpdateRegexMatchSetCommandOutput) => void,
1232
1184
  ): void;
1233
1185
  updateRegexMatchSet(
1234
1186
  args: UpdateRegexMatchSetCommandInput,
1235
1187
  options: __HttpHandlerOptions,
1236
- cb: (err: any, data?: UpdateRegexMatchSetCommandOutput) => void
1188
+ cb: (err: any, data?: UpdateRegexMatchSetCommandOutput) => void,
1237
1189
  ): void;
1238
1190
  updateRegexPatternSet(
1239
1191
  args: UpdateRegexPatternSetCommandInput,
1240
- options?: __HttpHandlerOptions
1192
+ options?: __HttpHandlerOptions,
1241
1193
  ): Promise<UpdateRegexPatternSetCommandOutput>;
1242
1194
  updateRegexPatternSet(
1243
1195
  args: UpdateRegexPatternSetCommandInput,
1244
- cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void
1196
+ cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void,
1245
1197
  ): void;
1246
1198
  updateRegexPatternSet(
1247
1199
  args: UpdateRegexPatternSetCommandInput,
1248
1200
  options: __HttpHandlerOptions,
1249
- cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void
1201
+ cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void,
1250
1202
  ): void;
1251
1203
  updateRule(
1252
1204
  args: UpdateRuleCommandInput,
1253
- options?: __HttpHandlerOptions
1205
+ options?: __HttpHandlerOptions,
1254
1206
  ): Promise<UpdateRuleCommandOutput>;
1255
1207
  updateRule(
1256
1208
  args: UpdateRuleCommandInput,
1257
- cb: (err: any, data?: UpdateRuleCommandOutput) => void
1209
+ cb: (err: any, data?: UpdateRuleCommandOutput) => void,
1258
1210
  ): void;
1259
1211
  updateRule(
1260
1212
  args: UpdateRuleCommandInput,
1261
1213
  options: __HttpHandlerOptions,
1262
- cb: (err: any, data?: UpdateRuleCommandOutput) => void
1214
+ cb: (err: any, data?: UpdateRuleCommandOutput) => void,
1263
1215
  ): void;
1264
1216
  updateRuleGroup(
1265
1217
  args: UpdateRuleGroupCommandInput,
1266
- options?: __HttpHandlerOptions
1218
+ options?: __HttpHandlerOptions,
1267
1219
  ): Promise<UpdateRuleGroupCommandOutput>;
1268
1220
  updateRuleGroup(
1269
1221
  args: UpdateRuleGroupCommandInput,
1270
- cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
1222
+ cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void,
1271
1223
  ): void;
1272
1224
  updateRuleGroup(
1273
1225
  args: UpdateRuleGroupCommandInput,
1274
1226
  options: __HttpHandlerOptions,
1275
- cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
1227
+ cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void,
1276
1228
  ): void;
1277
1229
  updateSizeConstraintSet(
1278
1230
  args: UpdateSizeConstraintSetCommandInput,
1279
- options?: __HttpHandlerOptions
1231
+ options?: __HttpHandlerOptions,
1280
1232
  ): Promise<UpdateSizeConstraintSetCommandOutput>;
1281
1233
  updateSizeConstraintSet(
1282
1234
  args: UpdateSizeConstraintSetCommandInput,
1283
- cb: (err: any, data?: UpdateSizeConstraintSetCommandOutput) => void
1235
+ cb: (err: any, data?: UpdateSizeConstraintSetCommandOutput) => void,
1284
1236
  ): void;
1285
1237
  updateSizeConstraintSet(
1286
1238
  args: UpdateSizeConstraintSetCommandInput,
1287
1239
  options: __HttpHandlerOptions,
1288
- cb: (err: any, data?: UpdateSizeConstraintSetCommandOutput) => void
1240
+ cb: (err: any, data?: UpdateSizeConstraintSetCommandOutput) => void,
1289
1241
  ): void;
1290
1242
  updateSqlInjectionMatchSet(
1291
1243
  args: UpdateSqlInjectionMatchSetCommandInput,
1292
- options?: __HttpHandlerOptions
1244
+ options?: __HttpHandlerOptions,
1293
1245
  ): Promise<UpdateSqlInjectionMatchSetCommandOutput>;
1294
1246
  updateSqlInjectionMatchSet(
1295
1247
  args: UpdateSqlInjectionMatchSetCommandInput,
1296
- cb: (err: any, data?: UpdateSqlInjectionMatchSetCommandOutput) => void
1248
+ cb: (err: any, data?: UpdateSqlInjectionMatchSetCommandOutput) => void,
1297
1249
  ): void;
1298
1250
  updateSqlInjectionMatchSet(
1299
1251
  args: UpdateSqlInjectionMatchSetCommandInput,
1300
1252
  options: __HttpHandlerOptions,
1301
- cb: (err: any, data?: UpdateSqlInjectionMatchSetCommandOutput) => void
1253
+ cb: (err: any, data?: UpdateSqlInjectionMatchSetCommandOutput) => void,
1302
1254
  ): void;
1303
1255
  updateWebACL(
1304
1256
  args: UpdateWebACLCommandInput,
1305
- options?: __HttpHandlerOptions
1257
+ options?: __HttpHandlerOptions,
1306
1258
  ): Promise<UpdateWebACLCommandOutput>;
1307
1259
  updateWebACL(
1308
1260
  args: UpdateWebACLCommandInput,
1309
- cb: (err: any, data?: UpdateWebACLCommandOutput) => void
1261
+ cb: (err: any, data?: UpdateWebACLCommandOutput) => void,
1310
1262
  ): void;
1311
1263
  updateWebACL(
1312
1264
  args: UpdateWebACLCommandInput,
1313
1265
  options: __HttpHandlerOptions,
1314
- cb: (err: any, data?: UpdateWebACLCommandOutput) => void
1266
+ cb: (err: any, data?: UpdateWebACLCommandOutput) => void,
1315
1267
  ): void;
1316
1268
  updateXssMatchSet(
1317
1269
  args: UpdateXssMatchSetCommandInput,
1318
- options?: __HttpHandlerOptions
1270
+ options?: __HttpHandlerOptions,
1319
1271
  ): Promise<UpdateXssMatchSetCommandOutput>;
1320
1272
  updateXssMatchSet(
1321
1273
  args: UpdateXssMatchSetCommandInput,
1322
- cb: (err: any, data?: UpdateXssMatchSetCommandOutput) => void
1274
+ cb: (err: any, data?: UpdateXssMatchSetCommandOutput) => void,
1323
1275
  ): void;
1324
1276
  updateXssMatchSet(
1325
1277
  args: UpdateXssMatchSetCommandInput,
1326
1278
  options: __HttpHandlerOptions,
1327
- cb: (err: any, data?: UpdateXssMatchSetCommandOutput) => void
1279
+ cb: (err: any, data?: UpdateXssMatchSetCommandOutput) => void,
1328
1280
  ): void;
1329
1281
  }
1330
1282
  export declare class WAF extends WAFClient implements WAF {}