AWS gameliftstreams documentation change
Summary
Fixed a typo in a CLI command parameter from '--ouput-uri' to '--output-uri' and added a line continuation backslash.
Security assessment
This is a minor documentation correction for a CLI example. There is no evidence this change is related to a security issue or introduces security documentation. It is a typographical fix.
Diff
diff --git a/gameliftstreams/latest/developerguide/stream-sessions-export-files.md b/gameliftstreams/latest/developerguide/stream-sessions-export-files.md index 519ef8a5e..6f6580ace 100644 --- a//gameliftstreams/latest/developerguide/stream-sessions-export-files.md +++ b//gameliftstreams/latest/developerguide/stream-sessions-export-files.md @@ -104,2 +104,2 @@ In your AWS CLI use the [ExportStreamSessionFiles](https://docs.aws.amazon.com/g - --stream-session-identifier arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567 - --ouput-uri s3://amzn-s3-demo-bucket/prefix + --stream-session-identifier arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567 \ + --output-uri s3://amzn-s3-demo-bucket/prefix