AWS cli documentation change
Summary
Updated GameSessionId and GameSessionArn documentation to specify full ARN format and cross-region uniqueness
Security assessment
Changes clarify identifier formats and consistency between fields. No security vulnerabilities or features are mentioned.
Diff
diff --git a/cli/latest/reference/gamelift/start-game-session-placement.md b/cli/latest/reference/gamelift/start-game-session-placement.md index 3d917ebed..365c0b9c4 100644 --- a//cli/latest/reference/gamelift/start-game-session-placement.md +++ b//cli/latest/reference/gamelift/start-game-session-placement.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -655 +655 @@ 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` . @@ -666 +666 @@ 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` . @@ -882 +882 @@ GameSessionPlacement -> (structure) - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »