AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-01 · Documentation medium

File: cli/latest/reference/workspaces-web/get-user-settings.md

Summary

Updated CLI version, restructured user settings parameters, added session control parameters (copy/paste/download/upload/print permissions, timeout settings), moved encryption context field

Security assessment

Added documentation for session control parameters that enforce security policies (data transfer restrictions, session timeouts). While these are security controls, there's no evidence of addressing a specific vulnerability.

Diff

diff --git a/cli/latest/reference/workspaces-web/get-user-settings.md b/cli/latest/reference/workspaces-web/get-user-settings.md
index 0ed14b037..bdf3a7bbc 100644
--- a//cli/latest/reference/workspaces-web/get-user-settings.md
+++ b//cli/latest/reference/workspaces-web/get-user-settings.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »
@@ -199 +199 @@ userSettings -> (structure)
-> additionalEncryptionContext -> (map)
+> userSettingsArn -> (string)
@@ -201,5 +201 @@ userSettings -> (structure)
->> The additional encryption context of the user settings.
->> 
->> key -> (string)
->> 
->> value -> (string)
+>> The ARN of the user settings.
@@ -212,0 +209,28 @@ userSettings -> (structure)
+> copyAllowed -> (string)
+>
+>> Specifies whether the user can copy text from the streaming session to the local device.
+> 
+> pasteAllowed -> (string)
+>
+>> Specifies whether the user can paste text from the local device to the streaming session.
+> 
+> downloadAllowed -> (string)
+>
+>> Specifies whether the user can download files from the streaming session to the local device.
+> 
+> uploadAllowed -> (string)
+>
+>> Specifies whether the user can upload files from the local device to the streaming session.
+> 
+> printAllowed -> (string)
+>
+>> Specifies whether the user can print to the local device.
+> 
+> disconnectTimeoutInMinutes -> (integer)
+>
+>> The amount of time that a streaming session remains active after users disconnect.
+> 
+> idleDisconnectTimeoutInMinutes -> (integer)
+>
+>> The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
+> 
@@ -257,4 +280,0 @@ userSettings -> (structure)
-> copyAllowed -> (string)
->
->> Specifies whether the user can copy text from the streaming session to the local device.
-> 
@@ -265,17 +285 @@ userSettings -> (structure)
-> deepLinkAllowed -> (string)
->
->> Specifies whether the user can use deep links that open automatically when connecting to a session.
-> 
-> disconnectTimeoutInMinutes -> (integer)
->
->> The amount of time that a streaming session remains active after users disconnect.
-> 
-> downloadAllowed -> (string)
->
->> Specifies whether the user can download files from the streaming session to the local device.
-> 
-> idleDisconnectTimeoutInMinutes -> (integer)
->
->> The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
-> 
-> pasteAllowed -> (string)
+> additionalEncryptionContext -> (map)
@@ -283 +287,5 @@ userSettings -> (structure)
->> Specifies whether the user can paste text from the local device to the streaming session.
+>> The additional encryption context of the user settings.
+>> 
+>> key -> (string)
+>> 
+>> value -> (string)
@@ -285 +293 @@ userSettings -> (structure)
-> printAllowed -> (string)
+> deepLinkAllowed -> (string)
@@ -287 +295 @@ userSettings -> (structure)
->> Specifies whether the user can print to the local device.
+>> Specifies whether the user can use deep links that open automatically when connecting to a session.
@@ -292,0 +301,8 @@ userSettings -> (structure)
+>> toolbarType -> (string)
+>>
+>>> The type of toolbar displayed during the session.
+>> 
+>> visualMode -> (string)
+>>
+>>> The visual mode of the toolbar.
+>> 
@@ -302,16 +317,0 @@ userSettings -> (structure)
->> 
->> toolbarType -> (string)
->>
->>> The type of toolbar displayed during the session.
->> 
->> visualMode -> (string)
->>
->>> The visual mode of the toolbar.
-> 
-> uploadAllowed -> (string)
->
->> Specifies whether the user can upload files from the local device to the streaming session.
-> 
-> userSettingsArn -> (string)
->
->> The ARN of the user settings.
@@ -329 +329 @@ userSettings -> (structure)
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »