You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-detective/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ accounts in the organization behavior graph.</p>
77
77
</ul>
78
78
<p>All API actions are logged as CloudTrail events. See <ahref="https://docs.aws.amazon.com/detective/latest/adminguide/logging-using-cloudtrail.html">Logging Detective API Calls with CloudTrail</a>.</p>
79
79
<note>
80
-
<p>We replaced the term "master account" with the term "administrator account." An
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
82
82
Detective, the administrator account manages the accounts in their behavior
Copy file name to clipboardExpand all lines: clients/client-detective/src/Detective.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -665,7 +665,7 @@ export interface Detective {
665
665
* </ul>
666
666
* <p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/adminguide/logging-using-cloudtrail.html">Logging Detective API Calls with CloudTrail</a>.</p>
667
667
* <note>
668
-
* <p>We replaced the term "master account" with the term "administrator account." An
668
+
* <p>We replaced the term "master account" with the term "administrator account". An
669
669
* administrator account is used to centrally manage multiple accounts. In the case of
670
670
* Detective, the administrator account manages the accounts in their behavior
* <p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/adminguide/logging-using-cloudtrail.html">Logging Detective API Calls with CloudTrail</a>.</p>
446
446
* <note>
447
-
* <p>We replaced the term "master account" with the term "administrator account." An
447
+
* <p>We replaced the term "master account" with the term "administrator account". An
448
448
* administrator account is used to centrally manage multiple accounts. In the case of
449
449
* Detective, the administrator account manages the accounts in their behavior
* <p>This request cannot be completed for one of the following reasons.</p>
84
78
* <ul>
85
79
* <li>
86
-
* <p>The request would cause the number of member accounts in the behavior graph to
87
-
* exceed the maximum allowed. A behavior graph cannot have more than 1200 member
88
-
* accounts.</p>
80
+
* <p>This request cannot be completed if it would cause the number of member accounts in the
81
+
* behavior graph to exceed the maximum allowed. A behavior graph cannot have more than 1,200
82
+
* member accounts.</p>
89
83
* </li>
90
84
* <li>
91
-
* <p>The request would cause the data rate for the behavior graph to exceed the maximum
92
-
* allowed.</p>
93
-
* </li>
94
-
* <li>
95
-
* <p>Detective is unable to verify the data rate for the member account. This
96
-
* is usually because the member account is not enrolled in Amazon GuardDuty.</p>
85
+
* <p>This request cannot be completed if the current volume ingested is above the limit of 10 TB per day. Detective will not allow you to add additional member accounts.</p>
* <p>This request cannot be completed for one of the following reasons.</p>
143
143
* <ul>
144
144
* <li>
145
-
* <p>The request would cause the number of member accounts in the behavior graph to
146
-
* exceed the maximum allowed. A behavior graph cannot have more than 1200 member
147
-
* accounts.</p>
145
+
* <p>This request cannot be completed if it would cause the number of member accounts in the
146
+
* behavior graph to exceed the maximum allowed. A behavior graph cannot have more than 1,200
147
+
* member accounts.</p>
148
148
* </li>
149
149
* <li>
150
-
* <p>The request would cause the data rate for the behavior graph to exceed the maximum
151
-
* allowed.</p>
152
-
* </li>
153
-
* <li>
154
-
* <p>Detective is unable to verify the data rate for the member account. This
155
-
* is usually because the member account is not enrolled in Amazon GuardDuty.</p>
150
+
* <p>This request cannot be completed if the current volume ingested is above the limit of 10 TB per day. Detective will not allow you to add additional member accounts.</p>
* <p>Returns the investigation results of an investigation for a behavior graph. </p>
31
+
* <p>Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. 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. <code>GetInvestigation</code> returns the investigation results of an investigation for a behavior graph. </p>
32
32
* @example
33
33
* Use a bare-bones client and the command you need to make an API call.
* <p>Gets the indicators from an investigation. You can use the information from the indicators to determine if an IAM user and/or IAM role is involved in an unusual activity that could indicate malicious behavior and its impact.</p>
32
32
* @example
33
33
* Use a bare-bones client and the command you need to make an API call.
* <p>initiate an investigation on an entity in a graph</p>
31
+
* <p>Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. 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. <code>StartInvestigation</code> initiates an investigation on an entity in a behavior graph. </p>
32
32
* @example
33
33
* Use a bare-bones client and the command you need to make an API call.
* <p>This request cannot be completed for one of the following reasons.</p>
81
81
* <ul>
82
82
* <li>
83
-
* <p>The request would cause the number of member accounts in the behavior graph to
84
-
* exceed the maximum allowed. A behavior graph cannot have more than 1200 member
85
-
* accounts.</p>
83
+
* <p>This request cannot be completed if it would cause the number of member accounts in the
84
+
* behavior graph to exceed the maximum allowed. A behavior graph cannot have more than 1,200
85
+
* member accounts.</p>
86
86
* </li>
87
87
* <li>
88
-
* <p>The request would cause the data rate for the behavior graph to exceed the maximum
89
-
* allowed.</p>
90
-
* </li>
91
-
* <li>
92
-
* <p>Detective is unable to verify the data rate for the member account. This
93
-
* is usually because the member account is not enrolled in Amazon GuardDuty.</p>
88
+
* <p>This request cannot be completed if the current volume ingested is above the limit of 10 TB per day. Detective will not allow you to add additional member accounts.</p>
* <p>This request cannot be completed for one of the following reasons.</p>
68
68
* <ul>
69
69
* <li>
70
-
* <p>The request would cause the number of member accounts in the behavior graph to
71
-
* exceed the maximum allowed. A behavior graph cannot have more than 1200 member
72
-
* accounts.</p>
70
+
* <p>This request cannot be completed if it would cause the number of member accounts in the
71
+
* behavior graph to exceed the maximum allowed. A behavior graph cannot have more than 1,200
72
+
* member accounts.</p>
73
73
* </li>
74
74
* <li>
75
-
* <p>The request would cause the data rate for the behavior graph to exceed the maximum
76
-
* allowed.</p>
77
-
* </li>
78
-
* <li>
79
-
* <p>Detective is unable to verify the data rate for the member account. This
80
-
* is usually because the member account is not enrolled in Amazon GuardDuty.</p>
75
+
* <p>This request cannot be completed if the current volume ingested is above the limit of 10 TB per day. Detective will not allow you to add additional member accounts.</p>
Copy file name to clipboardExpand all lines: clients/client-detective/src/index.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@
72
72
* </ul>
73
73
* <p>All API actions are logged as CloudTrail events. See <a href="https://docs.aws.amazon.com/detective/latest/adminguide/logging-using-cloudtrail.html">Logging Detective API Calls with CloudTrail</a>.</p>
74
74
* <note>
75
-
* <p>We replaced the term "master account" with the term "administrator account." An
75
+
* <p>We replaced the term "master account" with the term "administrator account". An
76
76
* administrator account is used to centrally manage multiple accounts. In the case of
77
77
* Detective, the administrator account manages the accounts in their behavior
0 commit comments