Skip to content

Commit a6d6f48

Browse files
author
AWS
committed
Amazon GameLift Update: Amazon GameLift Servers launches UDP ping beacons in the Beijing and Ningxia (China) Regions to help measure real-time network latency for multiplayer games. The ListLocations API is now available in these regions to provide endpoint domain and port information as part of the locations list.
1 parent be1bc32 commit a6d6f48

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon GameLift",
4+
"contributor": "",
5+
"description": "Amazon GameLift Servers launches UDP ping beacons in the Beijing and Ningxia (China) Regions to help measure real-time network latency for multiplayer games. The ListLocations API is now available in these regions to provide endpoint domain and port information as part of the locations list."
6+
}

services/gamelift/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@
14221422
{"shape":"InvalidRequestException"},
14231423
{"shape":"InternalServiceException"}
14241424
],
1425-
"documentation":"<p> <b>This API works with the following fleet types:</b> Anywhere</p> <p>Lists all custom and Amazon Web Services locations where Amazon GameLift Servers can host game servers. </p> <p>Note that if you call this API using a location that doesn't have a service endpoint, such as one that can only be a remote location in a multi-location fleet, the API returns an error.</p> <p>Consult the table of supported locations in <a href=\"https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html\">Amazon GameLift Servers service locations</a> to identify home Regions that support single and multi-location fleets.</p> <p> <b>Learn more</b> </p> <p> <a href=\"https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html\">Service locations</a> </p>"
1425+
"documentation":"<p> <b>This API works with the following fleet types:</b> EC2, Anywhere, Container</p> <p>Lists all custom and Amazon Web Services locations where Amazon GameLift Servers can host game servers. This operation also returns UDP ping beacon information for locations, which you can use to measure network latency between player devices and potential hosting locations.</p> <p> <b>Learn more</b> </p> <p> <a href=\"https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html\">Service locations</a> </p>"
14261426
},
14271427
"ListScripts":{
14281428
"name":"ListScripts",
@@ -7968,7 +7968,7 @@
79687968
},
79697969
"PingBeacon":{
79707970
"shape":"PingBeacon",
7971-
"documentation":"<p>Information about the UDP ping beacon for this location. </p>"
7971+
"documentation":"<p>Information about the UDP ping beacon for this location. Ping beacons are fixed endpoints that you can use to measure network latency between a player device and an Amazon GameLift Servers hosting location.</p>"
79727972
}
79737973
},
79747974
"documentation":"<p>Properties of a location, which can include its name, ARN (for custom locations), and ping beacon information.</p>"
@@ -8450,7 +8450,7 @@
84508450
"members":{
84518451
"UDPEndpoint":{
84528452
"shape":"UDPEndpoint",
8453-
"documentation":"<p>The domain name and port of the UDP ping beacon. </p>"
8453+
"documentation":"<p>The domain name and port of the UDP ping beacon. Your game client can send UDP messages to this endpoint and receive responses to measure network latency.</p>"
84548454
}
84558455
},
84568456
"documentation":"<p>Information about a UDP ping beacon that can be used to measure network latency between a player device and an Amazon GameLift Servers hosting location.</p>"
@@ -9871,11 +9871,11 @@
98719871
"members":{
98729872
"Domain":{
98739873
"shape":"NonZeroAndMaxString",
9874-
"documentation":"<p>The domain name of the UDP endpoint. </p>"
9874+
"documentation":"<p>The domain name of the UDP endpoint.</p>"
98759875
},
98769876
"Port":{
98779877
"shape":"PositiveInteger",
9878-
"documentation":"<p>The port number of the UDP endpoint. </p>"
9878+
"documentation":"<p>The port number of the UDP endpoint. For Amazon GameLift Servers ping beacons, this is typically port 7770.</p>"
98799879
}
98809880
},
98819881
"documentation":"<p>The domain name and port information for a UDP endpoint.</p>"

0 commit comments

Comments
 (0)