AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated CLI version reference from 2.34.1 to 2.34.4, added PlayerGatewayStatus field documentation explaining availability states and supported locations

Security assessment

The PlayerGatewayStatus documentation explains service availability but does not introduce security controls or address security vulnerabilities. The location support notice is operational guidance rather than security-related.

Diff

diff --git a/cli/latest/reference/gamelift/describe-matchmaking.md b/cli/latest/reference/gamelift/describe-matchmaking.md
index c7a2b1a88..94ad0ffd5 100644
--- a//cli/latest/reference/gamelift/describe-matchmaking.md
+++ b//cli/latest/reference/gamelift/describe-matchmaking.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.4 Command Reference](../../index.html) »
@@ -517,0 +518,18 @@ TicketList -> (list)
+>>> 
+>>> 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`
+>>>> 
+
@@ -539 +557 @@ TicketList -> (list)
-  * [AWS CLI 2.34.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.4 Command Reference](../../index.html) »