aws-sdk-gameliftstreams 1.23.0 → 1.25.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: 3856025fa8eff5d6adb7482bb8bc4fbde0d8e8342e4aa439ffdf5f07e9478801
4
- data.tar.gz: 7b711ded72e38a22a0fe51c05325086414a18af2f181095e16d779da2675eff3
3
+ metadata.gz: 89db832f582614a9f32cc21b885c4ecd55cea8dfa50e14ee37471f6094f512e8
4
+ data.tar.gz: cb16c23922e99a720bfdc6cfd9bb74e07001666def62ca8f10ed337753e5542f
5
5
  SHA512:
6
- metadata.gz: 167a0fe75eccb3d46c7f5557dea711cf7b8c842cc3f6a2f456ed8106d59bfdb5421fa414bea240e258125cdeaec9a35e4f55955dfaa75d3e03be76eed9e4ab4b
7
- data.tar.gz: 7539623721101461ff136c1f392f58c25e441daed5f6253cbd5530c70d4a71124ef5d8a5e501bc70c62c8441e606abb6e8671d3de3106b8ceca2b7eefa6e1c11
6
+ metadata.gz: 9b66bd69f996396468d060c3359ea36504903ededf531dcf343d6d657594419dfadcbe3dd032de98f53ae964b0355453b1dfc02e4f0abe379a1d6882e31469a5
7
+ data.tar.gz: f613b2dc54e89ad38adaed835cfd63b52f3149c58d2eed2898f9e7b4548d361ca448cdf8e4d9651e037bf3895eca18407ddbe3f2a5fd06e6806c806061cbc2cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.25.0 (2026-04-27)
5
+ ------------------
6
+
7
+ * Feature - Adds Proton 10.0-4 to the list of runtime environment options available when creating an Amazon GameLift Streams application
8
+
9
+ 1.24.0 (2026-03-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.23.0 (2026-03-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
1
+ 1.25.0
@@ -667,6 +667,8 @@ module Aws::GameLiftStreams
667
667
  #
668
668
  # * Microsoft Windows Server 2022 Base (`Type=WINDOWS, Version=2022`)
669
669
  #
670
+ # * Proton 10.0-4 (`Type=PROTON, Version=20260204`)
671
+ #
670
672
  # * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
671
673
  #
672
674
  # * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
@@ -971,6 +973,28 @@ module Aws::GameLiftStreams
971
973
  # * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
972
974
  #
973
975
  # * Tenancy: Supports up to 12 concurrent stream sessions
976
+ # * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b> Supports
977
+ # applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
978
+ # Core GPU.
979
+ #
980
+ # * Reference resolution: 1080p
981
+ #
982
+ # * Reference frame rate: 60 fps
983
+ #
984
+ # * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
985
+ #
986
+ # * Tenancy: Supports 1 concurrent stream session
987
+ # * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
988
+ # applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
989
+ # Core GPU.
990
+ #
991
+ # * Reference resolution: 1080p
992
+ #
993
+ # * Reference frame rate: 60 fps
994
+ #
995
+ # * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
996
+ #
997
+ # * Tenancy: Supports 1 concurrent stream session
974
998
  # * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
975
999
  # applications with extremely high 3D scene complexity. Runs
976
1000
  # applications on Microsoft Windows Server 2022 Base and supports
@@ -2264,9 +2288,6 @@ module Aws::GameLiftStreams
2264
2288
  # terminates the stream session. This value is specified by
2265
2289
  # `ConnectionTimeoutSeconds` in the `StartStreamSession` parameters.
2266
2290
  #
2267
- # * **Idle timeout**: A stream session will be terminated if no user
2268
- # input has been received for 60 minutes.
2269
- #
2270
2291
  # * **Maximum session length**: A stream session will be terminated
2271
2292
  # after this amount of time has elapsed since it started, regardless
2272
2293
  # of any existing client connections. This value is specified by
@@ -2906,7 +2927,7 @@ module Aws::GameLiftStreams
2906
2927
  tracer: tracer
2907
2928
  )
2908
2929
  context[:gem_name] = 'aws-sdk-gameliftstreams'
2909
- context[:gem_version] = '1.23.0'
2930
+ context[:gem_version] = '1.25.0'
2910
2931
  Seahorse::Client::Request.new(handlers, context)
2911
2932
  end
2912
2933
 
@@ -170,6 +170,8 @@ module Aws::GameLiftStreams
170
170
  # * Microsoft Windows Server 2022 Base (`Type=WINDOWS,
171
171
  # Version=2022`)
172
172
  #
173
+ # * Proton 10.0-4 (`Type=PROTON, Version=20260204`)
174
+ #
173
175
  # * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
174
176
  #
175
177
  # * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
@@ -297,6 +299,8 @@ module Aws::GameLiftStreams
297
299
  # * Microsoft Windows Server 2022 Base (`Type=WINDOWS,
298
300
  # Version=2022`)
299
301
  #
302
+ # * Proton 10.0-4 (`Type=PROTON, Version=20260204`)
303
+ #
300
304
  # * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
301
305
  #
302
306
  # * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
@@ -437,6 +441,8 @@ module Aws::GameLiftStreams
437
441
  # * Microsoft Windows Server 2022 Base (`Type=WINDOWS,
438
442
  # Version=2022`)
439
443
  #
444
+ # * Proton 10.0-4 (`Type=PROTON, Version=20260204`)
445
+ #
440
446
  # * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
441
447
  #
442
448
  # * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
@@ -640,6 +646,28 @@ module Aws::GameLiftStreams
640
646
  # * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
641
647
  #
642
648
  # * Tenancy: Supports up to 12 concurrent stream sessions
649
+ # * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
650
+ # Supports applications with low 3D scene complexity. Uses NVIDIA L4
651
+ # Tensor Core GPU.
652
+ #
653
+ # * Reference resolution: 1080p
654
+ #
655
+ # * Reference frame rate: 60 fps
656
+ #
657
+ # * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
658
+ #
659
+ # * Tenancy: Supports 1 concurrent stream session
660
+ # * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
661
+ # applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
662
+ # Core GPU.
663
+ #
664
+ # * Reference resolution: 1080p
665
+ #
666
+ # * Reference frame rate: 60 fps
667
+ #
668
+ # * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
669
+ #
670
+ # * Tenancy: Supports 1 concurrent stream session
643
671
  # * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
644
672
  # applications with extremely high 3D scene complexity. Runs
645
673
  # applications on Microsoft Windows Server 2022 Base and supports
@@ -913,6 +941,28 @@ module Aws::GameLiftStreams
913
941
  # * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
914
942
  #
915
943
  # * Tenancy: Supports up to 12 concurrent stream sessions
944
+ # * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
945
+ # Supports applications with low 3D scene complexity. Uses NVIDIA L4
946
+ # Tensor Core GPU.
947
+ #
948
+ # * Reference resolution: 1080p
949
+ #
950
+ # * Reference frame rate: 60 fps
951
+ #
952
+ # * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
953
+ #
954
+ # * Tenancy: Supports 1 concurrent stream session
955
+ # * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
956
+ # applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
957
+ # Core GPU.
958
+ #
959
+ # * Reference resolution: 1080p
960
+ #
961
+ # * Reference frame rate: 60 fps
962
+ #
963
+ # * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
964
+ #
965
+ # * Tenancy: Supports 1 concurrent stream session
916
966
  # * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
917
967
  # applications with extremely high 3D scene complexity. Runs
918
968
  # applications on Microsoft Windows Server 2022 Base and supports
@@ -1436,6 +1486,8 @@ module Aws::GameLiftStreams
1436
1486
  # * Microsoft Windows Server 2022 Base (`Type=WINDOWS,
1437
1487
  # Version=2022`)
1438
1488
  #
1489
+ # * Proton 10.0-4 (`Type=PROTON, Version=20260204`)
1490
+ #
1439
1491
  # * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
1440
1492
  #
1441
1493
  # * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
@@ -1701,6 +1753,28 @@ module Aws::GameLiftStreams
1701
1753
  # * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
1702
1754
  #
1703
1755
  # * Tenancy: Supports up to 12 concurrent stream sessions
1756
+ # * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
1757
+ # Supports applications with low 3D scene complexity. Uses NVIDIA L4
1758
+ # Tensor Core GPU.
1759
+ #
1760
+ # * Reference resolution: 1080p
1761
+ #
1762
+ # * Reference frame rate: 60 fps
1763
+ #
1764
+ # * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
1765
+ #
1766
+ # * Tenancy: Supports 1 concurrent stream session
1767
+ # * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
1768
+ # applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
1769
+ # Core GPU.
1770
+ #
1771
+ # * Reference resolution: 1080p
1772
+ #
1773
+ # * Reference frame rate: 60 fps
1774
+ #
1775
+ # * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
1776
+ #
1777
+ # * Tenancy: Supports 1 concurrent stream session
1704
1778
  # * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
1705
1779
  # applications with extremely high 3D scene complexity. Runs
1706
1780
  # applications on Microsoft Windows Server 2022 Base and supports
@@ -2011,10 +2085,6 @@ module Aws::GameLiftStreams
2011
2085
  # client failed to connect within the connection timeout period
2012
2086
  # specified by `ConnectionTimeoutSeconds`.
2013
2087
  #
2014
- # * `idleTimeout`: The stream session was terminated because it
2015
- # exceeded the idle timeout period of 60 minutes with no user input
2016
- # activity.
2017
- #
2018
2088
  # * `maxSessionLengthTimeout`: The stream session was terminated
2019
2089
  # because it exceeded the maximum session length timeout period
2020
2090
  # specified by `SessionLengthSeconds`.
@@ -2758,6 +2828,8 @@ module Aws::GameLiftStreams
2758
2828
  #
2759
2829
  # * Microsoft Windows Server 2022 Base (`Type=WINDOWS, Version=2022`)
2760
2830
  #
2831
+ # * Proton 10.0-4 (`Type=PROTON, Version=20260204`)
2832
+ #
2761
2833
  # * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
2762
2834
  #
2763
2835
  # * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
@@ -3054,10 +3126,6 @@ module Aws::GameLiftStreams
3054
3126
  # client failed to connect within the connection timeout period
3055
3127
  # specified by `ConnectionTimeoutSeconds`.
3056
3128
  #
3057
- # * `idleTimeout`: The stream session was terminated because it
3058
- # exceeded the idle timeout period of 60 minutes with no user input
3059
- # activity.
3060
- #
3061
3129
  # * `maxSessionLengthTimeout`: The stream session was terminated
3062
3130
  # because it exceeded the maximum session length timeout period
3063
3131
  # specified by `SessionLengthSeconds`.
@@ -3337,6 +3405,28 @@ module Aws::GameLiftStreams
3337
3405
  # * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
3338
3406
  #
3339
3407
  # * Tenancy: Supports up to 12 concurrent stream sessions
3408
+ # * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
3409
+ # Supports applications with low 3D scene complexity. Uses NVIDIA L4
3410
+ # Tensor Core GPU.
3411
+ #
3412
+ # * Reference resolution: 1080p
3413
+ #
3414
+ # * Reference frame rate: 60 fps
3415
+ #
3416
+ # * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
3417
+ #
3418
+ # * Tenancy: Supports 1 concurrent stream session
3419
+ # * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
3420
+ # applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
3421
+ # Core GPU.
3422
+ #
3423
+ # * Reference resolution: 1080p
3424
+ #
3425
+ # * Reference frame rate: 60 fps
3426
+ #
3427
+ # * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
3428
+ #
3429
+ # * Tenancy: Supports 1 concurrent stream session
3340
3430
  # * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
3341
3431
  # applications with extremely high 3D scene complexity. Runs
3342
3432
  # applications on Microsoft Windows Server 2022 Base and supports
@@ -3572,10 +3662,6 @@ module Aws::GameLiftStreams
3572
3662
  # client failed to connect within the connection timeout period
3573
3663
  # specified by `ConnectionTimeoutSeconds`.
3574
3664
  #
3575
- # * `idleTimeout`: The stream session was terminated because it
3576
- # exceeded the idle timeout period of 60 minutes with no user input
3577
- # activity.
3578
- #
3579
3665
  # * `maxSessionLengthTimeout`: The stream session was terminated
3580
3666
  # because it exceeded the maximum session length timeout period
3581
3667
  # specified by `SessionLengthSeconds`.
@@ -3840,6 +3926,8 @@ module Aws::GameLiftStreams
3840
3926
  # * Microsoft Windows Server 2022 Base (`Type=WINDOWS,
3841
3927
  # Version=2022`)
3842
3928
  #
3929
+ # * Proton 10.0-4 (`Type=PROTON, Version=20260204`)
3930
+ #
3843
3931
  # * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
3844
3932
  #
3845
3933
  # * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
@@ -4143,6 +4231,28 @@ module Aws::GameLiftStreams
4143
4231
  # * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
4144
4232
  #
4145
4233
  # * Tenancy: Supports up to 12 concurrent stream sessions
4234
+ # * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
4235
+ # Supports applications with low 3D scene complexity. Uses NVIDIA L4
4236
+ # Tensor Core GPU.
4237
+ #
4238
+ # * Reference resolution: 1080p
4239
+ #
4240
+ # * Reference frame rate: 60 fps
4241
+ #
4242
+ # * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
4243
+ #
4244
+ # * Tenancy: Supports 1 concurrent stream session
4245
+ # * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
4246
+ # applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
4247
+ # Core GPU.
4248
+ #
4249
+ # * Reference resolution: 1080p
4250
+ #
4251
+ # * Reference frame rate: 60 fps
4252
+ #
4253
+ # * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
4254
+ #
4255
+ # * Tenancy: Supports 1 concurrent stream session
4146
4256
  # * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
4147
4257
  # applications with extremely high 3D scene complexity. Runs
4148
4258
  # applications on Microsoft Windows Server 2022 Base and supports
@@ -55,7 +55,7 @@ module Aws::GameLiftStreams
55
55
  autoload :EndpointProvider, 'aws-sdk-gameliftstreams/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-gameliftstreams/endpoints'
57
57
 
58
- GEM_VERSION = '1.23.0'
58
+ GEM_VERSION = '1.25.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gameliftstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.241.4
21
+ version: 3.244.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.241.4
31
+ version: 3.244.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement