@aws-sdk/client-detective 3.730.0 → 3.731.1
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/README.md
CHANGED
|
@@ -75,7 +75,7 @@ accounts in the organization behavior graph.</p>
|
|
|
75
75
|
<p>Remove their account from a behavior graph.</p>
|
|
76
76
|
</li>
|
|
77
77
|
</ul>
|
|
78
|
-
<p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/
|
|
78
|
+
<p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/userguide/logging-using-cloudtrail.html">Logging Detective API Calls with CloudTrail</a>.</p>
|
|
79
79
|
<note>
|
|
80
80
|
<p>We replaced the term "master account" with the term "administrator account". An
|
|
81
81
|
administrator account is used to centrally manage multiple accounts. In the case of
|
|
@@ -280,7 +280,7 @@ export interface Detective {
|
|
|
280
280
|
* <p>Remove their account from a behavior graph.</p>
|
|
281
281
|
* </li>
|
|
282
282
|
* </ul>
|
|
283
|
-
* <p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/
|
|
283
|
+
* <p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/userguide/logging-using-cloudtrail.html">Logging Detective API Calls with CloudTrail</a>.</p>
|
|
284
284
|
* <note>
|
|
285
285
|
* <p>We replaced the term "master account" with the term "administrator account". An
|
|
286
286
|
* administrator account is used to centrally manage multiple accounts. In the case of
|
|
@@ -267,7 +267,7 @@ export interface DetectiveClientResolvedConfig extends DetectiveClientResolvedCo
|
|
|
267
267
|
* <p>Remove their account from a behavior graph.</p>
|
|
268
268
|
* </li>
|
|
269
269
|
* </ul>
|
|
270
|
-
* <p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/
|
|
270
|
+
* <p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/userguide/logging-using-cloudtrail.html">Logging Detective API Calls with CloudTrail</a>.</p>
|
|
271
271
|
* <note>
|
|
272
272
|
* <p>We replaced the term "master account" with the term "administrator account". An
|
|
273
273
|
* administrator account is used to centrally manage multiple accounts. In the case of
|
|
@@ -27,7 +27,7 @@ declare const UpdateDatasourcePackagesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Starts a data source
|
|
30
|
+
* <p>Starts a data source package for the Detective behavior graph.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
package/dist-types/index.d.ts
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
* <p>Remove their account from a behavior graph.</p>
|
|
69
69
|
* </li>
|
|
70
70
|
* </ul>
|
|
71
|
-
* <p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/
|
|
71
|
+
* <p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/userguide/logging-using-cloudtrail.html">Logging Detective API Calls with CloudTrail</a>.</p>
|
|
72
72
|
* <note>
|
|
73
73
|
* <p>We replaced the term "master account" with the term "administrator account". An
|
|
74
74
|
* administrator account is used to centrally manage multiple accounts. In the case of
|
|
@@ -1045,7 +1045,7 @@ export interface ListIndicatorsRequest {
|
|
|
1045
1045
|
*/
|
|
1046
1046
|
InvestigationId: string | undefined;
|
|
1047
1047
|
/**
|
|
1048
|
-
* <p>For the list of indicators of compromise that are generated by Detective investigations, see <a href="https://docs.aws.amazon.com/detective/latest/userguide/detective-
|
|
1048
|
+
* <p>For the list of indicators of compromise that are generated by Detective investigations, see <a href="https://docs.aws.amazon.com/detective/latest/userguide/detective-investigation-about.html">Detective investigations</a>.</p>
|
|
1049
1049
|
* @public
|
|
1050
1050
|
*/
|
|
1051
1051
|
IndicatorType?: IndicatorType | undefined;
|
|
@@ -1247,7 +1247,7 @@ export interface TTPsObservedDetail {
|
|
|
1247
1247
|
APIFailureCount?: number | undefined;
|
|
1248
1248
|
}
|
|
1249
1249
|
/**
|
|
1250
|
-
* <p>Details about the indicators of compromise which are used to determine if a resource is involved in a security incident. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. For the list of indicators of compromise that are generated by Detective investigations, see <a href="https://docs.aws.amazon.com/detective/latest/userguide/detective-
|
|
1250
|
+
* <p>Details about the indicators of compromise which are used to determine if a resource is involved in a security incident. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. For the list of indicators of compromise that are generated by Detective investigations, see <a href="https://docs.aws.amazon.com/detective/latest/userguide/detective-investigation-about.html">Detective investigations</a>.</p>
|
|
1251
1251
|
* @public
|
|
1252
1252
|
*/
|
|
1253
1253
|
export interface IndicatorDetail {
|
|
@@ -1779,7 +1779,7 @@ export interface UpdateDatasourcePackagesRequest {
|
|
|
1779
1779
|
*/
|
|
1780
1780
|
GraphArn: string | undefined;
|
|
1781
1781
|
/**
|
|
1782
|
-
* <p>The data source package start for the behavior graph.</p>
|
|
1782
|
+
* <p>The data source package to start for the behavior graph.</p>
|
|
1783
1783
|
* @public
|
|
1784
1784
|
*/
|
|
1785
1785
|
DatasourcePackages: DatasourcePackage[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-detective",
|
|
3
3
|
"description": "AWS SDK for JavaScript Detective Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.731.1",
|
|
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-detective",
|
|
@@ -20,17 +20,17 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.731.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.731.1",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.731.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.731.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.731.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.731.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.731.0",
|
|
30
|
+
"@aws-sdk/types": "3.731.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.731.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.731.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.731.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.0",
|
|
35
35
|
"@smithy/core": "^3.0.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.0",
|