@aws-sdk/client-guardduty 3.1058.0 → 3.1059.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.
@@ -364,6 +364,7 @@ const _FNe = "FeatureName";
364
364
  const _FNi = "FilterNames";
365
365
  const _FNil = "FileName";
366
366
  const _FNu = "FunctionName";
367
+ const _FO = "FileOperation";
367
368
  const _FP = "FilePath";
368
369
  const _FPF = "FindingPublishingFrequency";
369
370
  const _FPi = "FilePaths";
@@ -760,6 +761,7 @@ const _RDID = "RdsDbInstanceDetails";
760
761
  const _RDUD = "RdsDbUserDetails";
761
762
  const _RDe = "ResourceData";
762
763
  const _RDu = "RuntimeDetails";
764
+ const _RFP = "RelatedFilePaths";
763
765
  const _RI = "ResourceId";
764
766
  const _RID = "RemoteIpDetails";
765
767
  const _RIe = "RevisionId";
@@ -1244,6 +1246,7 @@ const _fN = "functionName";
1244
1246
  const _fNe = "featureName";
1245
1247
  const _fNi = "filterNames";
1246
1248
  const _fNil = "fileName";
1249
+ const _fO = "fileOperation";
1247
1250
  const _fP = "filePath";
1248
1251
  const _fPF = "findingPublishingFrequency";
1249
1252
  const _fPi = "filePaths";
@@ -1452,6 +1455,7 @@ const _rD = "resourceDetails";
1452
1455
  const _rDID = "rdsDbInstanceDetails";
1453
1456
  const _rDUD = "rdsDbUserDetails";
1454
1457
  const _rDu = "runtimeDetails";
1458
+ const _rFP = "relatedFilePaths";
1455
1459
  const _rI = "resourceId";
1456
1460
  const _rID = "remoteIpDetails";
1457
1461
  const _rIe = "revisionId";
@@ -3299,8 +3303,8 @@ exports.ResourceV2$ = [3, n0, _RV,
3299
3303
  ];
3300
3304
  exports.RuntimeContext$ = [3, n0, _RC,
3301
3305
  0,
3302
- [_MPo, _MA, _SP, _LP, _LPV, _SPo, _RBP, _RAP, _MSo, _MTo, _FSTi, _Fl, _MN, _MFP, _MSod, _SHFP, _TP, _AF, _IPN, _MRe, _TNo, _TC, _SN, _CLE, _TFP],
3303
- [[() => exports.ProcessDetails$, { [_jN]: _mPo }], [4, { [_jN]: _mA }], [0, { [_jN]: _sP }], [0, { [_jN]: _lP }], [0, { [_jN]: _lPV }], [0, { [_jN]: _sPo }], [0, { [_jN]: _rBP }], [0, { [_jN]: _rAP }], [0, { [_jN]: _mS }], [0, { [_jN]: _mTo }], [0, { [_jN]: _fSTi }], [64 | 0, { [_jN]: _fl }], [0, { [_jN]: _mN }], [0, { [_jN]: _mFP }], [0, { [_jN]: _mSo }], [0, { [_jN]: _sHFP }], [() => exports.ProcessDetails$, { [_jN]: _tP }], [0, { [_jN]: _aF }], [1, { [_jN]: _iPN }], [64 | 0, { [_jN]: _mRe }], [0, { [_jN]: _tNo }], [0, { [_jN]: _tC }], [0, { [_jN]: _sN }], [0, { [_jN]: _cLE }], [0, { [_jN]: _tFP }]]
3306
+ [_MPo, _MA, _SP, _LP, _LPV, _SPo, _RBP, _RAP, _MSo, _MTo, _FSTi, _Fl, _MN, _MFP, _MSod, _SHFP, _TP, _AF, _IPN, _MRe, _TNo, _TC, _SN, _CLE, _TFP, _FO, _FP, _RFP],
3307
+ [[() => exports.ProcessDetails$, { [_jN]: _mPo }], [4, { [_jN]: _mA }], [0, { [_jN]: _sP }], [0, { [_jN]: _lP }], [0, { [_jN]: _lPV }], [0, { [_jN]: _sPo }], [0, { [_jN]: _rBP }], [0, { [_jN]: _rAP }], [0, { [_jN]: _mS }], [0, { [_jN]: _mTo }], [0, { [_jN]: _fSTi }], [64 | 0, { [_jN]: _fl }], [0, { [_jN]: _mN }], [0, { [_jN]: _mFP }], [0, { [_jN]: _mSo }], [0, { [_jN]: _sHFP }], [() => exports.ProcessDetails$, { [_jN]: _tP }], [0, { [_jN]: _aF }], [1, { [_jN]: _iPN }], [64 | 0, { [_jN]: _mRe }], [0, { [_jN]: _tNo }], [0, { [_jN]: _tC }], [0, { [_jN]: _sN }], [0, { [_jN]: _cLE }], [0, { [_jN]: _tFP }], [0, { [_jN]: _fO }], [0, { [_jN]: _fP }], [64 | 0, { [_jN]: _rFP }]]
3304
3308
  ];
