@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
@@ -27,12 +27,7 @@ declare const StopMonitoringMembersCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Stops GuardDuty monitoring for the specified member accounts. Use the
31
- * <code>StartMonitoringMembers</code> operation to restart monitoring for those
32
- * accounts.</p>
33
- * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
34
- * <code>ALL</code>, you'll receive an error if you attempt to stop monitoring the member
35
- * accounts in your organization.</p>
30
+ * <p>Stops GuardDuty monitoring for the specified member accounts. Use the <code>StartMonitoringMembers</code> operation to restart monitoring for those accounts.</p> <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to <code>ALL</code>, you'll receive an error if you attempt to stop monitoring the member accounts in your organization.</p>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -27,15 +27,7 @@ declare const UpdateDetectorCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the GuardDuty detector specified by the detector ID.</p>
31
- * <p>Specifying both EKS Runtime Monitoring (<code>EKS_RUNTIME_MONITORING</code>)
32
- * and Runtime Monitoring (<code>RUNTIME_MONITORING</code>) will cause an error.
33
- * You can add only one of these two features because Runtime Monitoring already includes the
34
- * threat detection for Amazon EKS resources. For more information, see
35
- * <a href="https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html">Runtime Monitoring</a>.</p>
36
- * <p>There might be regional differences because some data sources might not be
37
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
38
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
30
+ * <p>Updates the GuardDuty detector specified by the detector ID.</p> <p>Specifying both EKS Runtime Monitoring (<code>EKS_RUNTIME_MONITORING</code>) and Runtime Monitoring (<code>RUNTIME_MONITORING</code>) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html">Runtime Monitoring</a>.</p> <p>There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
39
31
  * @example
40
32
  * Use a bare-bones client and the command you need to make an API call.
41
33
  * ```javascript
@@ -65,7 +57,7 @@ declare const UpdateDetectorCommand_base: {
65
57
  * },
66
58
  * Features: [ // DetectorFeatureConfigurations
67
59
  * { // DetectorFeatureConfiguration
68
- * Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "EKS_RUNTIME_MONITORING" || "LAMBDA_NETWORK_LOGS" || "RUNTIME_MONITORING",
60
+ * Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "LAMBDA_NETWORK_LOGS" || "EKS_RUNTIME_MONITORING" || "RUNTIME_MONITORING",
69
61
  * Status: "ENABLED" || "DISABLED",
70
62
  * AdditionalConfiguration: [ // DetectorAdditionalConfigurations
71
63
  * { // DetectorAdditionalConfiguration
@@ -27,10 +27,7 @@ declare const UpdateMalwareScanSettingsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates the malware scan settings.</p>
31
- * <p>There might be regional differences because some data sources might not be
32
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
33
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
30
+ * <p>Updates the malware scan settings.</p> <p>There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
34
31
  * @example
35
32
  * Use a bare-bones client and the command you need to make an API call.
36
33
  * ```javascript
@@ -27,15 +27,7 @@ declare const UpdateMemberDetectorsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Contains information on member accounts to be updated.</p>
31
- * <p>Specifying both EKS Runtime Monitoring (<code>EKS_RUNTIME_MONITORING</code>)
32
- * and Runtime Monitoring (<code>RUNTIME_MONITORING</code>) will cause an error.
33
- * You can add only one of these two features because Runtime Monitoring already includes the
34
- * threat detection for Amazon EKS resources. For more information, see
35
- * <a href="https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html">Runtime Monitoring</a>.</p>
36
- * <p>There might be regional differences because some data sources might not be
37
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
38
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
30
+ * <p>Contains information on member accounts to be updated.</p> <p>Specifying both EKS Runtime Monitoring (<code>EKS_RUNTIME_MONITORING</code>) and Runtime Monitoring (<code>RUNTIME_MONITORING</code>) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html">Runtime Monitoring</a>.</p> <p>There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
39
31
  * @example
40
32
  * Use a bare-bones client and the command you need to make an API call.
41
33
  * ```javascript
@@ -66,7 +58,7 @@ declare const UpdateMemberDetectorsCommand_base: {
66
58
  * },
67
59
  * Features: [ // MemberFeaturesConfigurations
68
60
  * { // MemberFeaturesConfiguration
69
- * Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "EKS_RUNTIME_MONITORING" || "LAMBDA_NETWORK_LOGS" || "RUNTIME_MONITORING",
61
+ * Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "LAMBDA_NETWORK_LOGS" || "EKS_RUNTIME_MONITORING" || "RUNTIME_MONITORING",
70
62
  * Status: "ENABLED" || "DISABLED",
71
63
  * AdditionalConfiguration: [ // MemberAdditionalConfigurations
72
64
  * { // MemberAdditionalConfiguration
@@ -27,16 +27,7 @@ declare const UpdateOrganizationConfigurationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Configures the delegated administrator account with the provided values. You must provide
31
- * a value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>, but not both. </p>
32
- * <p>Specifying both EKS Runtime Monitoring (<code>EKS_RUNTIME_MONITORING</code>)
33
- * and Runtime Monitoring (<code>RUNTIME_MONITORING</code>) will cause an error.
34
- * You can add only one of these two features because Runtime Monitoring already includes the
35
- * threat detection for Amazon EKS resources. For more information, see
36
- * <a href="https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html">Runtime Monitoring</a>.</p>
37
- * <p>There might be regional differences because some data sources might not be
38
- * available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
39
- * information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
30
+ * <p>Configures the delegated administrator account with the provided values. You must provide a value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>, but not both. </p> <p>Specifying both EKS Runtime Monitoring (<code>EKS_RUNTIME_MONITORING</code>) and Runtime Monitoring (<code>RUNTIME_MONITORING</code>) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/runtime-monitoring.html">Runtime Monitoring</a>.</p> <p>There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
40
31
  * @example
41
32
  * Use a bare-bones client and the command you need to make an API call.
42
33
  * ```javascript
@@ -67,7 +58,7 @@ declare const UpdateOrganizationConfigurationCommand_base: {
67
58
  * },
68
59
  * Features: [ // OrganizationFeaturesConfigurations
69
60
  * { // OrganizationFeatureConfiguration
70
- * Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "EKS_RUNTIME_MONITORING" || "LAMBDA_NETWORK_LOGS" || "RUNTIME_MONITORING",
61
+ * Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "LAMBDA_NETWORK_LOGS" || "EKS_RUNTIME_MONITORING" || "RUNTIME_MONITORING",
71
62
  * AutoEnable: "NEW" || "NONE" || "ALL",
72
63
  * AdditionalConfiguration: [ // OrganizationAdditionalConfigurations
73
64
  * { // OrganizationAdditionalConfiguration
@@ -27,8 +27,7 @@ declare const UpdatePublishingDestinationCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Updates information about the publishing destination specified by the
31
- * <code>destinationId</code>.</p>
30
+ * <p>Updates information about the publishing destination specified by the <code>destinationId</code>.</p>
32
31
  * @example
33
32
  * Use a bare-bones client and the command you need to make an API call.
34
33
  * ```javascript
@@ -1,24 +1,5 @@
1
1
  /**
2
- * <p>Amazon GuardDuty is a continuous security monitoring service that analyzes and processes
3
- * the following foundational data sources - VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event
4
- * logs, EKS audit logs, DNS logs, Amazon EBS volume data, runtime activity belonging to container workloads, such
5
- * as Amazon EKS, Amazon ECS (including Amazon Web Services Fargate), and Amazon EC2 instances.
6
- * It uses threat intelligence
7
- * feeds, such as lists of malicious IPs and domains, and machine learning to identify
8
- * unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment.
9
- * This can include issues like escalations of privileges, uses of exposed credentials, or
10
- * communication with malicious IPs, domains, or presence of malware on your Amazon EC2 instances
11
- * and container workloads. For example, GuardDuty can detect compromised EC2 instances and
12
- * container workloads serving malware, or mining bitcoin. </p>
13
- * <p>GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise, such as
14
- * unauthorized infrastructure deployments like EC2 instances deployed in a Region that has never
15
- * been used, or unusual API calls like a password policy change to reduce password strength. </p>
16
- * <p>GuardDuty informs you about the status of your Amazon Web Services environment by producing security
17
- * findings that you can view in the GuardDuty console or through Amazon EventBridge. For more
18
- * information, see the <i>
19
- * <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
20
- * GuardDuty User Guide</a>
21
- * </i>. </p>
2
+ * <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>
22
3
  *
23
4
  * @packageDocumentation
24
5
  */