aws-sdk-gamelift 1.105.0 → 1.106.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.
@@ -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.105.0'
57
+ GEM_VERSION = '1.106.0'
58
58
 
59
59
  end
60
60
 
data/sig/types.rbs CHANGED
@@ -1639,6 +1639,7 @@ module Aws::GameLift
1639
1639
  class LocationModel
1640
1640
  attr_accessor location_name: ::String
1641
1641
  attr_accessor location_arn: ::String
1642
+ attr_accessor ping_beacon: Types::PingBeacon
1642
1643
  SENSITIVE: []
1643
1644
  end
1644
1645
 
@@ -1725,6 +1726,11 @@ module Aws::GameLift
1725
1726
  SENSITIVE: []
1726
1727
  end
1727
1728
 
1729
+ class PingBeacon
1730
+ attr_accessor udp_endpoint: Types::UDPEndpoint
1731
+ SENSITIVE: []
1732
+ end
1733
+
1728
1734
  class PlacedPlayerSession
1729
1735
  attr_accessor player_id: ::String
1730
1736
  attr_accessor player_session_id: ::String
@@ -2115,6 +2121,12 @@ module Aws::GameLift
2115
2121
  SENSITIVE: []
2116
2122
  end
2117
2123
 
2124
+ class UDPEndpoint
2125
+ attr_accessor domain: ::String
2126
+ attr_accessor port: ::Integer
2127
+ SENSITIVE: []
2128
+ end
2129
+
2118
2130
  class UnauthorizedException
2119
2131
  attr_accessor message: ::String
2120
2132
  SENSITIVE: []
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.105.0
4
+ version: 1.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services