AWS cli documentation change
Summary
Added 'UNKNOWN' status value and continuous scan time fields to malware scanning documentation
Security assessment
Expands documentation for malware scanning features by adding new status option and time parameters without evidence of fixing security vulnerabilities.
Diff
diff --git a/cli/latest/reference/backup/list-scan-jobs.md b/cli/latest/reference/backup/list-scan-jobs.md index db61a3aac..0fc5e8102 100644 --- a//cli/latest/reference/backup/list-scan-jobs.md +++ b//cli/latest/reference/backup/list-scan-jobs.md @@ -15 +15 @@ - * [AWS CLI 2.34.53 Command Reference](../../index.html) » + * [AWS CLI 2.34.55 Command Reference](../../index.html) » @@ -179,0 +180 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/backup +> * `UNKNOWN` @@ -356,0 +358,8 @@ ScanJobs -> (list) +>> 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. +>> @@ -456 +465 @@ ScanJobs -> (list) ->>>> Valid values: `THREATS_FOUND` | `NO_THREATS_FOUND` . +>>>> Valid values: `THREATS_FOUND` | `NO_THREATS_FOUND` | `UNKNOWN` . @@ -461,0 +471 @@ ScanJobs -> (list) +>>>> * `UNKNOWN` @@ -500 +510 @@ ScanJobs -> (list) - * [AWS CLI 2.34.53 Command Reference](../../index.html) » + * [AWS CLI 2.34.55 Command Reference](../../index.html) »