@aws-sdk/client-guardduty 3.750.0 → 3.758.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.
@@ -2640,7 +2640,7 @@ export interface CreateFilterRequest {
2640
2640
  * <p>service.runtimeDetails.process.name</p>
2641
2641
  * </li>
2642
2642
  * <li>
2643
- * <p>service.runtimeDetails.process.name</p>
2643
+ * <p>service.runtimeDetails.process.executablePath</p>
2644
2644
  * </li>
2645
2645
  * <li>
2646
2646
  * <p>resource.lambdaDetails.functionName</p>
@@ -4731,7 +4731,8 @@ export type IndicatorType = (typeof IndicatorType)[keyof typeof IndicatorType];
4731
4731
  */
4732
4732
  export interface Indicator {
4733
4733
  /**
4734
- * <p>Specific indicator keys observed in the attack sequence.</p>
4734
+ * <p>Specific indicator keys observed in the attack sequence. For description of the valid values for key,
4735
+ * see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-summary.html#guardduty-extended-threat-detection-attack-sequence-finding-details">Attack sequence finding details</a> in the <i>Amazon GuardDuty User Guide</i>.</p>
4735
4736
  * @public
4736
4737
  */
4737
4738
  Key: IndicatorType | undefined;
@@ -4739,10 +4740,6 @@ export interface Indicator {
4739
4740
  * <p>Values associated with each indicator key. For example, if the indicator key is
4740
4741
  * <code>SUSPICIOUS_NETWORK</code>, then the value will be the name of the network. If
4741
4742
  * the indicator key is <code>ATTACK_TACTIC</code>, then the value will be one of the MITRE tactics. </p>
4742
- * <p>For more information about the
4743
- * values associated with the key, see GuardDuty Extended Threat Detection in the
4744
- * <i>GuardDuty User Guide.</i>
4745
- * </p>
4746
4743
  * @public
4747
4744
  */
4748
4745
  Values?: string[] | undefined;
@@ -4780,7 +4777,7 @@ export interface Signal {
4780
4777
  * <p>Signals can be GuardDuty findings or activities observed in data sources that GuardDuty monitors. For
4781
4778
  * more information, see
4782
4779
  * <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_data-sources.html">Foundational data sources</a> in the
4783
- * <i>GuardDuty User Guide</i>.</p>
4780
+ * <i>Amazon GuardDuty User Guide</i>.</p>
4784
4781
  * <p>A signal type can be one of the valid values listed in this API. Here are the related descriptions:</p>
4785
4782
  * <ul>
4786
4783
  * <li>
@@ -4797,7 +4794,7 @@ export interface Signal {
4797
4794
  * with this type will show up only when
4798
4795
  * you have enabled GuardDuty S3 Protection feature in your account. For more information about S3 Protection and
4799
4796
  * steps to enable it, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/s3-protection.html">S3 Protection</a> in the
4800
- * <i>GuardDuty User Guide</i>.</p>
4797
+ * <i>Amazon GuardDuty User Guide</i>.</p>
4801
4798
  * </li>
4802
4799
  * </ul>
4803
4800
  * @public
@@ -4837,7 +4834,7 @@ export interface Signal {
4837
4834
  /**
4838
4835
  * <p>The severity associated with the signal. For more information about severity, see
4839
4836
  * <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-severity.html">Findings severity levels</a>
4840
- * in the <i>GuardDuty User Guide</i>.</p>
4837
+ * in the <i>Amazon GuardDuty User Guide</i>.</p>
4841
4838
  * @public
4842
4839
  */
4843
4840
  Severity?: number | undefined;
@@ -101,7 +101,7 @@ export interface MalwareProtectionPlanStatusReason {
101
101
  * <p>Issue message that specifies the reason. For information
102
102
  * about potential troubleshooting steps, see
103
103
  * <a href="https://docs.aws.amazon.com/guardduty/latest/ug/troubleshoot-s3-malware-protection-status-errors.html">Troubleshooting Malware Protection for S3 status issues</a> in the
104
- * <i>GuardDuty User Guide</i>.</p>
104
+ * <i>Amazon GuardDuty User Guide</i>.</p>
105
105
  * @public
106
106
  */
107
107
  Message?: string | 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.750.0",
4
+ "version": "3.758.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",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.750.0",
24
- "@aws-sdk/credential-provider-node": "3.750.0",
23
+ "@aws-sdk/core": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.758.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.750.0",
28
+ "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
31
  "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.750.0",
33
+ "@aws-sdk/util-user-agent-node": "3.758.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.4",
35
+ "@smithy/core": "^3.1.5",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.5",
41
- "@smithy/middleware-retry": "^4.0.6",
40
+ "@smithy/middleware-endpoint": "^4.0.6",
41
+ "@smithy/middleware-retry": "^4.0.7",
42
42
  "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
- "@smithy/node-http-handler": "^4.0.2",
45
+ "@smithy/node-http-handler": "^4.0.3",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.5",
47
+ "@smithy/smithy-client": "^4.1.6",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.6",
54
- "@smithy/util-defaults-mode-node": "^4.0.6",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.7",
54
+ "@smithy/util-defaults-mode-node": "^4.0.7",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",