@aws-sdk/client-guardduty 3.540.0 → 3.544.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.
package/dist-cjs/index.js CHANGED
@@ -507,6 +507,7 @@ var CoverageStatisticsType = {
507
507
  COUNT_BY_RESOURCE_TYPE: "COUNT_BY_RESOURCE_TYPE"
508
508
  };
509
509
  var FeatureAdditionalConfiguration = {
510
+ EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT",
510
511
  ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT",
511
512
  EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT"
512
513
  };
@@ -588,6 +589,7 @@ var OrgFeatureStatus = {
588
589
  NONE: "NONE"
589
590
  };
590
591
  var OrgFeatureAdditionalConfiguration = {
592
+ EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT",
591
593
  ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT",
592
594
  EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT"
593
595
  };
@@ -4227,6 +4229,7 @@ var de_ResourceDetails = /* @__PURE__ */ __name((output, context) => {
4227
4229
  var de_RuntimeContext = /* @__PURE__ */ __name((output, context) => {
4228
4230
  return (0, import_smithy_client.take)(output, {
4229
4231
  AddressFamily: [, import_smithy_client.expectString, `addressFamily`],
4232
+ CommandLineExample: [, import_smithy_client.expectString, `commandLineExample`],
4230
4233
  FileSystemType: [, import_smithy_client.expectString, `fileSystemType`],
4231
4234
  Flags: [, import_smithy_client._json, `flags`],
4232
4235
  IanaProtocolNumber: [, import_smithy_client.expectInt32, `ianaProtocolNumber`],
@@ -4243,9 +4246,13 @@ var de_RuntimeContext = /* @__PURE__ */ __name((output, context) => {
4243
4246
  ReleaseAgentPath: [, import_smithy_client.expectString, `releaseAgentPath`],
4244
4247
  RuncBinaryPath: [, import_smithy_client.expectString, `runcBinaryPath`],
4245
4248
  ScriptPath: [, import_smithy_client.expectString, `scriptPath`],
4249
+ ServiceName: [, import_smithy_client.expectString, `serviceName`],
4246
4250
  ShellHistoryFilePath: [, import_smithy_client.expectString, `shellHistoryFilePath`],
4247
4251
  SocketPath: [, import_smithy_client.expectString, `socketPath`],
4248
- TargetProcess: [, (_) => de_ProcessDetails(_, context), `targetProcess`]
4252
+ TargetProcess: [, (_) => de_ProcessDetails(_, context), `targetProcess`],
4253
+ ThreatFilePath: [, import_smithy_client.expectString, `threatFilePath`],
4254
+ ToolCategory: [, import_smithy_client.expectString, `toolCategory`],
4255
+ ToolName: [, import_smithy_client.expectString, `toolName`]
4249
4256
  });
4250
4257
  }, "de_RuntimeContext");
4251
4258
  var de_RuntimeDetails = /* @__PURE__ */ __name((output, context) => {
@@ -4451,6 +4458,7 @@ var de_ThreatDetectedByName = /* @__PURE__ */ __name((output, context) => {
4451
4458
  }, "de_ThreatDetectedByName");
4452
4459
  var de_ThreatIntelligenceDetail = /* @__PURE__ */ __name((output, context) => {
4453
4460
  return (0, import_smithy_client.take)(output, {
4461
+ ThreatFileSha256: [, import_smithy_client.expectString, `threatFileSha256`],
4454
4462
  ThreatListName: [, import_smithy_client.expectString, `threatListName`],
4455
4463
  ThreatNames: [, import_smithy_client._json, `threatNames`]
4456
4464
  });
@@ -138,6 +138,7 @@ export const CoverageStatisticsType = {
138
138
  COUNT_BY_RESOURCE_TYPE: "COUNT_BY_RESOURCE_TYPE",
139
139
  };
140
140
  export const FeatureAdditionalConfiguration = {
141
+ EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT",
141
142
  ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT",
142
143
  EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT",
143
144
  };
@@ -219,6 +220,7 @@ export const OrgFeatureStatus = {
219
220
  NONE: "NONE",
220
221
  };
221
222
  export const OrgFeatureAdditionalConfiguration = {
223
+ EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT",
222
224
  ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT",
223
225
  EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT",
224
226
  };
@@ -3437,6 +3437,7 @@ const de_ResourceDetails = (output, context) => {
3437
3437
  const de_RuntimeContext = (output, context) => {
3438
3438
  return take(output, {
3439
3439
  AddressFamily: [, __expectString, `addressFamily`],
3440
+ CommandLineExample: [, __expectString, `commandLineExample`],
3440
3441
  FileSystemType: [, __expectString, `fileSystemType`],
3441
3442
  Flags: [, _json, `flags`],
3442
3443
  IanaProtocolNumber: [, __expectInt32, `ianaProtocolNumber`],
@@ -3453,9 +3454,13 @@ const de_RuntimeContext = (output, context) => {
3453
3454
  ReleaseAgentPath: [, __expectString, `releaseAgentPath`],
3454
3455
  RuncBinaryPath: [, __expectString, `runcBinaryPath`],
3455
3456
  ScriptPath: [, __expectString, `scriptPath`],
3457
+ ServiceName: [, __expectString, `serviceName`],
3456
3458
  ShellHistoryFilePath: [, __expectString, `shellHistoryFilePath`],
3457
3459
  SocketPath: [, __expectString, `socketPath`],
3458
3460
  TargetProcess: [, (_) => de_ProcessDetails(_, context), `targetProcess`],
3461
+ ThreatFilePath: [, __expectString, `threatFilePath`],
3462
+ ToolCategory: [, __expectString, `toolCategory`],
3463
+ ToolName: [, __expectString, `toolName`],
3459
3464
  });
3460
3465
  };
3461
3466
  const de_RuntimeDetails = (output, context) => {
@@ -3668,6 +3673,7 @@ const de_ThreatDetectedByName = (output, context) => {
3668
3673
  };
3669
3674
  const de_ThreatIntelligenceDetail = (output, context) => {
3670
3675
  return take(output, {
3676
+ ThreatFileSha256: [, __expectString, `threatFileSha256`],
3671
3677
  ThreatListName: [, __expectString, `threatListName`],
3672
3678
  ThreatNames: [, _json, `threatNames`],
3673
3679
  });
@@ -83,7 +83,7 @@ declare const CreateDetectorCommand_base: {
83
83
  * Status: "ENABLED" || "DISABLED",
84
84
  * AdditionalConfiguration: [ // DetectorAdditionalConfigurations
85
85
  * { // DetectorAdditionalConfiguration
86
- * Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT",
86
+ * Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT" || "EC2_AGENT_MANAGEMENT",
87
87
  * Status: "ENABLED" || "DISABLED",
88
88
  * },
89
89
  * ],
@@ -38,14 +38,14 @@ declare const CreateMembersCommand_base: {
38
38
  * accounts in this request, irrespective of the accounts being new or existing members. For
39
39
  * more information about the existing auto-enable settings for your organization, see
40
40
  * <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DescribeOrganizationConfiguration.html">DescribeOrganizationConfiguration</a>.</p>
41
- * <p>If you are adding accounts by invitation, before using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a>, use
42
- * <code>CreateMembers</code> after GuardDuty has been enabled in potential member accounts.</p>
43
- * <p>If you disassociate a member from a GuardDuty
44
- * delegated administrator, the member account details
41
+ * <p>If you disassociate a member account that was added by invitation, the member account details
45
42
  * obtained from this API, including the associated email addresses, will be retained.
46
43
  * This is done so that the delegated administrator can invoke the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a> API without the need to invoke the CreateMembers API again. To
47
44
  * remove the details associated with a member account, the delegated administrator must invoke the
48
45
  * <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html">DeleteMembers</a> API. </p>
46
+ * <p>When the member accounts added through Organizations are later disassociated, you (administrator)
47
+ * can't invite them by calling the InviteMembers API. You can create an association with these
48
+ * member accounts again only by calling the CreateMembers API.</p>
49
49
  * @example
50
50
  * Use a bare-bones client and the command you need to make an API call.
51
51
  * ```javascript
@@ -70,7 +70,7 @@ declare const DescribeOrganizationConfigurationCommand_base: {
70
70
  * // AutoEnable: "NEW" || "NONE" || "ALL",
71
71
  * // AdditionalConfiguration: [ // OrganizationAdditionalConfigurationResults
72
72
  * // { // OrganizationAdditionalConfigurationResult
73
- * // Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT",
73
+ * // Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT" || "EC2_AGENT_MANAGEMENT",
74
74
  * // AutoEnable: "NEW" || "NONE" || "ALL",
75
75
  * // },
76
76
  * // ],
@@ -37,6 +37,14 @@ declare const DisassociateMembersCommand_base: {
37
37
  * <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
38
38
  * <code>ALL</code>, you'll receive an error if you attempt to disassociate a member account
39
39
  * before removing them from your organization.</p>
40
+ * <p>If you disassociate a member account that was added by invitation, the member account details
41
+ * obtained from this API, including the associated email addresses, will be retained.
42
+ * This is done so that the delegated administrator can invoke the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a> API without the need to invoke the CreateMembers API again. To
43
+ * remove the details associated with a member account, the delegated administrator must invoke the
44
+ * <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html">DeleteMembers</a> API. </p>
45
+ * <p>When the member accounts added through Organizations are later disassociated, you (administrator)
46
+ * can't invite them by calling the InviteMembers API. You can create an association with these
47
+ * member accounts again only by calling the CreateMembers API.</p>
40
48
  * @example
41
49
  * Use a bare-bones client and the command you need to make an API call.
42
50
  * ```javascript
@@ -85,7 +85,7 @@ declare const GetDetectorCommand_base: {
85
85
  * // UpdatedAt: new Date("TIMESTAMP"),
86
86
  * // AdditionalConfiguration: [ // DetectorAdditionalConfigurationResults
87
87
  * // { // DetectorAdditionalConfigurationResult
88
- * // Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT",
88
+ * // Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT" || "EC2_AGENT_MANAGEMENT",
89
89
  * // Status: "ENABLED" || "DISABLED",
90
90
  * // UpdatedAt: new Date("TIMESTAMP"),
91
91
  * // },
@@ -577,6 +577,7 @@ declare const GetFindingsCommand_base: {
577
577
  * // ThreatNames: [ // ThreatNames
578
578
  * // "STRING_VALUE",
579
579
  * // ],
580
+ * // ThreatFileSha256: "STRING_VALUE",
580
581
  * // },
581
582
  * // ],
582
583
  * // },
@@ -743,6 +744,11 @@ declare const GetFindingsCommand_base: {
743
744
  * // MemoryRegions: [ // MemoryRegionsList
744
745
  * // "STRING_VALUE",
745
746
  * // ],
747
+ * // ToolName: "STRING_VALUE",
748
+ * // ToolCategory: "STRING_VALUE",
749
+ * // ServiceName: "STRING_VALUE",
750
+ * // CommandLineExample: "STRING_VALUE",
751
+ * // ThreatFilePath: "STRING_VALUE",
746
752
  * // },
747
753
  * // },
748
754
  * // Detection: { // Detection
@@ -83,7 +83,7 @@ declare const GetMemberDetectorsCommand_base: {
83
83
  * // UpdatedAt: new Date("TIMESTAMP"),
84
84
  * // AdditionalConfiguration: [ // MemberAdditionalConfigurationResults
85
85
  * // { // MemberAdditionalConfigurationResult
86
- * // Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT",
86
+ * // Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT" || "EC2_AGENT_MANAGEMENT",
87
87
  * // Status: "ENABLED" || "DISABLED",
88
88
  * // UpdatedAt: new Date("TIMESTAMP"),
89
89
  * // },
@@ -53,7 +53,7 @@ declare const GetOrganizationStatisticsCommand_base: {
53
53
  * // EnabledAccountsCount: Number("int"),
54
54
  * // AdditionalConfiguration: [ // OrganizationFeatureStatisticsAdditionalConfigurations
55
55
  * // { // OrganizationFeatureStatisticsAdditionalConfiguration
56
- * // Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT",
56
+ * // Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT" || "EC2_AGENT_MANAGEMENT",
57
57
  * // EnabledAccountsCount: Number("int"),
58
58
  * // },
59
59
  * // ],
@@ -44,6 +44,14 @@ declare const InviteMembersCommand_base: {
44
44
  * <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html">CreateMembers</a> again. To
45
45
  * remove the details associated with a member account, you must also invoke
46
46
  * <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html">DeleteMembers</a>. </p>
47
+ * <p>If you disassociate a member account that was added by invitation, the member account details
48
+ * obtained from this API, including the associated email addresses, will be retained.
49
+ * This is done so that the delegated administrator can invoke the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a> API without the need to invoke the CreateMembers API again. To
50
+ * remove the details associated with a member account, the delegated administrator must invoke the
51
+ * <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html">DeleteMembers</a> API. </p>
52
+ * <p>When the member accounts added through Organizations are later disassociated, you (administrator)
53
+ * can't invite them by calling the InviteMembers API. You can create an association with these
54
+ * member accounts again only by calling the CreateMembers API.</p>
47
55
  * @example
48
56
  * Use a bare-bones client and the command you need to make an API call.
49
57
  * ```javascript
@@ -66,7 +66,7 @@ declare const UpdateDetectorCommand_base: {
66
66
  * Status: "ENABLED" || "DISABLED",
67
67
  * AdditionalConfiguration: [ // DetectorAdditionalConfigurations
68
68
  * { // DetectorAdditionalConfiguration
69
- * Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT",
69
+ * Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT" || "EC2_AGENT_MANAGEMENT",
70
70
  * Status: "ENABLED" || "DISABLED",
71
71
  * },
72
72
  * ],
@@ -67,7 +67,7 @@ declare const UpdateMemberDetectorsCommand_base: {
67
67
  * Status: "ENABLED" || "DISABLED",
68
68
  * AdditionalConfiguration: [ // MemberAdditionalConfigurations
69
69
  * { // MemberAdditionalConfiguration
70
- * Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT",
70
+ * Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT" || "EC2_AGENT_MANAGEMENT",
71
71
  * Status: "ENABLED" || "DISABLED",
72
72
  * },
73
73
  * ],
@@ -68,7 +68,7 @@ declare const UpdateOrganizationConfigurationCommand_base: {
68
68
  * AutoEnable: "NEW" || "NONE" || "ALL",
69
69
  * AdditionalConfiguration: [ // OrganizationAdditionalConfigurations
70
70
  * { // OrganizationAdditionalConfiguration
71
- * Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT",
71
+ * Name: "EKS_ADDON_MANAGEMENT" || "ECS_FARGATE_AGENT_MANAGEMENT" || "EC2_AGENT_MANAGEMENT",
72
72
  * AutoEnable: "NEW" || "NONE" || "ALL",
73
73
  * },
74
74
  * ],
@@ -559,7 +559,8 @@ export interface DnsRequestAction {
559
559
  Blocked?: boolean;
560
560
  /**
561
561
  * <p>The second and top level domain involved in the
562
- * activity that prompted GuardDuty to generate this finding.</p>
562
+ * activity that potentially prompted GuardDuty to generate this finding.
563
+ * For a list of top-level and second-level domains, see <a href="https://publicsuffix.org/">public suffix list</a>.</p>
563
564
  * @public
564
565
  */
565
566
  DomainWithSuffix?: string;
@@ -1440,13 +1441,7 @@ export declare const ManagementType: {
1440
1441
  */
1441
1442
  export type ManagementType = (typeof ManagementType)[keyof typeof ManagementType];
1442
1443
  /**
1443
- * <note>
1444
- * <p>This API is also used when you use GuardDuty Runtime Monitoring
1445
- * for your Amazon EC2 instances (currently in preview
1446
- * release) and is subject to change. The use of this API is subject to Section 2 of the
1447
- * <a href="http://aws.amazon.com/service-terms/">Amazon Web Services Service Terms</a> ("Betas and Previews").</p>
1448
- * </note>
1449
- * <p>Contains information about the Amazon EC2 instance runtime
1444
+ * <p>Contains information about the Amazon EC2 instance runtime
1450
1445
  * coverage details.</p>
1451
1446
  * @public
1452
1447
  */
@@ -1678,13 +1673,7 @@ export interface CoverageResourceDetails {
1678
1673
  */
1679
1674
  EcsClusterDetails?: CoverageEcsClusterDetails;
1680
1675
  /**
1681
- * <note>
1682
- * <p>This API is also used when you use GuardDuty Runtime Monitoring
1683
- * for your Amazon EC2 instances (currently in preview
1684
- * release) and is subject to change. The use of this API is subject to Section 2 of the
1685
- * <a href="http://aws.amazon.com/service-terms/">Amazon Web Services Service Terms</a> ("Betas and Previews").</p>
1686
- * </note>
1687
- * <p>Information about the Amazon EC2 instance assessed
1676
+ * <p>Information about the Amazon EC2 instance assessed
1688
1677
  * for runtime coverage.</p>
1689
1678
  * @public
1690
1679
  */
@@ -1894,6 +1883,7 @@ export interface DataSourceConfigurations {
1894
1883
  * @enum
1895
1884
  */
1896
1885
  export declare const FeatureAdditionalConfiguration: {
1886
+ readonly EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT";
1897
1887
  readonly ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT";
1898
1888
  readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
1899
1889
  };
@@ -3537,6 +3527,7 @@ export type OrgFeatureStatus = (typeof OrgFeatureStatus)[keyof typeof OrgFeature
3537
3527
  * @enum
3538
3528
  */
3539
3529
  export declare const OrgFeatureAdditionalConfiguration: {
3530
+ readonly EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT";
3540
3531
  readonly ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT";
3541
3532
  readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
3542
3533
  };
@@ -4421,6 +4412,11 @@ export interface ThreatIntelligenceDetail {
4421
4412
  * @public
4422
4413
  */
4423
4414
  ThreatNames?: string[];
4415
+ /**
4416
+ * <p>SHA256 of the file that generated the finding.</p>
4417
+ * @public
4418
+ */
4419
+ ThreatFileSha256?: string;
4424
4420
  }
4425
4421
  /**
4426
4422
  * <p>Contains information about the reason that the finding was generated.</p>
@@ -5319,6 +5315,32 @@ export interface RuntimeContext {
5319
5315
  * @public
5320
5316
  */
5321
5317
  MemoryRegions?: string[];
5318
+ /**
5319
+ * <p>Name of the potentially suspicious tool.</p>
5320
+ * @public
5321
+ */
5322
+ ToolName?: string;
5323
+ /**
5324
+ * <p>Category that the tool belongs to. Some of the examples
5325
+ * are Backdoor Tool, Pentest Tool, Network Scanner, and Network Sniffer.</p>
5326
+ * @public
5327
+ */
5328
+ ToolCategory?: string;
5329
+ /**
5330
+ * <p>Name of the security service that has been potentially disabled.</p>
5331
+ * @public
5332
+ */
5333
+ ServiceName?: string;
5334
+ /**
5335
+ * <p>Example of the command line involved in the suspicious activity.</p>
5336
+ * @public
5337
+ */
5338
+ CommandLineExample?: string;
5339
+ /**
5340
+ * <p>The suspicious file path for which the threat intelligence details were found.</p>
5341
+ * @public
5342
+ */
5343
+ ThreatFilePath?: string;
5322
5344
  }
5323
5345
  /**
5324
5346
  * <p>Information about the process and any required context values for a specific
@@ -490,6 +490,7 @@ export interface DataSourceConfigurations {
490
490
  MalwareProtection?: MalwareProtectionConfiguration;
491
491
  }
492
492
  export declare const FeatureAdditionalConfiguration: {
493
+ readonly EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT";
493
494
  readonly ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT";
494
495
  readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
495
496
  };
@@ -856,6 +857,7 @@ export declare const OrgFeatureStatus: {
856
857
  export type OrgFeatureStatus =
857
858
  (typeof OrgFeatureStatus)[keyof typeof OrgFeatureStatus];
858
859
  export declare const OrgFeatureAdditionalConfiguration: {
860
+ readonly EC2_AGENT_MANAGEMENT: "EC2_AGENT_MANAGEMENT";
859
861
  readonly ECS_FARGATE_AGENT_MANAGEMENT: "ECS_FARGATE_AGENT_MANAGEMENT";
860
862
  readonly EKS_ADDON_MANAGEMENT: "EKS_ADDON_MANAGEMENT";
861
863
  };
@@ -1069,6 +1071,7 @@ export interface EnableOrganizationAdminAccountResponse {}
1069
1071
  export interface ThreatIntelligenceDetail {
1070
1072
  ThreatListName?: string;
1071
1073
  ThreatNames?: string[];
1074
+ ThreatFileSha256?: string;
1072
1075
  }
1073
1076
  export interface Evidence {
1074
1077
  ThreatIntelligenceDetails?: ThreatIntelligenceDetail[];
@@ -1265,6 +1268,11 @@ export interface RuntimeContext {
1265
1268
  AddressFamily?: string;
1266
1269
  IanaProtocolNumber?: number;
1267
1270
  MemoryRegions?: string[];
1271
+ ToolName?: string;
1272
+ ToolCategory?: string;
1273
+ ServiceName?: string;
1274
+ CommandLineExample?: string;
1275
+ ThreatFilePath?: string;
1268
1276
  }
1269
1277
  export interface RuntimeDetails {
1270
1278
  Process?: ProcessDetails;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-guardduty",
3
3
  "description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
4
- "version": "3.540.0",
4
+ "version": "3.544.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-guardduty",