AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.28.12 to 2.28.15, added default capacity values in parameter descriptions, and standardized status code formatting
Security assessment
Changes include version number updates, clarification of default capacity values (1 for static capacity, 0 for dynamic), and formatting changes from bold to code formatting for status codes. No security vulnerabilities, mitigations, or security features are mentioned. The changes focus on documentation clarity and operational details rather than security.
Diff
diff --git a/cli/latest/reference/gameliftstreams/add-stream-group-locations.md b/cli/latest/reference/gameliftstreams/add-stream-group-locations.md index 0ee2a3964..6e598199b 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.12 Command Reference](../../index.html) » + * [AWS CLI 2.28.15 Command Reference](../../index.html) » @@ -115 +115 @@ 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. +>>> 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. @@ -119 +119 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli ->>> 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). +>>> 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). Default is 0 when creating a stream group or adding a location. @@ -249,4 +249,4 @@ Locations -> (list) -> * **ACTIVATING** : Amazon GameLift Streams is preparing the location. You cannot stream from, scale the capacity of, or remove this location yet. -> * **ACTIVE** : The location is provisioned with initial capacity. You can now stream from, scale the capacity of, or remove this location. -> * **ERROR** : Amazon GameLift Streams failed to set up this location. The StatusReason field describes the error. You can remove this location and try to add it again. -> * **REMOVING** : Amazon GameLift Streams is working to remove this location. It releases all provisioned capacity for this location in this stream group. +> * `ACTIVATING` : Amazon GameLift Streams is preparing the location. You cannot stream from, scale the capacity of, or remove this location yet. +> * `ACTIVE` : The location is provisioned with initial capacity. You can now stream from, scale the capacity of, or remove this location. +> * `ERROR` : Amazon GameLift Streams failed to set up this location. The `StatusReason` field describes the error. You can remove this location and try to add it again. +> * `REMOVING` : Amazon GameLift Streams is working to remove this location. This will release all provisioned capacity for this location in this stream group. @@ -270,4 +270,4 @@ Locations -> (list) ->>> * **ACTIVATING** : Amazon GameLift Streams is preparing the location. You cannot stream from, scale the capacity of, or remove this location yet. ->>> * **ACTIVE** : The location is provisioned with initial capacity. You can now stream from, scale the capacity of, or remove this location. ->>> * **ERROR** : Amazon GameLift Streams failed to set up this location. The StatusReason field describes the error. You can remove this location and try to add it again. ->>> * **REMOVING** : Amazon GameLift Streams is working to remove this location. It releases all provisioned capacity for this location in this stream group. +>>> * `ACTIVATING` : Amazon GameLift Streams is preparing the location. You cannot stream from, scale the capacity of, or remove this location yet. +>>> * `ACTIVE` : The location is provisioned with initial capacity. You can now stream from, scale the capacity of, or remove this location. +>>> * `ERROR` : Amazon GameLift Streams failed to set up this location. The `StatusReason` field describes the error. You can remove this location and try to add it again. +>>> * `REMOVING` : Amazon GameLift Streams is working to remove this location. This will release all provisioned capacity for this location in this stream group. @@ -279 +279 @@ Locations -> (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. +>>> 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. @@ -283 +283 @@ Locations -> (list) ->>> 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). +>>> 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). Default is 0 when creating a stream group or adding a location. @@ -307 +307 @@ Locations -> (list) - * [AWS CLI 2.28.12 Command Reference](../../index.html) » + * [AWS CLI 2.28.15 Command Reference](../../index.html) »