@aws-sdk/client-wafv2 3.927.0 → 3.929.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 (82) hide show
  1. package/dist-cjs/index.js +2289 -2259
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/WAFV2Client.js +2 -0
  4. package/dist-es/commands/AssociateWebACLCommand.js +3 -9
  5. package/dist-es/commands/CheckCapacityCommand.js +3 -9
  6. package/dist-es/commands/CreateAPIKeyCommand.js +3 -9
  7. package/dist-es/commands/CreateIPSetCommand.js +3 -9
  8. package/dist-es/commands/CreateRegexPatternSetCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleGroupCommand.js +3 -9
  10. package/dist-es/commands/CreateWebACLCommand.js +3 -9
  11. package/dist-es/commands/DeleteAPIKeyCommand.js +3 -9
  12. package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +3 -9
  13. package/dist-es/commands/DeleteIPSetCommand.js +3 -9
  14. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
  15. package/dist-es/commands/DeletePermissionPolicyCommand.js +3 -9
  16. package/dist-es/commands/DeleteRegexPatternSetCommand.js +3 -9
  17. package/dist-es/commands/DeleteRuleGroupCommand.js +3 -9
  18. package/dist-es/commands/DeleteWebACLCommand.js +3 -9
  19. package/dist-es/commands/DescribeAllManagedProductsCommand.js +3 -9
  20. package/dist-es/commands/DescribeManagedProductsByVendorCommand.js +3 -9
  21. package/dist-es/commands/DescribeManagedRuleGroupCommand.js +3 -9
  22. package/dist-es/commands/DisassociateWebACLCommand.js +3 -9
  23. package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +3 -9
  24. package/dist-es/commands/GetDecryptedAPIKeyCommand.js +3 -9
  25. package/dist-es/commands/GetIPSetCommand.js +3 -9
  26. package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -9
  27. package/dist-es/commands/GetManagedRuleSetCommand.js +3 -9
  28. package/dist-es/commands/GetMobileSdkReleaseCommand.js +3 -9
  29. package/dist-es/commands/GetPermissionPolicyCommand.js +3 -9
  30. package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +3 -9
  31. package/dist-es/commands/GetRegexPatternSetCommand.js +3 -9
  32. package/dist-es/commands/GetRuleGroupCommand.js +3 -9
  33. package/dist-es/commands/GetSampledRequestsCommand.js +3 -9
  34. package/dist-es/commands/GetWebACLCommand.js +3 -9
  35. package/dist-es/commands/GetWebACLForResourceCommand.js +3 -9
  36. package/dist-es/commands/ListAPIKeysCommand.js +3 -9
  37. package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +3 -9
  38. package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +3 -9
  39. package/dist-es/commands/ListIPSetsCommand.js +3 -9
  40. package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -9
  41. package/dist-es/commands/ListManagedRuleSetsCommand.js +3 -9
  42. package/dist-es/commands/ListMobileSdkReleasesCommand.js +3 -9
  43. package/dist-es/commands/ListRegexPatternSetsCommand.js +3 -9
  44. package/dist-es/commands/ListResourcesForWebACLCommand.js +3 -9
  45. package/dist-es/commands/ListRuleGroupsCommand.js +3 -9
  46. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  47. package/dist-es/commands/ListWebACLsCommand.js +3 -9
  48. package/dist-es/commands/PutLoggingConfigurationCommand.js +3 -9
  49. package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +3 -9
  50. package/dist-es/commands/PutPermissionPolicyCommand.js +3 -9
  51. package/dist-es/commands/TagResourceCommand.js +3 -9
  52. package/dist-es/commands/UntagResourceCommand.js +3 -9
  53. package/dist-es/commands/UpdateIPSetCommand.js +3 -9
  54. package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +3 -9
  55. package/dist-es/commands/UpdateRegexPatternSetCommand.js +3 -9
  56. package/dist-es/commands/UpdateRuleGroupCommand.js +3 -9
  57. package/dist-es/commands/UpdateWebACLCommand.js +3 -9
  58. package/dist-es/models/models_0.js +1 -0
  59. package/dist-es/runtimeConfig.shared.js +7 -0
  60. package/dist-es/schemas/schemas_0.js +2143 -0
  61. package/dist-types/WAFV2Client.d.ts +10 -1
  62. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +1 -1
  63. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +2 -2
  64. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +2 -2
  65. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +2 -2
  66. package/dist-types/models/models_0.d.ts +13 -0
  67. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  68. package/dist-types/runtimeConfig.d.ts +1 -0
  69. package/dist-types/runtimeConfig.native.d.ts +1 -0
  70. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  71. package/dist-types/schemas/schemas_0.d.ts +381 -0
  72. package/dist-types/ts3.4/WAFV2Client.d.ts +4 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  78. package/dist-types/ts3.4/schemas/schemas_0.d.ts +387 -0
  79. package/package.json +5 -5
  80. package/dist-es/protocols/Aws_json1_1.js +0 -1828
  81. package/dist-types/protocols/Aws_json1_1.d.ts +0 -488
  82. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -653
