aws-sdk-gamelift 1.121.0 → 1.122.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a5704b9e6c776e8f804d0d71091ee249cca91da454bc5f606a38c58f1d8f0d9
4
- data.tar.gz: d3d1897fbd823f52401e5f1f366cf5a84c0d042e7fbf561b573f54e77c1e27b4
3
+ metadata.gz: 7b5dfe6cffc66961dfd9a3694a953c7f688fd68aea92eee7ce964e22a3d1a5ea
4
+ data.tar.gz: dcb5d5664e3fe95290a53f87e2d7da2fb4f6163190450f6f971a01189707ad5c
5
5
  SHA512:
6
- metadata.gz: 27252b4930a808c89254fa3a2c711fc88557d9bed8fb83cdb083a9800a45be79bca9b315cff93c9cb8a7500c0a861b8fcf8a8ab46da071deced80be96c170652
7
- data.tar.gz: fa5cc2338a57bdab6b985536c7ae822b82c8b9f34726af207d8dacf532f450a0d14208e8cb6a9d6df4dff8d854e3f4c08783eb27d01956a2c7b1204dd58860f5
6
+ metadata.gz: bc3b7130dac1689340b2e69778ac33dcfef1067f29be41953ee49132b11e61978244998b8fca88514d73d7c7b7ebe791e85c918b7ed72bba03364185cc449636
7
+ data.tar.gz: 8638b5a38a7324478c8ae9b11bca64d6a161bdab2d62d79b9e6842f4decb589565254a29fc6f0ee7aa0077e67065053d40d29772184af5aa8eada26480fd74f8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2026-03-24)
5
+ ------------------
6
+
7
+ * Feature - 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.
8
+
4
9
  1.121.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.122.0
@@ -8669,18 +8669,14 @@ module Aws::GameLift
8669
8669
  req.send_request(options)
8670
8670
  end
8671
8671
 
8672
- # **This API works with the following fleet types:** Anywhere
8672
+ # **This API works with the following fleet types:** EC2, Anywhere,
8673
+ # Container
8673
8674
  #
8674
8675
  # Lists all custom and Amazon Web Services locations where Amazon
8675
- # GameLift Servers can host game servers.
8676
- #
8677
- # Note that if you call this API using a location that doesn't have a
8678
- # service endpoint, such as one that can only be a remote location in a
8679
- # multi-location fleet, the API returns an error.
8680
- #
8681
- # Consult the table of supported locations in [Amazon GameLift Servers
8682
- # service locations][1] to identify home Regions that support single and
8683
- # multi-location fleets.
8676
+ # GameLift Servers can host game servers. This operation also returns
8677
+ # UDP ping beacon information for locations, which you can use to
8678
+ # measure network latency between player devices and potential hosting
8679
+ # locations.
8684
8680
  #
8685
8681
  # **Learn more**
8686
8682
  #
@@ -12724,7 +12720,7 @@ module Aws::GameLift
12724
12720
  tracer: tracer
12725
12721
  )
12726
12722
  context[:gem_name] = 'aws-sdk-gamelift'
12727
- context[:gem_version] = '1.121.0'
12723
+ context[:gem_version] = '1.122.0'
12728
12724
  Seahorse::Client::Request.new(handlers, context)
12729
12725
  end
12730
12726
 
@@ -8832,7 +8832,10 @@ module Aws::GameLift
8832
8832
  # @return [String]
8833
8833
  #
8834
8834
  # @!attribute [rw] ping_beacon
8835
- # Information about the UDP ping beacon for this location.
8835
+ # Information about the UDP ping beacon for this location. Ping
8836
+ # beacons are fixed endpoints that you can use to measure network
8837
+ # latency between a player device and an Amazon GameLift Servers
8838
+ # hosting location.
8836
8839
  # @return [Types::PingBeacon]
8837
8840
  #
8838
8841
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/LocationModel AWS API Documentation
@@ -9508,7 +9511,9 @@ module Aws::GameLift
9508
9511
  # hosting location.
9509
9512
  #
9510
9513
  # @!attribute [rw] udp_endpoint
9511
- # The domain name and port of the UDP ping beacon.
9514
+ # The domain name and port of the UDP ping beacon. Your game client
9515
+ # can send UDP messages to this endpoint and receive responses to
9516
+ # measure network latency.
9512
9517
  # @return [Types::UDPEndpoint]
9513
9518
  #
9514
9519
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/PingBeacon AWS API Documentation
@@ -11856,7 +11861,8 @@ module Aws::GameLift
11856
11861
  # @return [String]
11857
11862
  #
11858
11863
  # @!attribute [rw] port
11859
- # The port number of the UDP endpoint.
11864
+ # The port number of the UDP endpoint. For Amazon GameLift Servers
11865
+ # ping beacons, this is typically port 7770.
11860
11866
  # @return [Integer]
11861
11867
  #
11862
11868
  # @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/UDPEndpoint AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::GameLift
54
54
  autoload :EndpointProvider, 'aws-sdk-gamelift/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-gamelift/endpoints'
56
56
 
57
- GEM_VERSION = '1.121.0'
57
+ GEM_VERSION = '1.122.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gamelift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.121.0
4
+ version: 1.122.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services