aws-sdk-gameliftstreams 1.21.0 → 1.22.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-gameliftstreams/client.rb +31 -12
- data/lib/aws-sdk-gameliftstreams/types.rb +110 -12
- data/lib/aws-sdk-gameliftstreams.rb +1 -1
- data/sig/client.rbs +7 -7
- data/sig/types.rbs +8 -8
- 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: 6d0ae31b183df8422662aa29852d61848c135c9b713d987595045649981f425e
|
|
4
|
+
data.tar.gz: e2977ba61d68cd1ef32594e06018ce73632874dbb4c0eae347c5397cc63071cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a581de55ddc4873c9c80476edcffd7d1ebca492f753c5b2cb5017f756a6b4735a70d21238204b68f898685b326c920c7403683f9a477fb82fb74f00bb28da060
|
|
7
|
+
data.tar.gz: 63555f90a9f550e09aa6ee4d0951fbb5c7ebb5cb0e19df4d904bc108dd340b0755e311f1223ffa2d5b0860bc4a5fbf4249cfdf11e52d67d060b07ac2678055f4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.22.0 (2026-03-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added new Gen6 stream classes based on the EC2 G6f instance family. These stream classes provide cost-optimized options for streaming well-optimized or lower-fidelity games on Windows environments.
|
|
8
|
+
|
|
4
9
|
1.21.0 (2026-01-16)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.22.0
|
|
@@ -790,7 +790,7 @@ module Aws::GameLiftStreams
|
|
|
790
790
|
# resp.application_source_uri #=> String
|
|
791
791
|
# resp.id #=> String
|
|
792
792
|
# resp.status #=> String, one of "INITIALIZED", "PROCESSING", "READY", "DELETING", "ERROR"
|
|
793
|
-
# resp.status_reason #=> String, one of "internalError", "accessDenied"
|
|
793
|
+
# resp.status_reason #=> String, one of "internalError", "accessDenied", "sourceModified"
|
|
794
794
|
# resp.replication_statuses #=> Array
|
|
795
795
|
# resp.replication_statuses[0].location #=> String
|
|
796
796
|
# resp.replication_statuses[0].status #=> String, one of "REPLICATING", "COMPLETED"
|
|
@@ -961,6 +961,28 @@ module Aws::GameLiftStreams
|
|
|
961
961
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
962
962
|
#
|
|
963
963
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
964
|
+
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b> Supports
|
|
965
|
+
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
966
|
+
# Core GPU.
|
|
967
|
+
#
|
|
968
|
+
# * Reference resolution: 1080p
|
|
969
|
+
#
|
|
970
|
+
# * Reference frame rate: 60 fps
|
|
971
|
+
#
|
|
972
|
+
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
973
|
+
#
|
|
974
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
975
|
+
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
976
|
+
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
977
|
+
# Core GPU.
|
|
978
|
+
#
|
|
979
|
+
# * Reference resolution: 1080p
|
|
980
|
+
#
|
|
981
|
+
# * Reference frame rate: 60 fps
|
|
982
|
+
#
|
|
983
|
+
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
984
|
+
#
|
|
985
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
964
986
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
965
987
|
# applications with extremely high 3D scene complexity. Runs
|
|
966
988
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
@@ -1104,7 +1126,7 @@ module Aws::GameLiftStreams
|
|
|
1104
1126
|
#
|
|
1105
1127
|
# resp = client.create_stream_group({
|
|
1106
1128
|
# description: "Description", # required
|
|
1107
|
-
# stream_class: "gen4n_high", # required, accepts gen4n_high, gen4n_ultra, gen4n_win2022, gen5n_high, gen5n_ultra, gen5n_win2022, gen6n_small, gen6n_medium, gen6n_high, gen6n_ultra, gen6n_ultra_win2022, gen6n_pro, gen6n_pro_win2022
|
|
1129
|
+
# stream_class: "gen4n_high", # required, accepts gen4n_high, gen4n_ultra, gen4n_win2022, gen5n_high, gen5n_ultra, gen5n_win2022, gen6n_small, gen6n_medium, gen6n_high, gen6n_ultra, gen6n_ultra_win2022, gen6n_pro, gen6n_pro_win2022, gen6n_small_win2022, gen6n_medium_win2022, gen6e_pro, gen6e_pro_win2022
|
|
1108
1130
|
# default_application_identifier: "Identifier",
|
|
1109
1131
|
# location_configurations: [
|
|
1110
1132
|
# {
|
|
@@ -1137,7 +1159,7 @@ module Aws::GameLiftStreams
|
|
|
1137
1159
|
# resp.location_states[0].requested_capacity #=> Integer
|
|
1138
1160
|
# resp.location_states[0].allocated_capacity #=> Integer
|
|
1139
1161
|
# resp.location_states[0].idle_capacity #=> Integer
|
|
1140
|
-
# resp.stream_class #=> String, one of "gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022"
|
|
1162
|
+
# resp.stream_class #=> String, one of "gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022", "gen6n_small_win2022", "gen6n_medium_win2022", "gen6e_pro", "gen6e_pro_win2022"
|
|
1141
1163
|
# resp.id #=> String
|
|
1142
1164
|
# resp.status #=> String, one of "ACTIVATING", "UPDATING_LOCATIONS", "ACTIVE", "ACTIVE_WITH_ERRORS", "ERROR", "DELETING", "EXPIRED"
|
|
1143
1165
|
# resp.status_reason #=> String, one of "internalError", "noAvailableInstances"
|
|
@@ -1586,7 +1608,7 @@ module Aws::GameLiftStreams
|
|
|
1586
1608
|
# resp.application_source_uri #=> String
|
|
1587
1609
|
# resp.id #=> String
|
|
1588
1610
|
# resp.status #=> String, one of "INITIALIZED", "PROCESSING", "READY", "DELETING", "ERROR"
|
|
1589
|
-
# resp.status_reason #=> String, one of "internalError", "accessDenied"
|
|
1611
|
+
# resp.status_reason #=> String, one of "internalError", "accessDenied", "sourceModified"
|
|
1590
1612
|
# resp.replication_statuses #=> Array
|
|
1591
1613
|
# resp.replication_statuses[0].location #=> String
|
|
1592
1614
|
# resp.replication_statuses[0].status #=> String, one of "REPLICATING", "COMPLETED"
|
|
@@ -1662,7 +1684,7 @@ module Aws::GameLiftStreams
|
|
|
1662
1684
|
# resp.location_states[0].requested_capacity #=> Integer
|
|
1663
1685
|
# resp.location_states[0].allocated_capacity #=> Integer
|
|
1664
1686
|
# resp.location_states[0].idle_capacity #=> Integer
|
|
1665
|
-
# resp.stream_class #=> String, one of "gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022"
|
|
1687
|
+
# resp.stream_class #=> String, one of "gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022", "gen6n_small_win2022", "gen6n_medium_win2022", "gen6e_pro", "gen6e_pro_win2022"
|
|
1666
1688
|
# resp.id #=> String
|
|
1667
1689
|
# resp.status #=> String, one of "ACTIVATING", "UPDATING_LOCATIONS", "ACTIVE", "ACTIVE_WITH_ERRORS", "ERROR", "DELETING", "EXPIRED"
|
|
1668
1690
|
# resp.status_reason #=> String, one of "internalError", "noAvailableInstances"
|
|
@@ -1875,7 +1897,7 @@ module Aws::GameLiftStreams
|
|
|
1875
1897
|
# resp.items[0].description #=> String
|
|
1876
1898
|
# resp.items[0].default_application.id #=> String
|
|
1877
1899
|
# resp.items[0].default_application.arn #=> String
|
|
1878
|
-
# resp.items[0].stream_class #=> String, one of "gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022"
|
|
1900
|
+
# resp.items[0].stream_class #=> String, one of "gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022", "gen6n_small_win2022", "gen6n_medium_win2022", "gen6e_pro", "gen6e_pro_win2022"
|
|
1879
1901
|
# resp.items[0].status #=> String, one of "ACTIVATING", "UPDATING_LOCATIONS", "ACTIVE", "ACTIVE_WITH_ERRORS", "ERROR", "DELETING", "EXPIRED"
|
|
1880
1902
|
# resp.items[0].created_at #=> Time
|
|
1881
1903
|
# resp.items[0].last_updated_at #=> Time
|
|
@@ -2238,9 +2260,6 @@ module Aws::GameLiftStreams
|
|
|
2238
2260
|
# terminates the stream session. This value is specified by
|
|
2239
2261
|
# `ConnectionTimeoutSeconds` in the `StartStreamSession` parameters.
|
|
2240
2262
|
#
|
|
2241
|
-
# * **Idle timeout**: A stream session will be terminated if no user
|
|
2242
|
-
# input has been received for 60 minutes.
|
|
2243
|
-
#
|
|
2244
2263
|
# * **Maximum session length**: A stream session will be terminated
|
|
2245
2264
|
# after this amount of time has elapsed since it started, regardless
|
|
2246
2265
|
# of any existing client connections. This value is specified by
|
|
@@ -2690,7 +2709,7 @@ module Aws::GameLiftStreams
|
|
|
2690
2709
|
# resp.application_source_uri #=> String
|
|
2691
2710
|
# resp.id #=> String
|
|
2692
2711
|
# resp.status #=> String, one of "INITIALIZED", "PROCESSING", "READY", "DELETING", "ERROR"
|
|
2693
|
-
# resp.status_reason #=> String, one of "internalError", "accessDenied"
|
|
2712
|
+
# resp.status_reason #=> String, one of "internalError", "accessDenied", "sourceModified"
|
|
2694
2713
|
# resp.replication_statuses #=> Array
|
|
2695
2714
|
# resp.replication_statuses[0].location #=> String
|
|
2696
2715
|
# resp.replication_statuses[0].status #=> String, one of "REPLICATING", "COMPLETED"
|
|
@@ -2833,7 +2852,7 @@ module Aws::GameLiftStreams
|
|
|
2833
2852
|
# resp.location_states[0].requested_capacity #=> Integer
|
|
2834
2853
|
# resp.location_states[0].allocated_capacity #=> Integer
|
|
2835
2854
|
# resp.location_states[0].idle_capacity #=> Integer
|
|
2836
|
-
# resp.stream_class #=> String, one of "gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022"
|
|
2855
|
+
# resp.stream_class #=> String, one of "gen4n_high", "gen4n_ultra", "gen4n_win2022", "gen5n_high", "gen5n_ultra", "gen5n_win2022", "gen6n_small", "gen6n_medium", "gen6n_high", "gen6n_ultra", "gen6n_ultra_win2022", "gen6n_pro", "gen6n_pro_win2022", "gen6n_small_win2022", "gen6n_medium_win2022", "gen6e_pro", "gen6e_pro_win2022"
|
|
2837
2856
|
# resp.id #=> String
|
|
2838
2857
|
# resp.status #=> String, one of "ACTIVATING", "UPDATING_LOCATIONS", "ACTIVE", "ACTIVE_WITH_ERRORS", "ERROR", "DELETING", "EXPIRED"
|
|
2839
2858
|
# resp.status_reason #=> String, one of "internalError", "noAvailableInstances"
|
|
@@ -2870,7 +2889,7 @@ module Aws::GameLiftStreams
|
|
|
2870
2889
|
tracer: tracer
|
|
2871
2890
|
)
|
|
2872
2891
|
context[:gem_name] = 'aws-sdk-gameliftstreams'
|
|
2873
|
-
context[:gem_version] = '1.
|
|
2892
|
+
context[:gem_version] = '1.22.0'
|
|
2874
2893
|
Seahorse::Client::Request.new(handlers, context)
|
|
2875
2894
|
end
|
|
2876
2895
|
|
|
@@ -640,6 +640,28 @@ module Aws::GameLiftStreams
|
|
|
640
640
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
641
641
|
#
|
|
642
642
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
643
|
+
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
644
|
+
# Supports applications with low 3D scene complexity. Uses NVIDIA L4
|
|
645
|
+
# Tensor Core GPU.
|
|
646
|
+
#
|
|
647
|
+
# * Reference resolution: 1080p
|
|
648
|
+
#
|
|
649
|
+
# * Reference frame rate: 60 fps
|
|
650
|
+
#
|
|
651
|
+
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
652
|
+
#
|
|
653
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
654
|
+
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
655
|
+
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
656
|
+
# Core GPU.
|
|
657
|
+
#
|
|
658
|
+
# * Reference resolution: 1080p
|
|
659
|
+
#
|
|
660
|
+
# * Reference frame rate: 60 fps
|
|
661
|
+
#
|
|
662
|
+
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
663
|
+
#
|
|
664
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
643
665
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
644
666
|
# applications with extremely high 3D scene complexity. Runs
|
|
645
667
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
@@ -913,6 +935,28 @@ module Aws::GameLiftStreams
|
|
|
913
935
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
914
936
|
#
|
|
915
937
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
938
|
+
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
939
|
+
# Supports applications with low 3D scene complexity. Uses NVIDIA L4
|
|
940
|
+
# Tensor Core GPU.
|
|
941
|
+
#
|
|
942
|
+
# * Reference resolution: 1080p
|
|
943
|
+
#
|
|
944
|
+
# * Reference frame rate: 60 fps
|
|
945
|
+
#
|
|
946
|
+
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
947
|
+
#
|
|
948
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
949
|
+
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
950
|
+
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
951
|
+
# Core GPU.
|
|
952
|
+
#
|
|
953
|
+
# * Reference resolution: 1080p
|
|
954
|
+
#
|
|
955
|
+
# * Reference frame rate: 60 fps
|
|
956
|
+
#
|
|
957
|
+
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
958
|
+
#
|
|
959
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
916
960
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
917
961
|
# applications with extremely high 3D scene complexity. Runs
|
|
918
962
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
@@ -1701,6 +1745,28 @@ module Aws::GameLiftStreams
|
|
|
1701
1745
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
1702
1746
|
#
|
|
1703
1747
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
1748
|
+
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
1749
|
+
# Supports applications with low 3D scene complexity. Uses NVIDIA L4
|
|
1750
|
+
# Tensor Core GPU.
|
|
1751
|
+
#
|
|
1752
|
+
# * Reference resolution: 1080p
|
|
1753
|
+
#
|
|
1754
|
+
# * Reference frame rate: 60 fps
|
|
1755
|
+
#
|
|
1756
|
+
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
1757
|
+
#
|
|
1758
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
1759
|
+
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
1760
|
+
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
1761
|
+
# Core GPU.
|
|
1762
|
+
#
|
|
1763
|
+
# * Reference resolution: 1080p
|
|
1764
|
+
#
|
|
1765
|
+
# * Reference frame rate: 60 fps
|
|
1766
|
+
#
|
|
1767
|
+
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
1768
|
+
#
|
|
1769
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
1704
1770
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
1705
1771
|
# applications with extremely high 3D scene complexity. Runs
|
|
1706
1772
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
@@ -2011,10 +2077,6 @@ module Aws::GameLiftStreams
|
|
|
2011
2077
|
# client failed to connect within the connection timeout period
|
|
2012
2078
|
# specified by `ConnectionTimeoutSeconds`.
|
|
2013
2079
|
#
|
|
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
2080
|
# * `maxSessionLengthTimeout`: The stream session was terminated
|
|
2019
2081
|
# because it exceeded the maximum session length timeout period
|
|
2020
2082
|
# specified by `SessionLengthSeconds`.
|
|
@@ -3026,10 +3088,6 @@ module Aws::GameLiftStreams
|
|
|
3026
3088
|
# client failed to connect within the connection timeout period
|
|
3027
3089
|
# specified by `ConnectionTimeoutSeconds`.
|
|
3028
3090
|
#
|
|
3029
|
-
# * `idleTimeout`: The stream session was terminated because it
|
|
3030
|
-
# exceeded the idle timeout period of 60 minutes with no user input
|
|
3031
|
-
# activity.
|
|
3032
|
-
#
|
|
3033
3091
|
# * `maxSessionLengthTimeout`: The stream session was terminated
|
|
3034
3092
|
# because it exceeded the maximum session length timeout period
|
|
3035
3093
|
# specified by `SessionLengthSeconds`.
|
|
@@ -3309,6 +3367,28 @@ module Aws::GameLiftStreams
|
|
|
3309
3367
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
3310
3368
|
#
|
|
3311
3369
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
3370
|
+
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
3371
|
+
# Supports applications with low 3D scene complexity. Uses NVIDIA L4
|
|
3372
|
+
# Tensor Core GPU.
|
|
3373
|
+
#
|
|
3374
|
+
# * Reference resolution: 1080p
|
|
3375
|
+
#
|
|
3376
|
+
# * Reference frame rate: 60 fps
|
|
3377
|
+
#
|
|
3378
|
+
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
3379
|
+
#
|
|
3380
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
3381
|
+
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
3382
|
+
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
3383
|
+
# Core GPU.
|
|
3384
|
+
#
|
|
3385
|
+
# * Reference resolution: 1080p
|
|
3386
|
+
#
|
|
3387
|
+
# * Reference frame rate: 60 fps
|
|
3388
|
+
#
|
|
3389
|
+
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
3390
|
+
#
|
|
3391
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
3312
3392
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
3313
3393
|
# applications with extremely high 3D scene complexity. Runs
|
|
3314
3394
|
# applications on Microsoft Windows Server 2022 Base and supports
|
|
@@ -3544,10 +3624,6 @@ module Aws::GameLiftStreams
|
|
|
3544
3624
|
# client failed to connect within the connection timeout period
|
|
3545
3625
|
# specified by `ConnectionTimeoutSeconds`.
|
|
3546
3626
|
#
|
|
3547
|
-
# * `idleTimeout`: The stream session was terminated because it
|
|
3548
|
-
# exceeded the idle timeout period of 60 minutes with no user input
|
|
3549
|
-
# activity.
|
|
3550
|
-
#
|
|
3551
3627
|
# * `maxSessionLengthTimeout`: The stream session was terminated
|
|
3552
3628
|
# because it exceeded the maximum session length timeout period
|
|
3553
3629
|
# specified by `SessionLengthSeconds`.
|
|
@@ -4115,6 +4191,28 @@ module Aws::GameLiftStreams
|
|
|
4115
4191
|
# * Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
4116
4192
|
#
|
|
4117
4193
|
# * Tenancy: Supports up to 12 concurrent stream sessions
|
|
4194
|
+
# * <b> <code>gen6n_medium_win2022</code> (NVIDIA, medium)</b>
|
|
4195
|
+
# Supports applications with low 3D scene complexity. Uses NVIDIA L4
|
|
4196
|
+
# Tensor Core GPU.
|
|
4197
|
+
#
|
|
4198
|
+
# * Reference resolution: 1080p
|
|
4199
|
+
#
|
|
4200
|
+
# * Reference frame rate: 60 fps
|
|
4201
|
+
#
|
|
4202
|
+
# * Workload specifications: 8 vCPUs, 32 GB RAM, 6 GB VRAM
|
|
4203
|
+
#
|
|
4204
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
4205
|
+
# * <b> <code>gen6n_small_win2022</code> (NVIDIA, small)</b> Supports
|
|
4206
|
+
# applications with low 3D scene complexity. Uses NVIDIA L4 Tensor
|
|
4207
|
+
# Core GPU.
|
|
4208
|
+
#
|
|
4209
|
+
# * Reference resolution: 1080p
|
|
4210
|
+
#
|
|
4211
|
+
# * Reference frame rate: 60 fps
|
|
4212
|
+
#
|
|
4213
|
+
# * Workload specifications: 2 vCPUs, 8 GB RAM, 3 GB VRAM
|
|
4214
|
+
#
|
|
4215
|
+
# * Tenancy: Supports 1 concurrent stream session
|
|
4118
4216
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
|
4119
4217
|
# applications with extremely high 3D scene complexity. Runs
|
|
4120
4218
|
# applications on Microsoft Windows Server 2022 Base and supports
|
data/sig/client.rbs
CHANGED
|
@@ -121,7 +121,7 @@ module Aws
|
|
|
121
121
|
def application_source_uri: () -> ::String
|
|
122
122
|
def id: () -> ::String
|
|
123
123
|
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
|
124
|
-
def status_reason: () -> ("internalError" | "accessDenied")
|
|
124
|
+
def status_reason: () -> ("internalError" | "accessDenied" | "sourceModified")
|
|
125
125
|
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
|
126
126
|
def created_at: () -> ::Time
|
|
127
127
|
def last_updated_at: () -> ::Time
|
|
@@ -149,7 +149,7 @@ module Aws
|
|
|
149
149
|
def description: () -> ::String
|
|
150
150
|
def default_application: () -> Types::DefaultApplication
|
|
151
151
|
def location_states: () -> ::Array[Types::LocationState]
|
|
152
|
-
def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022")
|
|
152
|
+
def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022" | "gen6n_small_win2022" | "gen6n_medium_win2022" | "gen6e_pro" | "gen6e_pro_win2022")
|
|
153
153
|
def id: () -> ::String
|
|
154
154
|
def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING" | "EXPIRED")
|
|
155
155
|
def status_reason: () -> ("internalError" | "noAvailableInstances")
|
|
@@ -161,7 +161,7 @@ module Aws
|
|
|
161
161
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#create_stream_group-instance_method
|
|
162
162
|
def create_stream_group: (
|
|
163
163
|
description: ::String,
|
|
164
|
-
stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022"),
|
|
164
|
+
stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022" | "gen6n_small_win2022" | "gen6n_medium_win2022" | "gen6e_pro" | "gen6e_pro_win2022"),
|
|
165
165
|
?default_application_identifier: ::String,
|
|
166
166
|
?location_configurations: Array[
|
|
167
167
|
{
|
|
@@ -236,7 +236,7 @@ module Aws
|
|
|
236
236
|
def application_source_uri: () -> ::String
|
|
237
237
|
def id: () -> ::String
|
|
238
238
|
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
|
239
|
-
def status_reason: () -> ("internalError" | "accessDenied")
|
|
239
|
+
def status_reason: () -> ("internalError" | "accessDenied" | "sourceModified")
|
|
240
240
|
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
|
241
241
|
def created_at: () -> ::Time
|
|
242
242
|
def last_updated_at: () -> ::Time
|
|
@@ -254,7 +254,7 @@ module Aws
|
|
|
254
254
|
def description: () -> ::String
|
|
255
255
|
def default_application: () -> Types::DefaultApplication
|
|
256
256
|
def location_states: () -> ::Array[Types::LocationState]
|
|
257
|
-
def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022")
|
|
257
|
+
def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022" | "gen6n_small_win2022" | "gen6n_medium_win2022" | "gen6e_pro" | "gen6e_pro_win2022")
|
|
258
258
|
def id: () -> ::String
|
|
259
259
|
def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING" | "EXPIRED")
|
|
260
260
|
def status_reason: () -> ("internalError" | "noAvailableInstances")
|
|
@@ -452,7 +452,7 @@ module Aws
|
|
|
452
452
|
def application_source_uri: () -> ::String
|
|
453
453
|
def id: () -> ::String
|
|
454
454
|
def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
|
455
|
-
def status_reason: () -> ("internalError" | "accessDenied")
|
|
455
|
+
def status_reason: () -> ("internalError" | "accessDenied" | "sourceModified")
|
|
456
456
|
def replication_statuses: () -> ::Array[Types::ReplicationStatus]
|
|
457
457
|
def created_at: () -> ::Time
|
|
458
458
|
def last_updated_at: () -> ::Time
|
|
@@ -473,7 +473,7 @@ module Aws
|
|
|
473
473
|
def description: () -> ::String
|
|
474
474
|
def default_application: () -> Types::DefaultApplication
|
|
475
475
|
def location_states: () -> ::Array[Types::LocationState]
|
|
476
|
-
def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022")
|
|
476
|
+
def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022" | "gen6n_small_win2022" | "gen6n_medium_win2022" | "gen6e_pro" | "gen6e_pro_win2022")
|
|
477
477
|
def id: () -> ::String
|
|
478
478
|
def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING" | "EXPIRED")
|
|
479
479
|
def status_reason: () -> ("internalError" | "noAvailableInstances")
|
data/sig/types.rbs
CHANGED
|
@@ -75,7 +75,7 @@ module Aws::GameLiftStreams
|
|
|
75
75
|
attr_accessor application_source_uri: ::String
|
|
76
76
|
attr_accessor id: ::String
|
|
77
77
|
attr_accessor status: ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
|
78
|
-
attr_accessor status_reason: ("internalError" | "accessDenied")
|
|
78
|
+
attr_accessor status_reason: ("internalError" | "accessDenied" | "sourceModified")
|
|
79
79
|
attr_accessor replication_statuses: ::Array[Types::ReplicationStatus]
|
|
80
80
|
attr_accessor created_at: ::Time
|
|
81
81
|
attr_accessor last_updated_at: ::Time
|
|
@@ -85,7 +85,7 @@ module Aws::GameLiftStreams
|
|
|
85
85
|
|
|
86
86
|
class CreateStreamGroupInput
|
|
87
87
|
attr_accessor description: ::String
|
|
88
|
-
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022")
|
|
88
|
+
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022" | "gen6n_small_win2022" | "gen6n_medium_win2022" | "gen6e_pro" | "gen6e_pro_win2022")
|
|
89
89
|
attr_accessor default_application_identifier: ::String
|
|
90
90
|
attr_accessor location_configurations: ::Array[Types::LocationConfiguration]
|
|
91
91
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
@@ -98,7 +98,7 @@ module Aws::GameLiftStreams
|
|
|
98
98
|
attr_accessor description: ::String
|
|
99
99
|
attr_accessor default_application: Types::DefaultApplication
|
|
100
100
|
attr_accessor location_states: ::Array[Types::LocationState]
|
|
101
|
-
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022")
|
|
101
|
+
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022" | "gen6n_small_win2022" | "gen6n_medium_win2022" | "gen6e_pro" | "gen6e_pro_win2022")
|
|
102
102
|
attr_accessor id: ::String
|
|
103
103
|
attr_accessor status: ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING" | "EXPIRED")
|
|
104
104
|
attr_accessor status_reason: ("internalError" | "noAvailableInstances")
|
|
@@ -182,7 +182,7 @@ module Aws::GameLiftStreams
|
|
|
182
182
|
attr_accessor application_source_uri: ::String
|
|
183
183
|
attr_accessor id: ::String
|
|
184
184
|
attr_accessor status: ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
|
185
|
-
attr_accessor status_reason: ("internalError" | "accessDenied")
|
|
185
|
+
attr_accessor status_reason: ("internalError" | "accessDenied" | "sourceModified")
|
|
186
186
|
attr_accessor replication_statuses: ::Array[Types::ReplicationStatus]
|
|
187
187
|
attr_accessor created_at: ::Time
|
|
188
188
|
attr_accessor last_updated_at: ::Time
|
|
@@ -200,7 +200,7 @@ module Aws::GameLiftStreams
|
|
|
200
200
|
attr_accessor description: ::String
|
|
201
201
|
attr_accessor default_application: Types::DefaultApplication
|
|
202
202
|
attr_accessor location_states: ::Array[Types::LocationState]
|
|
203
|
-
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022")
|
|
203
|
+
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022" | "gen6n_small_win2022" | "gen6n_medium_win2022" | "gen6e_pro" | "gen6e_pro_win2022")
|
|
204
204
|
attr_accessor id: ::String
|
|
205
205
|
attr_accessor status: ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING" | "EXPIRED")
|
|
206
206
|
attr_accessor status_reason: ("internalError" | "noAvailableInstances")
|
|
@@ -412,7 +412,7 @@ module Aws::GameLiftStreams
|
|
|
412
412
|
attr_accessor id: ::String
|
|
413
413
|
attr_accessor description: ::String
|
|
414
414
|
attr_accessor default_application: Types::DefaultApplication
|
|
415
|
-
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022")
|
|
415
|
+
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022" | "gen6n_small_win2022" | "gen6n_medium_win2022" | "gen6e_pro" | "gen6e_pro_win2022")
|
|
416
416
|
attr_accessor status: ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING" | "EXPIRED")
|
|
417
417
|
attr_accessor created_at: ::Time
|
|
418
418
|
attr_accessor last_updated_at: ::Time
|
|
@@ -481,7 +481,7 @@ module Aws::GameLiftStreams
|
|
|
481
481
|
attr_accessor application_source_uri: ::String
|
|
482
482
|
attr_accessor id: ::String
|
|
483
483
|
attr_accessor status: ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
|
484
|
-
attr_accessor status_reason: ("internalError" | "accessDenied")
|
|
484
|
+
attr_accessor status_reason: ("internalError" | "accessDenied" | "sourceModified")
|
|
485
485
|
attr_accessor replication_statuses: ::Array[Types::ReplicationStatus]
|
|
486
486
|
attr_accessor created_at: ::Time
|
|
487
487
|
attr_accessor last_updated_at: ::Time
|
|
@@ -502,7 +502,7 @@ module Aws::GameLiftStreams
|
|
|
502
502
|
attr_accessor description: ::String
|
|
503
503
|
attr_accessor default_application: Types::DefaultApplication
|
|
504
504
|
attr_accessor location_states: ::Array[Types::LocationState]
|
|
505
|
-
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022")
|
|
505
|
+
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022" | "gen6n_small" | "gen6n_medium" | "gen6n_high" | "gen6n_ultra" | "gen6n_ultra_win2022" | "gen6n_pro" | "gen6n_pro_win2022" | "gen6n_small_win2022" | "gen6n_medium_win2022" | "gen6e_pro" | "gen6e_pro_win2022")
|
|
506
506
|
attr_accessor id: ::String
|
|
507
507
|
attr_accessor status: ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING" | "EXPIRED")
|
|
508
508
|
attr_accessor status_reason: ("internalError" | "noAvailableInstances")
|