AWS gameliftstreams documentation change
Summary
Updated example AWS account IDs from 123456789012 to 111122223333 in ARN examples and CLI commands
Security assessment
The changes only replace placeholder account IDs in documentation examples. No security vulnerabilities or security features are addressed or added.
Diff
diff --git a/gameliftstreams/latest/developerguide/stream-groups.md b/gameliftstreams/latest/developerguide/stream-groups.md index e6fd00d5c..42b77168c 100644 --- a//gameliftstreams/latest/developerguide/stream-groups.md +++ b//gameliftstreams/latest/developerguide/stream-groups.md @@ -128 +128 @@ In your AWS CLI use the [CreateStreamGroup](https://docs.aws.amazon.com/gamelift - --default-application-identifier arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 \ + --default-application-identifier arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6 \ @@ -144 +144 @@ The [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuid -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6` @@ -183 +183 @@ If the request is successful, then Amazon GameLift Streams returns a response si - "Arn": "arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4", + "Arn": "arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4", @@ -232 +232 @@ In your AWS CLI use the [UpdateStreamGroup](https://docs.aws.amazon.com/gamelift - --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 \ + --identifier arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4 \ @@ -242 +242 @@ An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4` @@ -292 +292 @@ In your AWS CLI use the [UpdateStreamGroup](https://docs.aws.amazon.com/gamelift - --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 \ + --identifier arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4 \ @@ -303 +303 @@ An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4` @@ -362 +362 @@ In your AWS CLI use the [AddStreamGroupLocations](https://docs.aws.amazon.com/ga - --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 + --identifier arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4 @@ -372 +372 @@ An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4` @@ -433 +433 @@ In your AWS CLI use the [RemoveStreamGroupLocations](https://docs.aws.amazon.com - --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 + --identifier arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4 @@ -443 +443 @@ An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4` @@ -489 +489 @@ In your AWS CLI use the [DeleteStreamGroup](https://docs.aws.amazon.com/gamelift - --identifier arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4 + --identifier arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4 @@ -498 +498 @@ An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide -ARN example: `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4` +ARN example: `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`