AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Reordered parameters in syntax examples and restructured capacity documentation sections

Security assessment

Changes involve parameter ordering in syntax examples and reorganization of capacity-related field descriptions. While capacity management affects cost optimization, there is no evidence of security vulnerability fixes or new security guidance. The modifications appear to improve documentation clarity rather than address security concerns.

Diff

diff --git a/cli/latest/reference/gameliftstreams/add-stream-group-locations.md b/cli/latest/reference/gameliftstreams/add-stream-group-locations.md
index ec6e04701..357eddbf4 100644
--- a//cli/latest/reference/gameliftstreams/add-stream-group-locations.md
+++ b//cli/latest/reference/gameliftstreams/add-stream-group-locations.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.4 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.6 Command Reference](../../index.html) »
@@ -109,4 +108,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli
->> AlwaysOnCapacity -> (integer)
->>
->>> 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.
->> 
@@ -116,0 +113,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli
+>> AlwaysOnCapacity -> (integer)
+>>
+>>> 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.
+>> 
@@ -124 +124 @@ Shorthand Syntax:
-    AlwaysOnCapacity=integer,LocationName=string,OnDemandCapacity=integer ...
+    LocationName=string,AlwaysOnCapacity=integer,OnDemandCapacity=integer ...
@@ -132 +131,0 @@ JSON Syntax:
-        "AlwaysOnCapacity": integer,
@@ -133,0 +133 @@ JSON Syntax:
+        "AlwaysOnCapacity": integer,
@@ -260,12 +259,0 @@ Locations -> (list)
->> AllocatedCapacity -> (integer)
->>
->>> 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.
->> 
->> AlwaysOnCapacity -> (integer)
->>
->>> 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.
->> 
->> IdleCapacity -> (integer)
->>
->>> 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.
->> 
@@ -276,8 +263,0 @@ Locations -> (list)
->> OnDemandCapacity -> (integer)
->>
->>> The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes).
->> 
->> RequestedCapacity -> (integer)
->>
->>> 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.
->> 
@@ -295,0 +276,20 @@ Locations -> (list)
+>> 
+>> AlwaysOnCapacity -> (integer)
+>>
+>>> 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.
+>> 
+>> OnDemandCapacity -> (integer)
+>>
+>>> The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes).
+>> 
+>> RequestedCapacity -> (integer)
+>>
+>>> 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.
+>> 
+>> AllocatedCapacity -> (integer)
+>>
+>>> 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.
+>> 
+>> IdleCapacity -> (integer)
+>>
+>>> 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.
@@ -307 +307 @@ Locations -> (list)
-  * [AWS CLI 2.28.4 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.6 Command Reference](../../index.html) »