AWS gameliftstreams documentation change
Summary
Updated example AWS account IDs in ARN references from 123456789012 to 111122223333
Security assessment
Standard documentation update to use consistent placeholder account ID. No security implications as this is a sample value change.
Diff
diff --git a/gameliftstreams/latest/developerguide/applications.md b/gameliftstreams/latest/developerguide/applications.md index 8caee9b96..a6c48d56e 100644 --- a//gameliftstreams/latest/developerguide/applications.md +++ b//gameliftstreams/latest/developerguide/applications.md @@ -228 +228 @@ If the request is successful, Amazon GameLift Streams returns a response similar - "Arn": "arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6", + "Arn": "arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6", @@ -330 +330 @@ This value is an [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/la -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6` @@ -403 +403 @@ In your AWS CLI use the [DeleteApplication](https://docs.aws.amazon.com/gamelift - --identifier arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 + --identifier arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6 @@ -411 +411 @@ This value is an [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/la -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`