AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-05-28 · Documentation low

File: cli/latest/reference/backup/describe-scan-job.md

Summary

Added continuous scan time fields and 'UNKNOWN' scan result status

Security assessment

Adds documentation for malware scanning capabilities (security feature) but doesn't address specific vulnerabilities. Enhances visibility into backup security scans without evidence of patching issues.

Diff

diff --git a/cli/latest/reference/backup/describe-scan-job.md b/cli/latest/reference/backup/describe-scan-job.md
index 272f8a105..0bad98074 100644
--- a//cli/latest/reference/backup/describe-scan-job.md
+++ b//cli/latest/reference/backup/describe-scan-job.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.53 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.55 Command Reference](../../index.html) »
@@ -229,0 +230,8 @@ CompletionDate -> (timestamp)
+ContinuousScanEndTime -> (timestamp)
+
+> The point in time the scan job scanned up to for a continuous backup.
+
+ContinuousScanStartTime -> (timestamp)
+
+> The point in time the scan job started scan from for a continuous backup.
+
@@ -325 +333 @@ ScanResult -> (structure)
->> Valid values: `THREATS_FOUND` | `NO_THREATS_FOUND` .
+>> Valid values: `THREATS_FOUND` | `NO_THREATS_FOUND` | `UNKNOWN` .
@@ -330,0 +339 @@ ScanResult -> (structure)
+>>   * `UNKNOWN`
@@ -367 +376 @@ StatusMessage -> (string)
-  * [AWS CLI 2.34.53 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.55 Command Reference](../../index.html) »