@aws-sdk/client-guardduty 3.1024.0 → 3.1025.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 (76) hide show
  1. package/README.md +1 -20
  2. package/dist-cjs/schemas/schemas_0.js +97 -100
  3. package/dist-es/schemas/schemas_0.js +97 -100
  4. package/dist-types/GuardDuty.d.ts +1 -20
  5. package/dist-types/GuardDutyClient.d.ts +1 -20
  6. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +1 -2
  7. package/dist-types/commands/ArchiveFindingsCommand.d.ts +1 -5
  8. package/dist-types/commands/CreateDetectorCommand.d.ts +2 -24
  9. package/dist-types/commands/CreateFilterCommand.d.ts +1 -2
  10. package/dist-types/commands/CreateIPSetCommand.d.ts +1 -4
  11. package/dist-types/commands/CreateMalwareProtectionPlanCommand.d.ts +1 -3
  12. package/dist-types/commands/CreateMembersCommand.d.ts +1 -20
  13. package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +1 -2
  14. package/dist-types/commands/CreateSampleFindingsCommand.d.ts +1 -3
  15. package/dist-types/commands/CreateThreatEntitySetCommand.d.ts +1 -5
  16. package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +1 -3
  17. package/dist-types/commands/CreateTrustedEntitySetCommand.d.ts +1 -6
  18. package/dist-types/commands/DeclineInvitationsCommand.d.ts +1 -2
  19. package/dist-types/commands/DeleteIPSetCommand.d.ts +1 -2
  20. package/dist-types/commands/DeleteInvitationsCommand.d.ts +1 -2
  21. package/dist-types/commands/DeleteMalwareProtectionPlanCommand.d.ts +1 -3
  22. package/dist-types/commands/DeleteMembersCommand.d.ts +1 -5
  23. package/dist-types/commands/DeleteThreatEntitySetCommand.d.ts +1 -2
  24. package/dist-types/commands/DeleteTrustedEntitySetCommand.d.ts +1 -2
  25. package/dist-types/commands/DescribeMalwareScansCommand.d.ts +1 -5
  26. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -6
  27. package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +1 -2
  28. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +1 -3
  29. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +1 -10
  30. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +1 -7
  31. package/dist-types/commands/DisassociateMembersCommand.d.ts +1 -19
  32. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +1 -3
  33. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +1 -16
  34. package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +2 -5
  35. package/dist-types/commands/GetDetectorCommand.d.ts +2 -5
  36. package/dist-types/commands/GetFindingsCommand.d.ts +43 -43
  37. package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +1 -6
  38. package/dist-types/commands/GetInvitationsCountCommand.d.ts +1 -2
  39. package/dist-types/commands/GetMalwareProtectionPlanCommand.d.ts +1 -2
  40. package/dist-types/commands/GetMalwareScanCommand.d.ts +1 -5
  41. package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +1 -4
  42. package/dist-types/commands/GetMasterAccountCommand.d.ts +1 -2
  43. package/dist-types/commands/GetMemberDetectorsCommand.d.ts +2 -5
  44. package/dist-types/commands/GetMembersCommand.d.ts +1 -2
  45. package/dist-types/commands/GetOrganizationStatisticsCommand.d.ts +2 -5
  46. package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -3
  47. package/dist-types/commands/GetUsageStatisticsCommand.d.ts +4 -7
  48. package/dist-types/commands/InviteMembersCommand.d.ts +1 -26
  49. package/dist-types/commands/ListCoverageCommand.d.ts +4 -7
  50. package/dist-types/commands/ListFindingsCommand.d.ts +1 -3
  51. package/dist-types/commands/ListIPSetsCommand.d.ts +1 -3
  52. package/dist-types/commands/ListInvitationsCommand.d.ts +1 -2
  53. package/dist-types/commands/ListMalwareProtectionPlansCommand.d.ts +1 -2
  54. package/dist-types/commands/ListMalwareScansCommand.d.ts +1 -2
  55. package/dist-types/commands/ListMembersCommand.d.ts +1 -2
  56. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +1 -3
  57. package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +1 -2
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -4
  59. package/dist-types/commands/ListThreatEntitySetsCommand.d.ts +1 -3
  60. package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +1 -3
  61. package/dist-types/commands/ListTrustedEntitySetsCommand.d.ts +1 -3
  62. package/dist-types/commands/SendObjectMalwareScanCommand.d.ts +1 -3
  63. package/dist-types/commands/StartMalwareScanCommand.d.ts +1 -6
  64. package/dist-types/commands/StartMonitoringMembersCommand.d.ts +1 -2
  65. package/dist-types/commands/StopMonitoringMembersCommand.d.ts +1 -6
  66. package/dist-types/commands/UpdateDetectorCommand.d.ts +2 -10
  67. package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +1 -4
  68. package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +2 -10
  69. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -11
  70. package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +1 -2
  71. package/dist-types/index.d.ts +1 -20
  72. package/dist-types/models/models_0.d.ts +351 -1308
  73. package/dist-types/models/models_1.d.ts +151 -637
  74. package/dist-types/ts3.4/models/models_0.d.ts +8 -8
  75. package/dist-types/ts3.4/models/models_1.d.ts +1 -1
  76. package/package.json +1 -1
package/README.md CHANGED
@@ -6,26 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript GuardDuty Client for Node.js, Browser and React Native.
8
8
 
9
- <p>Amazon GuardDuty is a continuous security monitoring service that analyzes and processes
10
- the following foundational data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event
11
- logs, EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such
12
- as Amazon EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.
13
- It uses threat intelligence
14
- feeds, such as lists of malicious IPs and domains, and machine learning to identify
15
- unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment.
16
- This can include issues like escalations of privileges, uses of exposed credentials, or
17
- communication with malicious IPs, domains, or presence of malware on your Amazon EC2 instances
18
- and container workloads. For example, GuardDuty can detect compromised EC2 instances and
19
- container workloads serving malware, or mining bitcoin. </p>
20
- <p>GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise, such as
21
- unauthorized infrastructure deployments like EC2 instances deployed in a Region that has never
22
- been used, or unusual API calls like a password policy change to reduce password strength. </p>
23
- <p>GuardDuty informs you about the status of your Amazon Web Services environment by producing security
24
- findings that you can view in the GuardDuty console or through Amazon EventBridge. For more
25
- information, see the <i>
26
- <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
27
- GuardDuty User Guide</a>
28
- </i>. </p>
9
+ <p>Amazon GuardDuty is a continuous security monitoring service that analyzes and processes the following foundational data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event logs, EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such as Amazon EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances. It uses threat intelligence feeds, such as lists of malicious IPs and domains, and machine learning to identify unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment. This can include issues like escalations of privileges, uses of exposed credentials, or communication with malicious IPs, domains, or presence of malware on your Amazon EC2 instances and container workloads. For example, GuardDuty can detect compromised EC2 instances and container workloads serving malware, or mining bitcoin. </p> <p>GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise, such as unauthorized infrastructure deployments like EC2 instances deployed in a Region that has never been used, or unusual API calls like a password policy change to reduce password strength. </p> <p>GuardDuty informs you about the status of your Amazon Web Services environment by producing security findings that you can view in the GuardDuty console or through Amazon EventBridge. For more information, see the <i> <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon GuardDuty User Guide</a> </i>. </p>
29
10
 
30
11
  ## Installing
31
12