@aws-sdk/client-wafv2 3.956.0 → 3.958.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -60
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1340 -1236
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1340 -1236
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -8,7 +8,6 @@ AWS SDK for JavaScript WAFV2 Client for Node.js, Browser and React Native.
|
|
|
8
8
|
|
|
9
9
|
<fullname>WAF </fullname>
|
|
10
10
|
<note>
|
|
11
|
-
|
|
12
11
|
<p>This is the latest version of the <b>WAF</b> API,
|
|
13
12
|
released in November, 2019. The names of the entities that you use to access this API,
|
|
14
13
|
like endpoints and namespaces, all have the versioning information added, like "V2" or
|
|
@@ -45,10 +44,8 @@ US East (N. Virginia): us-east-1.</p>
|
|
|
45
44
|
programming language or platform that you're using. For more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</p>
|
|
46
45
|
|
|
47
46
|
## Installing
|
|
48
|
-
|
|
49
47
|
To install this package, simply type add or install @aws-sdk/client-wafv2
|
|
50
48
|
using your favorite package manager:
|
|
51
|
-
|
|
52
49
|
- `npm install @aws-sdk/client-wafv2`
|
|
53
50
|
- `yarn add @aws-sdk/client-wafv2`
|
|
54
51
|
- `pnpm add @aws-sdk/client-wafv2`
|
|
@@ -84,9 +81,7 @@ To send a request, you:
|
|
|
84
81
|
// a client can be shared by different commands.
|
|
85
82
|
const client = new WAFV2Client({ region: "REGION" });
|
|
86
83
|
|
|
87
|
-
const params = {
|
|
88
|
-
/** input parameters */
|
|
89
|
-
};
|
|
84
|
+
const params = { /** input parameters */ };
|
|
90
85
|
const command = new ListAPIKeysCommand(params);
|
|
91
86
|
```
|
|
92
87
|
|
|
@@ -245,7 +240,6 @@ AssociateWebACL
|
|
|
245
240
|
</summary>
|
|
246
241
|
|
|
247
242
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/AssociateWebACLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/AssociateWebACLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/AssociateWebACLCommandOutput/)
|
|
248
|
-
|
|
249
243
|
</details>
|
|
250
244
|
<details>
|
|
251
245
|
<summary>
|
|
@@ -253,7 +247,6 @@ CheckCapacity
|
|
|
253
247
|
</summary>
|
|
254
248
|
|
|
255
249
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/CheckCapacityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CheckCapacityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CheckCapacityCommandOutput/)
|
|
256
|
-
|
|
257
250
|
</details>
|
|
258
251
|
<details>
|
|
259
252
|
<summary>
|
|
@@ -261,7 +254,6 @@ CreateAPIKey
|
|
|
261
254
|
</summary>
|
|
262
255
|
|
|
263
256
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/CreateAPIKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CreateAPIKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CreateAPIKeyCommandOutput/)
|
|
264
|
-
|
|
265
257
|
</details>
|
|
266
258
|
<details>
|
|
267
259
|
<summary>
|
|
@@ -269,7 +261,6 @@ CreateIPSet
|
|
|
269
261
|
</summary>
|
|
270
262
|
|
|
271
263
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/CreateIPSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CreateIPSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CreateIPSetCommandOutput/)
|
|
272
|
-
|
|
273
264
|
</details>
|
|
274
265
|
<details>
|
|
275
266
|
<summary>
|
|
@@ -277,7 +268,6 @@ CreateRegexPatternSet
|
|
|
277
268
|
</summary>
|
|
278
269
|
|
|
279
270
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/CreateRegexPatternSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CreateRegexPatternSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CreateRegexPatternSetCommandOutput/)
|
|
280
|
-
|
|
281
271
|
</details>
|
|
282
272
|
<details>
|
|
283
273
|
<summary>
|
|
@@ -285,7 +275,6 @@ CreateRuleGroup
|
|
|
285
275
|
</summary>
|
|
286
276
|
|
|
287
277
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/CreateRuleGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CreateRuleGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CreateRuleGroupCommandOutput/)
|
|
288
|
-
|
|
289
278
|
</details>
|
|
290
279
|
<details>
|
|
291
280
|
<summary>
|
|
@@ -293,7 +282,6 @@ CreateWebACL
|
|
|
293
282
|
</summary>
|
|
294
283
|
|
|
295
284
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/CreateWebACLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CreateWebACLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/CreateWebACLCommandOutput/)
|
|
296
|
-
|
|
297
285
|
</details>
|
|
298
286
|
<details>
|
|
299
287
|
<summary>
|
|
@@ -301,7 +289,6 @@ DeleteAPIKey
|
|
|
301
289
|
</summary>
|
|
302
290
|
|
|
303
291
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DeleteAPIKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteAPIKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteAPIKeyCommandOutput/)
|
|
304
|
-
|
|
305
292
|
</details>
|
|
306
293
|
<details>
|
|
307
294
|
<summary>
|
|
@@ -309,7 +296,6 @@ DeleteFirewallManagerRuleGroups
|
|
|
309
296
|
</summary>
|
|
310
297
|
|
|
311
298
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DeleteFirewallManagerRuleGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteFirewallManagerRuleGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteFirewallManagerRuleGroupsCommandOutput/)
|
|
312
|
-
|
|
313
299
|
</details>
|
|
314
300
|
<details>
|
|
315
301
|
<summary>
|
|
@@ -317,7 +303,6 @@ DeleteIPSet
|
|
|
317
303
|
</summary>
|
|
318
304
|
|
|
319
305
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DeleteIPSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteIPSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteIPSetCommandOutput/)
|
|
320
|
-
|
|
321
306
|
</details>
|
|
322
307
|
<details>
|
|
323
308
|
<summary>
|
|
@@ -325,7 +310,6 @@ DeleteLoggingConfiguration
|
|
|
325
310
|
</summary>
|
|
326
311
|
|
|
327
312
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DeleteLoggingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteLoggingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteLoggingConfigurationCommandOutput/)
|
|
328
|
-
|
|
329
313
|
</details>
|
|
330
314
|
<details>
|
|
331
315
|
<summary>
|
|
@@ -333,7 +317,6 @@ DeletePermissionPolicy
|
|
|
333
317
|
</summary>
|
|
334
318
|
|
|
335
319
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DeletePermissionPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeletePermissionPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeletePermissionPolicyCommandOutput/)
|
|
336
|
-
|
|
337
320
|
</details>
|
|
338
321
|
<details>
|
|
339
322
|
<summary>
|
|
@@ -341,7 +324,6 @@ DeleteRegexPatternSet
|
|
|
341
324
|
</summary>
|
|
342
325
|
|
|
343
326
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DeleteRegexPatternSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteRegexPatternSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteRegexPatternSetCommandOutput/)
|
|
344
|
-
|
|
345
327
|
</details>
|
|
346
328
|
<details>
|
|
347
329
|
<summary>
|
|
@@ -349,7 +331,6 @@ DeleteRuleGroup
|
|
|
349
331
|
</summary>
|
|
350
332
|
|
|
351
333
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DeleteRuleGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteRuleGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteRuleGroupCommandOutput/)
|
|
352
|
-
|
|
353
334
|
</details>
|
|
354
335
|
<details>
|
|
355
336
|
<summary>
|
|
@@ -357,7 +338,6 @@ DeleteWebACL
|
|
|
357
338
|
</summary>
|
|
358
339
|
|
|
359
340
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DeleteWebACLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteWebACLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DeleteWebACLCommandOutput/)
|
|
360
|
-
|
|
361
341
|
</details>
|
|
362
342
|
<details>
|
|
363
343
|
<summary>
|
|
@@ -365,7 +345,6 @@ DescribeAllManagedProducts
|
|
|
365
345
|
</summary>
|
|
366
346
|
|
|
367
347
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DescribeAllManagedProductsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DescribeAllManagedProductsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DescribeAllManagedProductsCommandOutput/)
|
|
368
|
-
|
|
369
348
|
</details>
|
|
370
349
|
<details>
|
|
371
350
|
<summary>
|
|
@@ -373,7 +352,6 @@ DescribeManagedProductsByVendor
|
|
|
373
352
|
</summary>
|
|
374
353
|
|
|
375
354
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DescribeManagedProductsByVendorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DescribeManagedProductsByVendorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DescribeManagedProductsByVendorCommandOutput/)
|
|
376
|
-
|
|
377
355
|
</details>
|
|
378
356
|
<details>
|
|
379
357
|
<summary>
|
|
@@ -381,7 +359,6 @@ DescribeManagedRuleGroup
|
|
|
381
359
|
</summary>
|
|
382
360
|
|
|
383
361
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DescribeManagedRuleGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DescribeManagedRuleGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DescribeManagedRuleGroupCommandOutput/)
|
|
384
|
-
|
|
385
362
|
</details>
|
|
386
363
|
<details>
|
|
387
364
|
<summary>
|
|
@@ -389,7 +366,6 @@ DisassociateWebACL
|
|
|
389
366
|
</summary>
|
|
390
367
|
|
|
391
368
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/DisassociateWebACLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DisassociateWebACLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/DisassociateWebACLCommandOutput/)
|
|
392
|
-
|
|
393
369
|
</details>
|
|
394
370
|
<details>
|
|
395
371
|
<summary>
|
|
@@ -397,7 +373,6 @@ GenerateMobileSdkReleaseUrl
|
|
|
397
373
|
</summary>
|
|
398
374
|
|
|
399
375
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GenerateMobileSdkReleaseUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GenerateMobileSdkReleaseUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GenerateMobileSdkReleaseUrlCommandOutput/)
|
|
400
|
-
|
|
401
376
|
</details>
|
|
402
377
|
<details>
|
|
403
378
|
<summary>
|
|
@@ -405,7 +380,6 @@ GetDecryptedAPIKey
|
|
|
405
380
|
</summary>
|
|
406
381
|
|
|
407
382
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetDecryptedAPIKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetDecryptedAPIKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetDecryptedAPIKeyCommandOutput/)
|
|
408
|
-
|
|
409
383
|
</details>
|
|
410
384
|
<details>
|
|
411
385
|
<summary>
|
|
@@ -413,7 +387,6 @@ GetIPSet
|
|
|
413
387
|
</summary>
|
|
414
388
|
|
|
415
389
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetIPSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetIPSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetIPSetCommandOutput/)
|
|
416
|
-
|
|
417
390
|
</details>
|
|
418
391
|
<details>
|
|
419
392
|
<summary>
|
|
@@ -421,7 +394,6 @@ GetLoggingConfiguration
|
|
|
421
394
|
</summary>
|
|
422
395
|
|
|
423
396
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetLoggingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetLoggingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetLoggingConfigurationCommandOutput/)
|
|
424
|
-
|
|
425
397
|
</details>
|
|
426
398
|
<details>
|
|
427
399
|
<summary>
|
|
@@ -429,7 +401,6 @@ GetManagedRuleSet
|
|
|
429
401
|
</summary>
|
|
430
402
|
|
|
431
403
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetManagedRuleSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetManagedRuleSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetManagedRuleSetCommandOutput/)
|
|
432
|
-
|
|
433
404
|
</details>
|
|
434
405
|
<details>
|
|
435
406
|
<summary>
|
|
@@ -437,7 +408,6 @@ GetMobileSdkRelease
|
|
|
437
408
|
</summary>
|
|
438
409
|
|
|
439
410
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetMobileSdkReleaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetMobileSdkReleaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetMobileSdkReleaseCommandOutput/)
|
|
440
|
-
|
|
441
411
|
</details>
|
|
442
412
|
<details>
|
|
443
413
|
<summary>
|
|
@@ -445,7 +415,6 @@ GetPermissionPolicy
|
|
|
445
415
|
</summary>
|
|
446
416
|
|
|
447
417
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetPermissionPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetPermissionPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetPermissionPolicyCommandOutput/)
|
|
448
|
-
|
|
449
418
|
</details>
|
|
450
419
|
<details>
|
|
451
420
|
<summary>
|
|
@@ -453,7 +422,6 @@ GetRateBasedStatementManagedKeys
|
|
|
453
422
|
</summary>
|
|
454
423
|
|
|
455
424
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetRateBasedStatementManagedKeysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetRateBasedStatementManagedKeysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetRateBasedStatementManagedKeysCommandOutput/)
|
|
456
|
-
|
|
457
425
|
</details>
|
|
458
426
|
<details>
|
|
459
427
|
<summary>
|
|
@@ -461,7 +429,6 @@ GetRegexPatternSet
|
|
|
461
429
|
</summary>
|
|
462
430
|
|
|
463
431
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetRegexPatternSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetRegexPatternSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetRegexPatternSetCommandOutput/)
|
|
464
|
-
|
|
465
432
|
</details>
|
|
466
433
|
<details>
|
|
467
434
|
<summary>
|
|
@@ -469,7 +436,6 @@ GetRuleGroup
|
|
|
469
436
|
</summary>
|
|
470
437
|
|
|
471
438
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetRuleGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetRuleGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetRuleGroupCommandOutput/)
|
|
472
|
-
|
|
473
439
|
</details>
|
|
474
440
|
<details>
|
|
475
441
|
<summary>
|
|
@@ -477,7 +443,6 @@ GetSampledRequests
|
|
|
477
443
|
</summary>
|
|
478
444
|
|
|
479
445
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetSampledRequestsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetSampledRequestsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetSampledRequestsCommandOutput/)
|
|
480
|
-
|
|
481
446
|
</details>
|
|
482
447
|
<details>
|
|
483
448
|
<summary>
|
|
@@ -485,7 +450,6 @@ GetWebACL
|
|
|
485
450
|
</summary>
|
|
486
451
|
|
|
487
452
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetWebACLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetWebACLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetWebACLCommandOutput/)
|
|
488
|
-
|
|
489
453
|
</details>
|
|
490
454
|
<details>
|
|
491
455
|
<summary>
|
|
@@ -493,7 +457,6 @@ GetWebACLForResource
|
|
|
493
457
|
</summary>
|
|
494
458
|
|
|
495
459
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetWebACLForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetWebACLForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetWebACLForResourceCommandOutput/)
|
|
496
|
-
|
|
497
460
|
</details>
|
|
498
461
|
<details>
|
|
499
462
|
<summary>
|
|
@@ -501,7 +464,6 @@ ListAPIKeys
|
|
|
501
464
|
</summary>
|
|
502
465
|
|
|
503
466
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListAPIKeysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListAPIKeysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListAPIKeysCommandOutput/)
|
|
504
|
-
|
|
505
467
|
</details>
|
|
506
468
|
<details>
|
|
507
469
|
<summary>
|
|
@@ -509,7 +471,6 @@ ListAvailableManagedRuleGroups
|
|
|
509
471
|
</summary>
|
|
510
472
|
|
|
511
473
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListAvailableManagedRuleGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListAvailableManagedRuleGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListAvailableManagedRuleGroupsCommandOutput/)
|
|
512
|
-
|
|
513
474
|
</details>
|
|
514
475
|
<details>
|
|
515
476
|
<summary>
|
|
@@ -517,7 +478,6 @@ ListAvailableManagedRuleGroupVersions
|
|
|
517
478
|
</summary>
|
|
518
479
|
|
|
519
480
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListAvailableManagedRuleGroupVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListAvailableManagedRuleGroupVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListAvailableManagedRuleGroupVersionsCommandOutput/)
|
|
520
|
-
|
|
521
481
|
</details>
|
|
522
482
|
<details>
|
|
523
483
|
<summary>
|
|
@@ -525,7 +485,6 @@ ListIPSets
|
|
|
525
485
|
</summary>
|
|
526
486
|
|
|
527
487
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListIPSetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListIPSetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListIPSetsCommandOutput/)
|
|
528
|
-
|
|
529
488
|
</details>
|
|
530
489
|
<details>
|
|
531
490
|
<summary>
|
|
@@ -533,7 +492,6 @@ ListLoggingConfigurations
|
|
|
533
492
|
</summary>
|
|
534
493
|
|
|
535
494
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListLoggingConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListLoggingConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListLoggingConfigurationsCommandOutput/)
|
|
536
|
-
|
|
537
495
|
</details>
|
|
538
496
|
<details>
|
|
539
497
|
<summary>
|
|
@@ -541,7 +499,6 @@ ListManagedRuleSets
|
|
|
541
499
|
</summary>
|
|
542
500
|
|
|
543
501
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListManagedRuleSetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListManagedRuleSetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListManagedRuleSetsCommandOutput/)
|
|
544
|
-
|
|
545
502
|
</details>
|
|
546
503
|
<details>
|
|
547
504
|
<summary>
|
|
@@ -549,7 +506,6 @@ ListMobileSdkReleases
|
|
|
549
506
|
</summary>
|
|
550
507
|
|
|
551
508
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListMobileSdkReleasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListMobileSdkReleasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListMobileSdkReleasesCommandOutput/)
|
|
552
|
-
|
|
553
509
|
</details>
|
|
554
510
|
<details>
|
|
555
511
|
<summary>
|
|
@@ -557,7 +513,6 @@ ListRegexPatternSets
|
|
|
557
513
|
</summary>
|
|
558
514
|
|
|
559
515
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListRegexPatternSetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListRegexPatternSetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListRegexPatternSetsCommandOutput/)
|
|
560
|
-
|
|
561
516
|
</details>
|
|
562
517
|
<details>
|
|
563
518
|
<summary>
|
|
@@ -565,7 +520,6 @@ ListResourcesForWebACL
|
|
|
565
520
|
</summary>
|
|
566
521
|
|
|
567
522
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListResourcesForWebACLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListResourcesForWebACLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListResourcesForWebACLCommandOutput/)
|
|
568
|
-
|
|
569
523
|
</details>
|
|
570
524
|
<details>
|
|
571
525
|
<summary>
|
|
@@ -573,7 +527,6 @@ ListRuleGroups
|
|
|
573
527
|
</summary>
|
|
574
528
|
|
|
575
529
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListRuleGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListRuleGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListRuleGroupsCommandOutput/)
|
|
576
|
-
|
|
577
530
|
</details>
|
|
578
531
|
<details>
|
|
579
532
|
<summary>
|
|
@@ -581,7 +534,6 @@ ListTagsForResource
|
|
|
581
534
|
</summary>
|
|
582
535
|
|
|
583
536
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListTagsForResourceCommandOutput/)
|
|
584
|
-
|
|
585
537
|
</details>
|
|
586
538
|
<details>
|
|
587
539
|
<summary>
|
|
@@ -589,7 +541,6 @@ ListWebACLs
|
|
|
589
541
|
</summary>
|
|
590
542
|
|
|
591
543
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/ListWebACLsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListWebACLsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/ListWebACLsCommandOutput/)
|
|
592
|
-
|
|
593
544
|
</details>
|
|
594
545
|
<details>
|
|
595
546
|
<summary>
|
|
@@ -597,7 +548,6 @@ PutLoggingConfiguration
|
|
|
597
548
|
</summary>
|
|
598
549
|
|
|
599
550
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/PutLoggingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/PutLoggingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/PutLoggingConfigurationCommandOutput/)
|
|
600
|
-
|
|
601
551
|
</details>
|
|
602
552
|
<details>
|
|
603
553
|
<summary>
|
|
@@ -605,7 +555,6 @@ PutManagedRuleSetVersions
|
|
|
605
555
|
</summary>
|
|
606
556
|
|
|
607
557
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/PutManagedRuleSetVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/PutManagedRuleSetVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/PutManagedRuleSetVersionsCommandOutput/)
|
|
608
|
-
|
|
609
558
|
</details>
|
|
610
559
|
<details>
|
|
611
560
|
<summary>
|
|
@@ -613,7 +562,6 @@ PutPermissionPolicy
|
|
|
613
562
|
</summary>
|
|
614
563
|
|
|
615
564
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/PutPermissionPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/PutPermissionPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/PutPermissionPolicyCommandOutput/)
|
|
616
|
-
|
|
617
565
|
</details>
|
|
618
566
|
<details>
|
|
619
567
|
<summary>
|
|
@@ -621,7 +569,6 @@ TagResource
|
|
|
621
569
|
</summary>
|
|
622
570
|
|
|
623
571
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/TagResourceCommandOutput/)
|
|
624
|
-
|
|
625
572
|
</details>
|
|
626
573
|
<details>
|
|
627
574
|
<summary>
|
|
@@ -629,7 +576,6 @@ UntagResource
|
|
|
629
576
|
</summary>
|
|
630
577
|
|
|
631
578
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UntagResourceCommandOutput/)
|
|
632
|
-
|
|
633
579
|
</details>
|
|
634
580
|
<details>
|
|
635
581
|
<summary>
|
|
@@ -637,7 +583,6 @@ UpdateIPSet
|
|
|
637
583
|
</summary>
|
|
638
584
|
|
|
639
585
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/UpdateIPSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UpdateIPSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UpdateIPSetCommandOutput/)
|
|
640
|
-
|
|
641
586
|
</details>
|
|
642
587
|
<details>
|
|
643
588
|
<summary>
|
|
@@ -645,7 +590,6 @@ UpdateManagedRuleSetVersionExpiryDate
|
|
|
645
590
|
</summary>
|
|
646
591
|
|
|
647
592
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/UpdateManagedRuleSetVersionExpiryDateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UpdateManagedRuleSetVersionExpiryDateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UpdateManagedRuleSetVersionExpiryDateCommandOutput/)
|
|
648
|
-
|
|
649
593
|
</details>
|
|
650
594
|
<details>
|
|
651
595
|
<summary>
|
|
@@ -653,7 +597,6 @@ UpdateRegexPatternSet
|
|
|
653
597
|
</summary>
|
|
654
598
|
|
|
655
599
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/UpdateRegexPatternSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UpdateRegexPatternSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UpdateRegexPatternSetCommandOutput/)
|
|
656
|
-
|
|
657
600
|
</details>
|
|
658
601
|
<details>
|
|
659
602
|
<summary>
|
|
@@ -661,7 +604,6 @@ UpdateRuleGroup
|
|
|
661
604
|
</summary>
|
|
662
605
|
|
|
663
606
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/UpdateRuleGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UpdateRuleGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UpdateRuleGroupCommandOutput/)
|
|
664
|
-
|
|
665
607
|
</details>
|
|
666
608
|
<details>
|
|
667
609
|
<summary>
|
|
@@ -669,5 +611,4 @@ UpdateWebACL
|
|
|
669
611
|
</summary>
|
|
670
612
|
|
|
671
613
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/UpdateWebACLCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UpdateWebACLCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/UpdateWebACLCommandOutput/)
|
|
672
|
-
|
|
673
614
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultWAFV2HttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultWAFV2HttpAuthSchemeParametersProvider = defaultWAFV2HttpAuthSchemeParametersProvider;
|