AWS cli documentation change
Summary
Updated CLI version reference, navigation links, and restructured session listing parameters/output fields (added --username filter, reordered timestamp/username fields in response)
Security assessment
Changes involve documentation formatting, parameter ordering, and adding a username filter. No security advisories, vulnerability mitigations, or explicit security controls are introduced. Username visibility in sessions is operational but not inherently security-related without context.
Diff
diff --git a/cli/latest/reference/workspaces-web/list-sessions.md b/cli/latest/reference/workspaces-web/list-sessions.md index a9ff7c177..3748e2120 100644 --- a//cli/latest/reference/workspaces-web/list-sessions.md +++ b//cli/latest/reference/workspaces-web/list-sessions.md @@ -14,2 +14,2 @@ - * [previous](list-portals.html "list-portals") | - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [previous](list-session-loggers.html "list-session-loggers") | + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -22 +22 @@ - * [← list-portals](list-portals.html "previous chapter \(use the left arrow\)") / + * [← list-session-loggers](list-session-loggers.html "previous chapter \(use the left arrow\)") / @@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp + [--username <value>] @@ -73 +73,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp - [--username <value>] @@ -104,0 +105,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp +`--username` (string) + +> The username of the session. + @@ -131,4 +134,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp -`--username` (string) - -> The username of the session. - @@ -252,4 +251,0 @@ Disable automatically prompt for CLI input parameters. -nextToken -> (string) - -> The pagination token used to retrieve the next page of results for this operation. - @@ -264,4 +259,0 @@ sessions -> (list) ->> endTime -> (timestamp) ->> ->>> The end time of the session. ->> @@ -276 +268 @@ sessions -> (list) ->> startTime -> (timestamp) +>> username -> (string) @@ -278 +270 @@ sessions -> (list) ->>> The start time of the session. +>>> The username of the session. @@ -284 +276 @@ sessions -> (list) ->> username -> (string) +>> startTime -> (timestamp) @@ -286 +278,9 @@ sessions -> (list) ->>> The username of the session. +>>> The start time of the session. +>> +>> endTime -> (timestamp) +>> +>>> The end time of the session. + +nextToken -> (string) + +> The pagination token used to retrieve the next page of results for this operation. @@ -288 +288 @@ sessions -> (list) - * [← list-portals](list-portals.html "previous chapter \(use the left arrow\)") / + * [← list-session-loggers](list-session-loggers.html "previous chapter \(use the left arrow\)") / @@ -297,2 +297,2 @@ sessions -> (list) - * [previous](list-portals.html "list-portals") | - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [previous](list-session-loggers.html "list-session-loggers") | + * [AWS CLI 2.28.0 Command Reference](../../index.html) »