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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-gamelift/client.rb +743 -676
- data/lib/aws-sdk-gamelift/client_api.rb +10 -0
- data/lib/aws-sdk-gamelift/types.rb +830 -723
- data/lib/aws-sdk-gamelift.rb +1 -1
- data/sig/types.rbs +12 -0
- metadata +1 -1
data/lib/aws-sdk-gamelift.rb
CHANGED
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: []
|