AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/gameliftstreams/list-stream-sessions.md

Summary

Updated AWS CLI version reference from 2.28.4 to 2.28.6, reorganized parameters/output documentation, added status filter details, and restructured stream session metadata fields

Security assessment

Changes involve documentation restructuring and added parameter details without any mention of security vulnerabilities, patches, or security controls. The status filter additions and metadata reorganization improve operational clarity but don't address security risks.

Diff

diff --git a/cli/latest/reference/gameliftstreams/list-stream-sessions.md b/cli/latest/reference/gameliftstreams/list-stream-sessions.md
index a587fa9c1..8b0cc6902 100644
--- a//cli/latest/reference/gameliftstreams/list-stream-sessions.md
+++ b//cli/latest/reference/gameliftstreams/list-stream-sessions.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.4 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.6 Command Reference](../../index.html) »
@@ -72,0 +73 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli
+    [--status <value>]
@@ -75 +75,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli
-    [--status <value>]
@@ -102,0 +103,17 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli
+`--status` (string)
+
+> Filter by the stream session status. You can specify one status in each request to retrieve only sessions that are currently in that status.
+> 
+> Possible values:
+> 
+>   * `ACTIVATING`
+>   * `ACTIVE`
+>   * `CONNECTED`
+>   * `PENDING_CLIENT_RECONNECTION`
+>   * `RECONNECTING`
+>   * `TERMINATING`
+>   * `TERMINATED`
+>   * `ERROR`
+> 
+
+
@@ -127,17 +143,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli
-`--status` (string)
-
-> Filter by the stream session status. You can specify one status in each request to retrieve only sessions that are currently in that status.
-> 
-> Possible values:
-> 
->   * `ACTIVATING`
->   * `ACTIVE`
->   * `CONNECTED`
->   * `PENDING_CLIENT_RECONNECTION`
->   * `RECONNECTING`
->   * `TERMINATING`
->   * `TERMINATED`
->   * `ERROR`
-> 
-
-
@@ -269,4 +268,0 @@ Items -> (list)
->> ApplicationArn -> (string)
->>
->>> An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource. Example ARN: `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6` .
->> 
@@ -276,0 +273,26 @@ Items -> (list)
+>> UserId -> (string)
+>>
+>>> An opaque, unique identifier for an end-user, defined by the developer.
+>> 
+>> Status -> (string)
+>>
+>>> The current status of the stream session resource. Possible statuses include the following:
+>>> 
+>>>   * `ACTIVATING` : The stream session is starting and preparing to stream.
+>>>   * `ACTIVE` : The stream session is ready to accept client connections.
+>>>   * `CONNECTED` : The stream session has a connected client.
+>>>   * `PENDING_CLIENT_RECONNECTION` : A client has recently disconnected, and the stream session is waiting for the client to reconnect. After a short time, if the client doesn’t reconnect, the stream session status transitions to `TERMINATED` .
+>>>   * `TERMINATING` : The stream session is ending.
+>>>   * `TERMINATED` : The stream session has ended.
+>>>   * `ERROR` : The stream session failed to activate.
+>>> 
+
+>> 
+>> Protocol -> (string)
+>>
+>>> The data transfer protocol in use with the stream session.
+>> 
+>> LastUpdatedAt -> (timestamp)
+>>
+>>> A timestamp that indicates when this resource was last updated. Timestamps are expressed using in ISO8601 format, such as: `2022-12-27T22:29:40+00:00` (UTC).
+>> 
@@ -280,0 +303,4 @@ Items -> (list)
+>> ApplicationArn -> (string)
+>>
+>>> An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource. Example ARN: `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6` .
+>> 
@@ -285,8 +310,0 @@ Items -> (list)
->>> OutputUri -> (string)
->>>
->>>> The S3 bucket URI where Amazon GameLift Streams uploaded the set of compressed exported files for a stream session. Amazon GameLift Streams generates a ZIP file name based on the stream session metadata. Alternatively, you can provide a custom file name with a `.zip` file extension.
->>>> 
->>>> Example 1: If you provide an S3 URI called `s3://amzn-s3-demo-destination-bucket/MyGame_Session1.zip` , then Amazon GameLift Streams will save the files at that location.
->>>> 
->>>> Example 2: If you provide an S3 URI called `s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/` , then Amazon GameLift Streams will save the files at `s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/YYYYMMDD-HHMMSS-appId-sg-Id-sessionId.zip` or another similar name.
->>> 
@@ -300,4 +318,8 @@ Items -> (list)
->> 
->> LastUpdatedAt -> (timestamp)
->>
->>> A timestamp that indicates when this resource was last updated. Timestamps are expressed using in ISO8601 format, such as: `2022-12-27T22:29:40+00:00` (UTC).
+>>> 
+>>> OutputUri -> (string)
+>>>
+>>>> The S3 bucket URI where Amazon GameLift Streams uploaded the set of compressed exported files for a stream session. Amazon GameLift Streams generates a ZIP file name based on the stream session metadata. Alternatively, you can provide a custom file name with a `.zip` file extension.
+>>>> 
+>>>> Example 1: If you provide an S3 URI called `s3://amzn-s3-demo-destination-bucket/MyGame_Session1.zip` , then Amazon GameLift Streams will save the files at that location.
+>>>> 
+>>>> Example 2: If you provide an S3 URI called `s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/` , then Amazon GameLift Streams will save the files at `s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/YYYYMMDD-HHMMSS-appId-sg-Id-sessionId.zip` or another similar name.
@@ -310,22 +331,0 @@ Items -> (list)
->> 
->> Protocol -> (string)
->>
->>> The data transfer protocol in use with the stream session.
->> 
->> Status -> (string)
->>
->>> The current status of the stream session resource. Possible statuses include the following:
->>> 
->>>   * `ACTIVATING` : The stream session is starting and preparing to stream.
->>>   * `ACTIVE` : The stream session is ready to accept client connections.
->>>   * `CONNECTED` : The stream session has a connected client.
->>>   * `PENDING_CLIENT_RECONNECTION` : A client has recently disconnected, and the stream session is waiting for the client to reconnect. After a short time, if the client doesn’t reconnect, the stream session status transitions to `TERMINATED` .
->>>   * `TERMINATING` : The stream session is ending.
->>>   * `TERMINATED` : The stream session has ended.
->>>   * `ERROR` : The stream session failed to activate.
->>> 
-
->> 
->> UserId -> (string)
->>
->>> An opaque, unique identifier for an end-user, defined by the developer.
@@ -347 +347 @@ NextToken -> (string)
-  * [AWS CLI 2.28.4 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.6 Command Reference](../../index.html) »