AWS cli documentation change
Summary
Enhanced documentation for game session identifiers to specify region-wide uniqueness and ARN format
Security assessment
The change improves identifier documentation consistency but shows no evidence of addressing security issues or adding security guidance.
Diff
diff --git a/cli/latest/reference/gamelift/create-player-sessions.md b/cli/latest/reference/gamelift/create-player-sessions.md index 909c0e779..c921ff9c3 100644 --- a//cli/latest/reference/gamelift/create-player-sessions.md +++ b//cli/latest/reference/gamelift/create-player-sessions.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -109 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli -> A unique identifier for the game session to add players to. +> An identifier for the game session that is unique across all regions to add players to. The value is always a full ARN in the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>` . @@ -328 +328 @@ PlayerSessions -> (list) ->>> A unique identifier for the game session that the player session is connected to. +>>> An identifier for the game session that is unique across all regions that the player session is connected to. The value is always a full ARN in the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>` . @@ -446 +446 @@ PlayerSessions -> (list) - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »