AWS cli documentation change
Summary
Updated GameSessionId and GameSessionArn documentation to specify full ARN format and cross-region uniqueness
Security assessment
Consistency update for identifier formats. No security implications or vulnerability fixes are referenced.
Diff
diff --git a/cli/latest/reference/gamelift/stop-game-session-placement.md b/cli/latest/reference/gamelift/stop-game-session-placement.md index b970367dc..c36c859cb 100644 --- a//cli/latest/reference/gamelift/stop-game-session-placement.md +++ b//cli/latest/reference/gamelift/stop-game-session-placement.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -351 +351 @@ GameSessionPlacement -> (structure) ->> A unique identifier for the game session. This value isn’t final until placement status is `FULFILLED` . +>> An identifier for the game session that is unique across all regions. The value is always a full ARN in the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>` . This value is the same as `GameSessionArn` . This value isn’t final until placement status is `FULFILLED` . @@ -362 +362 @@ GameSessionPlacement -> (structure) ->> Identifier for the game session created by this placement request. This identifier is unique across all Regions. This value isn’t final until placement status is `FULFILLED` . +>> An identifier for the game session that is unique across all regions. The value is always a full ARN in the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>` . This value is the same as `GameSessionId` . This value isn’t final until placement status is `FULFILLED` . @@ -578 +578 @@ GameSessionPlacement -> (structure) - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »