AWS cli documentation change
Summary
Updated AWS CLI version reference and clarified PlayerSessionId field description to indicate it's only populated for ACTIVE or RESERVED player sessions when ticket is completed.
Security assessment
The change adds clarification about when PlayerSessionId is populated, which is a documentation improvement for API behavior. No security vulnerability or security feature is mentioned.
Diff
diff --git a/cli/latest/reference/gamelift/start-matchmaking.md b/cli/latest/reference/gamelift/start-matchmaking.md index 96e3dad8d..a6591301c 100644 --- a//cli/latest/reference/gamelift/start-matchmaking.md +++ b//cli/latest/reference/gamelift/start-matchmaking.md @@ -15 +15 @@ - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) » @@ -653 +653 @@ MatchmakingTicket -> (structure) ->>>>> A unique identifier for a player session +>>>>> A unique identifier for a player session. PlayerSessionId will only be populated for player sessions that are in ACTIVE or RESERVED status when the ticket is completed. @@ -699 +699 @@ MatchmakingTicket -> (structure) - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) »