AWS cli documentation change
Summary
Updated CLI version from 2.34.38 to 2.34.40 and modified GameSessionId/GameSessionArn descriptions to specify they are full ARNs unique across regions
Security assessment
Change clarifies identifier format without addressing vulnerabilities. No security implications identified.
Diff
diff --git a/cli/latest/reference/gamelift/describe-game-session-placement.md b/cli/latest/reference/gamelift/describe-game-session-placement.md index 7a2586f9b..7f9f9483f 100644 --- a//cli/latest/reference/gamelift/describe-game-session-placement.md +++ b//cli/latest/reference/gamelift/describe-game-session-placement.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -349 +349 @@ 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` . @@ -360 +360 @@ 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` . @@ -576 +576 @@ GameSessionPlacement -> (structure) - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »