aws-sdk-gameliftstreams 1.0.0 → 1.1.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 +147 -97
- data/lib/aws-sdk-gameliftstreams/client_api.rb +10 -8
- data/lib/aws-sdk-gameliftstreams/types.rb +274 -214
- data/lib/aws-sdk-gameliftstreams.rb +1 -1
- metadata +2 -2
@@ -30,7 +30,7 @@ module Aws::GameLiftStreams
|
|
30
30
|
# A stream group to add the specified locations to.
|
31
31
|
#
|
32
32
|
# This value is a Amazon Resource Name (ARN) that uniquely identifies
|
33
|
-
# the stream group resource. Format example: `1AB2C3De4`.
|
33
|
+
# the stream group resource. Format example: `sg-1AB2C3De4`.
|
34
34
|
# @return [String]
|
35
35
|
#
|
36
36
|
# @!attribute [rw] location_configurations
|
@@ -49,7 +49,8 @@ module Aws::GameLiftStreams
|
|
49
49
|
|
50
50
|
# @!attribute [rw] identifier
|
51
51
|
# This value is the Amazon Resource Name (ARN) that uniquely
|
52
|
-
# identifies the stream group resource. Format example:
|
52
|
+
# identifies the stream group resource. Format example:
|
53
|
+
# `sg-1AB2C3De4`.
|
53
54
|
# @return [String]
|
54
55
|
#
|
55
56
|
# @!attribute [rw] locations
|
@@ -86,7 +87,11 @@ module Aws::GameLiftStreams
|
|
86
87
|
|
87
88
|
# Describes an application resource that represents a collection of
|
88
89
|
# content for streaming with Amazon GameLift Streams. To retrieve
|
89
|
-
# additional application details, call GetApplication.
|
90
|
+
# additional application details, call [GetApplication][1].
|
91
|
+
#
|
92
|
+
#
|
93
|
+
#
|
94
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetApplication.html
|
90
95
|
#
|
91
96
|
# @!attribute [rw] arn
|
92
97
|
# An Amazon Resource Name (ARN) that's assigned to an application
|
@@ -108,8 +113,8 @@ module Aws::GameLiftStreams
|
|
108
113
|
# @!attribute [rw] id
|
109
114
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
110
115
|
# the application resource. Format example:
|
111
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
112
|
-
# or ID-`9ZY8X7Wv6`.
|
116
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
117
|
+
# or ID-`a-9ZY8X7Wv6`.
|
113
118
|
#
|
114
119
|
#
|
115
120
|
#
|
@@ -123,15 +128,15 @@ module Aws::GameLiftStreams
|
|
123
128
|
# @return [Time]
|
124
129
|
#
|
125
130
|
# @!attribute [rw] runtime_environment
|
126
|
-
#
|
127
|
-
#
|
128
|
-
#
|
131
|
+
# Configuration settings that identify the operating system for an
|
132
|
+
# application resource. This can also include a compatibility layer
|
133
|
+
# and other drivers.
|
129
134
|
#
|
130
135
|
# A runtime environment can be one of the following:
|
131
136
|
#
|
132
137
|
# * For Linux applications
|
133
138
|
#
|
134
|
-
# * Ubuntu 22.04 LTS(`Type=UBUNTU, Version=22_04_LTS`)
|
139
|
+
# * Ubuntu 22.04 LTS (`Type=UBUNTU, Version=22_04_LTS`)
|
135
140
|
#
|
136
141
|
# ^
|
137
142
|
# * For Windows applications
|
@@ -183,8 +188,8 @@ module Aws::GameLiftStreams
|
|
183
188
|
#
|
184
189
|
# This value is a set of either [Amazon Resource Names (ARN)][1] or
|
185
190
|
# IDs that uniquely identify application resources. Format example:
|
186
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
187
|
-
# or ID-`9ZY8X7Wv6`.
|
191
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
192
|
+
# or ID-`a-9ZY8X7Wv6`.
|
188
193
|
#
|
189
194
|
#
|
190
195
|
#
|
@@ -196,8 +201,8 @@ module Aws::GameLiftStreams
|
|
196
201
|
#
|
197
202
|
# This value is a [Amazon Resource Name (ARN)][1] or ID that uniquely
|
198
203
|
# identifies the stream group resource. Format example:
|
199
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
200
|
-
# or ID-`1AB2C3De4`.
|
204
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
205
|
+
# or ID-`sg-1AB2C3De4`.
|
201
206
|
#
|
202
207
|
#
|
203
208
|
#
|
@@ -218,8 +223,8 @@ module Aws::GameLiftStreams
|
|
218
223
|
#
|
219
224
|
# This value is a set of either [Amazon Resource Names (ARN)][1] or
|
220
225
|
# IDs that uniquely identify application resources. Format example:
|
221
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
222
|
-
# or ID-`9ZY8X7Wv6`.
|
226
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
227
|
+
# or ID-`a-9ZY8X7Wv6`.
|
223
228
|
#
|
224
229
|
#
|
225
230
|
#
|
@@ -231,8 +236,8 @@ module Aws::GameLiftStreams
|
|
231
236
|
#
|
232
237
|
# This value is a [Amazon Resource Name (ARN)][1] or ID that uniquely
|
233
238
|
# identifies the stream group resource. Format example:
|
234
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
235
|
-
# or ID-`1AB2C3De4`.
|
239
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
240
|
+
# or ID-`sg-1AB2C3De4`.
|
236
241
|
#
|
237
242
|
#
|
238
243
|
#
|
@@ -266,9 +271,8 @@ module Aws::GameLiftStreams
|
|
266
271
|
|
267
272
|
# @!attribute [rw] application_log_output_uri
|
268
273
|
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
269
|
-
# Streams to save application logs.
|
270
|
-
#
|
271
|
-
# more `LogPaths`.
|
274
|
+
# Streams to save application logs. Required if you specify one or
|
275
|
+
# more `ApplicationLogPaths`.
|
272
276
|
#
|
273
277
|
# <note markdown="1"> The log bucket must have permissions that give Amazon GameLift
|
274
278
|
# Streams access to write the log files. For more information, see
|
@@ -280,27 +284,29 @@ module Aws::GameLiftStreams
|
|
280
284
|
# @!attribute [rw] application_log_paths
|
281
285
|
# Locations of log files that your content generates during a stream
|
282
286
|
# session. Enter path values that are relative to the
|
283
|
-
# `ApplicationSourceUri` location. You can specify up to 10 log
|
284
|
-
#
|
285
|
-
#
|
286
|
-
#
|
287
|
-
# GetStreamSession and get the `LogFileLocationUri`.
|
287
|
+
# `ApplicationSourceUri` location. You can specify up to 10 log paths.
|
288
|
+
# Amazon GameLift Streams uploads designated log files to the Amazon
|
289
|
+
# S3 bucket that you specify in `ApplicationLogOutputUri` at the end
|
290
|
+
# of a stream session. To retrieve stored log files, call
|
291
|
+
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
292
|
+
#
|
293
|
+
#
|
294
|
+
#
|
295
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
288
296
|
# @return [Array<String>]
|
289
297
|
#
|
290
298
|
# @!attribute [rw] application_source_uri
|
291
|
-
# The location of the content that you want to stream. Enter
|
292
|
-
#
|
293
|
-
#
|
294
|
-
#
|
295
|
-
#
|
296
|
-
# content. Amazon GameLift Streams copies everything under the
|
297
|
-
# specified location.
|
299
|
+
# The location of the content that you want to stream. Enter an Amazon
|
300
|
+
# S3 URI to a bucket that contains your game or other application. The
|
301
|
+
# location can have a multi-level prefix structure, but it must
|
302
|
+
# include all the files needed to run the content. Amazon GameLift
|
303
|
+
# Streams copies everything under the specified location.
|
298
304
|
#
|
299
305
|
# This value is immutable. To designate a different content location,
|
300
306
|
# create a new application.
|
301
307
|
#
|
302
|
-
# <note markdown="1"> The S3 bucket and the Amazon GameLift Streams application
|
303
|
-
# the same Amazon Web Services Region.
|
308
|
+
# <note markdown="1"> The Amazon S3 bucket and the Amazon GameLift Streams application
|
309
|
+
# must be in the same Amazon Web Services Region.
|
304
310
|
#
|
305
311
|
# </note>
|
306
312
|
# @return [String]
|
@@ -327,15 +333,15 @@ module Aws::GameLiftStreams
|
|
327
333
|
# @return [String]
|
328
334
|
#
|
329
335
|
# @!attribute [rw] runtime_environment
|
330
|
-
#
|
331
|
-
#
|
332
|
-
#
|
336
|
+
# Configuration settings that identify the operating system for an
|
337
|
+
# application resource. This can also include a compatibility layer
|
338
|
+
# and other drivers.
|
333
339
|
#
|
334
340
|
# A runtime environment can be one of the following:
|
335
341
|
#
|
336
342
|
# * For Linux applications
|
337
343
|
#
|
338
|
-
# * Ubuntu 22.04 LTS(`Type=UBUNTU, Version=22_04_LTS`)
|
344
|
+
# * Ubuntu 22.04 LTS (`Type=UBUNTU, Version=22_04_LTS`)
|
339
345
|
#
|
340
346
|
# ^
|
341
347
|
# * For Windows applications
|
@@ -353,15 +359,16 @@ module Aws::GameLiftStreams
|
|
353
359
|
# developer-defined key-value pairs. Tagging Amazon Web Services
|
354
360
|
# resources is useful for resource management, access management and
|
355
361
|
# cost allocation. See [ Tagging Amazon Web Services Resources][1] in
|
356
|
-
# the *Amazon Web Services General Reference*. You can use
|
357
|
-
# to add tags, UntagResource to remove tags, and
|
358
|
-
# to view tags on existing resources.
|
359
|
-
# lower than stated. See the *Amazon Web Services General Reference*
|
360
|
-
# for actual tagging limits.
|
362
|
+
# the *Amazon Web Services General Reference*. You can use
|
363
|
+
# [TagResource][2] to add tags, [UntagResource][3] to remove tags, and
|
364
|
+
# [ListTagsForResource][4] to view tags on existing resources.
|
361
365
|
#
|
362
366
|
#
|
363
367
|
#
|
364
368
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
369
|
+
# [2]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_TagResource.html
|
370
|
+
# [3]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_UntagResource.html
|
371
|
+
# [4]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_ListTagsForResource.html
|
365
372
|
# @return [Hash<String,String>]
|
366
373
|
#
|
367
374
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/CreateApplicationInput AWS API Documentation
|
@@ -381,17 +388,20 @@ module Aws::GameLiftStreams
|
|
381
388
|
|
382
389
|
# @!attribute [rw] application_log_output_uri
|
383
390
|
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
384
|
-
# Streams to save application logs.
|
385
|
-
#
|
386
|
-
# more `LogPaths`.
|
391
|
+
# Streams to save application logs. Required if you specify one or
|
392
|
+
# more `ApplicationLogPaths`.
|
387
393
|
# @return [String]
|
388
394
|
#
|
389
395
|
# @!attribute [rw] application_log_paths
|
390
396
|
# Locations of log files that your content generates during a stream
|
391
397
|
# session. Amazon GameLift Streams uploads log files to the Amazon S3
|
392
398
|
# bucket that you specify in `ApplicationLogOutputUri` at the end of a
|
393
|
-
# stream session. To retrieve stored log files, call
|
394
|
-
# and get the `LogFileLocationUri`.
|
399
|
+
# stream session. To retrieve stored log files, call
|
400
|
+
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
401
|
+
#
|
402
|
+
#
|
403
|
+
#
|
404
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
395
405
|
# @return [Array<String>]
|
396
406
|
#
|
397
407
|
# @!attribute [rw] application_source_uri
|
@@ -429,8 +439,8 @@ module Aws::GameLiftStreams
|
|
429
439
|
# @!attribute [rw] id
|
430
440
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
431
441
|
# the application resource. Format example:
|
432
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
433
|
-
# or ID-`9ZY8X7Wv6`.
|
442
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
443
|
+
# or ID-`a-9ZY8X7Wv6`.
|
434
444
|
#
|
435
445
|
#
|
436
446
|
#
|
@@ -448,15 +458,15 @@ module Aws::GameLiftStreams
|
|
448
458
|
# @return [Array<Types::ReplicationStatus>]
|
449
459
|
#
|
450
460
|
# @!attribute [rw] runtime_environment
|
451
|
-
#
|
452
|
-
#
|
453
|
-
#
|
461
|
+
# Configuration settings that identify the operating system for an
|
462
|
+
# application resource. This can also include a compatibility layer
|
463
|
+
# and other drivers.
|
454
464
|
#
|
455
465
|
# A runtime environment can be one of the following:
|
456
466
|
#
|
457
467
|
# * For Linux applications
|
458
468
|
#
|
459
|
-
# * Ubuntu 22.04 LTS(`Type=UBUNTU, Version=22_04_LTS`)
|
469
|
+
# * Ubuntu 22.04 LTS (`Type=UBUNTU, Version=22_04_LTS`)
|
460
470
|
#
|
461
471
|
# ^
|
462
472
|
# * For Windows applications
|
@@ -558,9 +568,9 @@ module Aws::GameLiftStreams
|
|
558
568
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
559
569
|
# applications with extremely high 3D scene complexity. Runs
|
560
570
|
# applications on Microsoft Windows Server 2022 Base and supports
|
561
|
-
# DirectX 12. Compatible with
|
562
|
-
# applications, and anti-cheat technology. Uses NVIDIA
|
563
|
-
# GPU.
|
571
|
+
# DirectX 12. Compatible with Unreal Engine versions up through 5.4,
|
572
|
+
# 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA
|
573
|
+
# A10G Tensor GPU.
|
564
574
|
#
|
565
575
|
# * Reference resolution: 1080p
|
566
576
|
#
|
@@ -594,9 +604,9 @@ module Aws::GameLiftStreams
|
|
594
604
|
# * <b> <code>gen4n_win2022</code> (NVIDIA, ultra)</b> Supports
|
595
605
|
# applications with extremely high 3D scene complexity. Runs
|
596
606
|
# applications on Microsoft Windows Server 2022 Base and supports
|
597
|
-
# DirectX 12. Compatible with
|
598
|
-
# 32-bit applications, and anti-cheat technology. Uses NVIDIA
|
599
|
-
# Tensor GPU.
|
607
|
+
# DirectX 12. Compatible with Unreal Engine versions up through 5.4,
|
608
|
+
# 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA
|
609
|
+
# T4 Tensor GPU.
|
600
610
|
#
|
601
611
|
# * Reference resolution: 1080p
|
602
612
|
#
|
@@ -631,18 +641,19 @@ module Aws::GameLiftStreams
|
|
631
641
|
#
|
632
642
|
# @!attribute [rw] tags
|
633
643
|
# A list of labels to assign to the new stream group resource. Tags
|
634
|
-
# are developer-defined key-value pairs.
|
635
|
-
#
|
636
|
-
#
|
637
|
-
#
|
638
|
-
# TagResource, UntagResource
|
639
|
-
#
|
640
|
-
# lower than stated. See the <i>Amazon Web Services </i> for actual
|
641
|
-
# tagging limits.
|
644
|
+
# are developer-defined key-value pairs. Tagging Amazon Web Services
|
645
|
+
# resources is useful for resource management, access management and
|
646
|
+
# cost allocation. See [ Tagging Amazon Web Services Resources][1] in
|
647
|
+
# the *Amazon Web Services General Reference*. You can use
|
648
|
+
# [TagResource][2] to add tags, [UntagResource][3] to remove tags, and
|
649
|
+
# [ListTagsForResource][4] to view tags on existing resources.
|
642
650
|
#
|
643
651
|
#
|
644
652
|
#
|
645
653
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
654
|
+
# [2]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_TagResource.html
|
655
|
+
# [3]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_UntagResource.html
|
656
|
+
# [4]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_ListTagsForResource.html
|
646
657
|
# @return [Hash<String,String>]
|
647
658
|
#
|
648
659
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/CreateStreamGroupInput AWS API Documentation
|
@@ -671,7 +682,7 @@ module Aws::GameLiftStreams
|
|
671
682
|
#
|
672
683
|
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
673
684
|
# uniquely identify application resources. Format example:
|
674
|
-
# `arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`.
|
685
|
+
# `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`.
|
675
686
|
#
|
676
687
|
#
|
677
688
|
#
|
@@ -685,8 +696,8 @@ module Aws::GameLiftStreams
|
|
685
696
|
# @return [Time]
|
686
697
|
#
|
687
698
|
# @!attribute [rw] default_application
|
688
|
-
# The Amazon GameLift Streams application that is associated
|
689
|
-
# stream group.
|
699
|
+
# The default Amazon GameLift Streams application that is associated
|
700
|
+
# with this stream group.
|
690
701
|
# @return [Types::DefaultApplication]
|
691
702
|
#
|
692
703
|
# @!attribute [rw] description
|
@@ -695,7 +706,7 @@ module Aws::GameLiftStreams
|
|
695
706
|
#
|
696
707
|
# @!attribute [rw] id
|
697
708
|
# A unique ID value that is assigned to the resource when it's
|
698
|
-
# created. Format example: `1AB2C3De4`.
|
709
|
+
# created. Format example: `sg-1AB2C3De4`.
|
699
710
|
# @return [String]
|
700
711
|
#
|
701
712
|
# @!attribute [rw] last_updated_at
|
@@ -773,9 +784,9 @@ module Aws::GameLiftStreams
|
|
773
784
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
774
785
|
# applications with extremely high 3D scene complexity. Runs
|
775
786
|
# applications on Microsoft Windows Server 2022 Base and supports
|
776
|
-
# DirectX 12. Compatible with
|
777
|
-
# applications, and anti-cheat technology. Uses NVIDIA
|
778
|
-
# GPU.
|
787
|
+
# DirectX 12. Compatible with Unreal Engine versions up through 5.4,
|
788
|
+
# 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA
|
789
|
+
# A10G Tensor GPU.
|
779
790
|
#
|
780
791
|
# * Reference resolution: 1080p
|
781
792
|
#
|
@@ -809,9 +820,9 @@ module Aws::GameLiftStreams
|
|
809
820
|
# * <b> <code>gen4n_win2022</code> (NVIDIA, ultra)</b> Supports
|
810
821
|
# applications with extremely high 3D scene complexity. Runs
|
811
822
|
# applications on Microsoft Windows Server 2022 Base and supports
|
812
|
-
# DirectX 12. Compatible with
|
813
|
-
# 32-bit applications, and anti-cheat technology. Uses NVIDIA
|
814
|
-
# Tensor GPU.
|
823
|
+
# DirectX 12. Compatible with Unreal Engine versions up through 5.4,
|
824
|
+
# 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA
|
825
|
+
# T4 Tensor GPU.
|
815
826
|
#
|
816
827
|
# * Reference resolution: 1080p
|
817
828
|
#
|
@@ -875,8 +886,8 @@ module Aws::GameLiftStreams
|
|
875
886
|
# @!attribute [rw] identifier
|
876
887
|
# [Amazon Resource Name (ARN)][1] or ID that uniquely identifies the
|
877
888
|
# stream group resource. Format example:
|
878
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
879
|
-
# or ID-`1AB2C3De4`.
|
889
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
890
|
+
# or ID-`sg-1AB2C3De4`.
|
880
891
|
#
|
881
892
|
# The stream group that you want to run this stream session with. The
|
882
893
|
# stream group must be in `ACTIVE` status and have idle stream
|
@@ -928,14 +939,13 @@ module Aws::GameLiftStreams
|
|
928
939
|
include Aws::Structure
|
929
940
|
end
|
930
941
|
|
931
|
-
# Represents the Amazon GameLift Streams application that a
|
932
|
-
# hosts.
|
942
|
+
# Represents the default Amazon GameLift Streams application that a
|
943
|
+
# stream group hosts.
|
933
944
|
#
|
934
945
|
# @!attribute [rw] arn
|
935
|
-
# An [Amazon Resource Name (ARN)][1]
|
936
|
-
#
|
937
|
-
#
|
938
|
-
# or ID-`1AB2C3De4`.
|
946
|
+
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
947
|
+
# application resource. Format example:
|
948
|
+
# `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`.
|
939
949
|
#
|
940
950
|
#
|
941
951
|
#
|
@@ -943,16 +953,8 @@ module Aws::GameLiftStreams
|
|
943
953
|
# @return [String]
|
944
954
|
#
|
945
955
|
# @!attribute [rw] id
|
946
|
-
#
|
947
|
-
#
|
948
|
-
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
949
|
-
# identifies the application resource. Format example:
|
950
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
951
|
-
# or ID-`9ZY8X7Wv6`.
|
952
|
-
#
|
953
|
-
#
|
954
|
-
#
|
955
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
956
|
+
# An ID that uniquely identifies the application resource. For
|
957
|
+
# example: `a-9ZY8X7Wv6`.
|
956
958
|
# @return [String]
|
957
959
|
#
|
958
960
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/DefaultApplication AWS API Documentation
|
@@ -967,8 +969,8 @@ module Aws::GameLiftStreams
|
|
967
969
|
# @!attribute [rw] identifier
|
968
970
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
969
971
|
# the application resource. Format example:
|
970
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
971
|
-
# or ID-`9ZY8X7Wv6`.
|
972
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
973
|
+
# or ID-`a-9ZY8X7Wv6`.
|
972
974
|
#
|
973
975
|
#
|
974
976
|
#
|
@@ -985,7 +987,7 @@ module Aws::GameLiftStreams
|
|
985
987
|
|
986
988
|
# @!attribute [rw] identifier
|
987
989
|
# The unique ID value of the stream group resource to delete. Format
|
988
|
-
# example: `1AB2C3De4`.
|
990
|
+
# example: `sg-1AB2C3De4`.
|
989
991
|
# @return [String]
|
990
992
|
#
|
991
993
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/DeleteStreamGroupInput AWS API Documentation
|
@@ -1002,8 +1004,8 @@ module Aws::GameLiftStreams
|
|
1002
1004
|
#
|
1003
1005
|
# This value is a set of either [Amazon Resource Names (ARN)][1] or
|
1004
1006
|
# IDs that uniquely identify application resources. Format example:
|
1005
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
1006
|
-
# or ID-`9ZY8X7Wv6`.
|
1007
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
1008
|
+
# or ID-`a-9ZY8X7Wv6`.
|
1007
1009
|
#
|
1008
1010
|
#
|
1009
1011
|
#
|
@@ -1015,8 +1017,8 @@ module Aws::GameLiftStreams
|
|
1015
1017
|
#
|
1016
1018
|
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
1017
1019
|
# identifies the stream group resource. Format example:
|
1018
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
1019
|
-
# or ID-`1AB2C3De4`.
|
1020
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
1021
|
+
# or ID-`sg-1AB2C3De4`.
|
1020
1022
|
#
|
1021
1023
|
#
|
1022
1024
|
#
|
@@ -1037,8 +1039,8 @@ module Aws::GameLiftStreams
|
|
1037
1039
|
#
|
1038
1040
|
# This value is a set of either [Amazon Resource Names (ARN)][1] or
|
1039
1041
|
# IDs that uniquely identify application resources. Format example:
|
1040
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
1041
|
-
# or ID-`9ZY8X7Wv6`.
|
1042
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
1043
|
+
# or ID-`a-9ZY8X7Wv6`.
|
1042
1044
|
#
|
1043
1045
|
#
|
1044
1046
|
#
|
@@ -1048,8 +1050,8 @@ module Aws::GameLiftStreams
|
|
1048
1050
|
# @!attribute [rw] arn
|
1049
1051
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1050
1052
|
# the stream group resource. Format example:
|
1051
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
1052
|
-
# or ID-`1AB2C3De4`.
|
1053
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
1054
|
+
# or ID-`sg-1AB2C3De4`.
|
1053
1055
|
#
|
1054
1056
|
#
|
1055
1057
|
#
|
@@ -1086,7 +1088,11 @@ module Aws::GameLiftStreams
|
|
1086
1088
|
# @return [String]
|
1087
1089
|
#
|
1088
1090
|
# @!attribute [rw] status
|
1089
|
-
# The result of the ExportStreamSessionFiles operation.
|
1091
|
+
# The result of the [ExportStreamSessionFiles][1] operation.
|
1092
|
+
#
|
1093
|
+
#
|
1094
|
+
#
|
1095
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_ExportStreamSessionFiles.html
|
1090
1096
|
# @return [String]
|
1091
1097
|
#
|
1092
1098
|
# @!attribute [rw] status_reason
|
@@ -1106,8 +1112,8 @@ module Aws::GameLiftStreams
|
|
1106
1112
|
# @!attribute [rw] identifier
|
1107
1113
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1108
1114
|
# the stream group resource. Format example:
|
1109
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
1110
|
-
# or ID-`1AB2C3De4`.
|
1115
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
1116
|
+
# or ID-`sg-1AB2C3De4`.
|
1111
1117
|
#
|
1112
1118
|
#
|
1113
1119
|
#
|
@@ -1158,8 +1164,8 @@ module Aws::GameLiftStreams
|
|
1158
1164
|
# @!attribute [rw] identifier
|
1159
1165
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1160
1166
|
# the application resource. Format example:
|
1161
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
1162
|
-
# or ID-`9ZY8X7Wv6`.
|
1167
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
1168
|
+
# or ID-`a-9ZY8X7Wv6`.
|
1163
1169
|
#
|
1164
1170
|
#
|
1165
1171
|
#
|
@@ -1176,17 +1182,20 @@ module Aws::GameLiftStreams
|
|
1176
1182
|
|
1177
1183
|
# @!attribute [rw] application_log_output_uri
|
1178
1184
|
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
1179
|
-
# Streams to save application logs.
|
1180
|
-
#
|
1181
|
-
# more `LogPaths`.
|
1185
|
+
# Streams to save application logs. Required if you specify one or
|
1186
|
+
# more `ApplicationLogPaths`.
|
1182
1187
|
# @return [String]
|
1183
1188
|
#
|
1184
1189
|
# @!attribute [rw] application_log_paths
|
1185
1190
|
# Locations of log files that your content generates during a stream
|
1186
1191
|
# session. Amazon GameLift Streams uploads log files to the Amazon S3
|
1187
1192
|
# bucket that you specify in `ApplicationLogOutputUri` at the end of a
|
1188
|
-
# stream session. To retrieve stored log files, call
|
1189
|
-
# and get the `LogFileLocationUri`.
|
1193
|
+
# stream session. To retrieve stored log files, call
|
1194
|
+
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
1195
|
+
#
|
1196
|
+
#
|
1197
|
+
#
|
1198
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
1190
1199
|
# @return [Array<String>]
|
1191
1200
|
#
|
1192
1201
|
# @!attribute [rw] application_source_uri
|
@@ -1207,7 +1216,7 @@ module Aws::GameLiftStreams
|
|
1207
1216
|
#
|
1208
1217
|
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
1209
1218
|
# uniquely identify stream group resources. Format example:
|
1210
|
-
# `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`.
|
1219
|
+
# `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`.
|
1211
1220
|
#
|
1212
1221
|
#
|
1213
1222
|
#
|
@@ -1232,8 +1241,8 @@ module Aws::GameLiftStreams
|
|
1232
1241
|
# @!attribute [rw] id
|
1233
1242
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1234
1243
|
# the application resource. Format example:
|
1235
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
1236
|
-
# or ID-`9ZY8X7Wv6`.
|
1244
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
1245
|
+
# or ID-`a-9ZY8X7Wv6`.
|
1237
1246
|
#
|
1238
1247
|
#
|
1239
1248
|
#
|
@@ -1251,15 +1260,15 @@ module Aws::GameLiftStreams
|
|
1251
1260
|
# @return [Array<Types::ReplicationStatus>]
|
1252
1261
|
#
|
1253
1262
|
# @!attribute [rw] runtime_environment
|
1254
|
-
#
|
1255
|
-
#
|
1256
|
-
#
|
1263
|
+
# Configuration settings that identify the operating system for an
|
1264
|
+
# application resource. This can also include a compatibility layer
|
1265
|
+
# and other drivers.
|
1257
1266
|
#
|
1258
1267
|
# A runtime environment can be one of the following:
|
1259
1268
|
#
|
1260
1269
|
# * For Linux applications
|
1261
1270
|
#
|
1262
|
-
# * Ubuntu 22.04 LTS(`Type=UBUNTU, Version=22_04_LTS`)
|
1271
|
+
# * Ubuntu 22.04 LTS (`Type=UBUNTU, Version=22_04_LTS`)
|
1263
1272
|
#
|
1264
1273
|
# ^
|
1265
1274
|
# * For Windows applications
|
@@ -1320,7 +1329,7 @@ module Aws::GameLiftStreams
|
|
1320
1329
|
|
1321
1330
|
# @!attribute [rw] identifier
|
1322
1331
|
# The unique ID value of the stream group resource to retrieve. Format
|
1323
|
-
# example: `1AB2C3De4`.
|
1332
|
+
# example: `sg-1AB2C3De4`.
|
1324
1333
|
# @return [String]
|
1325
1334
|
#
|
1326
1335
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/GetStreamGroupInput AWS API Documentation
|
@@ -1344,7 +1353,7 @@ module Aws::GameLiftStreams
|
|
1344
1353
|
#
|
1345
1354
|
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
1346
1355
|
# uniquely identify application resources. Format example:
|
1347
|
-
# `arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`.
|
1356
|
+
# `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`.
|
1348
1357
|
#
|
1349
1358
|
#
|
1350
1359
|
#
|
@@ -1358,8 +1367,8 @@ module Aws::GameLiftStreams
|
|
1358
1367
|
# @return [Time]
|
1359
1368
|
#
|
1360
1369
|
# @!attribute [rw] default_application
|
1361
|
-
# The Amazon GameLift Streams application that is associated
|
1362
|
-
# stream group.
|
1370
|
+
# The default Amazon GameLift Streams application that is associated
|
1371
|
+
# with this stream group.
|
1363
1372
|
# @return [Types::DefaultApplication]
|
1364
1373
|
#
|
1365
1374
|
# @!attribute [rw] description
|
@@ -1368,7 +1377,7 @@ module Aws::GameLiftStreams
|
|
1368
1377
|
#
|
1369
1378
|
# @!attribute [rw] id
|
1370
1379
|
# A unique ID value that is assigned to the resource when it's
|
1371
|
-
# created. Format example: `1AB2C3De4`.
|
1380
|
+
# created. Format example: `sg-1AB2C3De4`.
|
1372
1381
|
# @return [String]
|
1373
1382
|
#
|
1374
1383
|
# @!attribute [rw] last_updated_at
|
@@ -1446,9 +1455,9 @@ module Aws::GameLiftStreams
|
|
1446
1455
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
1447
1456
|
# applications with extremely high 3D scene complexity. Runs
|
1448
1457
|
# applications on Microsoft Windows Server 2022 Base and supports
|
1449
|
-
# DirectX 12. Compatible with
|
1450
|
-
# applications, and anti-cheat technology. Uses NVIDIA
|
1451
|
-
# GPU.
|
1458
|
+
# DirectX 12. Compatible with Unreal Engine versions up through 5.4,
|
1459
|
+
# 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA
|
1460
|
+
# A10G Tensor GPU.
|
1452
1461
|
#
|
1453
1462
|
# * Reference resolution: 1080p
|
1454
1463
|
#
|
@@ -1482,9 +1491,9 @@ module Aws::GameLiftStreams
|
|
1482
1491
|
# * <b> <code>gen4n_win2022</code> (NVIDIA, ultra)</b> Supports
|
1483
1492
|
# applications with extremely high 3D scene complexity. Runs
|
1484
1493
|
# applications on Microsoft Windows Server 2022 Base and supports
|
1485
|
-
# DirectX 12. Compatible with
|
1486
|
-
# 32-bit applications, and anti-cheat technology. Uses NVIDIA
|
1487
|
-
# Tensor GPU.
|
1494
|
+
# DirectX 12. Compatible with Unreal Engine versions up through 5.4,
|
1495
|
+
# 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA
|
1496
|
+
# T4 Tensor GPU.
|
1488
1497
|
#
|
1489
1498
|
# * Reference resolution: 1080p
|
1490
1499
|
#
|
@@ -1540,8 +1549,8 @@ module Aws::GameLiftStreams
|
|
1540
1549
|
#
|
1541
1550
|
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
1542
1551
|
# identifies the stream group resource. Format example:
|
1543
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
1544
|
-
# or ID-`1AB2C3De4`.
|
1552
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
1553
|
+
# or ID-`sg-1AB2C3De4`.
|
1545
1554
|
#
|
1546
1555
|
#
|
1547
1556
|
#
|
@@ -1603,7 +1612,7 @@ module Aws::GameLiftStreams
|
|
1603
1612
|
#
|
1604
1613
|
# This value is an [Amazon Resource Name (ARN)][1] that uniquely
|
1605
1614
|
# identifies the application resource. Format example:
|
1606
|
-
# `arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`.
|
1615
|
+
# `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`.
|
1607
1616
|
#
|
1608
1617
|
#
|
1609
1618
|
#
|
@@ -1651,8 +1660,12 @@ module Aws::GameLiftStreams
|
|
1651
1660
|
# session.
|
1652
1661
|
#
|
1653
1662
|
# A location's name. For example, `us-east-1`. For a complete list of
|
1654
|
-
# locations that Amazon GameLift Streams supports,
|
1655
|
-
# quotas
|
1663
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions
|
1664
|
+
# and quotas][1] in the *Amazon GameLift Streams Developer Guide*.
|
1665
|
+
#
|
1666
|
+
#
|
1667
|
+
#
|
1668
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
1656
1669
|
# @return [String]
|
1657
1670
|
#
|
1658
1671
|
# @!attribute [rw] log_file_location_uri
|
@@ -1998,8 +2011,13 @@ module Aws::GameLiftStreams
|
|
1998
2011
|
# for a location. When configuring a location for the first time, you
|
1999
2012
|
# must specify a numeric value for at least one of the two capacity
|
2000
2013
|
# types. To update the capacity for an existing stream group, call
|
2001
|
-
# UpdateStreamGroup. To add a new location and specify its
|
2002
|
-
# call AddStreamGroupLocations.
|
2014
|
+
# [UpdateStreamGroup][1]. To add a new location and specify its
|
2015
|
+
# capacity, call [AddStreamGroupLocations][2].
|
2016
|
+
#
|
2017
|
+
#
|
2018
|
+
#
|
2019
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_UpdateStreamGroup.html
|
2020
|
+
# [2]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_AddStreamGroupLocations.html
|
2003
2021
|
#
|
2004
2022
|
# @!attribute [rw] always_on_capacity
|
2005
2023
|
# The streaming capacity that is allocated and ready to handle stream
|
@@ -2010,8 +2028,12 @@ module Aws::GameLiftStreams
|
|
2010
2028
|
#
|
2011
2029
|
# @!attribute [rw] location_name
|
2012
2030
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2013
|
-
# locations that Amazon GameLift Streams supports,
|
2014
|
-
# quotas
|
2031
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions
|
2032
|
+
# and quotas][1] in the *Amazon GameLift Streams Developer Guide*.
|
2033
|
+
#
|
2034
|
+
#
|
2035
|
+
#
|
2036
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2015
2037
|
# @return [String]
|
2016
2038
|
#
|
2017
2039
|
# @!attribute [rw] on_demand_capacity
|
@@ -2056,8 +2078,12 @@ module Aws::GameLiftStreams
|
|
2056
2078
|
#
|
2057
2079
|
# @!attribute [rw] location_name
|
2058
2080
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2059
|
-
# locations that Amazon GameLift Streams supports,
|
2060
|
-
# quotas
|
2081
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions
|
2082
|
+
# and quotas][1] in the *Amazon GameLift Streams Developer Guide*.
|
2083
|
+
#
|
2084
|
+
#
|
2085
|
+
#
|
2086
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2061
2087
|
# @return [String]
|
2062
2088
|
#
|
2063
2089
|
# @!attribute [rw] on_demand_capacity
|
@@ -2115,16 +2141,20 @@ module Aws::GameLiftStreams
|
|
2115
2141
|
# A stream group to remove the specified locations from.
|
2116
2142
|
#
|
2117
2143
|
# This value is a Amazon Resource Name (ARN) that uniquely identifies
|
2118
|
-
# the stream group resource. Format example: `1AB2C3De4`.
|
2144
|
+
# the stream group resource. Format example: `sg-1AB2C3De4`.
|
2119
2145
|
# @return [String]
|
2120
2146
|
#
|
2121
2147
|
# @!attribute [rw] locations
|
2122
2148
|
# A set of locations to remove this stream group.
|
2123
2149
|
#
|
2124
2150
|
# A set of location names. For example, `us-east-1`. For a complete
|
2125
|
-
# list of locations that Amazon GameLift Streams supports,
|
2126
|
-
# Regions and quotas
|
2127
|
-
# Guide
|
2151
|
+
# list of locations that Amazon GameLift Streams supports, refer to
|
2152
|
+
# [Regions and quotas][1] in the *Amazon GameLift Streams Developer
|
2153
|
+
# Guide*.
|
2154
|
+
#
|
2155
|
+
#
|
2156
|
+
#
|
2157
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2128
2158
|
# @return [Array<String>]
|
2129
2159
|
#
|
2130
2160
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/RemoveStreamGroupLocationsInput AWS API Documentation
|
@@ -2142,8 +2172,12 @@ module Aws::GameLiftStreams
|
|
2142
2172
|
#
|
2143
2173
|
# @!attribute [rw] location
|
2144
2174
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2145
|
-
# locations that Amazon GameLift Streams supports,
|
2146
|
-
# quotas
|
2175
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions
|
2176
|
+
# and quotas][1] in the *Amazon GameLift Streams Developer Guide*.
|
2177
|
+
#
|
2178
|
+
#
|
2179
|
+
#
|
2180
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2147
2181
|
# @return [String]
|
2148
2182
|
#
|
2149
2183
|
# @!attribute [rw] status
|
@@ -2182,7 +2216,7 @@ module Aws::GameLiftStreams
|
|
2182
2216
|
#
|
2183
2217
|
# * For Linux applications
|
2184
2218
|
#
|
2185
|
-
# * Ubuntu 22.04 LTS(`Type=UBUNTU, Version=22_04_LTS`)
|
2219
|
+
# * Ubuntu 22.04 LTS (`Type=UBUNTU, Version=22_04_LTS`)
|
2186
2220
|
#
|
2187
2221
|
# ^
|
2188
2222
|
# * For Windows applications
|
@@ -2262,8 +2296,8 @@ module Aws::GameLiftStreams
|
|
2262
2296
|
# @!attribute [rw] application_identifier
|
2263
2297
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
2264
2298
|
# the application resource. Format example:
|
2265
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
2266
|
-
# or ID-`9ZY8X7Wv6`.
|
2299
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
2300
|
+
# or ID-`a-9ZY8X7Wv6`.
|
2267
2301
|
#
|
2268
2302
|
#
|
2269
2303
|
#
|
@@ -2298,8 +2332,8 @@ module Aws::GameLiftStreams
|
|
2298
2332
|
#
|
2299
2333
|
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
2300
2334
|
# identifies the stream group resource. Format example:
|
2301
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
2302
|
-
# or ID-`1AB2C3De4`.
|
2335
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
2336
|
+
# or ID-`sg-1AB2C3De4`.
|
2303
2337
|
#
|
2304
2338
|
#
|
2305
2339
|
#
|
@@ -2315,8 +2349,12 @@ module Aws::GameLiftStreams
|
|
2315
2349
|
#
|
2316
2350
|
# This value is A set of location names. For example, `us-east-1`. For
|
2317
2351
|
# a complete list of locations that Amazon GameLift Streams supports,
|
2318
|
-
#
|
2319
|
-
# Developer Guide
|
2352
|
+
# refer to [Regions and quotas][1] in the *Amazon GameLift Streams
|
2353
|
+
# Developer Guide*.
|
2354
|
+
#
|
2355
|
+
#
|
2356
|
+
#
|
2357
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2320
2358
|
# @return [Array<String>]
|
2321
2359
|
#
|
2322
2360
|
# @!attribute [rw] protocol
|
@@ -2395,7 +2433,7 @@ module Aws::GameLiftStreams
|
|
2395
2433
|
# @!attribute [rw] application_arn
|
2396
2434
|
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
2397
2435
|
# application resource. Format example:
|
2398
|
-
# `arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`.
|
2436
|
+
# `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`.
|
2399
2437
|
#
|
2400
2438
|
#
|
2401
2439
|
#
|
@@ -2443,8 +2481,12 @@ module Aws::GameLiftStreams
|
|
2443
2481
|
# application from.
|
2444
2482
|
#
|
2445
2483
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2446
|
-
# locations that Amazon GameLift Streams supports,
|
2447
|
-
# quotas
|
2484
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions
|
2485
|
+
# and quotas][1] in the *Amazon GameLift Streams Developer Guide*.
|
2486
|
+
#
|
2487
|
+
#
|
2488
|
+
#
|
2489
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2448
2490
|
# @return [String]
|
2449
2491
|
#
|
2450
2492
|
# @!attribute [rw] log_file_location_uri
|
@@ -2527,13 +2569,17 @@ module Aws::GameLiftStreams
|
|
2527
2569
|
|
2528
2570
|
# Describes a Amazon GameLift Streams stream group resource for hosting
|
2529
2571
|
# content streams. To retrieve additional stream group details, call
|
2530
|
-
# GetStreamGroup.
|
2572
|
+
# [GetStreamGroup][1].
|
2573
|
+
#
|
2574
|
+
#
|
2575
|
+
#
|
2576
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamGroup.html
|
2531
2577
|
#
|
2532
2578
|
# @!attribute [rw] arn
|
2533
2579
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
2534
2580
|
# the stream group resource. Format example:
|
2535
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
2536
|
-
# or ID-`1AB2C3De4`.
|
2581
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
2582
|
+
# or ID-`sg-1AB2C3De4`.
|
2537
2583
|
#
|
2538
2584
|
#
|
2539
2585
|
#
|
@@ -2558,8 +2604,8 @@ module Aws::GameLiftStreams
|
|
2558
2604
|
# @!attribute [rw] id
|
2559
2605
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
2560
2606
|
# the stream group resource. Format example:
|
2561
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
2562
|
-
# or ID-`1AB2C3De4`.
|
2607
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
2608
|
+
# or ID-`sg-1AB2C3De4`.
|
2563
2609
|
#
|
2564
2610
|
#
|
2565
2611
|
#
|
@@ -2603,9 +2649,9 @@ module Aws::GameLiftStreams
|
|
2603
2649
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
2604
2650
|
# applications with extremely high 3D scene complexity. Runs
|
2605
2651
|
# applications on Microsoft Windows Server 2022 Base and supports
|
2606
|
-
# DirectX 12. Compatible with
|
2607
|
-
# applications, and anti-cheat technology. Uses NVIDIA
|
2608
|
-
# GPU.
|
2652
|
+
# DirectX 12. Compatible with Unreal Engine versions up through 5.4,
|
2653
|
+
# 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA
|
2654
|
+
# A10G Tensor GPU.
|
2609
2655
|
#
|
2610
2656
|
# * Reference resolution: 1080p
|
2611
2657
|
#
|
@@ -2639,9 +2685,9 @@ module Aws::GameLiftStreams
|
|
2639
2685
|
# * <b> <code>gen4n_win2022</code> (NVIDIA, ultra)</b> Supports
|
2640
2686
|
# applications with extremely high 3D scene complexity. Runs
|
2641
2687
|
# applications on Microsoft Windows Server 2022 Base and supports
|
2642
|
-
# DirectX 12. Compatible with
|
2643
|
-
# 32-bit applications, and anti-cheat technology. Uses NVIDIA
|
2644
|
-
# Tensor GPU.
|
2688
|
+
# DirectX 12. Compatible with Unreal Engine versions up through 5.4,
|
2689
|
+
# 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA
|
2690
|
+
# T4 Tensor GPU.
|
2645
2691
|
#
|
2646
2692
|
# * Reference resolution: 1080p
|
2647
2693
|
#
|
@@ -2690,13 +2736,17 @@ module Aws::GameLiftStreams
|
|
2690
2736
|
end
|
2691
2737
|
|
2692
2738
|
# Describes a Amazon GameLift Streams stream session. To retrieve
|
2693
|
-
# additional details for the stream session, call GetStreamSession.
|
2739
|
+
# additional details for the stream session, call [GetStreamSession][1].
|
2740
|
+
#
|
2741
|
+
#
|
2742
|
+
#
|
2743
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
2694
2744
|
#
|
2695
2745
|
# @!attribute [rw] application_arn
|
2696
2746
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
2697
2747
|
# the application resource. Format example:
|
2698
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
2699
|
-
# or ID-`9ZY8X7Wv6`.
|
2748
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
2749
|
+
# or ID-`a-9ZY8X7Wv6`.
|
2700
2750
|
#
|
2701
2751
|
#
|
2702
2752
|
#
|
@@ -2733,8 +2783,12 @@ module Aws::GameLiftStreams
|
|
2733
2783
|
# session.
|
2734
2784
|
#
|
2735
2785
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2736
|
-
# locations that Amazon GameLift Streams supports,
|
2737
|
-
# quotas
|
2786
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions
|
2787
|
+
# and quotas][1] in the *Amazon GameLift Streams Developer Guide*.
|
2788
|
+
#
|
2789
|
+
#
|
2790
|
+
#
|
2791
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2738
2792
|
# @return [String]
|
2739
2793
|
#
|
2740
2794
|
# @!attribute [rw] protocol
|
@@ -2816,8 +2870,8 @@ module Aws::GameLiftStreams
|
|
2816
2870
|
# @!attribute [rw] identifier
|
2817
2871
|
# [Amazon Resource Name (ARN)][1] or ID that uniquely identifies the
|
2818
2872
|
# stream group resource. Format example:
|
2819
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
2820
|
-
# or ID-`1AB2C3De4`.
|
2873
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
2874
|
+
# or ID-`sg-1AB2C3De4`.
|
2821
2875
|
#
|
2822
2876
|
# The stream group that runs this stream session.
|
2823
2877
|
#
|
@@ -2888,9 +2942,8 @@ module Aws::GameLiftStreams
|
|
2888
2942
|
|
2889
2943
|
# @!attribute [rw] application_log_output_uri
|
2890
2944
|
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
2891
|
-
# Streams to save application logs.
|
2892
|
-
#
|
2893
|
-
# more `LogPaths`.
|
2945
|
+
# Streams to save application logs. Required if you specify one or
|
2946
|
+
# more `ApplicationLogPaths`.
|
2894
2947
|
#
|
2895
2948
|
# <note markdown="1"> The log bucket must have permissions that give Amazon GameLift
|
2896
2949
|
# Streams access to write the log files. For more information, see
|
@@ -2902,11 +2955,15 @@ module Aws::GameLiftStreams
|
|
2902
2955
|
# @!attribute [rw] application_log_paths
|
2903
2956
|
# Locations of log files that your content generates during a stream
|
2904
2957
|
# session. Enter path values that are relative to the
|
2905
|
-
# `ApplicationSourceUri` location. You can specify up to 10 log
|
2906
|
-
#
|
2907
|
-
#
|
2908
|
-
#
|
2909
|
-
# GetStreamSession and get the `LogFileLocationUri`.
|
2958
|
+
# `ApplicationSourceUri` location. You can specify up to 10 log paths.
|
2959
|
+
# Amazon GameLift Streams uploads designated log files to the Amazon
|
2960
|
+
# S3 bucket that you specify in `ApplicationLogOutputUri` at the end
|
2961
|
+
# of a stream session. To retrieve stored log files, call
|
2962
|
+
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
2963
|
+
#
|
2964
|
+
#
|
2965
|
+
#
|
2966
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
2910
2967
|
# @return [Array<String>]
|
2911
2968
|
#
|
2912
2969
|
# @!attribute [rw] description
|
@@ -2916,8 +2973,8 @@ module Aws::GameLiftStreams
|
|
2916
2973
|
# @!attribute [rw] identifier
|
2917
2974
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
2918
2975
|
# the application resource. Format example:
|
2919
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
2920
|
-
# or ID-`9ZY8X7Wv6`.
|
2976
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
2977
|
+
# or ID-`a-9ZY8X7Wv6`.
|
2921
2978
|
#
|
2922
2979
|
#
|
2923
2980
|
#
|
@@ -2937,17 +2994,20 @@ module Aws::GameLiftStreams
|
|
2937
2994
|
|
2938
2995
|
# @!attribute [rw] application_log_output_uri
|
2939
2996
|
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
2940
|
-
# Streams to save application logs.
|
2941
|
-
#
|
2942
|
-
# more `LogPaths`.
|
2997
|
+
# Streams to save application logs. Required if you specify one or
|
2998
|
+
# more `ApplicationLogPaths`.
|
2943
2999
|
# @return [String]
|
2944
3000
|
#
|
2945
3001
|
# @!attribute [rw] application_log_paths
|
2946
3002
|
# Locations of log files that your content generates during a stream
|
2947
3003
|
# session. Amazon GameLift Streams uploads log files to the Amazon S3
|
2948
3004
|
# bucket that you specify in `ApplicationLogOutputUri` at the end of a
|
2949
|
-
# stream session. To retrieve stored log files, call
|
2950
|
-
# and get the `LogFileLocationUri`.
|
3005
|
+
# stream session. To retrieve stored log files, call
|
3006
|
+
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
3007
|
+
#
|
3008
|
+
#
|
3009
|
+
#
|
3010
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
2951
3011
|
# @return [Array<String>]
|
2952
3012
|
#
|
2953
3013
|
# @!attribute [rw] application_source_uri
|
@@ -2968,7 +3028,7 @@ module Aws::GameLiftStreams
|
|
2968
3028
|
#
|
2969
3029
|
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
2970
3030
|
# uniquely identify stream group resources. Format example:
|
2971
|
-
# `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`.
|
3031
|
+
# `arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`.
|
2972
3032
|
#
|
2973
3033
|
#
|
2974
3034
|
#
|
@@ -2993,8 +3053,8 @@ module Aws::GameLiftStreams
|
|
2993
3053
|
# @!attribute [rw] id
|
2994
3054
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
2995
3055
|
# the application resource. Format example:
|
2996
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`
|
2997
|
-
# or ID-`9ZY8X7Wv6`.
|
3056
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`
|
3057
|
+
# or ID-`a-9ZY8X7Wv6`.
|
2998
3058
|
#
|
2999
3059
|
#
|
3000
3060
|
#
|
@@ -3012,15 +3072,15 @@ module Aws::GameLiftStreams
|
|
3012
3072
|
# @return [Array<Types::ReplicationStatus>]
|
3013
3073
|
#
|
3014
3074
|
# @!attribute [rw] runtime_environment
|
3015
|
-
#
|
3016
|
-
#
|
3017
|
-
#
|
3075
|
+
# Configuration settings that identify the operating system for an
|
3076
|
+
# application resource. This can also include a compatibility layer
|
3077
|
+
# and other drivers.
|
3018
3078
|
#
|
3019
3079
|
# A runtime environment can be one of the following:
|
3020
3080
|
#
|
3021
3081
|
# * For Linux applications
|
3022
3082
|
#
|
3023
|
-
# * Ubuntu 22.04 LTS(`Type=UBUNTU, Version=22_04_LTS`)
|
3083
|
+
# * Ubuntu 22.04 LTS (`Type=UBUNTU, Version=22_04_LTS`)
|
3024
3084
|
#
|
3025
3085
|
# ^
|
3026
3086
|
# * For Windows applications
|
@@ -3086,8 +3146,8 @@ module Aws::GameLiftStreams
|
|
3086
3146
|
# @!attribute [rw] identifier
|
3087
3147
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
3088
3148
|
# the stream group resource. Format example:
|
3089
|
-
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/1AB2C3De4`
|
3090
|
-
# or ID-`1AB2C3De4`.
|
3149
|
+
# ARN-`arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4`
|
3150
|
+
# or ID-`sg-1AB2C3De4`.
|
3091
3151
|
#
|
3092
3152
|
#
|
3093
3153
|
#
|
@@ -3122,7 +3182,7 @@ module Aws::GameLiftStreams
|
|
3122
3182
|
#
|
3123
3183
|
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
3124
3184
|
# uniquely identify application resources. Format example:
|
3125
|
-
# `arn:aws:gameliftstreams:us-west-2:123456789012:application/9ZY8X7Wv6`.
|
3185
|
+
# `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`.
|
3126
3186
|
#
|
3127
3187
|
#
|
3128
3188
|
#
|
@@ -3136,8 +3196,8 @@ module Aws::GameLiftStreams
|
|
3136
3196
|
# @return [Time]
|
3137
3197
|
#
|
3138
3198
|
# @!attribute [rw] default_application
|
3139
|
-
# The Amazon GameLift Streams application that is associated
|
3140
|
-
# stream group.
|
3199
|
+
# The default Amazon GameLift Streams application that is associated
|
3200
|
+
# with this stream group.
|
3141
3201
|
# @return [Types::DefaultApplication]
|
3142
3202
|
#
|
3143
3203
|
# @!attribute [rw] description
|
@@ -3146,7 +3206,7 @@ module Aws::GameLiftStreams
|
|
3146
3206
|
#
|
3147
3207
|
# @!attribute [rw] id
|
3148
3208
|
# A unique ID value that is assigned to the resource when it's
|
3149
|
-
# created. Format example: `1AB2C3De4`.
|
3209
|
+
# created. Format example: `sg-1AB2C3De4`.
|
3150
3210
|
# @return [String]
|
3151
3211
|
#
|
3152
3212
|
# @!attribute [rw] last_updated_at
|
@@ -3224,9 +3284,9 @@ module Aws::GameLiftStreams
|
|
3224
3284
|
# * <b> <code>gen5n_win2022</code> (NVIDIA, ultra)</b> Supports
|
3225
3285
|
# applications with extremely high 3D scene complexity. Runs
|
3226
3286
|
# applications on Microsoft Windows Server 2022 Base and supports
|
3227
|
-
# DirectX 12. Compatible with
|
3228
|
-
# applications, and anti-cheat technology. Uses NVIDIA
|
3229
|
-
# GPU.
|
3287
|
+
# DirectX 12. Compatible with Unreal Engine versions up through 5.4,
|
3288
|
+
# 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA
|
3289
|
+
# A10G Tensor GPU.
|
3230
3290
|
#
|
3231
3291
|
# * Reference resolution: 1080p
|
3232
3292
|
#
|
@@ -3260,9 +3320,9 @@ module Aws::GameLiftStreams
|
|
3260
3320
|
# * <b> <code>gen4n_win2022</code> (NVIDIA, ultra)</b> Supports
|
3261
3321
|
# applications with extremely high 3D scene complexity. Runs
|
3262
3322
|
# applications on Microsoft Windows Server 2022 Base and supports
|
3263
|
-
# DirectX 12. Compatible with
|
3264
|
-
# 32-bit applications, and anti-cheat technology. Uses NVIDIA
|
3265
|
-
# Tensor GPU.
|
3323
|
+
# DirectX 12. Compatible with Unreal Engine versions up through 5.4,
|
3324
|
+
# 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA
|
3325
|
+
# T4 Tensor GPU.
|
3266
3326
|
#
|
3267
3327
|
# * Reference resolution: 1080p
|
3268
3328
|
#
|