AWS gameliftstreams documentation change
Summary
Updated AWS CLI instructions for exporting stream session files, corrected command examples, and improved ARN/ID documentation
Security assessment
Changes focus on clarifying CLI usage and formatting examples, with no evidence of addressing security vulnerabilities or describing security controls
Diff
diff --git a/gameliftstreams/latest/developerguide/stream-sessions-export-files.md b/gameliftstreams/latest/developerguide/stream-sessions-export-files.md index 4f2943ef2..3191018b9 100644 --- a//gameliftstreams/latest/developerguide/stream-sessions-export-files.md +++ b//gameliftstreams/latest/developerguide/stream-sessions-export-files.md @@ -91 +91 @@ You can also check the exported files status in the **Session exports** tab. If -You must configure the AWS Command Line Interface with your user credentials and your chosen AWS Region. See [Download the AWS CLI](./setting-up.html#setting-up-prereqs). +You must configure the AWS CLI with your user credentials and your chosen AWS Region. For setup instructions, refer to [Download the AWS CLI](./setting-up.html#setting-up-prereqs). @@ -93 +93 @@ You must configure the AWS Command Line Interface with your user credentials and -**To delete your stream group in the AWS CLI** +**To export stream session files in the AWS CLI** @@ -95 +95 @@ You must configure the AWS Command Line Interface with your user credentials and -In your AWS CLI, enter the following command. Replace the values with your own values: +In your AWS CLI use the [ExportStreamSessionFiles](https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_ExportStreamSessionFiles.html) command, customized for your content. @@ -99,2 +99,2 @@ In your AWS CLI, enter the following command. Replace the values with your own v - --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/33gveJpz0 \ - --stream-session-identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamsession/33gveJpz0/1a3uWe5W0 + --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 \ + --stream-session-identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamsession/1234567890123 @@ -108 +108,5 @@ Where -An Amazon Resource Name (ARN) or an ID that uniquely identifies the stream group resource. Format example: ARN—`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4` or ID—`1AB2C3De4`. +An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) or ID that uniquely identifies the stream group resource. + +ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4` + +ID example: `sg-1AB2C3De4` @@ -113 +117,5 @@ An Amazon Resource Name (ARN) or an ID that uniquely identifies the stream group -An Amazon Resource Name (ARN) or an ID that uniquely identifies the stream session resource. Format example: ARN—`arn:aws:gameliftstreams:us-west-2:123456789012:streamsession/1AB2C3De4` or ID—`1AB2C3De4`. +An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) or ID that uniquely identifies the stream session resource. + +ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamsession/1234567890123` + +ID example: `1234567890123`