@aws-sdk/client-guardduty 3.592.0 → 3.596.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 (42) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +429 -25
  3. package/dist-es/GuardDuty.js +10 -0
  4. package/dist-es/commands/CreateMalwareProtectionPlanCommand.js +24 -0
  5. package/dist-es/commands/DeleteMalwareProtectionPlanCommand.js +24 -0
  6. package/dist-es/commands/GetMalwareProtectionPlanCommand.js +24 -0
  7. package/dist-es/commands/ListMalwareProtectionPlansCommand.js +24 -0
  8. package/dist-es/commands/UpdateMalwareProtectionPlanCommand.js +24 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/models_0.js +23 -23
  11. package/dist-es/models/models_1.js +23 -0
  12. package/dist-es/protocols/Aws_restJson1.js +282 -1
  13. package/dist-types/GuardDuty.d.ts +36 -0
  14. package/dist-types/GuardDutyClient.d.ts +7 -2
  15. package/dist-types/commands/CreateMalwareProtectionPlanCommand.d.ts +91 -0
  16. package/dist-types/commands/DeleteMalwareProtectionPlanCommand.d.ts +72 -0
  17. package/dist-types/commands/GetFindingsCommand.d.ts +23 -0
  18. package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +98 -0
  19. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +1 -1
  20. package/dist-types/commands/InviteMembersCommand.d.ts +1 -1
  21. package/dist-types/commands/ListCoverageCommand.d.ts +1 -1
  22. package/dist-types/commands/ListMalwareProtectionPlansCommand.d.ts +75 -0
  23. package/dist-types/commands/UpdateMalwareProtectionPlanCommand.d.ts +83 -0
  24. package/dist-types/commands/index.d.ts +5 -0
  25. package/dist-types/models/models_0.d.ts +331 -376
  26. package/dist-types/models/models_1.d.ts +469 -1
  27. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  28. package/dist-types/ts3.4/GuardDuty.d.ts +86 -0
  29. package/dist-types/ts3.4/GuardDutyClient.d.ts +30 -0
  30. package/dist-types/ts3.4/commands/CreateMalwareProtectionPlanCommand.d.ts +40 -0
  31. package/dist-types/ts3.4/commands/DeleteMalwareProtectionPlanCommand.d.ts +36 -0
  32. package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +40 -0
  33. package/dist-types/ts3.4/commands/GetUsageStatisticsCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/InviteMembersCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ListMalwareProtectionPlansCommand.d.ts +40 -0
  37. package/dist-types/ts3.4/commands/UpdateMalwareProtectionPlanCommand.d.ts +36 -0
  38. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  39. package/dist-types/ts3.4/models/models_0.d.ts +86 -100
  40. package/dist-types/ts3.4/models/models_1.d.ts +127 -0
  41. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  42. package/package.json +4 -4
package/README.md CHANGED
@@ -269,6 +269,14 @@ CreateIPSet
269
269
 
270
270
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/CreateIPSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/CreateIPSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/CreateIPSetCommandOutput/)
271
271
 
272
+ </details>
273
+ <details>
274
+ <summary>
275
+ CreateMalwareProtectionPlan
276
+ </summary>
277
+
278
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/CreateMalwareProtectionPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/CreateMalwareProtectionPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/CreateMalwareProtectionPlanCommandOutput/)
279
+
272
280
  </details>
273
281
  <details>
274
282
  <summary>
@@ -341,6 +349,14 @@ DeleteIPSet
341
349
 
342
350
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/DeleteIPSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/DeleteIPSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/DeleteIPSetCommandOutput/)
343
351
 
352
+ </details>
353
+ <details>
354
+ <summary>
355
+ DeleteMalwareProtectionPlan
356
+ </summary>
357
+
358
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/DeleteMalwareProtectionPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/DeleteMalwareProtectionPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/DeleteMalwareProtectionPlanCommandOutput/)
359
+
344
360
  </details>
345
361
  <details>
346
362
  <summary>
@@ -493,6 +509,14 @@ GetIPSet
493
509
 
494
510
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/GetIPSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetIPSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetIPSetCommandOutput/)
495
511
 
512
+ </details>
513
+ <details>
514
+ <summary>
515
+ GetMalwareProtectionPlan
516
+ </summary>
517
+
518
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/GetMalwareProtectionPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetMalwareProtectionPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetMalwareProtectionPlanCommandOutput/)
519
+
496
520
  </details>
497
521
  <details>
498
522
  <summary>
@@ -613,6 +637,14 @@ ListIPSets
613
637
 
614
638
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/ListIPSetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListIPSetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListIPSetsCommandOutput/)
615
639
 
640
+ </details>
641
+ <details>
642
+ <summary>
643
+ ListMalwareProtectionPlans
644
+ </summary>
645
+
646
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/ListMalwareProtectionPlansCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListMalwareProtectionPlansCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListMalwareProtectionPlansCommandOutput/)
647
+
616
648
  </details>
617
649
  <details>
618
650
  <summary>
@@ -733,6 +765,14 @@ UpdateIPSet
733
765
 
734
766
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/UpdateIPSetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/UpdateIPSetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/UpdateIPSetCommandOutput/)
735
767
 
768
+ </details>
769
+ <details>
770
+ <summary>
771
+ UpdateMalwareProtectionPlan
772
+ </summary>
773
+
774
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/UpdateMalwareProtectionPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/UpdateMalwareProtectionPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/UpdateMalwareProtectionPlanCommandOutput/)
775
+
736
776
  </details>
737
777
  <details>
738
778
  <summary>