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
* <p>Contains information about a malware scan.</p>
4167
+
* <p>Contains information about malware scans associated with GuardDuty Malware Protection for EC2.</p>
4163
4168
* @public
4164
4169
*/
4165
4170
exportinterfaceScan{
4166
4171
/**
4167
-
* <p>The unique ID of the detector that the request is associated with.</p>
4172
+
* <p>The unique ID of the detector that is associated with the request.</p>
4168
4173
* <p>To find the <code>detectorId</code> in the current Region, see the
4169
4174
* Settings page in the GuardDuty console, or run the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html">ListDetectors</a> API.</p>
4170
4175
* @public
@@ -4194,7 +4199,7 @@ export interface Scan {
4194
4199
ScanStatus?: ScanStatus|undefined;
4195
4200
4196
4201
/**
4197
-
* <p>Represents the reason for FAILED scan status.</p>
4202
+
* <p>Represents the reason for <code>FAILED</code> scan status.</p>
4198
4203
* @public
4199
4204
*/
4200
4205
FailureReason?: string|undefined;
@@ -4265,7 +4270,7 @@ export interface Scan {
4265
4270
*/
4266
4271
exportinterfaceDescribeMalwareScansResponse{
4267
4272
/**
4268
-
* <p>Contains information about malware scans.</p>
4273
+
* <p>Contains information about malware scans associated with GuardDuty Malware Protection for EC2.</p>
4269
4274
* @public
4270
4275
*/
4271
4276
Scans: Scan[]|undefined;
@@ -4452,7 +4457,7 @@ export type OrgFeatureAdditionalConfiguration =
0 commit comments