AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-03-07 · Documentation low

File: cli/latest/reference/gamelift/start-matchmaking.md

Summary

Added documentation about PlayerGatewayStatus field with possible values (ENABLED/DISABLED) and regional availability notes

Security assessment

The change documents feature status tracking for player gateway availability across regions but contains no security controls, vulnerabilities, or protective measures. This appears to be routine feature documentation.

Diff

diff --git a/cli/latest/reference/gamelift/start-matchmaking.md b/cli/latest/reference/gamelift/start-matchmaking.md
index 20ef807f4..f97c6a531 100644
--- a//cli/latest/reference/gamelift/start-matchmaking.md
+++ b//cli/latest/reference/gamelift/start-matchmaking.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.4 Command Reference](../../index.html) »
@@ -659,0 +660,18 @@ MatchmakingTicket -> (structure)
+>> 
+>> PlayerGatewayStatus -> (string)
+>>
+>>> The current status of player gateway for the game session. Note, even if a fleet has PlayerGatewayMode configured as `ENABLED` , player gateway might not be available in a specific location. For more information about locations where player gateway is supported, see [supported locations](https://docs.aws.amazon.com/gameliftservers/latest/developerguide/gamelift-regions.html) .
+>>> 
+>>> Possible values include:
+>>> 
+>>>   * `ENABLED` – Player gateway is available for this game session.
+>>>   * `DISABLED` – Player gateway is not available for this game session.
+>>> 
+
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `DISABLED`
+>>>   * `ENABLED`
+>>> 
+
@@ -681 +699 @@ MatchmakingTicket -> (structure)
-  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.4 Command Reference](../../index.html) »