AWS cli documentation change
Summary
Updated CLI version reference from 2.31.16 to 2.31.18 and expanded error documentation for stream session failures
Security assessment
The changes primarily update CLI version numbers and add more detailed error explanations. While the 'invalidSignalRequest' status reason mentions using secure generation methods, there's no explicit reference to vulnerabilities or security patches. The S3 logging error relates to operational reliability rather than security controls.
Diff
diff --git a/cli/latest/reference/gameliftstreams/start-stream-session.md b/cli/latest/reference/gameliftstreams/start-stream-session.md index 1c0f648f7..4caa72eed 100644 --- a//cli/latest/reference/gameliftstreams/start-stream-session.md +++ b//cli/latest/reference/gameliftstreams/start-stream-session.md @@ -15 +15 @@ - * [AWS CLI 2.31.16 Command Reference](../../index.html) » + * [AWS CLI 2.31.18 Command Reference](../../index.html) » @@ -500 +500 @@ Status -> (string) -> * `ERROR` : The stream session failed to activate. +> * `ERROR` : The stream session failed to activate. See `StatusReason` (returned by `GetStreamSession` and `StartStreamSession` ) for more information. @@ -523,0 +524,7 @@ StatusReason -> (string) +> +> * `internalError` : An internal service error occurred. Start a new stream session to continue streaming. +> * `invalidSignalRequest` : The WebRTC signal request that was sent is not valid. When starting or reconnecting to a stream session, use `generateSignalRequest` in the Amazon GameLift Streams Web SDK to generate a new signal request. +> * `placementTimeout` : Amazon GameLift Streams could not find available stream capacity to start a stream session. Increase the stream capacity in the stream group or wait until capacity becomes available. +> * `applicationLogS3DestinationError` : Could not write the application log to the Amazon S3 bucket that is configured for the streaming application. Make sure the bucket still exists. +> + @@ -726 +733 @@ ExportFilesMetadata -> (structure) - * [AWS CLI 2.31.16 Command Reference](../../index.html) » + * [AWS CLI 2.31.18 Command Reference](../../index.html) »