AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.28.12 to 2.28.15, changed status code formatting from bold to code blocks, added default capacity values, and improved status description clarity
Security assessment
Changes involve documentation formatting improvements (markdown syntax for status codes), version number updates, and clarification of default capacity values. No security vulnerabilities, mitigations, or security features are mentioned. The StatusReason field reference update is a formatting change rather than a security-related content change.
Diff
diff --git a/cli/latest/reference/gameliftstreams/get-stream-group.md b/cli/latest/reference/gameliftstreams/get-stream-group.md index 8d36b4bba..47236edfe 100644 --- a//cli/latest/reference/gameliftstreams/get-stream-group.md +++ b//cli/latest/reference/gameliftstreams/get-stream-group.md @@ -15 +15 @@ - * [AWS CLI 2.28.12 Command Reference](../../index.html) » + * [AWS CLI 2.28.15 Command Reference](../../index.html) » @@ -221,4 +221,4 @@ LocationStates -> (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. @@ -242,4 +242,4 @@ LocationStates -> (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. @@ -251 +251 @@ 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. +>>> 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. @@ -255 +255 @@ LocationStates -> (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. @@ -360 +360 @@ AssociatedApplications -> (list) - * [AWS CLI 2.28.12 Command Reference](../../index.html) » + * [AWS CLI 2.28.15 Command Reference](../../index.html) »