AWS cli documentation change
Summary
Added 'idleTimeout' status reason documentation for session termination after 60 minutes of inactivity.
Security assessment
Documentation of idle timeout helps implement security best practices for session management, but doesn't address a specific vulnerability.
Diff
diff --git a/cli/latest/reference/gameliftstreams/get-stream-session.md b/cli/latest/reference/gameliftstreams/get-stream-session.md index 34bfab724..54a55a430 100644 --- a//cli/latest/reference/gameliftstreams/get-stream-session.md +++ b//cli/latest/reference/gameliftstreams/get-stream-session.md @@ -15 +15 @@ - * [AWS CLI 2.34.8 Command Reference](../../index.html) » + * [AWS CLI 2.34.9 Command Reference](../../index.html) » @@ -326,0 +327 @@ StatusReason -> (string) +> * `idleTimeout` : The stream session was terminated because it exceeded the idle timeout period of 60 minutes with no user input activity. @@ -547 +548 @@ ExportFilesMetadata -> (structure) - * [AWS CLI 2.34.8 Command Reference](../../index.html) » + * [AWS CLI 2.34.9 Command Reference](../../index.html) »