@@ -1,653 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateWebACLCommandInput,
8
- AssociateWebACLCommandOutput,
9
- } from "../commands/AssociateWebACLCommand";
10
- import {
11
- CheckCapacityCommandInput,
12
- CheckCapacityCommandOutput,
13
- } from "../commands/CheckCapacityCommand";
14
- import {
15
- CreateAPIKeyCommandInput,
16
- CreateAPIKeyCommandOutput,
17
- } from "../commands/CreateAPIKeyCommand";
18
- import {
19
- CreateIPSetCommandInput,
20
- CreateIPSetCommandOutput,
21
- } from "../commands/CreateIPSetCommand";
22
- import {
23
- CreateRegexPatternSetCommandInput,
24
- CreateRegexPatternSetCommandOutput,
25
- } from "../commands/CreateRegexPatternSetCommand";
26
- import {
27
- CreateRuleGroupCommandInput,
28
- CreateRuleGroupCommandOutput,
29
- } from "../commands/CreateRuleGroupCommand";
30
- import {
31
- CreateWebACLCommandInput,
32
- CreateWebACLCommandOutput,
33
- } from "../commands/CreateWebACLCommand";
34
- import {
35
- DeleteAPIKeyCommandInput,
36
- DeleteAPIKeyCommandOutput,
37
- } from "../commands/DeleteAPIKeyCommand";
38
- import {
39
- DeleteFirewallManagerRuleGroupsCommandInput,
40
- DeleteFirewallManagerRuleGroupsCommandOutput,
41
- } from "../commands/DeleteFirewallManagerRuleGroupsCommand";
42
- import {
43
- DeleteIPSetCommandInput,
44
- DeleteIPSetCommandOutput,
45
- } from "../commands/DeleteIPSetCommand";
46
- import {
47
- DeleteLoggingConfigurationCommandInput,
48
- DeleteLoggingConfigurationCommandOutput,
49
- } from "../commands/DeleteLoggingConfigurationCommand";
50
- import {
51
- DeletePermissionPolicyCommandInput,
52
- DeletePermissionPolicyCommandOutput,
53
- } from "../commands/DeletePermissionPolicyCommand";
54
- import {
55
- DeleteRegexPatternSetCommandInput,
56
- DeleteRegexPatternSetCommandOutput,
57
- } from "../commands/DeleteRegexPatternSetCommand";
58
- import {
59
- DeleteRuleGroupCommandInput,
60
- DeleteRuleGroupCommandOutput,
61
- } from "../commands/DeleteRuleGroupCommand";
62
- import {
63
- DeleteWebACLCommandInput,
64
- DeleteWebACLCommandOutput,
65
- } from "../commands/DeleteWebACLCommand";
66
- import {
67
- DescribeAllManagedProductsCommandInput,
68
- DescribeAllManagedProductsCommandOutput,
69
- } from "../commands/DescribeAllManagedProductsCommand";
70
- import {
71
- DescribeManagedProductsByVendorCommandInput,
72
- DescribeManagedProductsByVendorCommandOutput,
73
- } from "../commands/DescribeManagedProductsByVendorCommand";
74
- import {
75
- DescribeManagedRuleGroupCommandInput,
76
- DescribeManagedRuleGroupCommandOutput,
77
- } from "../commands/DescribeManagedRuleGroupCommand";
78
- import {
79
- DisassociateWebACLCommandInput,
80
- DisassociateWebACLCommandOutput,
81
- } from "../commands/DisassociateWebACLCommand";
82
- import {
83
- GenerateMobileSdkReleaseUrlCommandInput,
84
- GenerateMobileSdkReleaseUrlCommandOutput,
85
- } from "../commands/GenerateMobileSdkReleaseUrlCommand";
86
- import {
87
- GetDecryptedAPIKeyCommandInput,
88
- GetDecryptedAPIKeyCommandOutput,
89
- } from "../commands/GetDecryptedAPIKeyCommand";
90
- import {
91
- GetIPSetCommandInput,
92
- GetIPSetCommandOutput,
93
- } from "../commands/GetIPSetCommand";
94
- import {
95
- GetLoggingConfigurationCommandInput,
96
- GetLoggingConfigurationCommandOutput,
97
- } from "../commands/GetLoggingConfigurationCommand";
98
- import {
99
- GetManagedRuleSetCommandInput,
100
- GetManagedRuleSetCommandOutput,
101
- } from "../commands/GetManagedRuleSetCommand";
102
- import {
103
- GetMobileSdkReleaseCommandInput,
104
- GetMobileSdkReleaseCommandOutput,
105
- } from "../commands/GetMobileSdkReleaseCommand";
106
- import {
107
- GetPermissionPolicyCommandInput,
108
- GetPermissionPolicyCommandOutput,
109
- } from "../commands/GetPermissionPolicyCommand";
110
- import {
111
- GetRateBasedStatementManagedKeysCommandInput,
112
- GetRateBasedStatementManagedKeysCommandOutput,
113
- } from "../commands/GetRateBasedStatementManagedKeysCommand";
114
- import {
115
- GetRegexPatternSetCommandInput,
116
- GetRegexPatternSetCommandOutput,
117
- } from "../commands/GetRegexPatternSetCommand";
118
- import {
119
- GetRuleGroupCommandInput,
120
- GetRuleGroupCommandOutput,
121
- } from "../commands/GetRuleGroupCommand";
122
- import {
123
- GetSampledRequestsCommandInput,
124
- GetSampledRequestsCommandOutput,
125
- } from "../commands/GetSampledRequestsCommand";
126
- import {
127
- GetWebACLCommandInput,
128
- GetWebACLCommandOutput,
129
- } from "../commands/GetWebACLCommand";
130
- import {
131
- GetWebACLForResourceCommandInput,
132
- GetWebACLForResourceCommandOutput,
133
- } from "../commands/GetWebACLForResourceCommand";
134
- import {
135
- ListAPIKeysCommandInput,
136
- ListAPIKeysCommandOutput,
137
- } from "../commands/ListAPIKeysCommand";
138
- import {
139
- ListAvailableManagedRuleGroupsCommandInput,
140
- ListAvailableManagedRuleGroupsCommandOutput,
141
- } from "../commands/ListAvailableManagedRuleGroupsCommand";
142
- import {
143
- ListAvailableManagedRuleGroupVersionsCommandInput,
144
- ListAvailableManagedRuleGroupVersionsCommandOutput,
145
- } from "../commands/ListAvailableManagedRuleGroupVersionsCommand";
146
- import {
147
- ListIPSetsCommandInput,
148
- ListIPSetsCommandOutput,
149
- } from "../commands/ListIPSetsCommand";
150
- import {
151
- ListLoggingConfigurationsCommandInput,
152
- ListLoggingConfigurationsCommandOutput,
153
- } from "../commands/ListLoggingConfigurationsCommand";
154
- import {
155
- ListManagedRuleSetsCommandInput,
156
- ListManagedRuleSetsCommandOutput,
157
- } from "../commands/ListManagedRuleSetsCommand";
158
- import {
159
- ListMobileSdkReleasesCommandInput,
160
- ListMobileSdkReleasesCommandOutput,
161
- } from "../commands/ListMobileSdkReleasesCommand";
162
- import {
163
- ListRegexPatternSetsCommandInput,
164
- ListRegexPatternSetsCommandOutput,
165
- } from "../commands/ListRegexPatternSetsCommand";
166
- import {
167
- ListResourcesForWebACLCommandInput,
168
- ListResourcesForWebACLCommandOutput,
169
- } from "../commands/ListResourcesForWebACLCommand";
170
- import {
171
- ListRuleGroupsCommandInput,
172
- ListRuleGroupsCommandOutput,
173
- } from "../commands/ListRuleGroupsCommand";
174
- import {
175
- ListTagsForResourceCommandInput,
176
- ListTagsForResourceCommandOutput,
177
- } from "../commands/ListTagsForResourceCommand";
178
- import {
179
- ListWebACLsCommandInput,
180
- ListWebACLsCommandOutput,
181
- } from "../commands/ListWebACLsCommand";
182
- import {
183
- PutLoggingConfigurationCommandInput,
184
- PutLoggingConfigurationCommandOutput,
185
- } from "../commands/PutLoggingConfigurationCommand";
186
- import {
187
- PutManagedRuleSetVersionsCommandInput,
188
- PutManagedRuleSetVersionsCommandOutput,
189
- } from "../commands/PutManagedRuleSetVersionsCommand";
190
- import {
191
- PutPermissionPolicyCommandInput,
192
- PutPermissionPolicyCommandOutput,
193
- } from "../commands/PutPermissionPolicyCommand";
194
- import {
195
- TagResourceCommandInput,
196
- TagResourceCommandOutput,
197
- } from "../commands/TagResourceCommand";
198
- import {
199
- UntagResourceCommandInput,
200
- UntagResourceCommandOutput,
201
- } from "../commands/UntagResourceCommand";
202
- import {
203
- UpdateIPSetCommandInput,
204
- UpdateIPSetCommandOutput,
205
- } from "../commands/UpdateIPSetCommand";
206
- import {
207
- UpdateManagedRuleSetVersionExpiryDateCommandInput,
208
- UpdateManagedRuleSetVersionExpiryDateCommandOutput,
209
- } from "../commands/UpdateManagedRuleSetVersionExpiryDateCommand";
210
- import {
211
- UpdateRegexPatternSetCommandInput,
212
- UpdateRegexPatternSetCommandOutput,
213
- } from "../commands/UpdateRegexPatternSetCommand";
214
- import {
215
- UpdateRuleGroupCommandInput,
216
- UpdateRuleGroupCommandOutput,
217
- } from "../commands/UpdateRuleGroupCommand";
218
- import {
219
- UpdateWebACLCommandInput,
220
- UpdateWebACLCommandOutput,
221
- } from "../commands/UpdateWebACLCommand";
222
- export declare const se_AssociateWebACLCommand: (
223
- input: AssociateWebACLCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_CheckCapacityCommand: (
227
- input: CheckCapacityCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_CreateAPIKeyCommand: (
231
- input: CreateAPIKeyCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_CreateIPSetCommand: (
235
- input: CreateIPSetCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_CreateRegexPatternSetCommand: (
239
- input: CreateRegexPatternSetCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_CreateRuleGroupCommand: (
243
- input: CreateRuleGroupCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_CreateWebACLCommand: (
247
- input: CreateWebACLCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_DeleteAPIKeyCommand: (
251
- input: DeleteAPIKeyCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_DeleteFirewallManagerRuleGroupsCommand: (
255
- input: DeleteFirewallManagerRuleGroupsCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_DeleteIPSetCommand: (
259
- input: DeleteIPSetCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DeleteLoggingConfigurationCommand: (
263
- input: DeleteLoggingConfigurationCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DeletePermissionPolicyCommand: (
267
- input: DeletePermissionPolicyCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DeleteRegexPatternSetCommand: (
271
- input: DeleteRegexPatternSetCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteRuleGroupCommand: (
275
- input: DeleteRuleGroupCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteWebACLCommand: (
279
- input: DeleteWebACLCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DescribeAllManagedProductsCommand: (
283
- input: DescribeAllManagedProductsCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DescribeManagedProductsByVendorCommand: (
287
- input: DescribeManagedProductsByVendorCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DescribeManagedRuleGroupCommand: (
291
- input: DescribeManagedRuleGroupCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DisassociateWebACLCommand: (
295
- input: DisassociateWebACLCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_GenerateMobileSdkReleaseUrlCommand: (
299
- input: GenerateMobileSdkReleaseUrlCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_GetDecryptedAPIKeyCommand: (
303
- input: GetDecryptedAPIKeyCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_GetIPSetCommand: (
307
- input: GetIPSetCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_GetLoggingConfigurationCommand: (
311
- input: GetLoggingConfigurationCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_GetManagedRuleSetCommand: (
315
- input: GetManagedRuleSetCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_GetMobileSdkReleaseCommand: (
319
- input: GetMobileSdkReleaseCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_GetPermissionPolicyCommand: (
323
- input: GetPermissionPolicyCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_GetRateBasedStatementManagedKeysCommand: (
327
- input: GetRateBasedStatementManagedKeysCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_GetRegexPatternSetCommand: (
331
- input: GetRegexPatternSetCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_GetRuleGroupCommand: (
335
- input: GetRuleGroupCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_GetSampledRequestsCommand: (
339
- input: GetSampledRequestsCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_GetWebACLCommand: (
343
- input: GetWebACLCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_GetWebACLForResourceCommand: (
347
- input: GetWebACLForResourceCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_ListAPIKeysCommand: (
351
- input: ListAPIKeysCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ListAvailableManagedRuleGroupsCommand: (
355
- input: ListAvailableManagedRuleGroupsCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListAvailableManagedRuleGroupVersionsCommand: (
359
- input: ListAvailableManagedRuleGroupVersionsCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ListIPSetsCommand: (
363
- input: ListIPSetsCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_ListLoggingConfigurationsCommand: (
367
- input: ListLoggingConfigurationsCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ListManagedRuleSetsCommand: (
371
- input: ListManagedRuleSetsCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListMobileSdkReleasesCommand: (
375
- input: ListMobileSdkReleasesCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListRegexPatternSetsCommand: (
379
- input: ListRegexPatternSetsCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListResourcesForWebACLCommand: (
383
- input: ListResourcesForWebACLCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListRuleGroupsCommand: (
387
- input: ListRuleGroupsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_ListTagsForResourceCommand: (
391
- input: ListTagsForResourceCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ListWebACLsCommand: (
395
- input: ListWebACLsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_PutLoggingConfigurationCommand: (
399
- input: PutLoggingConfigurationCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_PutManagedRuleSetVersionsCommand: (
403
- input: PutManagedRuleSetVersionsCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_PutPermissionPolicyCommand: (
407
- input: PutPermissionPolicyCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_TagResourceCommand: (
411
- input: TagResourceCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_UntagResourceCommand: (
415
- input: UntagResourceCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_UpdateIPSetCommand: (
419
- input: UpdateIPSetCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_UpdateManagedRuleSetVersionExpiryDateCommand: (
423
- input: UpdateManagedRuleSetVersionExpiryDateCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_UpdateRegexPatternSetCommand: (
427
- input: UpdateRegexPatternSetCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_UpdateRuleGroupCommand: (
431
- input: UpdateRuleGroupCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_UpdateWebACLCommand: (
435
- input: UpdateWebACLCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const de_AssociateWebACLCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<AssociateWebACLCommandOutput>;
442
- export declare const de_CheckCapacityCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<CheckCapacityCommandOutput>;
446
- export declare const de_CreateAPIKeyCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<CreateAPIKeyCommandOutput>;
450
- export declare const de_CreateIPSetCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<CreateIPSetCommandOutput>;
454
- export declare const de_CreateRegexPatternSetCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<CreateRegexPatternSetCommandOutput>;
458
- export declare const de_CreateRuleGroupCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<CreateRuleGroupCommandOutput>;
462
- export declare const de_CreateWebACLCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<CreateWebACLCommandOutput>;
466
- export declare const de_DeleteAPIKeyCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<DeleteAPIKeyCommandOutput>;
470
- export declare const de_DeleteFirewallManagerRuleGroupsCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<DeleteFirewallManagerRuleGroupsCommandOutput>;
474
- export declare const de_DeleteIPSetCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<DeleteIPSetCommandOutput>;
478
- export declare const de_DeleteLoggingConfigurationCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<DeleteLoggingConfigurationCommandOutput>;
482
- export declare const de_DeletePermissionPolicyCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<DeletePermissionPolicyCommandOutput>;
486
- export declare const de_DeleteRegexPatternSetCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<DeleteRegexPatternSetCommandOutput>;
490
- export declare const de_DeleteRuleGroupCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<DeleteRuleGroupCommandOutput>;
494
- export declare const de_DeleteWebACLCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<DeleteWebACLCommandOutput>;
498
- export declare const de_DescribeAllManagedProductsCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<DescribeAllManagedProductsCommandOutput>;
502
- export declare const de_DescribeManagedProductsByVendorCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DescribeManagedProductsByVendorCommandOutput>;
506
- export declare const de_DescribeManagedRuleGroupCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DescribeManagedRuleGroupCommandOutput>;
510
- export declare const de_DisassociateWebACLCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DisassociateWebACLCommandOutput>;
514
- export declare const de_GenerateMobileSdkReleaseUrlCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<GenerateMobileSdkReleaseUrlCommandOutput>;
518
- export declare const de_GetDecryptedAPIKeyCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<GetDecryptedAPIKeyCommandOutput>;
522
- export declare const de_GetIPSetCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<GetIPSetCommandOutput>;
526
- export declare const de_GetLoggingConfigurationCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<GetLoggingConfigurationCommandOutput>;
530
- export declare const de_GetManagedRuleSetCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<GetManagedRuleSetCommandOutput>;
534
- export declare const de_GetMobileSdkReleaseCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<GetMobileSdkReleaseCommandOutput>;
538
- export declare const de_GetPermissionPolicyCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<GetPermissionPolicyCommandOutput>;
542
- export declare const de_GetRateBasedStatementManagedKeysCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<GetRateBasedStatementManagedKeysCommandOutput>;
546
- export declare const de_GetRegexPatternSetCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<GetRegexPatternSetCommandOutput>;
550
- export declare const de_GetRuleGroupCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<GetRuleGroupCommandOutput>;
554
- export declare const de_GetSampledRequestsCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<GetSampledRequestsCommandOutput>;
558
- export declare const de_GetWebACLCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<GetWebACLCommandOutput>;
562
- export declare const de_GetWebACLForResourceCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<GetWebACLForResourceCommandOutput>;
566
- export declare const de_ListAPIKeysCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<ListAPIKeysCommandOutput>;
570
- export declare const de_ListAvailableManagedRuleGroupsCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<ListAvailableManagedRuleGroupsCommandOutput>;
574
- export declare const de_ListAvailableManagedRuleGroupVersionsCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<ListAvailableManagedRuleGroupVersionsCommandOutput>;
578
- export declare const de_ListIPSetsCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<ListIPSetsCommandOutput>;
582
- export declare const de_ListLoggingConfigurationsCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<ListLoggingConfigurationsCommandOutput>;
586
- export declare const de_ListManagedRuleSetsCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<ListManagedRuleSetsCommandOutput>;
590
- export declare const de_ListMobileSdkReleasesCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<ListMobileSdkReleasesCommandOutput>;
594
- export declare const de_ListRegexPatternSetsCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<ListRegexPatternSetsCommandOutput>;
598
- export declare const de_ListResourcesForWebACLCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<ListResourcesForWebACLCommandOutput>;
602
- export declare const de_ListRuleGroupsCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<ListRuleGroupsCommandOutput>;
606
- export declare const de_ListTagsForResourceCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<ListTagsForResourceCommandOutput>;
610
- export declare const de_ListWebACLsCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<ListWebACLsCommandOutput>;
614
- export declare const de_PutLoggingConfigurationCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<PutLoggingConfigurationCommandOutput>;
618
- export declare const de_PutManagedRuleSetVersionsCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<PutManagedRuleSetVersionsCommandOutput>;
622
- export declare const de_PutPermissionPolicyCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<PutPermissionPolicyCommandOutput>;
626
- export declare const de_TagResourceCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<TagResourceCommandOutput>;
630
- export declare const de_UntagResourceCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<UntagResourceCommandOutput>;
634
- export declare const de_UpdateIPSetCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<UpdateIPSetCommandOutput>;
638
- export declare const de_UpdateManagedRuleSetVersionExpiryDateCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
642
- export declare const de_UpdateRegexPatternSetCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<UpdateRegexPatternSetCommandOutput>;
646
- export declare const de_UpdateRuleGroupCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<UpdateRuleGroupCommandOutput>;
650
- export declare const de_UpdateWebACLCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<UpdateWebACLCommandOutput>;