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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b5dfe6cffc66961dfd9a3694a953c7f688fd68aea92eee7ce964e22a3d1a5ea
4
- data.tar.gz: dcb5d5664e3fe95290a53f87e2d7da2fb4f6163190450f6f971a01189707ad5c
3
+ metadata.gz: 8fa3037a68952864409b8d645d4356dd9e54c13b1aada1261c6b4cd0220481b3
4
+ data.tar.gz: 4d5c2ff5b0a022b285643c89db4124d97a3cc30b4c9f7f9412d25cedea0e16fe
5
5
  SHA512:
6
- metadata.gz: bc3b7130dac1689340b2e69778ac33dcfef1067f29be41953ee49132b11e61978244998b8fca88514d73d7c7b7ebe791e85c918b7ed72bba03364185cc449636
7
- data.tar.gz: 8638b5a38a7324478c8ae9b11bca64d6a161bdab2d62d79b9e6842f4decb589565254a29fc6f0ee7aa0077e67065053d40d29772184af5aa8eada26480fd74f8
6
+ metadata.gz: d583af8e9a799dbb7e13b4f46ff1cc223c786d995368c2a5e302af598b9b56a4e68eb370a82231a9a72fbc7310235d59de4730146e532404d9a463676271843f
7
+ data.tar.gz: f4c0d9893b92e4bacc833fd5707294e00edccde9b58941fe4580b434e6d10c9f09c96bb57da85f33b668a65c855c2db82e40b9e9596a9718051d604880fc96fd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.123.0 (2026-03-30)
5
+ ------------------
6
+
7
+ * Feature - Update CreateScript API documentation.
8
+
4
9
  1.122.0 (2026-03-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.122.0
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.122.0'
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
@@ -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.122.0'
57
+ GEM_VERSION = '1.123.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.122.0
4
+ version: 1.123.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services