AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/gameliftstreams/update-stream-group.md

Summary

Updated AWS CLI version reference from 2.31.16 to 2.31.18 and modified capacity documentation with new default values (2 for high stream classes), capacity allocation rules, and expanded status descriptions

Security assessment

Changes focus on capacity management defaults (1→2 for high streams), allocation rules (whole number multiples), and operational status clarifications. No security vulnerabilities, mitigations, or security features mentioned. Updates appear to be feature adjustments and documentation improvements rather than security-related.

Diff

diff --git a/cli/latest/reference/gameliftstreams/update-stream-group.md b/cli/latest/reference/gameliftstreams/update-stream-group.md
index 4beb75d39..6bc42cddd 100644
--- a//cli/latest/reference/gameliftstreams/update-stream-group.md
+++ b//cli/latest/reference/gameliftstreams/update-stream-group.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.18 Command Reference](../../index.html) »
@@ -63 +63 @@ Stream capacity represents the number of concurrent streams that can be active a
-  * **Always-on** : The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it’s in use or not. Best for quickest time from streaming request to streaming session. Default is 1 when creating a stream group or adding a location.
+  * **Always-on** : The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it’s in use or not. Best for quickest time from streaming request to streaming session. Default is 1 (2 for high stream classes) when creating a stream group or adding a location.
@@ -67,0 +68,2 @@ Stream capacity represents the number of concurrent streams that can be active a
+Values for capacity must be whole number multiples of the tenancy value of the stream group’s stream class.
+
@@ -145 +147 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli
->>> The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it’s in use or not. Best for quickest time from streaming request to streaming session. Default is 1 when creating a stream group or adding a location.
+>>> The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it’s in use or not. Best for quickest time from streaming request to streaming session. Default is 1 (2 for high stream classes) when creating a stream group or adding a location.
@@ -416 +418 @@ LocationStates -> (list)
->>> The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it’s in use or not. Best for quickest time from streaming request to streaming session. Default is 1 when creating a stream group or adding a location.
+>>> The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it’s in use or not. Best for quickest time from streaming request to streaming session. Default is 1 (2 for high stream classes) when creating a stream group or adding a location.
@@ -436 +438 @@ LocationStates -> (list)
->>> This value is the total number of compute resources that you request for a stream group. This includes resources that Amazon GameLift Streams has either already provisioned or is working to provision. You request capacity for each location in a stream group.
+>>> This value is the always-on capacity that you most recently requested for a stream group. You request capacity separately for each location in a stream group. In response to an increase in requested capacity, Amazon GameLift Streams attempts to provision compute resources to make the stream group’s allocated capacity meet requested capacity. When always-on capacity is decreased, it can take a few minutes to deprovision allocated capacity to match the requested capacity.
@@ -446 +448 @@ LocationStates -> (list)
->>> This value is the number of compute resources that a stream group has provisioned and is ready to stream. It includes resources that are currently streaming and resources that are idle and ready to respond to stream requests.
+>>> This value is the stream capacity that Amazon GameLift Streams has provisioned in a stream group that can respond immediately to stream requests. It includes resources that are currently streaming and resources that are idle and ready to respond to stream requests. You pay for this capacity whether it’s in use or not. After making changes to capacity, it can take a few minutes for the allocated capacity count to reflect the change while compute resources are allocated or deallocated. Similarly, when allocated on-demand capacity is no longer needed, it can take a few minutes for Amazon GameLift Streams to spin down the allocated capacity.
@@ -456 +458 @@ LocationStates -> (list)
->>> This value is the amount of allocated capacity that is not currently streaming. It represents the stream group’s availability to respond to new stream requests, but not including on-demand capacity.
+>>> This value is the amount of allocated capacity that is not currently streaming. It represents the stream group’s ability to respond immediately to new stream requests with near-instant startup time.
@@ -533 +535 @@ Status -> (string)
->   * `ERROR` : An error occurred when the stream group deployed. See `StatusReason` for more information.
+>   * `ERROR` : An error occurred when the stream group deployed. See `StatusReason` (returned by `CreateStreamGroup` , `GetStreamGroup` , and `UpdateStreamGroup` ) for more information.
@@ -600 +602 @@ AssociatedApplications -> (list)
-  * [AWS CLI 2.31.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.18 Command Reference](../../index.html) »