aws-sdk-gameliftstreams 1.8.0 → 1.9.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 +479 -477
- data/lib/aws-sdk-gameliftstreams/client_api.rb +121 -122
- data/lib/aws-sdk-gameliftstreams/types.rb +1214 -1204
- data/lib/aws-sdk-gameliftstreams.rb +1 -1
- data/sig/client.rbs +114 -114
- data/sig/types.rbs +121 -121
- metadata +1 -1
@@ -111,21 +111,41 @@ module Aws::GameLiftStreams
|
|
111
111
|
# Region]:[AWS account]:application/[resource ID]`.
|
112
112
|
# @return [String]
|
113
113
|
#
|
114
|
-
# @!attribute [rw]
|
115
|
-
#
|
116
|
-
#
|
117
|
-
#
|
118
|
-
# @return [Time]
|
114
|
+
# @!attribute [rw] id
|
115
|
+
# An ID that uniquely identifies the application resource. Example ID:
|
116
|
+
# `a-9ZY8X7Wv6`.
|
117
|
+
# @return [String]
|
119
118
|
#
|
120
119
|
# @!attribute [rw] description
|
121
120
|
# A human-readable label for the application. You can edit this value.
|
122
121
|
# @return [String]
|
123
122
|
#
|
124
|
-
# @!attribute [rw]
|
125
|
-
#
|
126
|
-
#
|
123
|
+
# @!attribute [rw] status
|
124
|
+
# The current status of the application resource. Possible statuses
|
125
|
+
# include the following:
|
126
|
+
#
|
127
|
+
# * `INITIALIZED`: Amazon GameLift Streams has received the request
|
128
|
+
# and is initiating the work flow to create an application.
|
129
|
+
#
|
130
|
+
# * `PROCESSING`: The create application work flow is in process.
|
131
|
+
# Amazon GameLift Streams is copying the content and caching for
|
132
|
+
# future deployment in a stream group.
|
133
|
+
#
|
134
|
+
# * `READY`: The application is ready to deploy in a stream group.
|
135
|
+
#
|
136
|
+
# * `ERROR`: An error occurred when setting up the application. See
|
137
|
+
# `StatusReason` for more information.
|
138
|
+
#
|
139
|
+
# * `DELETING`: Amazon GameLift Streams is in the process of deleting
|
140
|
+
# the application.
|
127
141
|
# @return [String]
|
128
142
|
#
|
143
|
+
# @!attribute [rw] created_at
|
144
|
+
# A timestamp that indicates when this resource was created.
|
145
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
146
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
147
|
+
# @return [Time]
|
148
|
+
#
|
129
149
|
# @!attribute [rw] last_updated_at
|
130
150
|
# A timestamp that indicates when this resource was last updated.
|
131
151
|
# Timestamps are expressed using in ISO8601 format, such as:
|
@@ -149,45 +169,40 @@ module Aws::GameLiftStreams
|
|
149
169
|
# * Microsoft Windows Server 2022 Base (`Type=WINDOWS,
|
150
170
|
# Version=2022`)
|
151
171
|
#
|
172
|
+
# * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
|
173
|
+
#
|
152
174
|
# * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
|
153
175
|
#
|
154
176
|
# * Proton 8.0-2c (`Type=PROTON, Version=20230704`)
|
155
177
|
# @return [Types::RuntimeEnvironment]
|
156
178
|
#
|
157
|
-
# @!attribute [rw] status
|
158
|
-
# The current status of the application resource. Possible statuses
|
159
|
-
# include the following:
|
160
|
-
#
|
161
|
-
# * `INITIALIZED`: Amazon GameLift Streams has received the request
|
162
|
-
# and is initiating the work flow to create an application.
|
163
|
-
#
|
164
|
-
# * `PROCESSING`: The create application work flow is in process.
|
165
|
-
# Amazon GameLift Streams is copying the content and caching for
|
166
|
-
# future deployment in a stream group.
|
167
|
-
#
|
168
|
-
# * `READY`: The application is ready to deploy in a stream group.
|
169
|
-
#
|
170
|
-
# * `ERROR`: An error occurred when setting up the application. See
|
171
|
-
# `StatusReason` for more information.
|
172
|
-
#
|
173
|
-
# * `DELETING`: Amazon GameLift Streams is in the process of deleting
|
174
|
-
# the application.
|
175
|
-
# @return [String]
|
176
|
-
#
|
177
179
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/ApplicationSummary AWS API Documentation
|
178
180
|
#
|
179
181
|
class ApplicationSummary < Struct.new(
|
180
182
|
:arn,
|
181
|
-
:created_at,
|
182
|
-
:description,
|
183
183
|
:id,
|
184
|
+
:description,
|
185
|
+
:status,
|
186
|
+
:created_at,
|
184
187
|
:last_updated_at,
|
185
|
-
:runtime_environment
|
186
|
-
:status)
|
188
|
+
:runtime_environment)
|
187
189
|
SENSITIVE = []
|
188
190
|
include Aws::Structure
|
189
191
|
end
|
190
192
|
|
193
|
+
# @!attribute [rw] identifier
|
194
|
+
# A stream group to associate to the applications.
|
195
|
+
#
|
196
|
+
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
197
|
+
# identifies the stream group resource. Example ARN:
|
198
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
199
|
+
# Example ID: `sg-1AB2C3De4`.
|
200
|
+
#
|
201
|
+
#
|
202
|
+
#
|
203
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
204
|
+
# @return [String]
|
205
|
+
#
|
191
206
|
# @!attribute [rw] application_identifiers
|
192
207
|
# A set of applications to associate with the stream group.
|
193
208
|
#
|
@@ -201,28 +216,27 @@ module Aws::GameLiftStreams
|
|
201
216
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
202
217
|
# @return [Array<String>]
|
203
218
|
#
|
204
|
-
#
|
205
|
-
# A stream group to associate to the applications.
|
219
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/AssociateApplicationsInput AWS API Documentation
|
206
220
|
#
|
207
|
-
|
221
|
+
class AssociateApplicationsInput < Struct.new(
|
222
|
+
:identifier,
|
223
|
+
:application_identifiers)
|
224
|
+
SENSITIVE = []
|
225
|
+
include Aws::Structure
|
226
|
+
end
|
227
|
+
|
228
|
+
# @!attribute [rw] arn
|
229
|
+
# A stream group that is associated to the applications.
|
230
|
+
#
|
231
|
+
# This value is an [Amazon Resource Name (ARN)][1] that uniquely
|
208
232
|
# identifies the stream group resource. Example ARN:
|
209
233
|
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
210
|
-
# Example ID: `sg-1AB2C3De4`.
|
211
234
|
#
|
212
235
|
#
|
213
236
|
#
|
214
237
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
215
238
|
# @return [String]
|
216
239
|
#
|
217
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/AssociateApplicationsInput AWS API Documentation
|
218
|
-
#
|
219
|
-
class AssociateApplicationsInput < Struct.new(
|
220
|
-
:application_identifiers,
|
221
|
-
:identifier)
|
222
|
-
SENSITIVE = []
|
223
|
-
include Aws::Structure
|
224
|
-
end
|
225
|
-
|
226
240
|
# @!attribute [rw] application_arns
|
227
241
|
# A set of applications that are associated to the stream group.
|
228
242
|
#
|
@@ -235,23 +249,11 @@ module Aws::GameLiftStreams
|
|
235
249
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
236
250
|
# @return [Array<String>]
|
237
251
|
#
|
238
|
-
# @!attribute [rw] arn
|
239
|
-
# A stream group that is associated to the applications.
|
240
|
-
#
|
241
|
-
# This value is an [Amazon Resource Name (ARN)][1] that uniquely
|
242
|
-
# identifies the stream group resource. Example ARN:
|
243
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
244
|
-
#
|
245
|
-
#
|
246
|
-
#
|
247
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
248
|
-
# @return [String]
|
249
|
-
#
|
250
252
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/AssociateApplicationsOutput AWS API Documentation
|
251
253
|
#
|
252
254
|
class AssociateApplicationsOutput < Struct.new(
|
253
|
-
:
|
254
|
-
:
|
255
|
+
:arn,
|
256
|
+
:application_arns)
|
255
257
|
SENSITIVE = []
|
256
258
|
include Aws::Structure
|
257
259
|
end
|
@@ -272,36 +274,40 @@ module Aws::GameLiftStreams
|
|
272
274
|
include Aws::Structure
|
273
275
|
end
|
274
276
|
|
275
|
-
# @!attribute [rw]
|
276
|
-
#
|
277
|
-
#
|
278
|
-
#
|
277
|
+
# @!attribute [rw] description
|
278
|
+
# A human-readable label for the application. You can update this
|
279
|
+
# value later.
|
280
|
+
# @return [String]
|
279
281
|
#
|
280
|
-
#
|
281
|
-
#
|
282
|
-
#
|
283
|
-
#
|
282
|
+
# @!attribute [rw] runtime_environment
|
283
|
+
# Configuration settings that identify the operating system for an
|
284
|
+
# application resource. This can also include a compatibility layer
|
285
|
+
# and other drivers.
|
284
286
|
#
|
285
|
-
#
|
287
|
+
# A runtime environment can be one of the following:
|
286
288
|
#
|
289
|
+
# * For Linux applications
|
287
290
|
#
|
291
|
+
# * Ubuntu 22.04 LTS (`Type=UBUNTU, Version=22_04_LTS`)
|
288
292
|
#
|
289
|
-
#
|
290
|
-
#
|
293
|
+
# ^
|
294
|
+
# * For Windows applications
|
291
295
|
#
|
292
|
-
#
|
293
|
-
#
|
294
|
-
# session. Enter path values that are relative to the
|
295
|
-
# `ApplicationSourceUri` location. You can specify up to 10 log paths.
|
296
|
-
# Amazon GameLift Streams uploads designated log files to the Amazon
|
297
|
-
# S3 bucket that you specify in `ApplicationLogOutputUri` at the end
|
298
|
-
# of a stream session. To retrieve stored log files, call
|
299
|
-
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
296
|
+
# * Microsoft Windows Server 2022 Base (`Type=WINDOWS,
|
297
|
+
# Version=2022`)
|
300
298
|
#
|
299
|
+
# * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
|
301
300
|
#
|
301
|
+
# * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
|
302
302
|
#
|
303
|
-
#
|
304
|
-
# @return [
|
303
|
+
# * Proton 8.0-2c (`Type=PROTON, Version=20230704`)
|
304
|
+
# @return [Types::RuntimeEnvironment]
|
305
|
+
#
|
306
|
+
# @!attribute [rw] executable_path
|
307
|
+
# The path and file name of the executable file that launches the
|
308
|
+
# content for streaming. Enter a path value that is relative to the
|
309
|
+
# location set in `ApplicationSourceUri`.
|
310
|
+
# @return [String]
|
305
311
|
#
|
306
312
|
# @!attribute [rw] application_source_uri
|
307
313
|
# The location of the content that you want to stream. Enter an Amazon
|
@@ -319,48 +325,36 @@ module Aws::GameLiftStreams
|
|
319
325
|
# </note>
|
320
326
|
# @return [String]
|
321
327
|
#
|
322
|
-
# @!attribute [rw]
|
323
|
-
#
|
324
|
-
#
|
325
|
-
#
|
326
|
-
#
|
327
|
-
#
|
328
|
-
#
|
329
|
-
#
|
330
|
-
# @return [String]
|
331
|
-
#
|
332
|
-
# @!attribute [rw] description
|
333
|
-
# A human-readable label for the application. You can update this
|
334
|
-
# value later.
|
335
|
-
# @return [String]
|
328
|
+
# @!attribute [rw] application_log_paths
|
329
|
+
# Locations of log files that your content generates during a stream
|
330
|
+
# session. Enter path values that are relative to the
|
331
|
+
# `ApplicationSourceUri` location. You can specify up to 10 log paths.
|
332
|
+
# Amazon GameLift Streams uploads designated log files to the Amazon
|
333
|
+
# S3 bucket that you specify in `ApplicationLogOutputUri` at the end
|
334
|
+
# of a stream session. To retrieve stored log files, call
|
335
|
+
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
336
336
|
#
|
337
|
-
# @!attribute [rw] executable_path
|
338
|
-
# The path and file name of the executable file that launches the
|
339
|
-
# content for streaming. Enter a path value that is relative to the
|
340
|
-
# location set in `ApplicationSourceUri`.
|
341
|
-
# @return [String]
|
342
337
|
#
|
343
|
-
# @!attribute [rw] runtime_environment
|
344
|
-
# Configuration settings that identify the operating system for an
|
345
|
-
# application resource. This can also include a compatibility layer
|
346
|
-
# and other drivers.
|
347
338
|
#
|
348
|
-
#
|
339
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
340
|
+
# @return [Array<String>]
|
349
341
|
#
|
350
|
-
#
|
342
|
+
# @!attribute [rw] application_log_output_uri
|
343
|
+
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
344
|
+
# Streams to save application logs. Required if you specify one or
|
345
|
+
# more `ApplicationLogPaths`.
|
351
346
|
#
|
352
|
-
#
|
347
|
+
# <note markdown="1"> The log bucket must have permissions that give Amazon GameLift
|
348
|
+
# Streams access to write the log files. For more information, see
|
349
|
+
# [Application log bucket permission policy][1] in the *Amazon
|
350
|
+
# GameLift Streams Developer Guide*.
|
353
351
|
#
|
354
|
-
#
|
355
|
-
# * For Windows applications
|
352
|
+
# </note>
|
356
353
|
#
|
357
|
-
# * Microsoft Windows Server 2022 Base (`Type=WINDOWS,
|
358
|
-
# Version=2022`)
|
359
354
|
#
|
360
|
-
# * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
|
361
355
|
#
|
362
|
-
#
|
363
|
-
# @return [
|
356
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/applications.html#application-bucket-permission-template
|
357
|
+
# @return [String]
|
364
358
|
#
|
365
359
|
# @!attribute [rw] tags
|
366
360
|
# A list of labels to assign to the new application resource. Tags are
|
@@ -379,44 +373,31 @@ module Aws::GameLiftStreams
|
|
379
373
|
# [4]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_ListTagsForResource.html
|
380
374
|
# @return [Hash<String,String>]
|
381
375
|
#
|
376
|
+
# @!attribute [rw] client_token
|
377
|
+
# A unique identifier that represents a client request. The request is
|
378
|
+
# idempotent, which ensures that an API request completes only once.
|
379
|
+
# When users send a request, Amazon GameLift Streams automatically
|
380
|
+
# populates this field.
|
381
|
+
#
|
382
|
+
# **A suitable default value is auto-generated.** You should normally
|
383
|
+
# not need to pass this option.
|
384
|
+
# @return [String]
|
385
|
+
#
|
382
386
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/CreateApplicationInput AWS API Documentation
|
383
387
|
#
|
384
388
|
class CreateApplicationInput < Struct.new(
|
385
|
-
:application_log_output_uri,
|
386
|
-
:application_log_paths,
|
387
|
-
:application_source_uri,
|
388
|
-
:client_token,
|
389
389
|
:description,
|
390
|
-
:executable_path,
|
391
390
|
:runtime_environment,
|
392
|
-
:
|
391
|
+
:executable_path,
|
392
|
+
:application_source_uri,
|
393
|
+
:application_log_paths,
|
394
|
+
:application_log_output_uri,
|
395
|
+
:tags,
|
396
|
+
:client_token)
|
393
397
|
SENSITIVE = []
|
394
398
|
include Aws::Structure
|
395
399
|
end
|
396
400
|
|
397
|
-
# @!attribute [rw] application_log_output_uri
|
398
|
-
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
399
|
-
# Streams to save application logs. Required if you specify one or
|
400
|
-
# more `ApplicationLogPaths`.
|
401
|
-
# @return [String]
|
402
|
-
#
|
403
|
-
# @!attribute [rw] application_log_paths
|
404
|
-
# Locations of log files that your content generates during a stream
|
405
|
-
# session. Amazon GameLift Streams uploads log files to the Amazon S3
|
406
|
-
# bucket that you specify in `ApplicationLogOutputUri` at the end of a
|
407
|
-
# stream session. To retrieve stored log files, call
|
408
|
-
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
409
|
-
#
|
410
|
-
#
|
411
|
-
#
|
412
|
-
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
413
|
-
# @return [Array<String>]
|
414
|
-
#
|
415
|
-
# @!attribute [rw] application_source_uri
|
416
|
-
# The original Amazon S3 location of uploaded stream content for the
|
417
|
-
# application.
|
418
|
-
# @return [String]
|
419
|
-
#
|
420
401
|
# @!attribute [rw] arn
|
421
402
|
# The [Amazon Resource Name (ARN)][1] that's assigned to an
|
422
403
|
# application resource and uniquely identifies it across all Amazon
|
@@ -428,41 +409,10 @@ module Aws::GameLiftStreams
|
|
428
409
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
429
410
|
# @return [String]
|
430
411
|
#
|
431
|
-
# @!attribute [rw] associated_stream_groups
|
432
|
-
# A newly created application is not associated to any stream groups.
|
433
|
-
# This value is empty.
|
434
|
-
# @return [Array<String>]
|
435
|
-
#
|
436
|
-
# @!attribute [rw] created_at
|
437
|
-
# A timestamp that indicates when this resource was created.
|
438
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
439
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
440
|
-
# @return [Time]
|
441
|
-
#
|
442
412
|
# @!attribute [rw] description
|
443
413
|
# A human-readable label for the application. You can edit this value.
|
444
414
|
# @return [String]
|
445
415
|
#
|
446
|
-
# @!attribute [rw] executable_path
|
447
|
-
# The path and file name of the executable file that launches the
|
448
|
-
# content for streaming.
|
449
|
-
# @return [String]
|
450
|
-
#
|
451
|
-
# @!attribute [rw] id
|
452
|
-
# A unique ID value that is assigned to the resource when it's
|
453
|
-
# created. Format example: `a-9ZY8X7Wv6`.
|
454
|
-
# @return [String]
|
455
|
-
#
|
456
|
-
# @!attribute [rw] last_updated_at
|
457
|
-
# A timestamp that indicates when this resource was last updated.
|
458
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
459
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
460
|
-
# @return [Time]
|
461
|
-
#
|
462
|
-
# @!attribute [rw] replication_statuses
|
463
|
-
# A set of replication statuses for each location.
|
464
|
-
# @return [Array<Types::ReplicationStatus>]
|
465
|
-
#
|
466
416
|
# @!attribute [rw] runtime_environment
|
467
417
|
# Configuration settings that identify the operating system for an
|
468
418
|
# application resource. This can also include a compatibility layer
|
@@ -480,11 +430,46 @@ module Aws::GameLiftStreams
|
|
480
430
|
# * Microsoft Windows Server 2022 Base (`Type=WINDOWS,
|
481
431
|
# Version=2022`)
|
482
432
|
#
|
433
|
+
# * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
|
434
|
+
#
|
483
435
|
# * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
|
484
436
|
#
|
485
437
|
# * Proton 8.0-2c (`Type=PROTON, Version=20230704`)
|
486
438
|
# @return [Types::RuntimeEnvironment]
|
487
439
|
#
|
440
|
+
# @!attribute [rw] executable_path
|
441
|
+
# The path and file name of the executable file that launches the
|
442
|
+
# content for streaming.
|
443
|
+
# @return [String]
|
444
|
+
#
|
445
|
+
# @!attribute [rw] application_log_paths
|
446
|
+
# Locations of log files that your content generates during a stream
|
447
|
+
# session. Amazon GameLift Streams uploads log files to the Amazon S3
|
448
|
+
# bucket that you specify in `ApplicationLogOutputUri` at the end of a
|
449
|
+
# stream session. To retrieve stored log files, call
|
450
|
+
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
451
|
+
#
|
452
|
+
#
|
453
|
+
#
|
454
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
455
|
+
# @return [Array<String>]
|
456
|
+
#
|
457
|
+
# @!attribute [rw] application_log_output_uri
|
458
|
+
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
459
|
+
# Streams to save application logs. Required if you specify one or
|
460
|
+
# more `ApplicationLogPaths`.
|
461
|
+
# @return [String]
|
462
|
+
#
|
463
|
+
# @!attribute [rw] application_source_uri
|
464
|
+
# The original Amazon S3 location of uploaded stream content for the
|
465
|
+
# application.
|
466
|
+
# @return [String]
|
467
|
+
#
|
468
|
+
# @!attribute [rw] id
|
469
|
+
# A unique ID value that is assigned to the resource when it's
|
470
|
+
# created. Format example: `a-9ZY8X7Wv6`.
|
471
|
+
# @return [String]
|
472
|
+
#
|
488
473
|
# @!attribute [rw] status
|
489
474
|
# The current status of the application resource. Possible statuses
|
490
475
|
# include the following:
|
@@ -510,67 +495,52 @@ module Aws::GameLiftStreams
|
|
510
495
|
# `ERROR` status.
|
511
496
|
# @return [String]
|
512
497
|
#
|
498
|
+
# @!attribute [rw] replication_statuses
|
499
|
+
# A set of replication statuses for each location.
|
500
|
+
# @return [Array<Types::ReplicationStatus>]
|
501
|
+
#
|
502
|
+
# @!attribute [rw] created_at
|
503
|
+
# A timestamp that indicates when this resource was created.
|
504
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
505
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
506
|
+
# @return [Time]
|
507
|
+
#
|
508
|
+
# @!attribute [rw] last_updated_at
|
509
|
+
# A timestamp that indicates when this resource was last updated.
|
510
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
511
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
512
|
+
# @return [Time]
|
513
|
+
#
|
514
|
+
# @!attribute [rw] associated_stream_groups
|
515
|
+
# A newly created application is not associated to any stream groups.
|
516
|
+
# This value is empty.
|
517
|
+
# @return [Array<String>]
|
518
|
+
#
|
513
519
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/CreateApplicationOutput AWS API Documentation
|
514
520
|
#
|
515
521
|
class CreateApplicationOutput < Struct.new(
|
516
|
-
:application_log_output_uri,
|
517
|
-
:application_log_paths,
|
518
|
-
:application_source_uri,
|
519
522
|
:arn,
|
520
|
-
:associated_stream_groups,
|
521
|
-
:created_at,
|
522
523
|
:description,
|
524
|
+
:runtime_environment,
|
523
525
|
:executable_path,
|
526
|
+
:application_log_paths,
|
527
|
+
:application_log_output_uri,
|
528
|
+
:application_source_uri,
|
524
529
|
:id,
|
525
|
-
:last_updated_at,
|
526
|
-
:replication_statuses,
|
527
|
-
:runtime_environment,
|
528
530
|
:status,
|
529
|
-
:status_reason
|
531
|
+
:status_reason,
|
532
|
+
:replication_statuses,
|
533
|
+
:created_at,
|
534
|
+
:last_updated_at,
|
535
|
+
:associated_stream_groups)
|
530
536
|
SENSITIVE = []
|
531
537
|
include Aws::Structure
|
532
538
|
end
|
533
539
|
|
534
|
-
# @!attribute [rw] client_token
|
535
|
-
# A unique identifier that represents a client request. The request is
|
536
|
-
# idempotent, which ensures that an API request completes only once.
|
537
|
-
# When users send a request, Amazon GameLift Streams automatically
|
538
|
-
# populates this field.
|
539
|
-
#
|
540
|
-
# **A suitable default value is auto-generated.** You should normally
|
541
|
-
# not need to pass this option.
|
542
|
-
# @return [String]
|
543
|
-
#
|
544
|
-
# @!attribute [rw] default_application_identifier
|
545
|
-
# The unique identifier of the Amazon GameLift Streams application
|
546
|
-
# that you want to associate to a stream group as the default
|
547
|
-
# application. The application must be in `READY` status. By setting
|
548
|
-
# the default application identifier, you will optimize startup
|
549
|
-
# performance of this application in your stream group. Once set, this
|
550
|
-
# application cannot be disassociated from the stream group, unlike
|
551
|
-
# applications that are associated using AssociateApplications. If not
|
552
|
-
# set when creating a stream group, you will need to call
|
553
|
-
# AssociateApplications later, before you can start streaming.
|
554
|
-
#
|
555
|
-
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
556
|
-
# identifies the application resource. Example ARN:
|
557
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
558
|
-
# Example ID: `a-9ZY8X7Wv6`.
|
559
|
-
#
|
560
|
-
#
|
561
|
-
#
|
562
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
563
|
-
# @return [String]
|
564
|
-
#
|
565
540
|
# @!attribute [rw] description
|
566
541
|
# A descriptive label for the stream group.
|
567
542
|
# @return [String]
|
568
543
|
#
|
569
|
-
# @!attribute [rw] location_configurations
|
570
|
-
# A set of one or more locations and the streaming capacity for each
|
571
|
-
# location.
|
572
|
-
# @return [Array<Types::LocationConfiguration>]
|
573
|
-
#
|
574
544
|
# @!attribute [rw] stream_class
|
575
545
|
# The target stream quality for sessions that are hosted in this
|
576
546
|
# stream group. Set a stream class that is appropriate to the type of
|
@@ -654,6 +624,32 @@ module Aws::GameLiftStreams
|
|
654
624
|
# * Tenancy: Supports 1 concurrent stream session
|
655
625
|
# @return [String]
|
656
626
|
#
|
627
|
+
# @!attribute [rw] default_application_identifier
|
628
|
+
# The unique identifier of the Amazon GameLift Streams application
|
629
|
+
# that you want to associate to a stream group as the default
|
630
|
+
# application. The application must be in `READY` status. By setting
|
631
|
+
# the default application identifier, you will optimize startup
|
632
|
+
# performance of this application in your stream group. Once set, this
|
633
|
+
# application cannot be disassociated from the stream group, unlike
|
634
|
+
# applications that are associated using AssociateApplications. If not
|
635
|
+
# set when creating a stream group, you will need to call
|
636
|
+
# AssociateApplications later, before you can start streaming.
|
637
|
+
#
|
638
|
+
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
639
|
+
# identifies the application resource. Example ARN:
|
640
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
641
|
+
# Example ID: `a-9ZY8X7Wv6`.
|
642
|
+
#
|
643
|
+
#
|
644
|
+
#
|
645
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
646
|
+
# @return [String]
|
647
|
+
#
|
648
|
+
# @!attribute [rw] location_configurations
|
649
|
+
# A set of one or more locations and the streaming capacity for each
|
650
|
+
# location.
|
651
|
+
# @return [Array<Types::LocationConfiguration>]
|
652
|
+
#
|
657
653
|
# @!attribute [rw] tags
|
658
654
|
# A list of labels to assign to the new stream group resource. Tags
|
659
655
|
# are developer-defined key-value pairs. Tagging Amazon Web Services
|
@@ -671,15 +667,25 @@ module Aws::GameLiftStreams
|
|
671
667
|
# [4]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_ListTagsForResource.html
|
672
668
|
# @return [Hash<String,String>]
|
673
669
|
#
|
670
|
+
# @!attribute [rw] client_token
|
671
|
+
# A unique identifier that represents a client request. The request is
|
672
|
+
# idempotent, which ensures that an API request completes only once.
|
673
|
+
# When users send a request, Amazon GameLift Streams automatically
|
674
|
+
# populates this field.
|
675
|
+
#
|
676
|
+
# **A suitable default value is auto-generated.** You should normally
|
677
|
+
# not need to pass this option.
|
678
|
+
# @return [String]
|
679
|
+
#
|
674
680
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/CreateStreamGroupInput AWS API Documentation
|
675
681
|
#
|
676
682
|
class CreateStreamGroupInput < Struct.new(
|
677
|
-
:client_token,
|
678
|
-
:default_application_identifier,
|
679
683
|
:description,
|
680
|
-
:location_configurations,
|
681
684
|
:stream_class,
|
682
|
-
:
|
685
|
+
:default_application_identifier,
|
686
|
+
:location_configurations,
|
687
|
+
:tags,
|
688
|
+
:client_token)
|
683
689
|
SENSITIVE = []
|
684
690
|
include Aws::Structure
|
685
691
|
end
|
@@ -695,45 +701,15 @@ module Aws::GameLiftStreams
|
|
695
701
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
696
702
|
# @return [String]
|
697
703
|
#
|
698
|
-
# @!attribute [rw]
|
699
|
-
# A
|
700
|
-
#
|
701
|
-
#
|
702
|
-
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
703
|
-
# uniquely identify application resources. Example ARN:
|
704
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
705
|
-
#
|
706
|
-
#
|
707
|
-
#
|
708
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
709
|
-
# @return [Array<String>]
|
710
|
-
#
|
711
|
-
# @!attribute [rw] created_at
|
712
|
-
# A timestamp that indicates when this resource was created.
|
713
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
714
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
715
|
-
# @return [Time]
|
704
|
+
# @!attribute [rw] description
|
705
|
+
# A descriptive label for the stream group.
|
706
|
+
# @return [String]
|
716
707
|
#
|
717
708
|
# @!attribute [rw] default_application
|
718
709
|
# The default Amazon GameLift Streams application that is associated
|
719
710
|
# with this stream group.
|
720
711
|
# @return [Types::DefaultApplication]
|
721
712
|
#
|
722
|
-
# @!attribute [rw] description
|
723
|
-
# A descriptive label for the stream group.
|
724
|
-
# @return [String]
|
725
|
-
#
|
726
|
-
# @!attribute [rw] id
|
727
|
-
# A unique ID value that is assigned to the resource when it's
|
728
|
-
# created. Format example: `sg-1AB2C3De4`.
|
729
|
-
# @return [String]
|
730
|
-
#
|
731
|
-
# @!attribute [rw] last_updated_at
|
732
|
-
# A timestamp that indicates when this resource was last updated.
|
733
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
734
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
735
|
-
# @return [Time]
|
736
|
-
#
|
737
713
|
# @!attribute [rw] location_states
|
738
714
|
# This value is the set of locations, including their name, current
|
739
715
|
# status, and capacities.
|
@@ -757,44 +733,6 @@ module Aws::GameLiftStreams
|
|
757
733
|
# in this stream group.
|
758
734
|
# @return [Array<Types::LocationState>]
|
759
735
|
#
|
760
|
-
# @!attribute [rw] status
|
761
|
-
# The current status of the stream group resource. Possible statuses
|
762
|
-
# include the following:
|
763
|
-
#
|
764
|
-
# * `ACTIVATING`: The stream group is deploying and isn't ready to
|
765
|
-
# host streams.
|
766
|
-
#
|
767
|
-
# * `ACTIVE`: The stream group is ready to host streams.
|
768
|
-
#
|
769
|
-
# * `ACTIVE_WITH_ERRORS`: One or more locations in the stream group
|
770
|
-
# are in an error state. Verify the details of individual locations
|
771
|
-
# and remove any locations which are in error.
|
772
|
-
#
|
773
|
-
# * `ERROR`: An error occurred when the stream group deployed. See
|
774
|
-
# `StatusReason` for more information.
|
775
|
-
#
|
776
|
-
# * `DELETING`: Amazon GameLift Streams is in the process of deleting
|
777
|
-
# the stream group.
|
778
|
-
#
|
779
|
-
# * `UPDATING_LOCATIONS`: One or more locations in the stream group
|
780
|
-
# are in the process of updating (either activating or deleting).
|
781
|
-
# @return [String]
|
782
|
-
#
|
783
|
-
# @!attribute [rw] status_reason
|
784
|
-
# A short description of the reason that the stream group is in
|
785
|
-
# `ERROR` status. The possible reasons can be one of the following:
|
786
|
-
#
|
787
|
-
# * `internalError`: The request can't process right now bcause of an
|
788
|
-
# issue with the server. Try again later. Reach out to the Amazon
|
789
|
-
# GameLift Streams team for more help.
|
790
|
-
#
|
791
|
-
# * `noAvailableInstances`: Amazon GameLift Streams does not currently
|
792
|
-
# have enough available On-Demand capacity to fulfill your request.
|
793
|
-
# Wait a few minutes and retry the request as capacity can shift
|
794
|
-
# frequently. You can also try to make the request using a different
|
795
|
-
# stream class or in another region.
|
796
|
-
# @return [String]
|
797
|
-
#
|
798
736
|
# @!attribute [rw] stream_class
|
799
737
|
# The target stream quality for the stream group.
|
800
738
|
#
|
@@ -874,20 +812,87 @@ module Aws::GameLiftStreams
|
|
874
812
|
# * Tenancy: Supports 1 concurrent stream session
|
875
813
|
# @return [String]
|
876
814
|
#
|
877
|
-
#
|
815
|
+
# @!attribute [rw] id
|
816
|
+
# A unique ID value that is assigned to the resource when it's
|
817
|
+
# created. Format example: `sg-1AB2C3De4`.
|
818
|
+
# @return [String]
|
878
819
|
#
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
820
|
+
# @!attribute [rw] status
|
821
|
+
# The current status of the stream group resource. Possible statuses
|
822
|
+
# include the following:
|
823
|
+
#
|
824
|
+
# * `ACTIVATING`: The stream group is deploying and isn't ready to
|
825
|
+
# host streams.
|
826
|
+
#
|
827
|
+
# * `ACTIVE`: The stream group is ready to host streams.
|
828
|
+
#
|
829
|
+
# * `ACTIVE_WITH_ERRORS`: One or more locations in the stream group
|
830
|
+
# are in an error state. Verify the details of individual locations
|
831
|
+
# and remove any locations which are in error.
|
832
|
+
#
|
833
|
+
# * `ERROR`: An error occurred when the stream group deployed. See
|
834
|
+
# `StatusReason` for more information.
|
835
|
+
#
|
836
|
+
# * `DELETING`: Amazon GameLift Streams is in the process of deleting
|
837
|
+
# the stream group.
|
838
|
+
#
|
839
|
+
# * `UPDATING_LOCATIONS`: One or more locations in the stream group
|
840
|
+
# are in the process of updating (either activating or deleting).
|
841
|
+
# @return [String]
|
842
|
+
#
|
843
|
+
# @!attribute [rw] status_reason
|
844
|
+
# A short description of the reason that the stream group is in
|
845
|
+
# `ERROR` status. The possible reasons can be one of the following:
|
846
|
+
#
|
847
|
+
# * `internalError`: The request can't process right now because of
|
848
|
+
# an issue with the server. Try again later.
|
849
|
+
#
|
850
|
+
# * `noAvailableInstances`: Amazon GameLift Streams does not currently
|
851
|
+
# have enough available on-demand capacity to fulfill your request.
|
852
|
+
# Wait a few minutes and retry the request as capacity can shift
|
853
|
+
# frequently. You can also try to make the request using a different
|
854
|
+
# stream class or in another region.
|
855
|
+
# @return [String]
|
856
|
+
#
|
857
|
+
# @!attribute [rw] last_updated_at
|
858
|
+
# A timestamp that indicates when this resource was last updated.
|
859
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
860
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
861
|
+
# @return [Time]
|
862
|
+
#
|
863
|
+
# @!attribute [rw] created_at
|
864
|
+
# A timestamp that indicates when this resource was created.
|
865
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
866
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
867
|
+
# @return [Time]
|
868
|
+
#
|
869
|
+
# @!attribute [rw] associated_applications
|
870
|
+
# A set of applications that this stream group is associated to. You
|
871
|
+
# can stream any of these applications by using this stream group.
|
872
|
+
#
|
873
|
+
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
874
|
+
# uniquely identify application resources. Example ARN:
|
875
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
876
|
+
#
|
877
|
+
#
|
878
|
+
#
|
879
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
880
|
+
# @return [Array<String>]
|
881
|
+
#
|
882
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/CreateStreamGroupOutput AWS API Documentation
|
883
|
+
#
|
884
|
+
class CreateStreamGroupOutput < Struct.new(
|
885
|
+
:arn,
|
884
886
|
:description,
|
885
|
-
:
|
886
|
-
:last_updated_at,
|
887
|
+
:default_application,
|
887
888
|
:location_states,
|
889
|
+
:stream_class,
|
890
|
+
:id,
|
888
891
|
:status,
|
889
892
|
:status_reason,
|
890
|
-
:
|
893
|
+
:last_updated_at,
|
894
|
+
:created_at,
|
895
|
+
:associated_applications)
|
891
896
|
SENSITIVE = []
|
892
897
|
include Aws::Structure
|
893
898
|
end
|
@@ -917,13 +922,6 @@ module Aws::GameLiftStreams
|
|
917
922
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
918
923
|
# @return [String]
|
919
924
|
#
|
920
|
-
# @!attribute [rw] signal_request
|
921
|
-
# A WebRTC ICE offer string to use when initializing a WebRTC
|
922
|
-
# connection. The offer is a very long JSON string. Provide the string
|
923
|
-
# as a text value in quotes. The offer must be newly generated, not
|
924
|
-
# the same offer provided to `StartStreamSession`.
|
925
|
-
# @return [String]
|
926
|
-
#
|
927
925
|
# @!attribute [rw] stream_session_identifier
|
928
926
|
# [Amazon Resource Name (ARN)][1] or ID that uniquely identifies the
|
929
927
|
# stream session resource. Example ARN:
|
@@ -938,13 +936,20 @@ module Aws::GameLiftStreams
|
|
938
936
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
939
937
|
# @return [String]
|
940
938
|
#
|
939
|
+
# @!attribute [rw] signal_request
|
940
|
+
# A WebRTC ICE offer string to use when initializing a WebRTC
|
941
|
+
# connection. The offer is a very long JSON string. Provide the string
|
942
|
+
# as a text value in quotes. The offer must be newly generated, not
|
943
|
+
# the same offer provided to `StartStreamSession`.
|
944
|
+
# @return [String]
|
945
|
+
#
|
941
946
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/CreateStreamSessionConnectionInput AWS API Documentation
|
942
947
|
#
|
943
948
|
class CreateStreamSessionConnectionInput < Struct.new(
|
944
949
|
:client_token,
|
945
950
|
:identifier,
|
946
|
-
:
|
947
|
-
:
|
951
|
+
:stream_session_identifier,
|
952
|
+
:signal_request)
|
948
953
|
SENSITIVE = [:signal_request]
|
949
954
|
include Aws::Structure
|
950
955
|
end
|
@@ -965,6 +970,11 @@ module Aws::GameLiftStreams
|
|
965
970
|
# Represents the default Amazon GameLift Streams application that a
|
966
971
|
# stream group hosts.
|
967
972
|
#
|
973
|
+
# @!attribute [rw] id
|
974
|
+
# An ID that uniquely identifies the application resource. Example ID:
|
975
|
+
# `a-9ZY8X7Wv6`.
|
976
|
+
# @return [String]
|
977
|
+
#
|
968
978
|
# @!attribute [rw] arn
|
969
979
|
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
970
980
|
# application resource. Example ARN:
|
@@ -975,16 +985,11 @@ module Aws::GameLiftStreams
|
|
975
985
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
976
986
|
# @return [String]
|
977
987
|
#
|
978
|
-
# @!attribute [rw] id
|
979
|
-
# An ID that uniquely identifies the application resource. Example ID:
|
980
|
-
# `a-9ZY8X7Wv6`.
|
981
|
-
# @return [String]
|
982
|
-
#
|
983
988
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/DefaultApplication AWS API Documentation
|
984
989
|
#
|
985
990
|
class DefaultApplication < Struct.new(
|
986
|
-
:
|
987
|
-
:
|
991
|
+
:id,
|
992
|
+
:arn)
|
988
993
|
SENSITIVE = []
|
989
994
|
include Aws::Structure
|
990
995
|
end
|
@@ -1027,6 +1032,19 @@ module Aws::GameLiftStreams
|
|
1027
1032
|
include Aws::Structure
|
1028
1033
|
end
|
1029
1034
|
|
1035
|
+
# @!attribute [rw] identifier
|
1036
|
+
# A stream group to disassociate these applications from.
|
1037
|
+
#
|
1038
|
+
# This value is an [Amazon Resource Name (ARN)][1] or ID that uniquely
|
1039
|
+
# identifies the stream group resource. Example ARN:
|
1040
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
1041
|
+
# Example ID: `sg-1AB2C3De4`.
|
1042
|
+
#
|
1043
|
+
#
|
1044
|
+
#
|
1045
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1046
|
+
# @return [String]
|
1047
|
+
#
|
1030
1048
|
# @!attribute [rw] application_identifiers
|
1031
1049
|
# A set of applications that you want to disassociate from the stream
|
1032
1050
|
# group.
|
@@ -1041,28 +1059,25 @@ module Aws::GameLiftStreams
|
|
1041
1059
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1042
1060
|
# @return [Array<String>]
|
1043
1061
|
#
|
1044
|
-
#
|
1045
|
-
# A stream group to disassociate these applications from.
|
1062
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/DisassociateApplicationsInput AWS API Documentation
|
1046
1063
|
#
|
1047
|
-
|
1048
|
-
|
1064
|
+
class DisassociateApplicationsInput < Struct.new(
|
1065
|
+
:identifier,
|
1066
|
+
:application_identifiers)
|
1067
|
+
SENSITIVE = []
|
1068
|
+
include Aws::Structure
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
# @!attribute [rw] arn
|
1072
|
+
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
1073
|
+
# stream group resource. Example ARN:
|
1049
1074
|
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
1050
|
-
# Example ID: `sg-1AB2C3De4`.
|
1051
1075
|
#
|
1052
1076
|
#
|
1053
1077
|
#
|
1054
1078
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1055
1079
|
# @return [String]
|
1056
1080
|
#
|
1057
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/DisassociateApplicationsInput AWS API Documentation
|
1058
|
-
#
|
1059
|
-
class DisassociateApplicationsInput < Struct.new(
|
1060
|
-
:application_identifiers,
|
1061
|
-
:identifier)
|
1062
|
-
SENSITIVE = []
|
1063
|
-
include Aws::Structure
|
1064
|
-
end
|
1065
|
-
|
1066
1081
|
# @!attribute [rw] application_arns
|
1067
1082
|
# A set of applications that are disassociated from this stream group.
|
1068
1083
|
#
|
@@ -1075,27 +1090,29 @@ module Aws::GameLiftStreams
|
|
1075
1090
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1076
1091
|
# @return [Array<String>]
|
1077
1092
|
#
|
1078
|
-
# @!attribute [rw] arn
|
1079
|
-
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
1080
|
-
# stream group resource. Example ARN:
|
1081
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
1082
|
-
#
|
1083
|
-
#
|
1084
|
-
#
|
1085
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1086
|
-
# @return [String]
|
1087
|
-
#
|
1088
1093
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/DisassociateApplicationsOutput AWS API Documentation
|
1089
1094
|
#
|
1090
1095
|
class DisassociateApplicationsOutput < Struct.new(
|
1091
|
-
:
|
1092
|
-
:
|
1096
|
+
:arn,
|
1097
|
+
:application_arns)
|
1093
1098
|
SENSITIVE = []
|
1094
1099
|
include Aws::Structure
|
1095
1100
|
end
|
1096
1101
|
|
1097
1102
|
# Provides details about the stream session's exported files.
|
1098
1103
|
#
|
1104
|
+
# @!attribute [rw] status
|
1105
|
+
# The result of the [ExportStreamSessionFiles][1] operation.
|
1106
|
+
#
|
1107
|
+
#
|
1108
|
+
#
|
1109
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_ExportStreamSessionFiles.html
|
1110
|
+
# @return [String]
|
1111
|
+
#
|
1112
|
+
# @!attribute [rw] status_reason
|
1113
|
+
# A short description of the reason the export is in `FAILED` status.
|
1114
|
+
# @return [String]
|
1115
|
+
#
|
1099
1116
|
# @!attribute [rw] output_uri
|
1100
1117
|
# The S3 bucket URI where Amazon GameLift Streams uploaded the set of
|
1101
1118
|
# compressed exported files for a stream session. Amazon GameLift
|
@@ -1114,24 +1131,12 @@ module Aws::GameLiftStreams
|
|
1114
1131
|
# or another similar name.
|
1115
1132
|
# @return [String]
|
1116
1133
|
#
|
1117
|
-
# @!attribute [rw] status
|
1118
|
-
# The result of the [ExportStreamSessionFiles][1] operation.
|
1119
|
-
#
|
1120
|
-
#
|
1121
|
-
#
|
1122
|
-
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_ExportStreamSessionFiles.html
|
1123
|
-
# @return [String]
|
1124
|
-
#
|
1125
|
-
# @!attribute [rw] status_reason
|
1126
|
-
# A short description of the reason the export is in `FAILED` status.
|
1127
|
-
# @return [String]
|
1128
|
-
#
|
1129
1134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/ExportFilesMetadata AWS API Documentation
|
1130
1135
|
#
|
1131
1136
|
class ExportFilesMetadata < Struct.new(
|
1132
|
-
:output_uri,
|
1133
1137
|
:status,
|
1134
|
-
:status_reason
|
1138
|
+
:status_reason,
|
1139
|
+
:output_uri)
|
1135
1140
|
SENSITIVE = []
|
1136
1141
|
include Aws::Structure
|
1137
1142
|
end
|
@@ -1147,6 +1152,17 @@ module Aws::GameLiftStreams
|
|
1147
1152
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1148
1153
|
# @return [String]
|
1149
1154
|
#
|
1155
|
+
# @!attribute [rw] stream_session_identifier
|
1156
|
+
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1157
|
+
# the stream session resource. Example ARN:
|
1158
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567`.
|
1159
|
+
# Example ID: `ABC123def4567`.
|
1160
|
+
#
|
1161
|
+
#
|
1162
|
+
#
|
1163
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1164
|
+
# @return [String]
|
1165
|
+
#
|
1150
1166
|
# @!attribute [rw] output_uri
|
1151
1167
|
# The S3 bucket URI where Amazon GameLift Streams uploads the set of
|
1152
1168
|
# compressed exported files for this stream session. Amazon GameLift
|
@@ -1165,23 +1181,12 @@ module Aws::GameLiftStreams
|
|
1165
1181
|
# or another similar name.
|
1166
1182
|
# @return [String]
|
1167
1183
|
#
|
1168
|
-
# @!attribute [rw] stream_session_identifier
|
1169
|
-
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
1170
|
-
# the stream session resource. Example ARN:
|
1171
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567`.
|
1172
|
-
# Example ID: `ABC123def4567`.
|
1173
|
-
#
|
1174
|
-
#
|
1175
|
-
#
|
1176
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1177
|
-
# @return [String]
|
1178
|
-
#
|
1179
1184
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/ExportStreamSessionFilesInput AWS API Documentation
|
1180
1185
|
#
|
1181
1186
|
class ExportStreamSessionFilesInput < Struct.new(
|
1182
1187
|
:identifier,
|
1183
|
-
:
|
1184
|
-
:
|
1188
|
+
:stream_session_identifier,
|
1189
|
+
:output_uri)
|
1185
1190
|
SENSITIVE = []
|
1186
1191
|
include Aws::Structure
|
1187
1192
|
end
|
@@ -1209,29 +1214,6 @@ module Aws::GameLiftStreams
|
|
1209
1214
|
include Aws::Structure
|
1210
1215
|
end
|
1211
1216
|
|
1212
|
-
# @!attribute [rw] application_log_output_uri
|
1213
|
-
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
1214
|
-
# Streams to save application logs. Required if you specify one or
|
1215
|
-
# more `ApplicationLogPaths`.
|
1216
|
-
# @return [String]
|
1217
|
-
#
|
1218
|
-
# @!attribute [rw] application_log_paths
|
1219
|
-
# Locations of log files that your content generates during a stream
|
1220
|
-
# session. Amazon GameLift Streams uploads log files to the Amazon S3
|
1221
|
-
# bucket that you specify in `ApplicationLogOutputUri` at the end of a
|
1222
|
-
# stream session. To retrieve stored log files, call
|
1223
|
-
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
1224
|
-
#
|
1225
|
-
#
|
1226
|
-
#
|
1227
|
-
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
1228
|
-
# @return [Array<String>]
|
1229
|
-
#
|
1230
|
-
# @!attribute [rw] application_source_uri
|
1231
|
-
# The original Amazon S3 location of uploaded stream content for the
|
1232
|
-
# application.
|
1233
|
-
# @return [String]
|
1234
|
-
#
|
1235
1217
|
# @!attribute [rw] arn
|
1236
1218
|
# The [Amazon Resource Name (ARN)][1] that's assigned to an
|
1237
1219
|
# application resource and uniquely identifies it across all Amazon
|
@@ -1243,70 +1225,66 @@ module Aws::GameLiftStreams
|
|
1243
1225
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1244
1226
|
# @return [String]
|
1245
1227
|
#
|
1246
|
-
# @!attribute [rw]
|
1247
|
-
# A
|
1248
|
-
#
|
1228
|
+
# @!attribute [rw] description
|
1229
|
+
# A human-readable label for the application. You can edit this value.
|
1230
|
+
# @return [String]
|
1249
1231
|
#
|
1250
|
-
#
|
1251
|
-
#
|
1252
|
-
#
|
1232
|
+
# @!attribute [rw] runtime_environment
|
1233
|
+
# Configuration settings that identify the operating system for an
|
1234
|
+
# application resource. This can also include a compatibility layer
|
1235
|
+
# and other drivers.
|
1253
1236
|
#
|
1237
|
+
# A runtime environment can be one of the following:
|
1254
1238
|
#
|
1239
|
+
# * For Linux applications
|
1255
1240
|
#
|
1256
|
-
#
|
1257
|
-
# @return [Array<String>]
|
1241
|
+
# * Ubuntu 22.04 LTS (`Type=UBUNTU, Version=22_04_LTS`)
|
1258
1242
|
#
|
1259
|
-
#
|
1260
|
-
#
|
1261
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
1262
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
1263
|
-
# @return [Time]
|
1243
|
+
# ^
|
1244
|
+
# * For Windows applications
|
1264
1245
|
#
|
1265
|
-
#
|
1266
|
-
#
|
1267
|
-
#
|
1246
|
+
# * Microsoft Windows Server 2022 Base (`Type=WINDOWS,
|
1247
|
+
# Version=2022`)
|
1248
|
+
#
|
1249
|
+
# * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
|
1250
|
+
#
|
1251
|
+
# * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
|
1252
|
+
#
|
1253
|
+
# * Proton 8.0-2c (`Type=PROTON, Version=20230704`)
|
1254
|
+
# @return [Types::RuntimeEnvironment]
|
1268
1255
|
#
|
1269
1256
|
# @!attribute [rw] executable_path
|
1270
1257
|
# The path and file name of the executable file that launches the
|
1271
1258
|
# content for streaming.
|
1272
1259
|
# @return [String]
|
1273
1260
|
#
|
1274
|
-
# @!attribute [rw]
|
1275
|
-
#
|
1276
|
-
#
|
1277
|
-
#
|
1278
|
-
#
|
1279
|
-
#
|
1280
|
-
# A timestamp that indicates when this resource was last updated.
|
1281
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
1282
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
1283
|
-
# @return [Time]
|
1284
|
-
#
|
1285
|
-
# @!attribute [rw] replication_statuses
|
1286
|
-
# A set of replication statuses for each location.
|
1287
|
-
# @return [Array<Types::ReplicationStatus>]
|
1288
|
-
#
|
1289
|
-
# @!attribute [rw] runtime_environment
|
1290
|
-
# Configuration settings that identify the operating system for an
|
1291
|
-
# application resource. This can also include a compatibility layer
|
1292
|
-
# and other drivers.
|
1293
|
-
#
|
1294
|
-
# A runtime environment can be one of the following:
|
1261
|
+
# @!attribute [rw] application_log_paths
|
1262
|
+
# Locations of log files that your content generates during a stream
|
1263
|
+
# session. Amazon GameLift Streams uploads log files to the Amazon S3
|
1264
|
+
# bucket that you specify in `ApplicationLogOutputUri` at the end of a
|
1265
|
+
# stream session. To retrieve stored log files, call
|
1266
|
+
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
1295
1267
|
#
|
1296
|
-
# * For Linux applications
|
1297
1268
|
#
|
1298
|
-
# * Ubuntu 22.04 LTS (`Type=UBUNTU, Version=22_04_LTS`)
|
1299
1269
|
#
|
1300
|
-
#
|
1301
|
-
#
|
1270
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
1271
|
+
# @return [Array<String>]
|
1302
1272
|
#
|
1303
|
-
#
|
1304
|
-
#
|
1273
|
+
# @!attribute [rw] application_log_output_uri
|
1274
|
+
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
1275
|
+
# Streams to save application logs. Required if you specify one or
|
1276
|
+
# more `ApplicationLogPaths`.
|
1277
|
+
# @return [String]
|
1305
1278
|
#
|
1306
|
-
#
|
1279
|
+
# @!attribute [rw] application_source_uri
|
1280
|
+
# The original Amazon S3 location of uploaded stream content for the
|
1281
|
+
# application.
|
1282
|
+
# @return [String]
|
1307
1283
|
#
|
1308
|
-
#
|
1309
|
-
#
|
1284
|
+
# @!attribute [rw] id
|
1285
|
+
# A unique ID value that is assigned to the resource when it's
|
1286
|
+
# created. Format example: `a-9ZY8X7Wv6`.
|
1287
|
+
# @return [String]
|
1310
1288
|
#
|
1311
1289
|
# @!attribute [rw] status
|
1312
1290
|
# The current status of the application resource. Possible statuses
|
@@ -1333,23 +1311,52 @@ module Aws::GameLiftStreams
|
|
1333
1311
|
# `ERROR` status.
|
1334
1312
|
# @return [String]
|
1335
1313
|
#
|
1314
|
+
# @!attribute [rw] replication_statuses
|
1315
|
+
# A set of replication statuses for each location.
|
1316
|
+
# @return [Array<Types::ReplicationStatus>]
|
1317
|
+
#
|
1318
|
+
# @!attribute [rw] created_at
|
1319
|
+
# A timestamp that indicates when this resource was created.
|
1320
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
1321
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
1322
|
+
# @return [Time]
|
1323
|
+
#
|
1324
|
+
# @!attribute [rw] last_updated_at
|
1325
|
+
# A timestamp that indicates when this resource was last updated.
|
1326
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
1327
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
1328
|
+
# @return [Time]
|
1329
|
+
#
|
1330
|
+
# @!attribute [rw] associated_stream_groups
|
1331
|
+
# A set of stream groups that this application is associated with. You
|
1332
|
+
# can use any of these stream groups to stream your application.
|
1333
|
+
#
|
1334
|
+
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
1335
|
+
# uniquely identify stream group resources. Example ARN:
|
1336
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
1337
|
+
#
|
1338
|
+
#
|
1339
|
+
#
|
1340
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1341
|
+
# @return [Array<String>]
|
1342
|
+
#
|
1336
1343
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/GetApplicationOutput AWS API Documentation
|
1337
1344
|
#
|
1338
1345
|
class GetApplicationOutput < Struct.new(
|
1339
|
-
:application_log_output_uri,
|
1340
|
-
:application_log_paths,
|
1341
|
-
:application_source_uri,
|
1342
1346
|
:arn,
|
1343
|
-
:associated_stream_groups,
|
1344
|
-
:created_at,
|
1345
1347
|
:description,
|
1348
|
+
:runtime_environment,
|
1346
1349
|
:executable_path,
|
1350
|
+
:application_log_paths,
|
1351
|
+
:application_log_output_uri,
|
1352
|
+
:application_source_uri,
|
1347
1353
|
:id,
|
1348
|
-
:last_updated_at,
|
1349
|
-
:replication_statuses,
|
1350
|
-
:runtime_environment,
|
1351
1354
|
:status,
|
1352
|
-
:status_reason
|
1355
|
+
:status_reason,
|
1356
|
+
:replication_statuses,
|
1357
|
+
:created_at,
|
1358
|
+
:last_updated_at,
|
1359
|
+
:associated_stream_groups)
|
1353
1360
|
SENSITIVE = []
|
1354
1361
|
include Aws::Structure
|
1355
1362
|
end
|
@@ -1384,45 +1391,15 @@ module Aws::GameLiftStreams
|
|
1384
1391
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1385
1392
|
# @return [String]
|
1386
1393
|
#
|
1387
|
-
# @!attribute [rw]
|
1388
|
-
# A
|
1389
|
-
#
|
1390
|
-
#
|
1391
|
-
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
1392
|
-
# uniquely identify application resources. Example ARN:
|
1393
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
1394
|
-
#
|
1395
|
-
#
|
1396
|
-
#
|
1397
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1398
|
-
# @return [Array<String>]
|
1399
|
-
#
|
1400
|
-
# @!attribute [rw] created_at
|
1401
|
-
# A timestamp that indicates when this resource was created.
|
1402
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
1403
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
1404
|
-
# @return [Time]
|
1394
|
+
# @!attribute [rw] description
|
1395
|
+
# A descriptive label for the stream group.
|
1396
|
+
# @return [String]
|
1405
1397
|
#
|
1406
1398
|
# @!attribute [rw] default_application
|
1407
1399
|
# The default Amazon GameLift Streams application that is associated
|
1408
1400
|
# with this stream group.
|
1409
1401
|
# @return [Types::DefaultApplication]
|
1410
1402
|
#
|
1411
|
-
# @!attribute [rw] description
|
1412
|
-
# A descriptive label for the stream group.
|
1413
|
-
# @return [String]
|
1414
|
-
#
|
1415
|
-
# @!attribute [rw] id
|
1416
|
-
# A unique ID value that is assigned to the resource when it's
|
1417
|
-
# created. Format example: `sg-1AB2C3De4`.
|
1418
|
-
# @return [String]
|
1419
|
-
#
|
1420
|
-
# @!attribute [rw] last_updated_at
|
1421
|
-
# A timestamp that indicates when this resource was last updated.
|
1422
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
1423
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
1424
|
-
# @return [Time]
|
1425
|
-
#
|
1426
1403
|
# @!attribute [rw] location_states
|
1427
1404
|
# This value is the set of locations, including their name, current
|
1428
1405
|
# status, and capacities.
|
@@ -1446,44 +1423,6 @@ module Aws::GameLiftStreams
|
|
1446
1423
|
# in this stream group.
|
1447
1424
|
# @return [Array<Types::LocationState>]
|
1448
1425
|
#
|
1449
|
-
# @!attribute [rw] status
|
1450
|
-
# The current status of the stream group resource. Possible statuses
|
1451
|
-
# include the following:
|
1452
|
-
#
|
1453
|
-
# * `ACTIVATING`: The stream group is deploying and isn't ready to
|
1454
|
-
# host streams.
|
1455
|
-
#
|
1456
|
-
# * `ACTIVE`: The stream group is ready to host streams.
|
1457
|
-
#
|
1458
|
-
# * `ACTIVE_WITH_ERRORS`: One or more locations in the stream group
|
1459
|
-
# are in an error state. Verify the details of individual locations
|
1460
|
-
# and remove any locations which are in error.
|
1461
|
-
#
|
1462
|
-
# * `ERROR`: An error occurred when the stream group deployed. See
|
1463
|
-
# `StatusReason` for more information.
|
1464
|
-
#
|
1465
|
-
# * `DELETING`: Amazon GameLift Streams is in the process of deleting
|
1466
|
-
# the stream group.
|
1467
|
-
#
|
1468
|
-
# * `UPDATING_LOCATIONS`: One or more locations in the stream group
|
1469
|
-
# are in the process of updating (either activating or deleting).
|
1470
|
-
# @return [String]
|
1471
|
-
#
|
1472
|
-
# @!attribute [rw] status_reason
|
1473
|
-
# A short description of the reason that the stream group is in
|
1474
|
-
# `ERROR` status. The possible reasons can be one of the following:
|
1475
|
-
#
|
1476
|
-
# * `internalError`: The request can't process right now bcause of an
|
1477
|
-
# issue with the server. Try again later. Reach out to the Amazon
|
1478
|
-
# GameLift Streams team for more help.
|
1479
|
-
#
|
1480
|
-
# * `noAvailableInstances`: Amazon GameLift Streams does not currently
|
1481
|
-
# have enough available On-Demand capacity to fulfill your request.
|
1482
|
-
# Wait a few minutes and retry the request as capacity can shift
|
1483
|
-
# frequently. You can also try to make the request using a different
|
1484
|
-
# stream class or in another region.
|
1485
|
-
# @return [String]
|
1486
|
-
#
|
1487
1426
|
# @!attribute [rw] stream_class
|
1488
1427
|
# The target stream quality for the stream group.
|
1489
1428
|
#
|
@@ -1563,20 +1502,87 @@ module Aws::GameLiftStreams
|
|
1563
1502
|
# * Tenancy: Supports 1 concurrent stream session
|
1564
1503
|
# @return [String]
|
1565
1504
|
#
|
1505
|
+
# @!attribute [rw] id
|
1506
|
+
# A unique ID value that is assigned to the resource when it's
|
1507
|
+
# created. Format example: `sg-1AB2C3De4`.
|
1508
|
+
# @return [String]
|
1509
|
+
#
|
1510
|
+
# @!attribute [rw] status
|
1511
|
+
# The current status of the stream group resource. Possible statuses
|
1512
|
+
# include the following:
|
1513
|
+
#
|
1514
|
+
# * `ACTIVATING`: The stream group is deploying and isn't ready to
|
1515
|
+
# host streams.
|
1516
|
+
#
|
1517
|
+
# * `ACTIVE`: The stream group is ready to host streams.
|
1518
|
+
#
|
1519
|
+
# * `ACTIVE_WITH_ERRORS`: One or more locations in the stream group
|
1520
|
+
# are in an error state. Verify the details of individual locations
|
1521
|
+
# and remove any locations which are in error.
|
1522
|
+
#
|
1523
|
+
# * `ERROR`: An error occurred when the stream group deployed. See
|
1524
|
+
# `StatusReason` for more information.
|
1525
|
+
#
|
1526
|
+
# * `DELETING`: Amazon GameLift Streams is in the process of deleting
|
1527
|
+
# the stream group.
|
1528
|
+
#
|
1529
|
+
# * `UPDATING_LOCATIONS`: One or more locations in the stream group
|
1530
|
+
# are in the process of updating (either activating or deleting).
|
1531
|
+
# @return [String]
|
1532
|
+
#
|
1533
|
+
# @!attribute [rw] status_reason
|
1534
|
+
# A short description of the reason that the stream group is in
|
1535
|
+
# `ERROR` status. The possible reasons can be one of the following:
|
1536
|
+
#
|
1537
|
+
# * `internalError`: The request can't process right now because of
|
1538
|
+
# an issue with the server. Try again later.
|
1539
|
+
#
|
1540
|
+
# * `noAvailableInstances`: Amazon GameLift Streams does not currently
|
1541
|
+
# have enough available on-demand capacity to fulfill your request.
|
1542
|
+
# Wait a few minutes and retry the request as capacity can shift
|
1543
|
+
# frequently. You can also try to make the request using a different
|
1544
|
+
# stream class or in another region.
|
1545
|
+
# @return [String]
|
1546
|
+
#
|
1547
|
+
# @!attribute [rw] last_updated_at
|
1548
|
+
# A timestamp that indicates when this resource was last updated.
|
1549
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
1550
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
1551
|
+
# @return [Time]
|
1552
|
+
#
|
1553
|
+
# @!attribute [rw] created_at
|
1554
|
+
# A timestamp that indicates when this resource was created.
|
1555
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
1556
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
1557
|
+
# @return [Time]
|
1558
|
+
#
|
1559
|
+
# @!attribute [rw] associated_applications
|
1560
|
+
# A set of applications that this stream group is associated to. You
|
1561
|
+
# can stream any of these applications by using this stream group.
|
1562
|
+
#
|
1563
|
+
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
1564
|
+
# uniquely identify application resources. Example ARN:
|
1565
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
1566
|
+
#
|
1567
|
+
#
|
1568
|
+
#
|
1569
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1570
|
+
# @return [Array<String>]
|
1571
|
+
#
|
1566
1572
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/GetStreamGroupOutput AWS API Documentation
|
1567
1573
|
#
|
1568
1574
|
class GetStreamGroupOutput < Struct.new(
|
1569
1575
|
:arn,
|
1570
|
-
:associated_applications,
|
1571
|
-
:created_at,
|
1572
|
-
:default_application,
|
1573
1576
|
:description,
|
1574
|
-
:
|
1575
|
-
:last_updated_at,
|
1577
|
+
:default_application,
|
1576
1578
|
:location_states,
|
1579
|
+
:stream_class,
|
1580
|
+
:id,
|
1577
1581
|
:status,
|
1578
1582
|
:status_reason,
|
1579
|
-
:
|
1583
|
+
:last_updated_at,
|
1584
|
+
:created_at,
|
1585
|
+
:associated_applications)
|
1580
1586
|
SENSITIVE = []
|
1581
1587
|
include Aws::Structure
|
1582
1588
|
end
|
@@ -1614,90 +1620,47 @@ module Aws::GameLiftStreams
|
|
1614
1620
|
include Aws::Structure
|
1615
1621
|
end
|
1616
1622
|
|
1617
|
-
# @!attribute [rw]
|
1618
|
-
#
|
1619
|
-
#
|
1620
|
-
#
|
1621
|
-
#
|
1622
|
-
#
|
1623
|
-
#
|
1624
|
-
# <note markdown="1"> If you want to debug your application with environment variables, we
|
1625
|
-
# recommend that you do so in a local environment outside of Amazon
|
1626
|
-
# GameLift Streams. For more information, refer to the Compatibility
|
1627
|
-
# Guidance in the troubleshooting section of the Developer Guide.
|
1628
|
-
#
|
1629
|
-
# </note>
|
1630
|
-
#
|
1631
|
-
# `AdditionalEnvironmentVariables` and `AdditionalLaunchArgs` have
|
1632
|
-
# similar purposes. `AdditionalEnvironmentVariables` passes data using
|
1633
|
-
# environment variables; while `AdditionalLaunchArgs` passes data
|
1634
|
-
# using command-line arguments.
|
1635
|
-
# @return [Hash<String,String>]
|
1636
|
-
#
|
1637
|
-
# @!attribute [rw] additional_launch_args
|
1638
|
-
# A list of CLI arguments that are sent to the streaming server when a
|
1639
|
-
# stream session launches. You can use this to configure the
|
1640
|
-
# application or stream session details. You can also provide custom
|
1641
|
-
# arguments that Amazon GameLift Streams passes to your game client.
|
1642
|
-
#
|
1643
|
-
# `AdditionalEnvironmentVariables` and `AdditionalLaunchArgs` have
|
1644
|
-
# similar purposes. `AdditionalEnvironmentVariables` passes data using
|
1645
|
-
# environment variables; while `AdditionalLaunchArgs` passes data
|
1646
|
-
# using command-line arguments.
|
1647
|
-
# @return [Array<String>]
|
1648
|
-
#
|
1649
|
-
# @!attribute [rw] application_arn
|
1650
|
-
# The application streaming in this session.
|
1651
|
-
#
|
1652
|
-
# This value is an [Amazon Resource Name (ARN)][1] that uniquely
|
1653
|
-
# identifies the application resource. Example ARN:
|
1654
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
1623
|
+
# @!attribute [rw] arn
|
1624
|
+
# The [Amazon Resource Name (ARN)][1] that's assigned to a stream
|
1625
|
+
# session resource. When combined with the stream group resource ID,
|
1626
|
+
# this value uniquely identifies the stream session across all Amazon
|
1627
|
+
# Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
1628
|
+
# Region]:[AWS account]:streamsession/[stream group resource
|
1629
|
+
# ID]/[stream session resource ID]`.
|
1655
1630
|
#
|
1656
1631
|
#
|
1657
1632
|
#
|
1658
1633
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1659
1634
|
# @return [String]
|
1660
1635
|
#
|
1661
|
-
# @!attribute [rw]
|
1662
|
-
#
|
1663
|
-
#
|
1664
|
-
# this value uniquely identifies the stream session across all Amazon
|
1665
|
-
# Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
1666
|
-
# Region]:[AWS account]:streamsession/[stream group resource
|
1667
|
-
# ID]/[stream session resource ID]`.
|
1668
|
-
#
|
1669
|
-
#
|
1670
|
-
#
|
1671
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1636
|
+
# @!attribute [rw] description
|
1637
|
+
# A human-readable label for the stream session. You can update this
|
1638
|
+
# value at any time.
|
1672
1639
|
# @return [String]
|
1673
1640
|
#
|
1674
|
-
# @!attribute [rw]
|
1675
|
-
# The
|
1676
|
-
#
|
1677
|
-
#
|
1678
|
-
# connections.
|
1679
|
-
# @return [Integer]
|
1641
|
+
# @!attribute [rw] stream_group_id
|
1642
|
+
# The unique identifier for the Amazon GameLift Streams stream group
|
1643
|
+
# that is hosting the stream session. Format example: `sg-1AB2C3De4`.
|
1644
|
+
# @return [String]
|
1680
1645
|
#
|
1681
|
-
# @!attribute [rw]
|
1682
|
-
#
|
1683
|
-
#
|
1684
|
-
#
|
1685
|
-
# @return [Time]
|
1646
|
+
# @!attribute [rw] user_id
|
1647
|
+
# An opaque, unique identifier for an end-user, defined by the
|
1648
|
+
# developer.
|
1649
|
+
# @return [String]
|
1686
1650
|
#
|
1687
|
-
# @!attribute [rw]
|
1688
|
-
#
|
1689
|
-
#
|
1651
|
+
# @!attribute [rw] status
|
1652
|
+
# The current status of the stream session. A stream session can host
|
1653
|
+
# clients when in `ACTIVE` status.
|
1690
1654
|
# @return [String]
|
1691
1655
|
#
|
1692
|
-
# @!attribute [rw]
|
1693
|
-
#
|
1694
|
-
#
|
1656
|
+
# @!attribute [rw] status_reason
|
1657
|
+
# A short description of the reason the stream session is in `ERROR`
|
1658
|
+
# status.
|
1659
|
+
# @return [String]
|
1695
1660
|
#
|
1696
|
-
# @!attribute [rw]
|
1697
|
-
#
|
1698
|
-
#
|
1699
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
1700
|
-
# @return [Time]
|
1661
|
+
# @!attribute [rw] protocol
|
1662
|
+
# The data transfer protocol in use with the stream session.
|
1663
|
+
# @return [String]
|
1701
1664
|
#
|
1702
1665
|
# @!attribute [rw] location
|
1703
1666
|
# The location where Amazon GameLift Streams is hosting the stream
|
@@ -1713,50 +1676,65 @@ module Aws::GameLiftStreams
|
|
1713
1676
|
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
1714
1677
|
# @return [String]
|
1715
1678
|
#
|
1716
|
-
# @!attribute [rw]
|
1717
|
-
#
|
1718
|
-
# stream session.
|
1719
|
-
# location at the end of a stream session. The Amazon GameLift Streams
|
1720
|
-
# application resource defines which log files to upload.
|
1679
|
+
# @!attribute [rw] signal_request
|
1680
|
+
# The WebRTC ICE offer string that a client generates to initiate a
|
1681
|
+
# connection to the stream session.
|
1721
1682
|
# @return [String]
|
1722
1683
|
#
|
1723
|
-
# @!attribute [rw]
|
1724
|
-
# The
|
1684
|
+
# @!attribute [rw] signal_response
|
1685
|
+
# The WebRTC answer string that the stream server generates in
|
1686
|
+
# response to the `SignalRequest`.
|
1725
1687
|
# @return [String]
|
1726
1688
|
#
|
1689
|
+
# @!attribute [rw] connection_timeout_seconds
|
1690
|
+
# The maximum length of time (in seconds) that Amazon GameLift Streams
|
1691
|
+
# keeps the stream session open. At this point, Amazon GameLift
|
1692
|
+
# Streams ends the stream session regardless of any existing client
|
1693
|
+
# connections.
|
1694
|
+
# @return [Integer]
|
1695
|
+
#
|
1727
1696
|
# @!attribute [rw] session_length_seconds
|
1728
1697
|
# The length of time that Amazon GameLift Streams keeps the game
|
1729
1698
|
# session open.
|
1730
1699
|
# @return [Integer]
|
1731
1700
|
#
|
1732
|
-
# @!attribute [rw]
|
1733
|
-
#
|
1734
|
-
#
|
1735
|
-
#
|
1701
|
+
# @!attribute [rw] additional_launch_args
|
1702
|
+
# A list of CLI arguments that are sent to the streaming server when a
|
1703
|
+
# stream session launches. You can use this to configure the
|
1704
|
+
# application or stream session details. You can also provide custom
|
1705
|
+
# arguments that Amazon GameLift Streams passes to your game client.
|
1736
1706
|
#
|
1737
|
-
#
|
1738
|
-
#
|
1739
|
-
#
|
1740
|
-
#
|
1707
|
+
# `AdditionalEnvironmentVariables` and `AdditionalLaunchArgs` have
|
1708
|
+
# similar purposes. `AdditionalEnvironmentVariables` passes data using
|
1709
|
+
# environment variables; while `AdditionalLaunchArgs` passes data
|
1710
|
+
# using command-line arguments.
|
1711
|
+
# @return [Array<String>]
|
1741
1712
|
#
|
1742
|
-
# @!attribute [rw]
|
1743
|
-
#
|
1744
|
-
#
|
1745
|
-
#
|
1713
|
+
# @!attribute [rw] additional_environment_variables
|
1714
|
+
# A set of options that you can use to control the stream session
|
1715
|
+
# runtime environment, expressed as a set of key-value pairs. You can
|
1716
|
+
# use this to configure the application or stream session details. You
|
1717
|
+
# can also provide custom environment variables that Amazon GameLift
|
1718
|
+
# Streams passes to your game client.
|
1746
1719
|
#
|
1747
|
-
#
|
1748
|
-
#
|
1749
|
-
#
|
1750
|
-
#
|
1720
|
+
# <note markdown="1"> If you want to debug your application with environment variables, we
|
1721
|
+
# recommend that you do so in a local environment outside of Amazon
|
1722
|
+
# GameLift Streams. For more information, refer to the Compatibility
|
1723
|
+
# Guidance in the troubleshooting section of the Developer Guide.
|
1751
1724
|
#
|
1752
|
-
#
|
1753
|
-
# The unique identifier for the Amazon GameLift Streams stream group
|
1754
|
-
# that is hosting the stream session. Format example: `sg-1AB2C3De4`.
|
1755
|
-
# @return [String]
|
1725
|
+
# </note>
|
1756
1726
|
#
|
1757
|
-
#
|
1758
|
-
#
|
1759
|
-
#
|
1727
|
+
# `AdditionalEnvironmentVariables` and `AdditionalLaunchArgs` have
|
1728
|
+
# similar purposes. `AdditionalEnvironmentVariables` passes data using
|
1729
|
+
# environment variables; while `AdditionalLaunchArgs` passes data
|
1730
|
+
# using command-line arguments.
|
1731
|
+
# @return [Hash<String,String>]
|
1732
|
+
#
|
1733
|
+
# @!attribute [rw] log_file_location_uri
|
1734
|
+
# Access location for log files that your content generates during a
|
1735
|
+
# stream session. These log files are uploaded to cloud storage
|
1736
|
+
# location at the end of a stream session. The Amazon GameLift Streams
|
1737
|
+
# application resource defines which log files to upload.
|
1760
1738
|
# @return [String]
|
1761
1739
|
#
|
1762
1740
|
# @!attribute [rw] web_sdk_protocol_url
|
@@ -1764,29 +1742,57 @@ module Aws::GameLiftStreams
|
|
1764
1742
|
# files. The URL is used to establish connection with the client.
|
1765
1743
|
# @return [String]
|
1766
1744
|
#
|
1745
|
+
# @!attribute [rw] last_updated_at
|
1746
|
+
# A timestamp that indicates when this resource was last updated.
|
1747
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
1748
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
1749
|
+
# @return [Time]
|
1750
|
+
#
|
1751
|
+
# @!attribute [rw] created_at
|
1752
|
+
# A timestamp that indicates when this resource was created.
|
1753
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
1754
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
1755
|
+
# @return [Time]
|
1756
|
+
#
|
1757
|
+
# @!attribute [rw] application_arn
|
1758
|
+
# The application streaming in this session.
|
1759
|
+
#
|
1760
|
+
# This value is an [Amazon Resource Name (ARN)][1] that uniquely
|
1761
|
+
# identifies the application resource. Example ARN:
|
1762
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
1763
|
+
#
|
1764
|
+
#
|
1765
|
+
#
|
1766
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1767
|
+
# @return [String]
|
1768
|
+
#
|
1769
|
+
# @!attribute [rw] export_files_metadata
|
1770
|
+
# Provides details about the stream session's exported files.
|
1771
|
+
# @return [Types::ExportFilesMetadata]
|
1772
|
+
#
|
1767
1773
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/GetStreamSessionOutput AWS API Documentation
|
1768
1774
|
#
|
1769
1775
|
class GetStreamSessionOutput < Struct.new(
|
1770
|
-
:additional_environment_variables,
|
1771
|
-
:additional_launch_args,
|
1772
|
-
:application_arn,
|
1773
1776
|
:arn,
|
1774
|
-
:connection_timeout_seconds,
|
1775
|
-
:created_at,
|
1776
1777
|
:description,
|
1777
|
-
:
|
1778
|
-
:
|
1779
|
-
:
|
1780
|
-
:
|
1778
|
+
:stream_group_id,
|
1779
|
+
:user_id,
|
1780
|
+
:status,
|
1781
|
+
:status_reason,
|
1781
1782
|
:protocol,
|
1782
|
-
:
|
1783
|
+
:location,
|
1783
1784
|
:signal_request,
|
1784
1785
|
:signal_response,
|
1785
|
-
:
|
1786
|
-
:
|
1787
|
-
:
|
1788
|
-
:
|
1789
|
-
:
|
1786
|
+
:connection_timeout_seconds,
|
1787
|
+
:session_length_seconds,
|
1788
|
+
:additional_launch_args,
|
1789
|
+
:additional_environment_variables,
|
1790
|
+
:log_file_location_uri,
|
1791
|
+
:web_sdk_protocol_url,
|
1792
|
+
:last_updated_at,
|
1793
|
+
:created_at,
|
1794
|
+
:application_arn,
|
1795
|
+
:export_files_metadata)
|
1790
1796
|
SENSITIVE = [:signal_request, :signal_response]
|
1791
1797
|
include Aws::Structure
|
1792
1798
|
end
|
@@ -1806,11 +1812,6 @@ module Aws::GameLiftStreams
|
|
1806
1812
|
include Aws::Structure
|
1807
1813
|
end
|
1808
1814
|
|
1809
|
-
# @!attribute [rw] max_results
|
1810
|
-
# The number of results to return. Use this parameter with `NextToken`
|
1811
|
-
# to return results in sequential pages. Default value is `25`.
|
1812
|
-
# @return [Integer]
|
1813
|
-
#
|
1814
1815
|
# @!attribute [rw] next_token
|
1815
1816
|
# The token that marks the start of the next set of results. Use this
|
1816
1817
|
# token when you retrieve results as sequential pages. To get the
|
@@ -1818,11 +1819,16 @@ module Aws::GameLiftStreams
|
|
1818
1819
|
# pages, provide the token returned with the previous result set.
|
1819
1820
|
# @return [String]
|
1820
1821
|
#
|
1822
|
+
# @!attribute [rw] max_results
|
1823
|
+
# The number of results to return. Use this parameter with `NextToken`
|
1824
|
+
# to return results in sequential pages. Default value is `25`.
|
1825
|
+
# @return [Integer]
|
1826
|
+
#
|
1821
1827
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/ListApplicationsInput AWS API Documentation
|
1822
1828
|
#
|
1823
1829
|
class ListApplicationsInput < Struct.new(
|
1824
|
-
:
|
1825
|
-
:
|
1830
|
+
:next_token,
|
1831
|
+
:max_results)
|
1826
1832
|
SENSITIVE = []
|
1827
1833
|
include Aws::Structure
|
1828
1834
|
end
|
@@ -1848,11 +1854,6 @@ module Aws::GameLiftStreams
|
|
1848
1854
|
include Aws::Structure
|
1849
1855
|
end
|
1850
1856
|
|
1851
|
-
# @!attribute [rw] max_results
|
1852
|
-
# The number of results to return. Use this parameter with `NextToken`
|
1853
|
-
# to return results in sequential pages. Default value is `25`.
|
1854
|
-
# @return [Integer]
|
1855
|
-
#
|
1856
1857
|
# @!attribute [rw] next_token
|
1857
1858
|
# A token that marks the start of the next set of results. Use this
|
1858
1859
|
# token when you retrieve results as sequential pages. To get the
|
@@ -1860,11 +1861,16 @@ module Aws::GameLiftStreams
|
|
1860
1861
|
# pages, provide the token returned with the previous result set.
|
1861
1862
|
# @return [String]
|
1862
1863
|
#
|
1864
|
+
# @!attribute [rw] max_results
|
1865
|
+
# The number of results to return. Use this parameter with `NextToken`
|
1866
|
+
# to return results in sequential pages. Default value is `25`.
|
1867
|
+
# @return [Integer]
|
1868
|
+
#
|
1863
1869
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/ListStreamGroupsInput AWS API Documentation
|
1864
1870
|
#
|
1865
1871
|
class ListStreamGroupsInput < Struct.new(
|
1866
|
-
:
|
1867
|
-
:
|
1872
|
+
:next_token,
|
1873
|
+
:max_results)
|
1868
1874
|
SENSITIVE = []
|
1869
1875
|
include Aws::Structure
|
1870
1876
|
end
|
@@ -1891,17 +1897,18 @@ module Aws::GameLiftStreams
|
|
1891
1897
|
include Aws::Structure
|
1892
1898
|
end
|
1893
1899
|
|
1900
|
+
# @!attribute [rw] status
|
1901
|
+
# Filter by the stream session status. You can specify one status in
|
1902
|
+
# each request to retrieve only sessions that are currently in that
|
1903
|
+
# status.
|
1904
|
+
# @return [String]
|
1905
|
+
#
|
1894
1906
|
# @!attribute [rw] export_files_status
|
1895
1907
|
# Filter by the exported files status. You can specify one status in
|
1896
1908
|
# each request to retrieve only sessions that currently have that
|
1897
1909
|
# exported files status.
|
1898
1910
|
# @return [String]
|
1899
1911
|
#
|
1900
|
-
# @!attribute [rw] max_results
|
1901
|
-
# The number of results to return. Use this parameter with `NextToken`
|
1902
|
-
# to return results in sequential pages. Default value is `25`.
|
1903
|
-
# @return [Integer]
|
1904
|
-
#
|
1905
1912
|
# @!attribute [rw] next_token
|
1906
1913
|
# The token that marks the start of the next set of results. Use this
|
1907
1914
|
# token when you retrieve results as sequential pages. To get the
|
@@ -1909,19 +1916,18 @@ module Aws::GameLiftStreams
|
|
1909
1916
|
# pages, provide the token returned with the previous result set.
|
1910
1917
|
# @return [String]
|
1911
1918
|
#
|
1912
|
-
# @!attribute [rw]
|
1913
|
-
#
|
1914
|
-
#
|
1915
|
-
#
|
1916
|
-
#
|
1917
|
-
#
|
1918
|
-
#
|
1919
|
-
#
|
1919
|
+
# @!attribute [rw] max_results
|
1920
|
+
# The number of results to return. Use this parameter with `NextToken`
|
1921
|
+
# to return results in sequential pages. Default value is `25`.
|
1922
|
+
# @return [Integer]
|
1923
|
+
#
|
1924
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/ListStreamSessionsByAccountInput AWS API Documentation
|
1925
|
+
#
|
1920
1926
|
class ListStreamSessionsByAccountInput < Struct.new(
|
1927
|
+
:status,
|
1921
1928
|
:export_files_status,
|
1922
|
-
:max_results,
|
1923
1929
|
:next_token,
|
1924
|
-
:
|
1930
|
+
:max_results)
|
1925
1931
|
SENSITIVE = []
|
1926
1932
|
include Aws::Structure
|
1927
1933
|
end
|
@@ -1947,6 +1953,12 @@ module Aws::GameLiftStreams
|
|
1947
1953
|
include Aws::Structure
|
1948
1954
|
end
|
1949
1955
|
|
1956
|
+
# @!attribute [rw] status
|
1957
|
+
# Filter by the stream session status. You can specify one status in
|
1958
|
+
# each request to retrieve only sessions that are currently in that
|
1959
|
+
# status.
|
1960
|
+
# @return [String]
|
1961
|
+
#
|
1950
1962
|
# @!attribute [rw] export_files_status
|
1951
1963
|
# Filter by the exported files status. You can specify one status in
|
1952
1964
|
# each request to retrieve only sessions that currently have that
|
@@ -1964,14 +1976,11 @@ module Aws::GameLiftStreams
|
|
1964
1976
|
# uploading the exported files to the S3 bucket is in progress.
|
1965
1977
|
# @return [String]
|
1966
1978
|
#
|
1967
|
-
# @!attribute [rw]
|
1968
|
-
# The
|
1969
|
-
# retrieve
|
1970
|
-
#
|
1971
|
-
#
|
1972
|
-
#
|
1973
|
-
#
|
1974
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1979
|
+
# @!attribute [rw] next_token
|
1980
|
+
# The token that marks the start of the next set of results. Use this
|
1981
|
+
# token when you retrieve results as sequential pages. To get the
|
1982
|
+
# first page of results, omit a token value. To get the remaining
|
1983
|
+
# pages, provide the token returned with the previous result set.
|
1975
1984
|
# @return [String]
|
1976
1985
|
#
|
1977
1986
|
# @!attribute [rw] max_results
|
@@ -1979,27 +1988,24 @@ module Aws::GameLiftStreams
|
|
1979
1988
|
# to return results in sequential pages. Default value is `25`.
|
1980
1989
|
# @return [Integer]
|
1981
1990
|
#
|
1982
|
-
# @!attribute [rw]
|
1983
|
-
# The
|
1984
|
-
#
|
1985
|
-
#
|
1986
|
-
# pages, provide the token returned with the previous result set.
|
1987
|
-
# @return [String]
|
1991
|
+
# @!attribute [rw] identifier
|
1992
|
+
# The unique identifier of a Amazon GameLift Streams stream group to
|
1993
|
+
# retrieve the stream session for. You can use either the stream group
|
1994
|
+
# ID or the [Amazon Resource Name (ARN)][1].
|
1988
1995
|
#
|
1989
|
-
#
|
1990
|
-
#
|
1991
|
-
#
|
1992
|
-
# status.
|
1996
|
+
#
|
1997
|
+
#
|
1998
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
1993
1999
|
# @return [String]
|
1994
2000
|
#
|
1995
2001
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/ListStreamSessionsInput AWS API Documentation
|
1996
2002
|
#
|
1997
2003
|
class ListStreamSessionsInput < Struct.new(
|
2004
|
+
:status,
|
1998
2005
|
:export_files_status,
|
1999
|
-
:identifier,
|
2000
|
-
:max_results,
|
2001
2006
|
:next_token,
|
2002
|
-
:
|
2007
|
+
:max_results,
|
2008
|
+
:identifier)
|
2003
2009
|
SENSITIVE = []
|
2004
2010
|
include Aws::Structure
|
2005
2011
|
end
|
@@ -2068,13 +2074,6 @@ module Aws::GameLiftStreams
|
|
2068
2074
|
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_UpdateStreamGroup.html
|
2069
2075
|
# [2]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_AddStreamGroupLocations.html
|
2070
2076
|
#
|
2071
|
-
# @!attribute [rw] always_on_capacity
|
2072
|
-
# The streaming capacity that is allocated and ready to handle stream
|
2073
|
-
# requests without delay. You pay for this capacity whether it's in
|
2074
|
-
# use or not. Best for quickest time from streaming request to
|
2075
|
-
# streaming session.
|
2076
|
-
# @return [Integer]
|
2077
|
-
#
|
2078
2077
|
# @!attribute [rw] location_name
|
2079
2078
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2080
2079
|
# locations that Amazon GameLift Streams supports, refer to [Regions,
|
@@ -2086,6 +2085,13 @@ module Aws::GameLiftStreams
|
|
2086
2085
|
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2087
2086
|
# @return [String]
|
2088
2087
|
#
|
2088
|
+
# @!attribute [rw] always_on_capacity
|
2089
|
+
# The streaming capacity that is allocated and ready to handle stream
|
2090
|
+
# requests without delay. You pay for this capacity whether it's in
|
2091
|
+
# use or not. Best for quickest time from streaming request to
|
2092
|
+
# streaming session.
|
2093
|
+
# @return [Integer]
|
2094
|
+
#
|
2089
2095
|
# @!attribute [rw] on_demand_capacity
|
2090
2096
|
# The streaming capacity that Amazon GameLift Streams can allocate in
|
2091
2097
|
# response to stream requests, and then de-allocate when the session
|
@@ -2096,8 +2102,8 @@ module Aws::GameLiftStreams
|
|
2096
2102
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/LocationConfiguration AWS API Documentation
|
2097
2103
|
#
|
2098
2104
|
class LocationConfiguration < Struct.new(
|
2099
|
-
:always_on_capacity,
|
2100
2105
|
:location_name,
|
2106
|
+
:always_on_capacity,
|
2101
2107
|
:on_demand_capacity)
|
2102
2108
|
SENSITIVE = []
|
2103
2109
|
include Aws::Structure
|
@@ -2106,26 +2112,6 @@ module Aws::GameLiftStreams
|
|
2106
2112
|
# Represents a location and its corresponding stream capacity and
|
2107
2113
|
# status.
|
2108
2114
|
#
|
2109
|
-
# @!attribute [rw] allocated_capacity
|
2110
|
-
# This value is the number of compute resources that a stream group
|
2111
|
-
# has provisioned and is ready to stream. It includes resources that
|
2112
|
-
# are currently streaming and resources that are idle and ready to
|
2113
|
-
# respond to stream requests.
|
2114
|
-
# @return [Integer]
|
2115
|
-
#
|
2116
|
-
# @!attribute [rw] always_on_capacity
|
2117
|
-
# The streaming capacity that is allocated and ready to handle stream
|
2118
|
-
# requests without delay. You pay for this capacity whether it's in
|
2119
|
-
# use or not. Best for quickest time from streaming request to
|
2120
|
-
# streaming session.
|
2121
|
-
# @return [Integer]
|
2122
|
-
#
|
2123
|
-
# @!attribute [rw] idle_capacity
|
2124
|
-
# This value is the amount of allocated capacity that is not currently
|
2125
|
-
# streaming. It represents the stream group's availability to respond
|
2126
|
-
# to new stream requests, but not including on-demand capacity.
|
2127
|
-
# @return [Integer]
|
2128
|
-
#
|
2129
2115
|
# @!attribute [rw] location_name
|
2130
2116
|
# A location's name. For example, `us-east-1`. For a complete list of
|
2131
2117
|
# locations that Amazon GameLift Streams supports, refer to [Regions,
|
@@ -2137,20 +2123,6 @@ module Aws::GameLiftStreams
|
|
2137
2123
|
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2138
2124
|
# @return [String]
|
2139
2125
|
#
|
2140
|
-
# @!attribute [rw] on_demand_capacity
|
2141
|
-
# The streaming capacity that Amazon GameLift Streams can allocate in
|
2142
|
-
# response to stream requests, and then de-allocate when the session
|
2143
|
-
# has terminated. This offers a cost control measure at the expense of
|
2144
|
-
# a greater startup time (typically under 5 minutes).
|
2145
|
-
# @return [Integer]
|
2146
|
-
#
|
2147
|
-
# @!attribute [rw] requested_capacity
|
2148
|
-
# This value is the total number of compute resources that you request
|
2149
|
-
# for a stream group. This includes resources that Amazon GameLift
|
2150
|
-
# Streams has either already provisioned or is working to provision.
|
2151
|
-
# You request capacity for each location in a stream group.
|
2152
|
-
# @return [Integer]
|
2153
|
-
#
|
2154
2126
|
# @!attribute [rw] status
|
2155
2127
|
# This value is set of locations, including their name, current
|
2156
2128
|
# status, and capacities.
|
@@ -2174,16 +2146,50 @@ module Aws::GameLiftStreams
|
|
2174
2146
|
# in this stream group.
|
2175
2147
|
# @return [String]
|
2176
2148
|
#
|
2149
|
+
# @!attribute [rw] always_on_capacity
|
2150
|
+
# The streaming capacity that is allocated and ready to handle stream
|
2151
|
+
# requests without delay. You pay for this capacity whether it's in
|
2152
|
+
# use or not. Best for quickest time from streaming request to
|
2153
|
+
# streaming session.
|
2154
|
+
# @return [Integer]
|
2155
|
+
#
|
2156
|
+
# @!attribute [rw] on_demand_capacity
|
2157
|
+
# The streaming capacity that Amazon GameLift Streams can allocate in
|
2158
|
+
# response to stream requests, and then de-allocate when the session
|
2159
|
+
# has terminated. This offers a cost control measure at the expense of
|
2160
|
+
# a greater startup time (typically under 5 minutes).
|
2161
|
+
# @return [Integer]
|
2162
|
+
#
|
2163
|
+
# @!attribute [rw] requested_capacity
|
2164
|
+
# This value is the total number of compute resources that you request
|
2165
|
+
# for a stream group. This includes resources that Amazon GameLift
|
2166
|
+
# Streams has either already provisioned or is working to provision.
|
2167
|
+
# You request capacity for each location in a stream group.
|
2168
|
+
# @return [Integer]
|
2169
|
+
#
|
2170
|
+
# @!attribute [rw] allocated_capacity
|
2171
|
+
# This value is the number of compute resources that a stream group
|
2172
|
+
# has provisioned and is ready to stream. It includes resources that
|
2173
|
+
# are currently streaming and resources that are idle and ready to
|
2174
|
+
# respond to stream requests.
|
2175
|
+
# @return [Integer]
|
2176
|
+
#
|
2177
|
+
# @!attribute [rw] idle_capacity
|
2178
|
+
# This value is the amount of allocated capacity that is not currently
|
2179
|
+
# streaming. It represents the stream group's availability to respond
|
2180
|
+
# to new stream requests, but not including on-demand capacity.
|
2181
|
+
# @return [Integer]
|
2182
|
+
#
|
2177
2183
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/LocationState AWS API Documentation
|
2178
2184
|
#
|
2179
2185
|
class LocationState < Struct.new(
|
2180
|
-
:allocated_capacity,
|
2181
|
-
:always_on_capacity,
|
2182
|
-
:idle_capacity,
|
2183
2186
|
:location_name,
|
2187
|
+
:status,
|
2188
|
+
:always_on_capacity,
|
2184
2189
|
:on_demand_capacity,
|
2185
2190
|
:requested_capacity,
|
2186
|
-
:
|
2191
|
+
:allocated_capacity,
|
2192
|
+
:idle_capacity)
|
2187
2193
|
SENSITIVE = []
|
2188
2194
|
include Aws::Structure
|
2189
2195
|
end
|
@@ -2281,6 +2287,8 @@ module Aws::GameLiftStreams
|
|
2281
2287
|
#
|
2282
2288
|
# * Microsoft Windows Server 2022 Base (`Type=WINDOWS, Version=2022`)
|
2283
2289
|
#
|
2290
|
+
# * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
|
2291
|
+
#
|
2284
2292
|
# * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
|
2285
2293
|
#
|
2286
2294
|
# * Proton 8.0-2c (`Type=PROTON, Version=20230704`)
|
@@ -2319,49 +2327,6 @@ module Aws::GameLiftStreams
|
|
2319
2327
|
include Aws::Structure
|
2320
2328
|
end
|
2321
2329
|
|
2322
|
-
# @!attribute [rw] additional_environment_variables
|
2323
|
-
# A set of options that you can use to control the stream session
|
2324
|
-
# runtime environment, expressed as a set of key-value pairs. You can
|
2325
|
-
# use this to configure the application or stream session details. You
|
2326
|
-
# can also provide custom environment variables that Amazon GameLift
|
2327
|
-
# Streams passes to your game client.
|
2328
|
-
#
|
2329
|
-
# <note markdown="1"> If you want to debug your application with environment variables, we
|
2330
|
-
# recommend that you do so in a local environment outside of Amazon
|
2331
|
-
# GameLift Streams. For more information, refer to the Compatibility
|
2332
|
-
# Guidance in the troubleshooting section of the Developer Guide.
|
2333
|
-
#
|
2334
|
-
# </note>
|
2335
|
-
#
|
2336
|
-
# `AdditionalEnvironmentVariables` and `AdditionalLaunchArgs` have
|
2337
|
-
# similar purposes. `AdditionalEnvironmentVariables` passes data using
|
2338
|
-
# environment variables; while `AdditionalLaunchArgs` passes data
|
2339
|
-
# using command-line arguments.
|
2340
|
-
# @return [Hash<String,String>]
|
2341
|
-
#
|
2342
|
-
# @!attribute [rw] additional_launch_args
|
2343
|
-
# A list of CLI arguments that are sent to the streaming server when a
|
2344
|
-
# stream session launches. You can use this to configure the
|
2345
|
-
# application or stream session details. You can also provide custom
|
2346
|
-
# arguments that Amazon GameLift Streams passes to your game client.
|
2347
|
-
#
|
2348
|
-
# `AdditionalEnvironmentVariables` and `AdditionalLaunchArgs` have
|
2349
|
-
# similar purposes. `AdditionalEnvironmentVariables` passes data using
|
2350
|
-
# environment variables; while `AdditionalLaunchArgs` passes data
|
2351
|
-
# using command-line arguments.
|
2352
|
-
# @return [Array<String>]
|
2353
|
-
#
|
2354
|
-
# @!attribute [rw] application_identifier
|
2355
|
-
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
2356
|
-
# the application resource. Example ARN:
|
2357
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
2358
|
-
# Example ID: `a-9ZY8X7Wv6`.
|
2359
|
-
#
|
2360
|
-
#
|
2361
|
-
#
|
2362
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2363
|
-
# @return [String]
|
2364
|
-
#
|
2365
2330
|
# @!attribute [rw] client_token
|
2366
2331
|
# A unique identifier that represents a client request. The request is
|
2367
2332
|
# idempotent, which ensures that an API request completes only once.
|
@@ -2372,14 +2337,6 @@ module Aws::GameLiftStreams
|
|
2372
2337
|
# not need to pass this option.
|
2373
2338
|
# @return [String]
|
2374
2339
|
#
|
2375
|
-
# @!attribute [rw] connection_timeout_seconds
|
2376
|
-
# Length of time (in seconds) that Amazon GameLift Streams should wait
|
2377
|
-
# for a client to connect to the stream session. This time span starts
|
2378
|
-
# when the stream session reaches `ACTIVE` status. If no client
|
2379
|
-
# connects before the timeout, Amazon GameLift Streams stops the
|
2380
|
-
# stream session with status of `TERMINATED`. Default value is 120.
|
2381
|
-
# @return [Integer]
|
2382
|
-
#
|
2383
2340
|
# @!attribute [rw] description
|
2384
2341
|
# A human-readable label for the stream session. You can update this
|
2385
2342
|
# value later.
|
@@ -2398,6 +2355,42 @@ module Aws::GameLiftStreams
|
|
2398
2355
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2399
2356
|
# @return [String]
|
2400
2357
|
#
|
2358
|
+
# @!attribute [rw] protocol
|
2359
|
+
# The data transport protocol to use for the stream session.
|
2360
|
+
# @return [String]
|
2361
|
+
#
|
2362
|
+
# @!attribute [rw] signal_request
|
2363
|
+
# A WebRTC ICE offer string to use when initializing a WebRTC
|
2364
|
+
# connection. Typically, the offer is a very long JSON string. Provide
|
2365
|
+
# the string as a text value in quotes.
|
2366
|
+
#
|
2367
|
+
# Amazon GameLift Streams also supports setting the field to
|
2368
|
+
# "NO\_CLIENT\_CONNECTION". This will create a session without
|
2369
|
+
# needing any browser request or Web SDK integration. The session
|
2370
|
+
# starts up as usual and waits for a reconnection from a browser,
|
2371
|
+
# which is accomplished using [CreateStreamSessionConnection][1].
|
2372
|
+
#
|
2373
|
+
#
|
2374
|
+
#
|
2375
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_CreateStreamSessionConnection.html
|
2376
|
+
# @return [String]
|
2377
|
+
#
|
2378
|
+
# @!attribute [rw] application_identifier
|
2379
|
+
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
2380
|
+
# the application resource. Example ARN:
|
2381
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
2382
|
+
# Example ID: `a-9ZY8X7Wv6`.
|
2383
|
+
#
|
2384
|
+
#
|
2385
|
+
#
|
2386
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2387
|
+
# @return [String]
|
2388
|
+
#
|
2389
|
+
# @!attribute [rw] user_id
|
2390
|
+
# An opaque, unique identifier for an end-user, defined by the
|
2391
|
+
# developer.
|
2392
|
+
# @return [String]
|
2393
|
+
#
|
2401
2394
|
# @!attribute [rw] locations
|
2402
2395
|
# A list of locations, in order of priority, where you want Amazon
|
2403
2396
|
# GameLift Streams to start a stream from. Amazon GameLift Streams
|
@@ -2415,9 +2408,14 @@ module Aws::GameLiftStreams
|
|
2415
2408
|
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2416
2409
|
# @return [Array<String>]
|
2417
2410
|
#
|
2418
|
-
# @!attribute [rw]
|
2419
|
-
#
|
2420
|
-
#
|
2411
|
+
# @!attribute [rw] connection_timeout_seconds
|
2412
|
+
# Length of time (in seconds) that Amazon GameLift Streams should wait
|
2413
|
+
# for a client to connect or reconnect to the stream session. This
|
2414
|
+
# time span starts when the stream session reaches `ACTIVE` status. If
|
2415
|
+
# no client connects before the timeout, Amazon GameLift Streams stops
|
2416
|
+
# the stream session with status of `TERMINATED`. Default value is
|
2417
|
+
# 120.
|
2418
|
+
# @return [Integer]
|
2421
2419
|
#
|
2422
2420
|
# @!attribute [rw] session_length_seconds
|
2423
2421
|
# The maximum length of time (in seconds) that Amazon GameLift Streams
|
@@ -2426,46 +2424,18 @@ module Aws::GameLiftStreams
|
|
2426
2424
|
# connections. Default value is 43200.
|
2427
2425
|
# @return [Integer]
|
2428
2426
|
#
|
2429
|
-
# @!attribute [rw]
|
2430
|
-
# A
|
2431
|
-
#
|
2432
|
-
#
|
2433
|
-
#
|
2434
|
-
# Amazon GameLift Streams also supports setting the field to
|
2435
|
-
# "NO\_CLIENT\_CONNECTION". This will create a session without
|
2436
|
-
# needing any browser request or Web SDK integration. The session
|
2437
|
-
# starts up as usual and waits for a reconnection from a browser,
|
2438
|
-
# which is accomplished using [CreateStreamSessionConnection][1].
|
2439
|
-
#
|
2440
|
-
#
|
2427
|
+
# @!attribute [rw] additional_launch_args
|
2428
|
+
# A list of CLI arguments that are sent to the streaming server when a
|
2429
|
+
# stream session launches. You can use this to configure the
|
2430
|
+
# application or stream session details. You can also provide custom
|
2431
|
+
# arguments that Amazon GameLift Streams passes to your game client.
|
2441
2432
|
#
|
2442
|
-
#
|
2443
|
-
#
|
2433
|
+
# `AdditionalEnvironmentVariables` and `AdditionalLaunchArgs` have
|
2434
|
+
# similar purposes. `AdditionalEnvironmentVariables` passes data using
|
2435
|
+
# environment variables; while `AdditionalLaunchArgs` passes data
|
2436
|
+
# using command-line arguments.
|
2437
|
+
# @return [Array<String>]
|
2444
2438
|
#
|
2445
|
-
# @!attribute [rw] user_id
|
2446
|
-
# An opaque, unique identifier for an end-user, defined by the
|
2447
|
-
# developer.
|
2448
|
-
# @return [String]
|
2449
|
-
#
|
2450
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/StartStreamSessionInput AWS API Documentation
|
2451
|
-
#
|
2452
|
-
class StartStreamSessionInput < Struct.new(
|
2453
|
-
:additional_environment_variables,
|
2454
|
-
:additional_launch_args,
|
2455
|
-
:application_identifier,
|
2456
|
-
:client_token,
|
2457
|
-
:connection_timeout_seconds,
|
2458
|
-
:description,
|
2459
|
-
:identifier,
|
2460
|
-
:locations,
|
2461
|
-
:protocol,
|
2462
|
-
:session_length_seconds,
|
2463
|
-
:signal_request,
|
2464
|
-
:user_id)
|
2465
|
-
SENSITIVE = [:signal_request]
|
2466
|
-
include Aws::Structure
|
2467
|
-
end
|
2468
|
-
|
2469
2439
|
# @!attribute [rw] additional_environment_variables
|
2470
2440
|
# A set of options that you can use to control the stream session
|
2471
2441
|
# runtime environment, expressed as a set of key-value pairs. You can
|
@@ -2486,28 +2456,25 @@ module Aws::GameLiftStreams
|
|
2486
2456
|
# using command-line arguments.
|
2487
2457
|
# @return [Hash<String,String>]
|
2488
2458
|
#
|
2489
|
-
#
|
2490
|
-
# A list of CLI arguments that are sent to the streaming server when a
|
2491
|
-
# stream session launches. You can use this to configure the
|
2492
|
-
# application or stream session details. You can also provide custom
|
2493
|
-
# arguments that Amazon GameLift Streams passes to your game client.
|
2494
|
-
#
|
2495
|
-
# `AdditionalEnvironmentVariables` and `AdditionalLaunchArgs` have
|
2496
|
-
# similar purposes. `AdditionalEnvironmentVariables` passes data using
|
2497
|
-
# environment variables; while `AdditionalLaunchArgs` passes data
|
2498
|
-
# using command-line arguments.
|
2499
|
-
# @return [Array<String>]
|
2500
|
-
#
|
2501
|
-
# @!attribute [rw] application_arn
|
2502
|
-
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
2503
|
-
# application resource. Example ARN:
|
2504
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
2505
|
-
#
|
2506
|
-
#
|
2507
|
-
#
|
2508
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2509
|
-
# @return [String]
|
2459
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/StartStreamSessionInput AWS API Documentation
|
2510
2460
|
#
|
2461
|
+
class StartStreamSessionInput < Struct.new(
|
2462
|
+
:client_token,
|
2463
|
+
:description,
|
2464
|
+
:identifier,
|
2465
|
+
:protocol,
|
2466
|
+
:signal_request,
|
2467
|
+
:application_identifier,
|
2468
|
+
:user_id,
|
2469
|
+
:locations,
|
2470
|
+
:connection_timeout_seconds,
|
2471
|
+
:session_length_seconds,
|
2472
|
+
:additional_launch_args,
|
2473
|
+
:additional_environment_variables)
|
2474
|
+
SENSITIVE = [:signal_request]
|
2475
|
+
include Aws::Structure
|
2476
|
+
end
|
2477
|
+
|
2511
2478
|
# @!attribute [rw] arn
|
2512
2479
|
# The [Amazon Resource Name (ARN)][1] that's assigned to a stream
|
2513
2480
|
# session resource. When combined with the stream group resource ID,
|
@@ -2521,33 +2488,34 @@ module Aws::GameLiftStreams
|
|
2521
2488
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2522
2489
|
# @return [String]
|
2523
2490
|
#
|
2524
|
-
# @!attribute [rw] connection_timeout_seconds
|
2525
|
-
# The maximum length of time (in seconds) that Amazon GameLift Streams
|
2526
|
-
# keeps the stream session open. At this point, Amazon GameLift
|
2527
|
-
# Streams ends the stream session regardless of any existing client
|
2528
|
-
# connections.
|
2529
|
-
# @return [Integer]
|
2530
|
-
#
|
2531
|
-
# @!attribute [rw] created_at
|
2532
|
-
# A timestamp that indicates when this resource was created.
|
2533
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
2534
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
2535
|
-
# @return [Time]
|
2536
|
-
#
|
2537
2491
|
# @!attribute [rw] description
|
2538
2492
|
# A human-readable label for the stream session. You can update this
|
2539
2493
|
# value at any time.
|
2540
2494
|
# @return [String]
|
2541
2495
|
#
|
2542
|
-
# @!attribute [rw]
|
2543
|
-
#
|
2544
|
-
#
|
2496
|
+
# @!attribute [rw] stream_group_id
|
2497
|
+
# The unique identifier for the Amazon GameLift Streams stream group
|
2498
|
+
# that is hosting the stream session. Format example: `sg-1AB2C3De4`.
|
2499
|
+
# @return [String]
|
2545
2500
|
#
|
2546
|
-
# @!attribute [rw]
|
2547
|
-
#
|
2548
|
-
#
|
2549
|
-
#
|
2550
|
-
#
|
2501
|
+
# @!attribute [rw] user_id
|
2502
|
+
# An opaque, unique identifier for an end-user, defined by the
|
2503
|
+
# developer.
|
2504
|
+
# @return [String]
|
2505
|
+
#
|
2506
|
+
# @!attribute [rw] status
|
2507
|
+
# The current status of the stream session. A stream session can host
|
2508
|
+
# clients when in `ACTIVE` status.
|
2509
|
+
# @return [String]
|
2510
|
+
#
|
2511
|
+
# @!attribute [rw] status_reason
|
2512
|
+
# A short description of the reason the stream session is in `ERROR`
|
2513
|
+
# status.
|
2514
|
+
# @return [String]
|
2515
|
+
#
|
2516
|
+
# @!attribute [rw] protocol
|
2517
|
+
# The data transfer protocol in use with the stream session.
|
2518
|
+
# @return [String]
|
2551
2519
|
#
|
2552
2520
|
# @!attribute [rw] location
|
2553
2521
|
# The location where Amazon GameLift Streams is streaming your
|
@@ -2563,50 +2531,65 @@ module Aws::GameLiftStreams
|
|
2563
2531
|
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2564
2532
|
# @return [String]
|
2565
2533
|
#
|
2566
|
-
# @!attribute [rw]
|
2567
|
-
#
|
2568
|
-
# stream session.
|
2569
|
-
# location at the end of a stream session. The Amazon GameLift Streams
|
2570
|
-
# application resource defines which log files to upload.
|
2534
|
+
# @!attribute [rw] signal_request
|
2535
|
+
# The WebRTC ICE offer string that a client generates to initiate a
|
2536
|
+
# connection to the stream session.
|
2571
2537
|
# @return [String]
|
2572
2538
|
#
|
2573
|
-
# @!attribute [rw]
|
2574
|
-
# The
|
2539
|
+
# @!attribute [rw] signal_response
|
2540
|
+
# The WebRTC answer string that the stream server generates in
|
2541
|
+
# response to the `SignalRequest`.
|
2575
2542
|
# @return [String]
|
2576
2543
|
#
|
2544
|
+
# @!attribute [rw] connection_timeout_seconds
|
2545
|
+
# The maximum length of time (in seconds) that Amazon GameLift Streams
|
2546
|
+
# keeps the stream session open. At this point, Amazon GameLift
|
2547
|
+
# Streams ends the stream session regardless of any existing client
|
2548
|
+
# connections.
|
2549
|
+
# @return [Integer]
|
2550
|
+
#
|
2577
2551
|
# @!attribute [rw] session_length_seconds
|
2578
2552
|
# The length of time that Amazon GameLift Streams keeps the game
|
2579
2553
|
# session open.
|
2580
2554
|
# @return [Integer]
|
2581
2555
|
#
|
2582
|
-
# @!attribute [rw]
|
2583
|
-
#
|
2584
|
-
#
|
2585
|
-
#
|
2556
|
+
# @!attribute [rw] additional_launch_args
|
2557
|
+
# A list of CLI arguments that are sent to the streaming server when a
|
2558
|
+
# stream session launches. You can use this to configure the
|
2559
|
+
# application or stream session details. You can also provide custom
|
2560
|
+
# arguments that Amazon GameLift Streams passes to your game client.
|
2586
2561
|
#
|
2587
|
-
#
|
2588
|
-
#
|
2589
|
-
#
|
2590
|
-
#
|
2562
|
+
# `AdditionalEnvironmentVariables` and `AdditionalLaunchArgs` have
|
2563
|
+
# similar purposes. `AdditionalEnvironmentVariables` passes data using
|
2564
|
+
# environment variables; while `AdditionalLaunchArgs` passes data
|
2565
|
+
# using command-line arguments.
|
2566
|
+
# @return [Array<String>]
|
2591
2567
|
#
|
2592
|
-
# @!attribute [rw]
|
2593
|
-
#
|
2594
|
-
#
|
2595
|
-
#
|
2568
|
+
# @!attribute [rw] additional_environment_variables
|
2569
|
+
# A set of options that you can use to control the stream session
|
2570
|
+
# runtime environment, expressed as a set of key-value pairs. You can
|
2571
|
+
# use this to configure the application or stream session details. You
|
2572
|
+
# can also provide custom environment variables that Amazon GameLift
|
2573
|
+
# Streams passes to your game client.
|
2596
2574
|
#
|
2597
|
-
#
|
2598
|
-
#
|
2599
|
-
#
|
2600
|
-
#
|
2575
|
+
# <note markdown="1"> If you want to debug your application with environment variables, we
|
2576
|
+
# recommend that you do so in a local environment outside of Amazon
|
2577
|
+
# GameLift Streams. For more information, refer to the Compatibility
|
2578
|
+
# Guidance in the troubleshooting section of the Developer Guide.
|
2601
2579
|
#
|
2602
|
-
#
|
2603
|
-
# The unique identifier for the Amazon GameLift Streams stream group
|
2604
|
-
# that is hosting the stream session. Format example: `sg-1AB2C3De4`.
|
2605
|
-
# @return [String]
|
2580
|
+
# </note>
|
2606
2581
|
#
|
2607
|
-
#
|
2608
|
-
#
|
2609
|
-
#
|
2582
|
+
# `AdditionalEnvironmentVariables` and `AdditionalLaunchArgs` have
|
2583
|
+
# similar purposes. `AdditionalEnvironmentVariables` passes data using
|
2584
|
+
# environment variables; while `AdditionalLaunchArgs` passes data
|
2585
|
+
# using command-line arguments.
|
2586
|
+
# @return [Hash<String,String>]
|
2587
|
+
#
|
2588
|
+
# @!attribute [rw] log_file_location_uri
|
2589
|
+
# Access location for log files that your content generates during a
|
2590
|
+
# stream session. These log files are uploaded to cloud storage
|
2591
|
+
# location at the end of a stream session. The Amazon GameLift Streams
|
2592
|
+
# application resource defines which log files to upload.
|
2610
2593
|
# @return [String]
|
2611
2594
|
#
|
2612
2595
|
# @!attribute [rw] web_sdk_protocol_url
|
@@ -2614,29 +2597,55 @@ module Aws::GameLiftStreams
|
|
2614
2597
|
# files. The URL is used to establish connection with the client.
|
2615
2598
|
# @return [String]
|
2616
2599
|
#
|
2600
|
+
# @!attribute [rw] last_updated_at
|
2601
|
+
# A timestamp that indicates when this resource was last updated.
|
2602
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
2603
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
2604
|
+
# @return [Time]
|
2605
|
+
#
|
2606
|
+
# @!attribute [rw] created_at
|
2607
|
+
# A timestamp that indicates when this resource was created.
|
2608
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
2609
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
2610
|
+
# @return [Time]
|
2611
|
+
#
|
2612
|
+
# @!attribute [rw] application_arn
|
2613
|
+
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
2614
|
+
# application resource. Example ARN:
|
2615
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
2616
|
+
#
|
2617
|
+
#
|
2618
|
+
#
|
2619
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2620
|
+
# @return [String]
|
2621
|
+
#
|
2622
|
+
# @!attribute [rw] export_files_metadata
|
2623
|
+
# Provides details about the stream session's exported files.
|
2624
|
+
# @return [Types::ExportFilesMetadata]
|
2625
|
+
#
|
2617
2626
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/StartStreamSessionOutput AWS API Documentation
|
2618
2627
|
#
|
2619
2628
|
class StartStreamSessionOutput < Struct.new(
|
2620
|
-
:additional_environment_variables,
|
2621
|
-
:additional_launch_args,
|
2622
|
-
:application_arn,
|
2623
2629
|
:arn,
|
2624
|
-
:connection_timeout_seconds,
|
2625
|
-
:created_at,
|
2626
2630
|
:description,
|
2627
|
-
:
|
2628
|
-
:
|
2629
|
-
:
|
2630
|
-
:
|
2631
|
+
:stream_group_id,
|
2632
|
+
:user_id,
|
2633
|
+
:status,
|
2634
|
+
:status_reason,
|
2631
2635
|
:protocol,
|
2632
|
-
:
|
2636
|
+
:location,
|
2633
2637
|
:signal_request,
|
2634
2638
|
:signal_response,
|
2635
|
-
:
|
2636
|
-
:
|
2637
|
-
:
|
2638
|
-
:
|
2639
|
-
:
|
2639
|
+
:connection_timeout_seconds,
|
2640
|
+
:session_length_seconds,
|
2641
|
+
:additional_launch_args,
|
2642
|
+
:additional_environment_variables,
|
2643
|
+
:log_file_location_uri,
|
2644
|
+
:web_sdk_protocol_url,
|
2645
|
+
:last_updated_at,
|
2646
|
+
:created_at,
|
2647
|
+
:application_arn,
|
2648
|
+
:export_files_metadata)
|
2640
2649
|
SENSITIVE = [:signal_request, :signal_response]
|
2641
2650
|
include Aws::Structure
|
2642
2651
|
end
|
@@ -2656,58 +2665,23 @@ module Aws::GameLiftStreams
|
|
2656
2665
|
#
|
2657
2666
|
#
|
2658
2667
|
#
|
2659
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2660
|
-
# @return [String]
|
2661
|
-
#
|
2662
|
-
# @!attribute [rw] created_at
|
2663
|
-
# A timestamp that indicates when this resource was created.
|
2664
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
2665
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
2666
|
-
# @return [Time]
|
2667
|
-
#
|
2668
|
-
# @!attribute [rw] default_application
|
2669
|
-
# Object that identifies the Amazon GameLift Streams application to
|
2670
|
-
# stream with this stream group.
|
2671
|
-
# @return [Types::DefaultApplication]
|
2672
|
-
#
|
2673
|
-
# @!attribute [rw] description
|
2674
|
-
# A descriptive label for the stream group.
|
2675
|
-
# @return [String]
|
2676
|
-
#
|
2677
|
-
# @!attribute [rw] id
|
2678
|
-
# An ID that uniquely identifies the stream group resource. Example
|
2679
|
-
# ID: `sg-1AB2C3De4`.
|
2680
|
-
# @return [String]
|
2681
|
-
#
|
2682
|
-
# @!attribute [rw] last_updated_at
|
2683
|
-
# A timestamp that indicates when this resource was last updated.
|
2684
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
2685
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
2686
|
-
# @return [Time]
|
2687
|
-
#
|
2688
|
-
# @!attribute [rw] status
|
2689
|
-
# The current status of the stream group resource. Possible statuses
|
2690
|
-
# include the following:
|
2691
|
-
#
|
2692
|
-
# * `ACTIVATING`: The stream group is deploying and isn't ready to
|
2693
|
-
# host streams.
|
2694
|
-
#
|
2695
|
-
# * `ACTIVE`: The stream group is ready to host streams.
|
2696
|
-
#
|
2697
|
-
# * `ACTIVE_WITH_ERRORS`: One or more locations in the stream group
|
2698
|
-
# are in an error state. Verify the details of individual locations
|
2699
|
-
# and remove any locations which are in error.
|
2700
|
-
#
|
2701
|
-
# * `ERROR`: An error occurred when the stream group deployed. See
|
2702
|
-
# `StatusReason` for more information.
|
2703
|
-
#
|
2704
|
-
# * `DELETING`: Amazon GameLift Streams is in the process of deleting
|
2705
|
-
# the stream group.
|
2668
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2669
|
+
# @return [String]
|
2706
2670
|
#
|
2707
|
-
#
|
2708
|
-
#
|
2671
|
+
# @!attribute [rw] id
|
2672
|
+
# An ID that uniquely identifies the stream group resource. Example
|
2673
|
+
# ID: `sg-1AB2C3De4`.
|
2674
|
+
# @return [String]
|
2675
|
+
#
|
2676
|
+
# @!attribute [rw] description
|
2677
|
+
# A descriptive label for the stream group.
|
2709
2678
|
# @return [String]
|
2710
2679
|
#
|
2680
|
+
# @!attribute [rw] default_application
|
2681
|
+
# Object that identifies the Amazon GameLift Streams application to
|
2682
|
+
# stream with this stream group.
|
2683
|
+
# @return [Types::DefaultApplication]
|
2684
|
+
#
|
2711
2685
|
# @!attribute [rw] stream_class
|
2712
2686
|
# The target stream quality for the stream group.
|
2713
2687
|
#
|
@@ -2787,17 +2761,52 @@ module Aws::GameLiftStreams
|
|
2787
2761
|
# * Tenancy: Supports 1 concurrent stream session
|
2788
2762
|
# @return [String]
|
2789
2763
|
#
|
2764
|
+
# @!attribute [rw] status
|
2765
|
+
# The current status of the stream group resource. Possible statuses
|
2766
|
+
# include the following:
|
2767
|
+
#
|
2768
|
+
# * `ACTIVATING`: The stream group is deploying and isn't ready to
|
2769
|
+
# host streams.
|
2770
|
+
#
|
2771
|
+
# * `ACTIVE`: The stream group is ready to host streams.
|
2772
|
+
#
|
2773
|
+
# * `ACTIVE_WITH_ERRORS`: One or more locations in the stream group
|
2774
|
+
# are in an error state. Verify the details of individual locations
|
2775
|
+
# and remove any locations which are in error.
|
2776
|
+
#
|
2777
|
+
# * `ERROR`: An error occurred when the stream group deployed. See
|
2778
|
+
# `StatusReason` for more information.
|
2779
|
+
#
|
2780
|
+
# * `DELETING`: Amazon GameLift Streams is in the process of deleting
|
2781
|
+
# the stream group.
|
2782
|
+
#
|
2783
|
+
# * `UPDATING_LOCATIONS`: One or more locations in the stream group
|
2784
|
+
# are in the process of updating (either activating or deleting).
|
2785
|
+
# @return [String]
|
2786
|
+
#
|
2787
|
+
# @!attribute [rw] created_at
|
2788
|
+
# A timestamp that indicates when this resource was created.
|
2789
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
2790
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
2791
|
+
# @return [Time]
|
2792
|
+
#
|
2793
|
+
# @!attribute [rw] last_updated_at
|
2794
|
+
# A timestamp that indicates when this resource was last updated.
|
2795
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
2796
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
2797
|
+
# @return [Time]
|
2798
|
+
#
|
2790
2799
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/StreamGroupSummary AWS API Documentation
|
2791
2800
|
#
|
2792
2801
|
class StreamGroupSummary < Struct.new(
|
2793
2802
|
:arn,
|
2794
|
-
:created_at,
|
2795
|
-
:default_application,
|
2796
|
-
:description,
|
2797
2803
|
:id,
|
2798
|
-
:
|
2804
|
+
:description,
|
2805
|
+
:default_application,
|
2806
|
+
:stream_class,
|
2799
2807
|
:status,
|
2800
|
-
:
|
2808
|
+
:created_at,
|
2809
|
+
:last_updated_at)
|
2801
2810
|
SENSITIVE = []
|
2802
2811
|
include Aws::Structure
|
2803
2812
|
end
|
@@ -2809,16 +2818,6 @@ module Aws::GameLiftStreams
|
|
2809
2818
|
#
|
2810
2819
|
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
2811
2820
|
#
|
2812
|
-
# @!attribute [rw] application_arn
|
2813
|
-
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
2814
|
-
# application resource. Example ARN:
|
2815
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
2816
|
-
#
|
2817
|
-
#
|
2818
|
-
#
|
2819
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2820
|
-
# @return [String]
|
2821
|
-
#
|
2822
2821
|
# @!attribute [rw] arn
|
2823
2822
|
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
2824
2823
|
# stream session resource. Example ARN:
|
@@ -2829,38 +2828,9 @@ module Aws::GameLiftStreams
|
|
2829
2828
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2830
2829
|
# @return [String]
|
2831
2830
|
#
|
2832
|
-
# @!attribute [rw]
|
2833
|
-
#
|
2834
|
-
#
|
2835
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
2836
|
-
# @return [Time]
|
2837
|
-
#
|
2838
|
-
# @!attribute [rw] export_files_metadata
|
2839
|
-
# Provides details about the stream session's exported files.
|
2840
|
-
# @return [Types::ExportFilesMetadata]
|
2841
|
-
#
|
2842
|
-
# @!attribute [rw] last_updated_at
|
2843
|
-
# A timestamp that indicates when this resource was last updated.
|
2844
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
2845
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
2846
|
-
# @return [Time]
|
2847
|
-
#
|
2848
|
-
# @!attribute [rw] location
|
2849
|
-
# The location where Amazon GameLift Streams is hosting the stream
|
2850
|
-
# session.
|
2851
|
-
#
|
2852
|
-
# A location's name. For example, `us-east-1`. For a complete list of
|
2853
|
-
# locations that Amazon GameLift Streams supports, refer to [Regions,
|
2854
|
-
# quotas, and limitations][1] in the *Amazon GameLift Streams
|
2855
|
-
# Developer Guide*.
|
2856
|
-
#
|
2857
|
-
#
|
2858
|
-
#
|
2859
|
-
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2860
|
-
# @return [String]
|
2861
|
-
#
|
2862
|
-
# @!attribute [rw] protocol
|
2863
|
-
# The data transfer protocol in use with the stream session.
|
2831
|
+
# @!attribute [rw] user_id
|
2832
|
+
# An opaque, unique identifier for an end-user, defined by the
|
2833
|
+
# developer.
|
2864
2834
|
# @return [String]
|
2865
2835
|
#
|
2866
2836
|
# @!attribute [rw] status
|
@@ -2887,23 +2857,62 @@ module Aws::GameLiftStreams
|
|
2887
2857
|
# * `ERROR`: The stream session failed to activate.
|
2888
2858
|
# @return [String]
|
2889
2859
|
#
|
2890
|
-
# @!attribute [rw]
|
2891
|
-
#
|
2892
|
-
#
|
2860
|
+
# @!attribute [rw] protocol
|
2861
|
+
# The data transfer protocol in use with the stream session.
|
2862
|
+
# @return [String]
|
2863
|
+
#
|
2864
|
+
# @!attribute [rw] last_updated_at
|
2865
|
+
# A timestamp that indicates when this resource was last updated.
|
2866
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
2867
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
2868
|
+
# @return [Time]
|
2869
|
+
#
|
2870
|
+
# @!attribute [rw] created_at
|
2871
|
+
# A timestamp that indicates when this resource was created.
|
2872
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
2873
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
2874
|
+
# @return [Time]
|
2875
|
+
#
|
2876
|
+
# @!attribute [rw] application_arn
|
2877
|
+
# An [Amazon Resource Name (ARN)][1] that uniquely identifies the
|
2878
|
+
# application resource. Example ARN:
|
2879
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
2880
|
+
#
|
2881
|
+
#
|
2882
|
+
#
|
2883
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
2884
|
+
# @return [String]
|
2885
|
+
#
|
2886
|
+
# @!attribute [rw] export_files_metadata
|
2887
|
+
# Provides details about the stream session's exported files.
|
2888
|
+
# @return [Types::ExportFilesMetadata]
|
2889
|
+
#
|
2890
|
+
# @!attribute [rw] location
|
2891
|
+
# The location where Amazon GameLift Streams is hosting the stream
|
2892
|
+
# session.
|
2893
|
+
#
|
2894
|
+
# A location's name. For example, `us-east-1`. For a complete list of
|
2895
|
+
# locations that Amazon GameLift Streams supports, refer to [Regions,
|
2896
|
+
# quotas, and limitations][1] in the *Amazon GameLift Streams
|
2897
|
+
# Developer Guide*.
|
2898
|
+
#
|
2899
|
+
#
|
2900
|
+
#
|
2901
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html
|
2893
2902
|
# @return [String]
|
2894
2903
|
#
|
2895
2904
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/StreamSessionSummary AWS API Documentation
|
2896
2905
|
#
|
2897
2906
|
class StreamSessionSummary < Struct.new(
|
2898
|
-
:application_arn,
|
2899
2907
|
:arn,
|
2908
|
+
:user_id,
|
2909
|
+
:status,
|
2910
|
+
:protocol,
|
2911
|
+
:last_updated_at,
|
2900
2912
|
:created_at,
|
2913
|
+
:application_arn,
|
2901
2914
|
:export_files_metadata,
|
2902
|
-
:
|
2903
|
-
:location,
|
2904
|
-
:protocol,
|
2905
|
-
:status,
|
2906
|
-
:user_id)
|
2915
|
+
:location)
|
2907
2916
|
SENSITIVE = []
|
2908
2917
|
include Aws::Structure
|
2909
2918
|
end
|
@@ -3010,21 +3019,19 @@ module Aws::GameLiftStreams
|
|
3010
3019
|
#
|
3011
3020
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
3012
3021
|
|
3013
|
-
# @!attribute [rw]
|
3014
|
-
# An Amazon
|
3015
|
-
#
|
3016
|
-
#
|
3017
|
-
#
|
3018
|
-
# <note markdown="1"> The log bucket must have permissions that give Amazon GameLift
|
3019
|
-
# Streams access to write the log files. For more information, see
|
3020
|
-
# [Application log bucket permission policy][1] in the *Amazon
|
3021
|
-
# GameLift Streams Developer Guide*.
|
3022
|
+
# @!attribute [rw] identifier
|
3023
|
+
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
3024
|
+
# the application resource. Example ARN:
|
3025
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
3026
|
+
# Example ID: `a-9ZY8X7Wv6`.
|
3022
3027
|
#
|
3023
|
-
# </note>
|
3024
3028
|
#
|
3025
3029
|
#
|
3030
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
3031
|
+
# @return [String]
|
3026
3032
|
#
|
3027
|
-
#
|
3033
|
+
# @!attribute [rw] description
|
3034
|
+
# A human-readable label for the application.
|
3028
3035
|
# @return [String]
|
3029
3036
|
#
|
3030
3037
|
# @!attribute [rw] application_log_paths
|
@@ -3041,108 +3048,48 @@ module Aws::GameLiftStreams
|
|
3041
3048
|
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
3042
3049
|
# @return [Array<String>]
|
3043
3050
|
#
|
3044
|
-
# @!attribute [rw]
|
3045
|
-
#
|
3046
|
-
#
|
3051
|
+
# @!attribute [rw] application_log_output_uri
|
3052
|
+
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
3053
|
+
# Streams to save application logs. Required if you specify one or
|
3054
|
+
# more `ApplicationLogPaths`.
|
3047
3055
|
#
|
3048
|
-
#
|
3049
|
-
#
|
3050
|
-
#
|
3051
|
-
#
|
3052
|
-
#
|
3056
|
+
# <note markdown="1"> The log bucket must have permissions that give Amazon GameLift
|
3057
|
+
# Streams access to write the log files. For more information, see
|
3058
|
+
# [Application log bucket permission policy][1] in the *Amazon
|
3059
|
+
# GameLift Streams Developer Guide*.
|
3060
|
+
#
|
3061
|
+
# </note>
|
3053
3062
|
#
|
3054
3063
|
#
|
3055
3064
|
#
|
3056
|
-
# [1]: https://docs.aws.amazon.com/
|
3065
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/applications.html#application-bucket-permission-template
|
3057
3066
|
# @return [String]
|
3058
3067
|
#
|
3059
3068
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/UpdateApplicationInput AWS API Documentation
|
3060
3069
|
#
|
3061
3070
|
class UpdateApplicationInput < Struct.new(
|
3062
|
-
:
|
3063
|
-
:application_log_paths,
|
3071
|
+
:identifier,
|
3064
3072
|
:description,
|
3065
|
-
:
|
3073
|
+
:application_log_paths,
|
3074
|
+
:application_log_output_uri)
|
3066
3075
|
SENSITIVE = []
|
3067
3076
|
include Aws::Structure
|
3068
3077
|
end
|
3069
3078
|
|
3070
|
-
# @!attribute [rw] application_log_output_uri
|
3071
|
-
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
3072
|
-
# Streams to save application logs. Required if you specify one or
|
3073
|
-
# more `ApplicationLogPaths`.
|
3074
|
-
# @return [String]
|
3075
|
-
#
|
3076
|
-
# @!attribute [rw] application_log_paths
|
3077
|
-
# Locations of log files that your content generates during a stream
|
3078
|
-
# session. Amazon GameLift Streams uploads log files to the Amazon S3
|
3079
|
-
# bucket that you specify in `ApplicationLogOutputUri` at the end of a
|
3080
|
-
# stream session. To retrieve stored log files, call
|
3081
|
-
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
3082
|
-
#
|
3083
|
-
#
|
3084
|
-
#
|
3085
|
-
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
3086
|
-
# @return [Array<String>]
|
3087
|
-
#
|
3088
|
-
# @!attribute [rw] application_source_uri
|
3089
|
-
# The original Amazon S3 location of uploaded stream content for the
|
3090
|
-
# application.
|
3091
|
-
# @return [String]
|
3092
|
-
#
|
3093
3079
|
# @!attribute [rw] arn
|
3094
3080
|
# The [Amazon Resource Name (ARN)][1] that's assigned to an
|
3095
3081
|
# application resource and uniquely identifies it across all Amazon
|
3096
3082
|
# Web Services Regions. Format is `arn:aws:gameliftstreams:[AWS
|
3097
|
-
# Region]:[AWS account]:application/[resource ID]`.
|
3098
|
-
#
|
3099
|
-
#
|
3100
|
-
#
|
3101
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
3102
|
-
# @return [String]
|
3103
|
-
#
|
3104
|
-
# @!attribute [rw] associated_stream_groups
|
3105
|
-
# A set of stream groups that this application is associated with. You
|
3106
|
-
# can use any of these stream groups to stream your application.
|
3107
|
-
#
|
3108
|
-
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
3109
|
-
# uniquely identify stream group resources. Example ARN:
|
3110
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
3111
|
-
#
|
3112
|
-
#
|
3113
|
-
#
|
3114
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
3115
|
-
# @return [Array<String>]
|
3116
|
-
#
|
3117
|
-
# @!attribute [rw] created_at
|
3118
|
-
# A timestamp that indicates when this resource was created.
|
3119
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
3120
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
3121
|
-
# @return [Time]
|
3083
|
+
# Region]:[AWS account]:application/[resource ID]`.
|
3122
3084
|
#
|
3123
|
-
# @!attribute [rw] description
|
3124
|
-
# A human-readable label for the application. You can edit this value.
|
3125
|
-
# @return [String]
|
3126
3085
|
#
|
3127
|
-
# @!attribute [rw] executable_path
|
3128
|
-
# The path and file name of the executable file that launches the
|
3129
|
-
# content for streaming.
|
3130
|
-
# @return [String]
|
3131
3086
|
#
|
3132
|
-
#
|
3133
|
-
# A unique ID value that is assigned to the resource when it's
|
3134
|
-
# created. Format example: `a-9ZY8X7Wv6`.
|
3087
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
3135
3088
|
# @return [String]
|
3136
3089
|
#
|
3137
|
-
# @!attribute [rw]
|
3138
|
-
# A
|
3139
|
-
#
|
3140
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
3141
|
-
# @return [Time]
|
3142
|
-
#
|
3143
|
-
# @!attribute [rw] replication_statuses
|
3144
|
-
# A set of replication statuses for each location.
|
3145
|
-
# @return [Array<Types::ReplicationStatus>]
|
3090
|
+
# @!attribute [rw] description
|
3091
|
+
# A human-readable label for the application. You can edit this value.
|
3092
|
+
# @return [String]
|
3146
3093
|
#
|
3147
3094
|
# @!attribute [rw] runtime_environment
|
3148
3095
|
# Configuration settings that identify the operating system for an
|
@@ -3161,11 +3108,46 @@ module Aws::GameLiftStreams
|
|
3161
3108
|
# * Microsoft Windows Server 2022 Base (`Type=WINDOWS,
|
3162
3109
|
# Version=2022`)
|
3163
3110
|
#
|
3111
|
+
# * Proton 9.0-2 (`Type=PROTON, Version=20250516`)
|
3112
|
+
#
|
3164
3113
|
# * Proton 8.0-5 (`Type=PROTON, Version=20241007`)
|
3165
3114
|
#
|
3166
3115
|
# * Proton 8.0-2c (`Type=PROTON, Version=20230704`)
|
3167
3116
|
# @return [Types::RuntimeEnvironment]
|
3168
3117
|
#
|
3118
|
+
# @!attribute [rw] executable_path
|
3119
|
+
# The path and file name of the executable file that launches the
|
3120
|
+
# content for streaming.
|
3121
|
+
# @return [String]
|
3122
|
+
#
|
3123
|
+
# @!attribute [rw] application_log_paths
|
3124
|
+
# Locations of log files that your content generates during a stream
|
3125
|
+
# session. Amazon GameLift Streams uploads log files to the Amazon S3
|
3126
|
+
# bucket that you specify in `ApplicationLogOutputUri` at the end of a
|
3127
|
+
# stream session. To retrieve stored log files, call
|
3128
|
+
# [GetStreamSession][1] and get the `LogFileLocationUri`.
|
3129
|
+
#
|
3130
|
+
#
|
3131
|
+
#
|
3132
|
+
# [1]: https://docs.aws.amazon.com/gameliftstreams/latest/apireference/API_GetStreamSession.html
|
3133
|
+
# @return [Array<String>]
|
3134
|
+
#
|
3135
|
+
# @!attribute [rw] application_log_output_uri
|
3136
|
+
# An Amazon S3 URI to a bucket where you would like Amazon GameLift
|
3137
|
+
# Streams to save application logs. Required if you specify one or
|
3138
|
+
# more `ApplicationLogPaths`.
|
3139
|
+
# @return [String]
|
3140
|
+
#
|
3141
|
+
# @!attribute [rw] application_source_uri
|
3142
|
+
# The original Amazon S3 location of uploaded stream content for the
|
3143
|
+
# application.
|
3144
|
+
# @return [String]
|
3145
|
+
#
|
3146
|
+
# @!attribute [rw] id
|
3147
|
+
# A unique ID value that is assigned to the resource when it's
|
3148
|
+
# created. Format example: `a-9ZY8X7Wv6`.
|
3149
|
+
# @return [String]
|
3150
|
+
#
|
3169
3151
|
# @!attribute [rw] status
|
3170
3152
|
# The current status of the application resource. Possible statuses
|
3171
3153
|
# include the following:
|
@@ -3191,31 +3173,56 @@ module Aws::GameLiftStreams
|
|
3191
3173
|
# `ERROR` status.
|
3192
3174
|
# @return [String]
|
3193
3175
|
#
|
3176
|
+
# @!attribute [rw] replication_statuses
|
3177
|
+
# A set of replication statuses for each location.
|
3178
|
+
# @return [Array<Types::ReplicationStatus>]
|
3179
|
+
#
|
3180
|
+
# @!attribute [rw] created_at
|
3181
|
+
# A timestamp that indicates when this resource was created.
|
3182
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
3183
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
3184
|
+
# @return [Time]
|
3185
|
+
#
|
3186
|
+
# @!attribute [rw] last_updated_at
|
3187
|
+
# A timestamp that indicates when this resource was last updated.
|
3188
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
3189
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
3190
|
+
# @return [Time]
|
3191
|
+
#
|
3192
|
+
# @!attribute [rw] associated_stream_groups
|
3193
|
+
# A set of stream groups that this application is associated with. You
|
3194
|
+
# can use any of these stream groups to stream your application.
|
3195
|
+
#
|
3196
|
+
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
3197
|
+
# uniquely identify stream group resources. Example ARN:
|
3198
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4`.
|
3199
|
+
#
|
3200
|
+
#
|
3201
|
+
#
|
3202
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
3203
|
+
# @return [Array<String>]
|
3204
|
+
#
|
3194
3205
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/UpdateApplicationOutput AWS API Documentation
|
3195
3206
|
#
|
3196
3207
|
class UpdateApplicationOutput < Struct.new(
|
3197
|
-
:application_log_output_uri,
|
3198
|
-
:application_log_paths,
|
3199
|
-
:application_source_uri,
|
3200
3208
|
:arn,
|
3201
|
-
:associated_stream_groups,
|
3202
|
-
:created_at,
|
3203
3209
|
:description,
|
3210
|
+
:runtime_environment,
|
3204
3211
|
:executable_path,
|
3212
|
+
:application_log_paths,
|
3213
|
+
:application_log_output_uri,
|
3214
|
+
:application_source_uri,
|
3205
3215
|
:id,
|
3206
|
-
:last_updated_at,
|
3207
|
-
:replication_statuses,
|
3208
|
-
:runtime_environment,
|
3209
3216
|
:status,
|
3210
|
-
:status_reason
|
3217
|
+
:status_reason,
|
3218
|
+
:replication_statuses,
|
3219
|
+
:created_at,
|
3220
|
+
:last_updated_at,
|
3221
|
+
:associated_stream_groups)
|
3211
3222
|
SENSITIVE = []
|
3212
3223
|
include Aws::Structure
|
3213
3224
|
end
|
3214
3225
|
|
3215
|
-
# @!attribute [rw] description
|
3216
|
-
# A descriptive label for the stream group.
|
3217
|
-
# @return [String]
|
3218
|
-
#
|
3219
3226
|
# @!attribute [rw] identifier
|
3220
3227
|
# An [Amazon Resource Name (ARN)][1] or ID that uniquely identifies
|
3221
3228
|
# the stream group resource. Example ARN:
|
@@ -3232,12 +3239,16 @@ module Aws::GameLiftStreams
|
|
3232
3239
|
# location.
|
3233
3240
|
# @return [Array<Types::LocationConfiguration>]
|
3234
3241
|
#
|
3242
|
+
# @!attribute [rw] description
|
3243
|
+
# A descriptive label for the stream group.
|
3244
|
+
# @return [String]
|
3245
|
+
#
|
3235
3246
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/UpdateStreamGroupInput AWS API Documentation
|
3236
3247
|
#
|
3237
3248
|
class UpdateStreamGroupInput < Struct.new(
|
3238
|
-
:description,
|
3239
3249
|
:identifier,
|
3240
|
-
:location_configurations
|
3250
|
+
:location_configurations,
|
3251
|
+
:description)
|
3241
3252
|
SENSITIVE = []
|
3242
3253
|
include Aws::Structure
|
3243
3254
|
end
|
@@ -3253,45 +3264,15 @@ module Aws::GameLiftStreams
|
|
3253
3264
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
3254
3265
|
# @return [String]
|
3255
3266
|
#
|
3256
|
-
# @!attribute [rw]
|
3257
|
-
# A
|
3258
|
-
#
|
3259
|
-
#
|
3260
|
-
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
3261
|
-
# uniquely identify application resources. Example ARN:
|
3262
|
-
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
3263
|
-
#
|
3264
|
-
#
|
3265
|
-
#
|
3266
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
3267
|
-
# @return [Array<String>]
|
3268
|
-
#
|
3269
|
-
# @!attribute [rw] created_at
|
3270
|
-
# A timestamp that indicates when this resource was created.
|
3271
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
3272
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
3273
|
-
# @return [Time]
|
3267
|
+
# @!attribute [rw] description
|
3268
|
+
# A descriptive label for the stream group.
|
3269
|
+
# @return [String]
|
3274
3270
|
#
|
3275
3271
|
# @!attribute [rw] default_application
|
3276
3272
|
# The default Amazon GameLift Streams application that is associated
|
3277
3273
|
# with this stream group.
|
3278
3274
|
# @return [Types::DefaultApplication]
|
3279
3275
|
#
|
3280
|
-
# @!attribute [rw] description
|
3281
|
-
# A descriptive label for the stream group.
|
3282
|
-
# @return [String]
|
3283
|
-
#
|
3284
|
-
# @!attribute [rw] id
|
3285
|
-
# A unique ID value that is assigned to the resource when it's
|
3286
|
-
# created. Format example: `sg-1AB2C3De4`.
|
3287
|
-
# @return [String]
|
3288
|
-
#
|
3289
|
-
# @!attribute [rw] last_updated_at
|
3290
|
-
# A timestamp that indicates when this resource was last updated.
|
3291
|
-
# Timestamps are expressed using in ISO8601 format, such as:
|
3292
|
-
# `2022-12-27T22:29:40+00:00` (UTC).
|
3293
|
-
# @return [Time]
|
3294
|
-
#
|
3295
3276
|
# @!attribute [rw] location_states
|
3296
3277
|
# This value is set of locations, including their name, current
|
3297
3278
|
# status, and capacities.
|
@@ -3315,44 +3296,6 @@ module Aws::GameLiftStreams
|
|
3315
3296
|
# in this stream group.
|
3316
3297
|
# @return [Array<Types::LocationState>]
|
3317
3298
|
#
|
3318
|
-
# @!attribute [rw] status
|
3319
|
-
# The current status of the stream group resource. Possible statuses
|
3320
|
-
# include the following:
|
3321
|
-
#
|
3322
|
-
# * `ACTIVATING`: The stream group is deploying and isn't ready to
|
3323
|
-
# host streams.
|
3324
|
-
#
|
3325
|
-
# * `ACTIVE`: The stream group is ready to host streams.
|
3326
|
-
#
|
3327
|
-
# * `ACTIVE_WITH_ERRORS`: One or more locations in the stream group
|
3328
|
-
# are in an error state. Verify the details of individual locations
|
3329
|
-
# and remove any locations which are in error.
|
3330
|
-
#
|
3331
|
-
# * `ERROR`: An error occurred when the stream group deployed. See
|
3332
|
-
# `StatusReason` for more information.
|
3333
|
-
#
|
3334
|
-
# * `DELETING`: Amazon GameLift Streams is in the process of deleting
|
3335
|
-
# the stream group.
|
3336
|
-
#
|
3337
|
-
# * `UPDATING_LOCATIONS`: One or more locations in the stream group
|
3338
|
-
# are in the process of updating (either activating or deleting).
|
3339
|
-
# @return [String]
|
3340
|
-
#
|
3341
|
-
# @!attribute [rw] status_reason
|
3342
|
-
# A short description of the reason that the stream group is in
|
3343
|
-
# `ERROR` status. The possible reasons can be one of the following:
|
3344
|
-
#
|
3345
|
-
# * `internalError`: The request can't process right now bcause of an
|
3346
|
-
# issue with the server. Try again later. Reach out to the Amazon
|
3347
|
-
# GameLift Streams team for more help.
|
3348
|
-
#
|
3349
|
-
# * `noAvailableInstances`: Amazon GameLift Streams does not currently
|
3350
|
-
# have enough available On-Demand capacity to fulfill your request.
|
3351
|
-
# Wait a few minutes and retry the request as capacity can shift
|
3352
|
-
# frequently. You can also try to make the request using a different
|
3353
|
-
# stream class or in another region.
|
3354
|
-
# @return [String]
|
3355
|
-
#
|
3356
3299
|
# @!attribute [rw] stream_class
|
3357
3300
|
# The target stream quality for the stream group.
|
3358
3301
|
#
|
@@ -3432,20 +3375,87 @@ module Aws::GameLiftStreams
|
|
3432
3375
|
# * Tenancy: Supports 1 concurrent stream session
|
3433
3376
|
# @return [String]
|
3434
3377
|
#
|
3378
|
+
# @!attribute [rw] id
|
3379
|
+
# A unique ID value that is assigned to the resource when it's
|
3380
|
+
# created. Format example: `sg-1AB2C3De4`.
|
3381
|
+
# @return [String]
|
3382
|
+
#
|
3383
|
+
# @!attribute [rw] status
|
3384
|
+
# The current status of the stream group resource. Possible statuses
|
3385
|
+
# include the following:
|
3386
|
+
#
|
3387
|
+
# * `ACTIVATING`: The stream group is deploying and isn't ready to
|
3388
|
+
# host streams.
|
3389
|
+
#
|
3390
|
+
# * `ACTIVE`: The stream group is ready to host streams.
|
3391
|
+
#
|
3392
|
+
# * `ACTIVE_WITH_ERRORS`: One or more locations in the stream group
|
3393
|
+
# are in an error state. Verify the details of individual locations
|
3394
|
+
# and remove any locations which are in error.
|
3395
|
+
#
|
3396
|
+
# * `ERROR`: An error occurred when the stream group deployed. See
|
3397
|
+
# `StatusReason` for more information.
|
3398
|
+
#
|
3399
|
+
# * `DELETING`: Amazon GameLift Streams is in the process of deleting
|
3400
|
+
# the stream group.
|
3401
|
+
#
|
3402
|
+
# * `UPDATING_LOCATIONS`: One or more locations in the stream group
|
3403
|
+
# are in the process of updating (either activating or deleting).
|
3404
|
+
# @return [String]
|
3405
|
+
#
|
3406
|
+
# @!attribute [rw] status_reason
|
3407
|
+
# A short description of the reason that the stream group is in
|
3408
|
+
# `ERROR` status. The possible reasons can be one of the following:
|
3409
|
+
#
|
3410
|
+
# * `internalError`: The request can't process right now because of
|
3411
|
+
# an issue with the server. Try again later.
|
3412
|
+
#
|
3413
|
+
# * `noAvailableInstances`: Amazon GameLift Streams does not currently
|
3414
|
+
# have enough available on-demand capacity to fulfill your request.
|
3415
|
+
# Wait a few minutes and retry the request as capacity can shift
|
3416
|
+
# frequently. You can also try to make the request using a different
|
3417
|
+
# stream class or in another region.
|
3418
|
+
# @return [String]
|
3419
|
+
#
|
3420
|
+
# @!attribute [rw] last_updated_at
|
3421
|
+
# A timestamp that indicates when this resource was last updated.
|
3422
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
3423
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
3424
|
+
# @return [Time]
|
3425
|
+
#
|
3426
|
+
# @!attribute [rw] created_at
|
3427
|
+
# A timestamp that indicates when this resource was created.
|
3428
|
+
# Timestamps are expressed using in ISO8601 format, such as:
|
3429
|
+
# `2022-12-27T22:29:40+00:00` (UTC).
|
3430
|
+
# @return [Time]
|
3431
|
+
#
|
3432
|
+
# @!attribute [rw] associated_applications
|
3433
|
+
# A set of applications that this stream group is associated with. You
|
3434
|
+
# can stream any of these applications with the stream group.
|
3435
|
+
#
|
3436
|
+
# This value is a set of [Amazon Resource Names (ARNs)][1] that
|
3437
|
+
# uniquely identify application resources. Example ARN:
|
3438
|
+
# `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`.
|
3439
|
+
#
|
3440
|
+
#
|
3441
|
+
#
|
3442
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html
|
3443
|
+
# @return [Array<String>]
|
3444
|
+
#
|
3435
3445
|
# @see http://docs.aws.amazon.com/goto/WebAPI/gameliftstreams-2018-05-10/UpdateStreamGroupOutput AWS API Documentation
|
3436
3446
|
#
|
3437
3447
|
class UpdateStreamGroupOutput < Struct.new(
|
3438
3448
|
:arn,
|
3439
|
-
:associated_applications,
|
3440
|
-
:created_at,
|
3441
|
-
:default_application,
|
3442
3449
|
:description,
|
3443
|
-
:
|
3444
|
-
:last_updated_at,
|
3450
|
+
:default_application,
|
3445
3451
|
:location_states,
|
3452
|
+
:stream_class,
|
3453
|
+
:id,
|
3446
3454
|
:status,
|
3447
3455
|
:status_reason,
|
3448
|
-
:
|
3456
|
+
:last_updated_at,
|
3457
|
+
:created_at,
|
3458
|
+
:associated_applications)
|
3449
3459
|
SENSITIVE = []
|
3450
3460
|
include Aws::Structure
|
3451
3461
|
end
|