3305
3309
  exports.RuntimeDetails$ = [3, n0, _RDu,
3306
3310
  0,
@@ -4012,6 +4016,7 @@ var ProductCodes = [1, n0, _PC,
4012
4016
  0, [() => exports.ProductCode$,
4013
4017
  0]
4014
4018
  ];
4019
+ var RelatedFilePathsList = 64 | 0;
4015
4020
  var ResourceList = 64 | 0;
4016
4021
  var Resources = [1, n0, _Reso,
4017
4022
  0, [() => exports.ResourceV2$,
@@ -351,6 +351,7 @@ const _FNe = "FeatureName";
351
351
  const _FNi = "FilterNames";
352
352
  const _FNil = "FileName";
353
353
  const _FNu = "FunctionName";
354
+ const _FO = "FileOperation";
354
355
  const _FP = "FilePath";
355
356
  const _FPF = "FindingPublishingFrequency";
356
357
  const _FPi = "FilePaths";
@@ -747,6 +748,7 @@ const _RDID = "RdsDbInstanceDetails";
747
748
  const _RDUD = "RdsDbUserDetails";
748
749
  const _RDe = "ResourceData";
749
750
  const _RDu = "RuntimeDetails";
751
+ const _RFP = "RelatedFilePaths";
750
752
  const _RI = "ResourceId";
751
753
  const _RID = "RemoteIpDetails";
752
754
  const _RIe = "RevisionId";
@@ -1231,6 +1233,7 @@ const _fN = "functionName";
1231
1233
  const _fNe = "featureName";
1232
1234
  const _fNi = "filterNames";
1233
1235
  const _fNil = "fileName";
1236
+ const _fO = "fileOperation";
1234
1237
  const _fP = "filePath";
1235
1238
  const _fPF = "findingPublishingFrequency";
1236
1239
  const _fPi = "filePaths";
@@ -1439,6 +1442,7 @@ const _rD = "resourceDetails";
1439
1442
  const _rDID = "rdsDbInstanceDetails";
1440
1443
  const _rDUD = "rdsDbUserDetails";
1441
1444
  const _rDu = "runtimeDetails";
1445
+ const _rFP = "relatedFilePaths";
1442
1446
  const _rI = "resourceId";
1443
1447
  const _rID = "remoteIpDetails";
1444
1448
  const _rIe = "revisionId";
@@ -3286,8 +3290,8 @@ export var ResourceV2$ = [3, n0, _RV,
3286
3290
  ];
3287
3291
  export var RuntimeContext$ = [3, n0, _RC,
3288
3292
  0,
3289
- [_MPo, _MA, _SP, _LP, _LPV, _SPo, _RBP, _RAP, _MSo, _MTo, _FSTi, _Fl, _MN, _MFP, _MSod, _SHFP, _TP, _AF, _IPN, _MRe, _TNo, _TC, _SN, _CLE, _TFP],
3290
- [[() => ProcessDetails$, { [_jN]: _mPo }], [4, { [_jN]: _mA }], [0, { [_jN]: _sP }], [0, { [_jN]: _lP }], [0, { [_jN]: _lPV }], [0, { [_jN]: _sPo }], [0, { [_jN]: _rBP }], [0, { [_jN]: _rAP }], [0, { [_jN]: _mS }], [0, { [_jN]: _mTo }], [0, { [_jN]: _fSTi }], [64 | 0, { [_jN]: _fl }], [0, { [_jN]: _mN }], [0, { [_jN]: _mFP }], [0, { [_jN]: _mSo }], [0, { [_jN]: _sHFP }], [() => ProcessDetails$, { [_jN]: _tP }], [0, { [_jN]: _aF }], [1, { [_jN]: _iPN }], [64 | 0, { [_jN]: _mRe }], [0, { [_jN]: _tNo }], [0, { [_jN]: _tC }], [0, { [_jN]: _sN }], [0, { [_jN]: _cLE }], [0, { [_jN]: _tFP }]]
3293
+ [_MPo, _MA, _SP, _LP, _LPV, _SPo, _RBP, _RAP, _MSo, _MTo, _FSTi, _Fl, _MN, _MFP, _MSod, _SHFP, _TP, _AF, _IPN, _MRe, _TNo, _TC, _SN, _CLE, _TFP, _FO, _FP, _RFP],
3294
+ [[() => ProcessDetails$, { [_jN]: _mPo }], [4, { [_jN]: _mA }], [0, { [_jN]: _sP }], [0, { [_jN]: _lP }], [0, { [_jN]: _lPV }], [0, { [_jN]: _sPo }], [0, { [_jN]: _rBP }], [0, { [_jN]: _rAP }], [0, { [_jN]: _mS }], [0, { [_jN]: _mTo }], [0, { [_jN]: _fSTi }], [64 | 0, { [_jN]: _fl }], [0, { [_jN]: _mN }], [0, { [_jN]: _mFP }], [0, { [_jN]: _mSo }], [0, { [_jN]: _sHFP }], [() => ProcessDetails$, { [_jN]: _tP }], [0, { [_jN]: _aF }], [1, { [_jN]: _iPN }], [64 | 0, { [_jN]: _mRe }], [0, { [_jN]: _tNo }], [0, { [_jN]: _tC }], [0, { [_jN]: _sN }], [0, { [_jN]: _cLE }], [0, { [_jN]: _tFP }], [0, { [_jN]: _fO }], [0, { [_jN]: _fP }], [64 | 0, { [_jN]: _rFP }]]
3291
3295
  ];
3292
3296
  export var RuntimeDetails$ = [3, n0, _RDu,
3293
3297
  0,
@@ -3999,6 +4003,7 @@ var ProductCodes = [1, n0, _PC,
3999
4003
  0, [() => ProductCode$,
4000
4004
  0]
4001
4005
  ];
4006
+ var RelatedFilePathsList = 64 | 0;
4002
4007
  var ResourceList = 64 | 0;
4003
4008
  var Resources = [1, n0, _Reso,
4004
4009
  0, [() => ResourceV2$,
@@ -793,6 +793,11 @@ declare const GetFindingsCommand_base: {
793
793
  * // ServiceName: "STRING_VALUE",
794
794
  * // CommandLineExample: "STRING_VALUE",
795
795
  * // ThreatFilePath: "STRING_VALUE",
796
+ * // FileOperation: "STRING_VALUE",
797
+ * // FilePath: "STRING_VALUE",
798
+ * // RelatedFilePaths: [ // RelatedFilePathsList
799
+ * // "STRING_VALUE",
800
+ * // ],
796
801
  * // },
797
802
  * // },
798
803
  * // Detection: { // Detection
@@ -5717,6 +5717,21 @@ export interface RuntimeContext {
5717
5717
  * @public
5718
5718
  */
5719
5719
  ThreatFilePath?: string | undefined;
5720
+ /**
5721
+ * <p>Represents the type of file operation that triggered the finding, such as Write, Delete, Rename, Link, or Symlink.</p>
5722
+ * @public
5723
+ */
5724
+ FileOperation?: string | undefined;
5725
+ /**
5726
+ * <p>The path of the sensitive file that was modified. Modification includes write, delete, rename, link, or symlink operations. This field is indexed for filtering.</p>
5727
+ * @public
5728
+ */
5729
+ FilePath?: string | undefined;
5730
+ /**
5731
+ * <p>All file paths modified by the same process that triggered the finding, up to a maximum of 25 paths.</p>
5732
+ * @public
5733
+ */
5734
+ RelatedFilePaths?: string[] | undefined;
5720
5735
  }
5721
5736
  /**
5722
5737
  * <p>Information about the process and any required context values for a specific finding.</p>
@@ -1410,6 +1410,9 @@ export interface RuntimeContext {
1410
1410
  ServiceName?: string | undefined;
1411
1411
  CommandLineExample?: string | undefined;
1412
1412
  ThreatFilePath?: string | undefined;
1413
+ FileOperation?: string | undefined;
1414
+ FilePath?: string | undefined;
1415
+ RelatedFilePaths?: string[] | undefined;
1413
1416
  }
1414
1417
  export interface RuntimeDetails {
1415
1418
  Process?: ProcessDetails | undefined;
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.1058.0",
4
+ "version": "3.1059.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-guardduty",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.15",
25
- "@aws-sdk/credential-provider-node": "^3.972.48",
26
- "@aws-sdk/types": "^3.973.9",
27
- "@smithy/core": "^3.24.5",
28
- "@smithy/fetch-http-handler": "^5.4.5",
29
- "@smithy/node-http-handler": "^4.7.5",
30
- "@smithy/types": "^4.14.2",
24
+ "@aws-sdk/core": "^3.974.16",
25
+ "@aws-sdk/credential-provider-node": "^3.972.49",
26
+ "@aws-sdk/types": "^3.973.10",
27
+ "@smithy/core": "^3.24.6",
28
+ "@smithy/fetch-http-handler": "^5.4.6",
29
+ "@smithy/node-http-handler": "^4.7.6",
30
+ "@smithy/types": "^4.14.3",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {