AWS Security ChangesHomeSearch

AWS gameliftstreams documentation change

Service: gameliftstreams · 2025-05-13 · Documentation low

File: gameliftstreams/latest/developerguide/stream-sessions-export-files.md

Summary

Updated example stream session ARNs and IDs to use more realistic formats and added API documentation links

Security assessment

The changes improve example validity by using properly formatted resource identifiers. While proper ARN formatting is important for security configurations, there is no evidence this addresses an existing vulnerability. The updates prevent potential misconfiguration errors but do not directly mitigate security risks.

Diff

diff --git a/gameliftstreams/latest/developerguide/stream-sessions-export-files.md b/gameliftstreams/latest/developerguide/stream-sessions-export-files.md
index 3191018b9..69d6f75e0 100644
--- a//gameliftstreams/latest/developerguide/stream-sessions-export-files.md
+++ b//gameliftstreams/latest/developerguide/stream-sessions-export-files.md
@@ -100 +100 @@ In your AWS CLI use the [ExportStreamSessionFiles](https://docs.aws.amazon.com/g
-        --stream-session-identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamsession/1234567890123
+        --stream-session-identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamsession/sg-1AB2C3De4/ABC123def4567
@@ -119 +119 @@ An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide
-ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamsession/1234567890123`
+ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamsession/sg-1AB2C3De4/ABC123def4567`
@@ -121 +121 @@ ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamsession/12345
-ID example: `1234567890123`
+ID example: `ABC123def4567`
@@ -143 +143 @@ If the ZIP file name matches an existing one in the directory, the previous one
-You can check on the status of the active session by invoking the `GetStreamSession` API. From the stream session summary, you can get details about the exported files status. If the status is **Pending** , then the stream session is still active, so Amazon GameLift Streams hasn't exported the files yet. If the status is **Succeeded** , navigate to the output URI to see the files in Amazon S3. If the status is **Failed** , check the `StatusReason` in the `ExportFilesMetaData`. 
+You can check on the status of the active session by invoking the [GetStreamSession](https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html) API. From the stream session summary, you can get details about the exported files status. If the status is **Pending** , then the stream session is still active, so Amazon GameLift Streams hasn't exported the files yet. If the status is **Succeeded** , navigate to the output URI to see the files in Amazon S3. If the status is **Failed** , check the `StatusReason` in the `ExportFilesMetaData`.