AWS cli documentation change
Summary
Updated CLI version references and reordered scan metadata fields in output documentation
Security assessment
Changes involve field position swaps (e.g., moving accountId/scanId positions) without altering their security implications or functionality. No evidence of security vulnerability fixes or new security capabilities added.
Diff
diff --git a/cli/latest/reference/inspector2/get-code-security-scan.md b/cli/latest/reference/inspector2/get-code-security-scan.md index e90674a31..f4a67e23d 100644 --- a//cli/latest/reference/inspector2/get-code-security-scan.md +++ b//cli/latest/reference/inspector2/get-code-security-scan.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -222,9 +222 @@ Disable automatically prompt for CLI input parameters. -accountId -> (string) - -> The Amazon Web Services account ID associated with the scan. - -createdAt -> (timestamp) - -> The timestamp when the scan was created. - -lastCommitId -> (string) +scanId -> (string) @@ -232 +224 @@ lastCommitId -> (string) -> The identifier of the last commit that was scanned. This is only returned if the scan was successful or skipped. +> The unique identifier of the scan. @@ -246 +238 @@ resource -> (tagged union structure) -scanId -> (string) +accountId -> (string) @@ -248 +240 @@ scanId -> (string) -> The unique identifier of the scan. +> The Amazon Web Services account ID associated with the scan. @@ -257,0 +250,4 @@ statusReason -> (string) +createdAt -> (timestamp) + +> The timestamp when the scan was created. + @@ -261,0 +258,4 @@ updatedAt -> (timestamp) +lastCommitId -> (string) + +> The identifier of the last commit that was scanned. This is only returned if the scan was successful or skipped. + @@ -272 +272 @@ updatedAt -> (timestamp) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »