AWS cli documentation change
Summary
Added 'lastUserId' field to device structure documentation
Security assessment
New field documents user session tracking capability, improving auditability for device access. Enhances security visibility but does not address a specific vulnerability.
Diff
diff --git a/cli/latest/reference/workspaces-thin-client/get-device.md b/cli/latest/reference/workspaces-thin-client/get-device.md index 31e6589c0..1367c0c2e 100644 --- a//cli/latest/reference/workspaces-thin-client/get-device.md +++ b//cli/latest/reference/workspaces-thin-client/get-device.md @@ -15 +15 @@ - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) » @@ -277,0 +278,4 @@ device -> (structure) +> +> lastUserId -> (string) +> +>> The user ID of the most recent session on the device. @@ -289 +293 @@ device -> (structure) - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) »