AWS cli documentation change
Summary
Updated CLI version reference, reorganized parameters, and added detailed documentation for user settings parameters including clipboard/transfer controls and session timeouts
Security assessment
Added documentation for security-related settings including copy/paste/download/upload/print permissions and session timeout controls. These settings help enforce data protection policies but there's no indication of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/workspaces-web/list-user-settings.md b/cli/latest/reference/workspaces-web/list-user-settings.md index 15e36872e..61f6d3c9f 100644 --- a//cli/latest/reference/workspaces-web/list-user-settings.md +++ b//cli/latest/reference/workspaces-web/list-user-settings.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--max-results <value>] @@ -68,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--max-results <value>] @@ -93,4 +92,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--max-results` (integer) - -> The maximum number of results to be included in the next page. - @@ -100,0 +97,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp +`--max-results` (integer) + +> The maximum number of results to be included in the next page. + @@ -200,4 +199,0 @@ Disable automatically prompt for CLI input parameters. -nextToken -> (string) - -> The pagination token used to retrieve the next page of results for this operation. - @@ -211,0 +208,32 @@ userSettings -> (list) +>> userSettingsArn -> (string) +>> +>>> The ARN of the user settings. +>> +>> 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. +>> @@ -256,4 +283,0 @@ userSettings -> (list) ->> copyAllowed -> (string) ->> ->>> Specifies whether the user can copy text from the streaming session to the local device. ->> @@ -264,20 +287,0 @@ userSettings -> (list) ->> 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) ->> ->>> Specifies whether the user can paste text from the local device to the streaming session. ->> ->> printAllowed -> (string) ->> ->>> Specifies whether the user can print to the local device. ->> @@ -287,0 +292,8 @@ userSettings -> (list) +>>> toolbarType -> (string) +>>> +>>>> The type of toolbar displayed during the session. +>>> +>>> visualMode -> (string) +>>> +>>>> The visual mode of the toolbar. +>>> @@ -297,16 +309,4 @@ userSettings -> (list) ->>> ->>> 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. + +nextToken -> (string) + +> The pagination token used to retrieve the next page of results for this operation. @@ -324 +324 @@ userSettings -> (list) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »