aws-sdk-gamelift 1.122.0 → 1.123.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 +12 -1
- data/lib/aws-sdk-gamelift/types.rb +25 -1
- data/lib/aws-sdk-gamelift.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8fa3037a68952864409b8d645d4356dd9e54c13b1aada1261c6b4cd0220481b3
|
|
4
|
+
data.tar.gz: 4d5c2ff5b0a022b285643c89db4124d97a3cc30b4c9f7f9412d25cedea0e16fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d583af8e9a799dbb7e13b4f46ff1cc223c786d995368c2a5e302af598b9b56a4e68eb370a82231a9a72fbc7310235d59de4730146e532404d9a463676271843f
|
|
7
|
+
data.tar.gz: f4c0d9893b92e4bacc833fd5707294e00edccde9b58941fe4580b434e6d10c9f09c96bb57da85f33b668a65c855c2db82e40b9e9596a9718051d604880fc96fd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.123.0
|
|
@@ -3629,6 +3629,17 @@ module Aws::GameLift
|
|
|
3629
3629
|
# valid values are `10.x | 24.x`. By default, `NodeJsVersion` is `10.x`.
|
|
3630
3630
|
# This value cannot be updated later.
|
|
3631
3631
|
#
|
|
3632
|
+
# <note markdown="1"> Node.js 10 will reach end of support on September 30, 2026. See more
|
|
3633
|
+
# details in the [Node.js 10 FAQs][1]. For migration guidance, see [
|
|
3634
|
+
# Migrating from Node.js 10 to 24][2].
|
|
3635
|
+
#
|
|
3636
|
+
# </note>
|
|
3637
|
+
#
|
|
3638
|
+
#
|
|
3639
|
+
#
|
|
3640
|
+
# [1]: http://aws.amazon.com/gamelift/faq/nodejs10/
|
|
3641
|
+
# [2]: https://docs.aws.amazon.com/gamelift/latest/realtimeguide/realtime-script.html#realtime-script-nodejs-migration
|
|
3642
|
+
#
|
|
3632
3643
|
# @return [Types::CreateScriptOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3633
3644
|
#
|
|
3634
3645
|
# * {Types::CreateScriptOutput#script #script} => Types::Script
|
|
@@ -12720,7 +12731,7 @@ module Aws::GameLift
|
|
|
12720
12731
|
tracer: tracer
|
|
12721
12732
|
)
|
|
12722
12733
|
context[:gem_name] = 'aws-sdk-gamelift'
|
|
12723
|
-
context[:gem_version] = '1.
|
|
12734
|
+
context[:gem_version] = '1.123.0'
|
|
12724
12735
|
Seahorse::Client::Request.new(handlers, context)
|
|
12725
12736
|
end
|
|
12726
12737
|
|
|
@@ -3232,6 +3232,17 @@ module Aws::GameLift
|
|
|
3232
3232
|
# The Node.js version used for execution of your Realtime script. The
|
|
3233
3233
|
# valid values are `10.x | 24.x`. By default, `NodeJsVersion` is
|
|
3234
3234
|
# `10.x`. This value cannot be updated later.
|
|
3235
|
+
#
|
|
3236
|
+
# <note markdown="1"> Node.js 10 will reach end of support on September 30, 2026. See more
|
|
3237
|
+
# details in the [Node.js 10 FAQs][1]. For migration guidance, see [
|
|
3238
|
+
# Migrating from Node.js 10 to 24][2].
|
|
3239
|
+
#
|
|
3240
|
+
# </note>
|
|
3241
|
+
#
|
|
3242
|
+
#
|
|
3243
|
+
#
|
|
3244
|
+
# [1]: http://aws.amazon.com/gamelift/faq/nodejs10/
|
|
3245
|
+
# [2]: https://docs.aws.amazon.com/gamelift/latest/realtimeguide/realtime-script.html#realtime-script-nodejs-migration
|
|
3235
3246
|
# @return [String]
|
|
3236
3247
|
#
|
|
3237
3248
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreateScriptInput AWS API Documentation
|
|
@@ -9049,7 +9060,9 @@ module Aws::GameLift
|
|
|
9049
9060
|
# @return [String]
|
|
9050
9061
|
#
|
|
9051
9062
|
# @!attribute [rw] player_session_id
|
|
9052
|
-
# A unique identifier for a player session
|
|
9063
|
+
# A unique identifier for a player session. PlayerSessionId will only
|
|
9064
|
+
# be populated for player sessions that are in ACTIVE or RESERVED
|
|
9065
|
+
# status when the ticket is completed.
|
|
9053
9066
|
# @return [String]
|
|
9054
9067
|
#
|
|
9055
9068
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/MatchedPlayerSession AWS API Documentation
|
|
@@ -10763,6 +10776,17 @@ module Aws::GameLift
|
|
|
10763
10776
|
# The Node.js version used for execution of your Realtime script. The
|
|
10764
10777
|
# valid values are `10.x | 24.x`. By default, `NodeJsVersion` is
|
|
10765
10778
|
# `10.x`. This value cannot be updated later.
|
|
10779
|
+
#
|
|
10780
|
+
# <note markdown="1"> Node.js 10 will reach end of support on September 30, 2026. See more
|
|
10781
|
+
# details in the [Node.js 10 FAQs][1]. For migration guidance, see [
|
|
10782
|
+
# Migrating from Node.js 10 to 24][2].
|
|
10783
|
+
#
|
|
10784
|
+
# </note>
|
|
10785
|
+
#
|
|
10786
|
+
#
|
|
10787
|
+
#
|
|
10788
|
+
# [1]: http://aws.amazon.com/gamelift/faq/nodejs10/
|
|
10789
|
+
# [2]: https://docs.aws.amazon.com/gamelift/latest/realtimeguide/realtime-script.html#realtime-script-nodejs-migration
|
|
10766
10790
|
# @return [String]
|
|
10767
10791
|
#
|
|
10768
10792
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/Script AWS API Documentation
|
data/lib/aws-sdk-gamelift.rb
CHANGED