AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated CLI version reference from 2.28.4 to 2.28.6 and restructured stream group response fields (moved Arn, Status, CreatedAt, LastUpdatedAt positions, added Id/Description earlier in output)

Security assessment

Changes involve documentation structure reorganization and version updates without any explicit security context. The Status field documentation now includes clearer error state guidance ('remove any locations which are in error'), but this appears operational rather than security-focused. No vulnerabilities, access controls, or encryption-related changes are mentioned.

Diff

diff --git a/cli/latest/reference/gameliftstreams/list-stream-groups.md b/cli/latest/reference/gameliftstreams/list-stream-groups.md
index 801cd52b7..307ff1e32 100644
--- a//cli/latest/reference/gameliftstreams/list-stream-groups.md
+++ b//cli/latest/reference/gameliftstreams/list-stream-groups.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.4 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.6 Command Reference](../../index.html) »
@@ -225 +225 @@ Items -> (list)
->> CreatedAt -> (timestamp)
+>> Id -> (string)
@@ -227 +227,5 @@ Items -> (list)
->>> A timestamp that indicates when this resource was created. Timestamps are expressed using in ISO8601 format, such as: `2022-12-27T22:29:40+00:00` (UTC).
+>>> An ID that uniquely identifies the stream group resource. Example ID: `sg-1AB2C3De4` .
+>> 
+>> Description -> (string)
+>>
+>>> A descriptive label for the stream group.
@@ -233,4 +236,0 @@ Items -> (list)
->>> Arn -> (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` .
->>> 
@@ -240,16 +239,0 @@ Items -> (list)
->> 
->> Description -> (string)
->>
->>> A descriptive label for the stream group.
->> 
->> Id -> (string)
->>
->>> An ID that uniquely identifies the stream group resource. Example ID: `sg-1AB2C3De4` .
->> 
->> 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).
->> 
->> Status -> (string)
->>
->>> The current status of the stream group resource. Possible statuses include the following:
@@ -257,6 +241 @@ Items -> (list)
->>>   * `ACTIVATING` : The stream group is deploying and isn’t ready to host streams.
->>>   * `ACTIVE` : The stream group is ready to host streams.
->>>   * `ACTIVE_WITH_ERRORS` : One or more locations in the stream group are in an error state. Verify the details of individual locations and remove any locations which are in error.
->>>   * `ERROR` : An error occurred when the stream group deployed. See `StatusReason` for more information.
->>>   * `DELETING` : Amazon GameLift Streams is in the process of deleting the stream group.
->>>   * `UPDATING_LOCATIONS` : One or more locations in the stream group are in the process of updating (either activating or deleting).
+>>> Arn -> (string)
@@ -264 +243 @@ Items -> (list)
-
+>>>> 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` .
@@ -303,0 +283,21 @@ Items -> (list)
+>> 
+>> Status -> (string)
+>>
+>>> The current status of the stream group resource. Possible statuses include the following:
+>>> 
+>>>   * `ACTIVATING` : The stream group is deploying and isn’t ready to host streams.
+>>>   * `ACTIVE` : The stream group is ready to host streams.
+>>>   * `ACTIVE_WITH_ERRORS` : One or more locations in the stream group are in an error state. Verify the details of individual locations and remove any locations which are in error.
+>>>   * `ERROR` : An error occurred when the stream group deployed. See `StatusReason` for more information.
+>>>   * `DELETING` : Amazon GameLift Streams is in the process of deleting the stream group.
+>>>   * `UPDATING_LOCATIONS` : One or more locations in the stream group are in the process of updating (either activating or deleting).
+>>> 
+
+>> 
+>> CreatedAt -> (timestamp)
+>>
+>>> A timestamp that indicates when this resource was created. Timestamps are expressed using in ISO8601 format, such as: `2022-12-27T22:29:40+00:00` (UTC).
+>> 
+>> 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).
@@ -319 +319 @@ NextToken -> (string)
-  * [AWS CLI 2.28.4 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.6 Command Reference](../../index.html) »