AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-16 · Documentation low

File: cli/latest/reference/amp/list-workspaces.md

Summary

Updated AWS CLI version references from 2.28.8 to 2.28.11, reorganized response field documentation for ListWorkspaces output (moved workspaceId/kmsKeyArn positions and descriptions), and removed/readded nextToken documentation.

Security assessment

The change adds explicit documentation about the optional customer managed KMS key ARN (kmsKeyArn field), which relates to encryption-at-rest security controls. However, there is no indication this addresses a specific security vulnerability.

Diff

diff --git a/cli/latest/reference/amp/list-workspaces.md b/cli/latest/reference/amp/list-workspaces.md
index 6f4e2a38a..d3c7d26bf 100644
--- a//cli/latest/reference/amp/list-workspaces.md
+++ b//cli/latest/reference/amp/list-workspaces.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.8 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.11 Command Reference](../../index.html) »
@@ -220,4 +219,0 @@ Disable automatically prompt for CLI input parameters.
-nextToken -> (string)
-
-> A token indicating that there are more results to retrieve. You can use this token as part of your next `ListWorkspaces` request to retrieve those results.
-
@@ -231,0 +228,4 @@ workspaces -> (list)
+>> workspaceId -> (string)
+>>
+>>> The unique ID for the workspace.
+>> 
@@ -240,8 +239,0 @@ workspaces -> (list)
->> createdAt -> (timestamp)
->>
->>> The date and time that the workspace was created.
->> 
->> kmsKeyArn -> (string)
->>
->>> (optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.
->> 
@@ -255,0 +248,4 @@ workspaces -> (list)
+>> createdAt -> (timestamp)
+>>
+>>> The date and time that the workspace was created.
+>> 
@@ -268 +264 @@ workspaces -> (list)
->> workspaceId -> (string)
+>> kmsKeyArn -> (string)
@@ -270 +266,5 @@ workspaces -> (list)
->>> The unique ID for the workspace.
+>>> (optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.
+
+nextToken -> (string)
+
+> A token indicating that there are more results to retrieve. You can use this token as part of your next `ListWorkspaces` request to retrieve those results.
@@ -282 +282 @@ workspaces -> (list)
-  * [AWS CLI 2.28.8 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.11 Command Reference](../../index.html) »