@aws-sdk/client-guardduty 3.934.0 → 3.936.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 (72) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +1505 -525
  3. package/dist-es/GuardDuty.js +4 -0
  4. package/dist-es/commands/GetMalwareScanCommand.js +16 -0
  5. package/dist-es/commands/ListMalwareScansCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/index.js +2 -1
  8. package/dist-es/models/enums.js +445 -0
  9. package/dist-es/models/errors.js +81 -0
  10. package/dist-es/models/models_0.js +1 -383
  11. package/dist-es/models/models_1.js +1 -77
  12. package/dist-es/pagination/ListMalwareScansPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/schemas/schemas_0.js +942 -68
  15. package/dist-types/GuardDuty.d.ts +15 -0
  16. package/dist-types/GuardDutyClient.d.ts +4 -2
  17. package/dist-types/commands/DescribeMalwareScansCommand.d.ts +1 -0
  18. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -1
  19. package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +1 -1
  20. package/dist-types/commands/GetDetectorCommand.d.ts +1 -1
  21. package/dist-types/commands/GetFilterCommand.d.ts +1 -1
  22. package/dist-types/commands/GetFindingsCommand.d.ts +34 -1
  23. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +1 -1
  24. package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
  25. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -1
  26. package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
  27. package/dist-types/commands/GetMalwareScanCommand.d.ts +164 -0
  28. package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +1 -1
  29. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -1
  30. package/dist-types/commands/GetMemberDetectorsCommand.d.ts +1 -1
  31. package/dist-types/commands/GetMembersCommand.d.ts +1 -1
  32. package/dist-types/commands/ListMalwareScansCommand.d.ts +110 -0
  33. package/dist-types/commands/StartMalwareScanCommand.d.ts +14 -2
  34. package/dist-types/commands/index.d.ts +2 -0
  35. package/dist-types/index.d.ts +4 -1
  36. package/dist-types/models/enums.d.ts +973 -0
  37. package/dist-types/models/errors.d.ts +112 -0
  38. package/dist-types/models/models_0.d.ts +1178 -784
  39. package/dist-types/models/models_1.d.ts +169 -893
  40. package/dist-types/pagination/ListMalwareScansPaginator.d.ts +7 -0
  41. package/dist-types/pagination/index.d.ts +1 -0
  42. package/dist-types/schemas/schemas_0.d.ts +30 -0
  43. package/dist-types/ts3.4/GuardDuty.d.ts +35 -0
  44. package/dist-types/ts3.4/GuardDutyClient.d.ts +12 -0
  45. package/dist-types/ts3.4/commands/GetAdministratorAccountCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/GetDetectorCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/GetFilterCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetFindingsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/GetFindingsStatisticsCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetInvitationsCountCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetMalwareProtectionPlanCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetMalwareScanCommand.d.ts +50 -0
  55. package/dist-types/ts3.4/commands/GetMalwareScanSettingsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/GetMasterAccountCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/GetMemberDetectorsCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListMalwareScansCommand.d.ts +50 -0
  60. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  61. package/dist-types/ts3.4/index.d.ts +4 -1
  62. package/dist-types/ts3.4/models/enums.d.ts +554 -0
  63. package/dist-types/ts3.4/models/errors.d.ts +45 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +329 -423
  65. package/dist-types/ts3.4/models/models_1.d.ts +68 -285
  66. package/dist-types/ts3.4/pagination/ListMalwareScansPaginator.d.ts +11 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  68. package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
  69. package/package.json +19 -19
  70. package/dist-es/models/index.js +0 -2
  71. package/dist-types/models/index.d.ts +0 -2
  72. package/dist-types/ts3.4/models/index.d.ts +0 -2
package/README.md CHANGED
@@ -549,6 +549,14 @@ GetMalwareProtectionPlan
549
549
 
550
550
  [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/)
551
551
 
552
+ </details>
553
+ <details>
554
+ <summary>
555
+ GetMalwareScan
556
+ </summary>
557
+
558
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/GetMalwareScanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetMalwareScanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/GetMalwareScanCommandOutput/)
559
+
552
560
  </details>
553
561
  <details>
554
562
  <summary>
@@ -693,6 +701,14 @@ ListMalwareProtectionPlans
693
701
 
694
702
  [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/)
695
703
 
704
+ </details>
705
+ <details>
706
+ <summary>
707
+ ListMalwareScans
708
+ </summary>
709
+
710
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/guardduty/command/ListMalwareScansCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListMalwareScansCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-guardduty/Interface/ListMalwareScansCommandOutput/)
711
+
696
712
  </details>
697
713
  <details>
698
714
  <summary>