AWS cli documentation change
Summary
Updated game session identifier documentation to specify full ARN format
Security assessment
Purely a documentation update about identifier format. No security context or vulnerability mitigation is present.
Diff
diff --git a/cli/latest/reference/gamelift/start-match-backfill.md b/cli/latest/reference/gamelift/start-match-backfill.md index 04a6ee09b..e762b45c8 100644 --- a//cli/latest/reference/gamelift/start-match-backfill.md +++ b//cli/latest/reference/gamelift/start-match-backfill.md @@ -15 +15 @@ - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) » @@ -139 +139 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/gameli -> A unique identifier for the game session. Use the game session ID. When using FlexMatch as a standalone matchmaking solution, this parameter is not needed. +> 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>` . When using FlexMatch as a standalone matchmaking solution, this parameter is not needed. @@ -609 +609 @@ MatchmakingTicket -> (structure) ->>> A unique identifier for the game session. Use the game session ID. +>>> 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>` . @@ -721 +721 @@ MatchmakingTicket -> (structure) - * [AWS CLI 2.34.38 Command Reference](../../index.html) » + * [AWS CLI 2.34.40 Command Reference](../../index.html) »