AWS cli documentation change
Summary
Updated CLI version from 2.34.38 to 2.34.40 and modified GameSessionId descriptions (both input/output) to specify full ARN format
Security assessment
Consistency improvement in identifier documentation. No security vulnerabilities addressed or security features documented.
Diff
diff --git a/cli/latest/reference/gamelift/get-player-connection-details.md b/cli/latest/reference/gamelift/get-player-connection-details.md index a9fe9626e..ede316ca4 100644 --- a//cli/latest/reference/gamelift/get-player-connection-details.md +++ b//cli/latest/reference/gamelift/get-player-connection-details.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -106 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli -> A unique identifier for the game session for which to retrieve player connection details. +> An identifier for the game session that is unique across all regions for which to retrieve player connection details. The value is always a full ARN in the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>` . @@ -257 +257 @@ GameSessionId -> (string) -> A unique identifier for the game session for which the player connection details were retrieved. +> An identifier for the game session that is unique across all regions for which the player connection details were retrieved. The value is always a full ARN in the following format: `arn:aws:gamelift:<location>::gamesession/<fleet ID>/<ID string>` . @@ -358 +358 @@ PlayerConnectionDetails -> (list) - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »