@aws-sdk/client-wafv2 3.315.0 → 3.317.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 (30) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/WAFV2.js +58 -672
  3. package/dist-cjs/commands/CreateAPIKeyCommand.js +45 -0
  4. package/dist-cjs/commands/GetDecryptedAPIKeyCommand.js +45 -0
  5. package/dist-cjs/commands/ListAPIKeysCommand.js +45 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/protocols/Aws_json1_1.js +179 -2
  8. package/dist-es/WAFV2.js +58 -672
  9. package/dist-es/commands/CreateAPIKeyCommand.js +41 -0
  10. package/dist-es/commands/GetDecryptedAPIKeyCommand.js +41 -0
  11. package/dist-es/commands/ListAPIKeysCommand.js +41 -0
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/protocols/Aws_json1_1.js +170 -0
  14. package/dist-types/WAFV2.d.ts +133 -432
  15. package/dist-types/WAFV2Client.d.ts +5 -2
  16. package/dist-types/commands/CreateAPIKeyCommand.d.ts +105 -0
  17. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +96 -0
  18. package/dist-types/commands/ListAPIKeysCommand.d.ts +97 -0
  19. package/dist-types/commands/index.d.ts +3 -0
  20. package/dist-types/models/models_0.d.ts +150 -11
  21. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  22. package/dist-types/ts3.4/WAFV2.d.ts +53 -1
  23. package/dist-types/ts3.4/WAFV2Client.d.ts +18 -0
  24. package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +34 -0
  25. package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +38 -0
  26. package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +34 -0
  27. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +31 -0
  29. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  30. package/package.json +6 -6
package/README.md CHANGED
@@ -279,6 +279,14 @@ CheckCapacity
279
279
 
280
280
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/classes/checkcapacitycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/checkcapacitycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/checkcapacitycommandoutput.html)
281
281
 
282
+ </details>
283
+ <details>
284
+ <summary>
285
+ CreateAPIKey
286
+ </summary>
287
+
288
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/classes/createapikeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/createapikeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/createapikeycommandoutput.html)
289
+
282
290
  </details>
283
291
  <details>
284
292
  <summary>
@@ -391,6 +399,14 @@ GenerateMobileSdkReleaseUrl
391
399
 
392
400
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/classes/generatemobilesdkreleaseurlcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/generatemobilesdkreleaseurlcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/generatemobilesdkreleaseurlcommandoutput.html)
393
401
 
402
+ </details>
403
+ <details>
404
+ <summary>
405
+ GetDecryptedAPIKey
406
+ </summary>
407
+
408
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/classes/getdecryptedapikeycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/getdecryptedapikeycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/getdecryptedapikeycommandoutput.html)
409
+
394
410
  </details>
395
411
  <details>
396
412
  <summary>
@@ -479,6 +495,14 @@ GetWebACLForResource
479
495
 
480
496
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/classes/getwebaclforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/getwebaclforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/getwebaclforresourcecommandoutput.html)
481
497
 
498
+ </details>
499
+ <details>
500
+ <summary>
501
+ ListAPIKeys
502
+ </summary>
503
+
504
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/classes/listapikeyscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/listapikeyscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-wafv2/interfaces/listapikeyscommandoutput.html)
505
+
482
506
  </details>
483
507
  <details>
484
508
  <summary>