aws-sdk-gameliftstreams 1.0.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 +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-gameliftstreams/client.rb +2617 -0
- data/lib/aws-sdk-gameliftstreams/client_api.rb +904 -0
- data/lib/aws-sdk-gameliftstreams/customizations.rb +0 -0
- data/lib/aws-sdk-gameliftstreams/endpoint_parameters.rb +59 -0
- data/lib/aws-sdk-gameliftstreams/endpoint_provider.rb +32 -0
- data/lib/aws-sdk-gameliftstreams/endpoints.rb +20 -0
- data/lib/aws-sdk-gameliftstreams/errors.rb +162 -0
- data/lib/aws-sdk-gameliftstreams/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-gameliftstreams/resource.rb +26 -0
- data/lib/aws-sdk-gameliftstreams/types.rb +3334 -0
- data/lib/aws-sdk-gameliftstreams/waiters.rb +299 -0
- data/lib/aws-sdk-gameliftstreams.rb +62 -0
- data/sig/client.rbs +511 -0
- data/sig/errors.rbs +37 -0
- data/sig/resource.rbs +84 -0
- data/sig/types.rbs +503 -0
- data/sig/waiters.rbs +64 -0
- metadata +100 -0
data/sig/types.rbs
ADDED
@@ -0,0 +1,503 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::GameLiftStreams
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class AccessDeniedException
|
12
|
+
attr_accessor message: ::String
|
13
|
+
SENSITIVE: []
|
14
|
+
end
|
15
|
+
|
16
|
+
class AddStreamGroupLocationsInput
|
17
|
+
attr_accessor identifier: ::String
|
18
|
+
attr_accessor location_configurations: ::Array[Types::LocationConfiguration]
|
19
|
+
SENSITIVE: []
|
20
|
+
end
|
21
|
+
|
22
|
+
class AddStreamGroupLocationsOutput
|
23
|
+
attr_accessor identifier: ::String
|
24
|
+
attr_accessor locations: ::Array[Types::LocationState]
|
25
|
+
SENSITIVE: []
|
26
|
+
end
|
27
|
+
|
28
|
+
class ApplicationSummary
|
29
|
+
attr_accessor arn: ::String
|
30
|
+
attr_accessor created_at: ::Time
|
31
|
+
attr_accessor description: ::String
|
32
|
+
attr_accessor id: ::String
|
33
|
+
attr_accessor last_updated_at: ::Time
|
34
|
+
attr_accessor runtime_environment: Types::RuntimeEnvironment
|
35
|
+
attr_accessor status: ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
36
|
+
SENSITIVE: []
|
37
|
+
end
|
38
|
+
|
39
|
+
class AssociateApplicationsInput
|
40
|
+
attr_accessor application_identifiers: ::Array[::String]
|
41
|
+
attr_accessor identifier: ::String
|
42
|
+
SENSITIVE: []
|
43
|
+
end
|
44
|
+
|
45
|
+
class AssociateApplicationsOutput
|
46
|
+
attr_accessor application_arns: ::Array[::String]
|
47
|
+
attr_accessor arn: ::String
|
48
|
+
SENSITIVE: []
|
49
|
+
end
|
50
|
+
|
51
|
+
class ConflictException
|
52
|
+
attr_accessor message: ::String
|
53
|
+
SENSITIVE: []
|
54
|
+
end
|
55
|
+
|
56
|
+
class CreateApplicationInput
|
57
|
+
attr_accessor application_log_output_uri: ::String
|
58
|
+
attr_accessor application_log_paths: ::Array[::String]
|
59
|
+
attr_accessor application_source_uri: ::String
|
60
|
+
attr_accessor client_token: ::String
|
61
|
+
attr_accessor description: ::String
|
62
|
+
attr_accessor executable_path: ::String
|
63
|
+
attr_accessor runtime_environment: Types::RuntimeEnvironment
|
64
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
65
|
+
SENSITIVE: []
|
66
|
+
end
|
67
|
+
|
68
|
+
class CreateApplicationOutput
|
69
|
+
attr_accessor application_log_output_uri: ::String
|
70
|
+
attr_accessor application_log_paths: ::Array[::String]
|
71
|
+
attr_accessor application_source_uri: ::String
|
72
|
+
attr_accessor arn: ::String
|
73
|
+
attr_accessor associated_stream_groups: ::Array[::String]
|
74
|
+
attr_accessor created_at: ::Time
|
75
|
+
attr_accessor description: ::String
|
76
|
+
attr_accessor executable_path: ::String
|
77
|
+
attr_accessor id: ::String
|
78
|
+
attr_accessor last_updated_at: ::Time
|
79
|
+
attr_accessor replication_statuses: ::Array[Types::ReplicationStatus]
|
80
|
+
attr_accessor runtime_environment: Types::RuntimeEnvironment
|
81
|
+
attr_accessor status: ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
82
|
+
attr_accessor status_reason: ("internalError" | "accessDenied")
|
83
|
+
SENSITIVE: []
|
84
|
+
end
|
85
|
+
|
86
|
+
class CreateStreamGroupInput
|
87
|
+
attr_accessor client_token: ::String
|
88
|
+
attr_accessor default_application_identifier: ::String
|
89
|
+
attr_accessor description: ::String
|
90
|
+
attr_accessor location_configurations: ::Array[Types::LocationConfiguration]
|
91
|
+
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
|
92
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
93
|
+
SENSITIVE: []
|
94
|
+
end
|
95
|
+
|
96
|
+
class CreateStreamGroupOutput
|
97
|
+
attr_accessor arn: ::String
|
98
|
+
attr_accessor associated_applications: ::Array[::String]
|
99
|
+
attr_accessor created_at: ::Time
|
100
|
+
attr_accessor default_application: Types::DefaultApplication
|
101
|
+
attr_accessor description: ::String
|
102
|
+
attr_accessor id: ::String
|
103
|
+
attr_accessor last_updated_at: ::Time
|
104
|
+
attr_accessor location_states: ::Array[Types::LocationState]
|
105
|
+
attr_accessor status: ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING")
|
106
|
+
attr_accessor status_reason: ("internalError" | "noAvailableInstances")
|
107
|
+
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
|
108
|
+
SENSITIVE: []
|
109
|
+
end
|
110
|
+
|
111
|
+
class CreateStreamSessionConnectionInput
|
112
|
+
attr_accessor client_token: ::String
|
113
|
+
attr_accessor identifier: ::String
|
114
|
+
attr_accessor signal_request: ::String
|
115
|
+
attr_accessor stream_session_identifier: ::String
|
116
|
+
SENSITIVE: [:signal_request]
|
117
|
+
end
|
118
|
+
|
119
|
+
class CreateStreamSessionConnectionOutput
|
120
|
+
attr_accessor signal_response: ::String
|
121
|
+
SENSITIVE: [:signal_response]
|
122
|
+
end
|
123
|
+
|
124
|
+
class DefaultApplication
|
125
|
+
attr_accessor arn: ::String
|
126
|
+
attr_accessor id: ::String
|
127
|
+
SENSITIVE: []
|
128
|
+
end
|
129
|
+
|
130
|
+
class DeleteApplicationInput
|
131
|
+
attr_accessor identifier: ::String
|
132
|
+
SENSITIVE: []
|
133
|
+
end
|
134
|
+
|
135
|
+
class DeleteStreamGroupInput
|
136
|
+
attr_accessor identifier: ::String
|
137
|
+
SENSITIVE: []
|
138
|
+
end
|
139
|
+
|
140
|
+
class DisassociateApplicationsInput
|
141
|
+
attr_accessor application_identifiers: ::Array[::String]
|
142
|
+
attr_accessor identifier: ::String
|
143
|
+
SENSITIVE: []
|
144
|
+
end
|
145
|
+
|
146
|
+
class DisassociateApplicationsOutput
|
147
|
+
attr_accessor application_arns: ::Array[::String]
|
148
|
+
attr_accessor arn: ::String
|
149
|
+
SENSITIVE: []
|
150
|
+
end
|
151
|
+
|
152
|
+
class ExportFilesMetadata
|
153
|
+
attr_accessor output_uri: ::String
|
154
|
+
attr_accessor status: ("SUCCEEDED" | "FAILED" | "PENDING")
|
155
|
+
attr_accessor status_reason: ::String
|
156
|
+
SENSITIVE: []
|
157
|
+
end
|
158
|
+
|
159
|
+
class ExportStreamSessionFilesInput
|
160
|
+
attr_accessor identifier: ::String
|
161
|
+
attr_accessor output_uri: ::String
|
162
|
+
attr_accessor stream_session_identifier: ::String
|
163
|
+
SENSITIVE: []
|
164
|
+
end
|
165
|
+
|
166
|
+
class ExportStreamSessionFilesOutput < Aws::EmptyStructure
|
167
|
+
end
|
168
|
+
|
169
|
+
class GetApplicationInput
|
170
|
+
attr_accessor identifier: ::String
|
171
|
+
SENSITIVE: []
|
172
|
+
end
|
173
|
+
|
174
|
+
class GetApplicationOutput
|
175
|
+
attr_accessor application_log_output_uri: ::String
|
176
|
+
attr_accessor application_log_paths: ::Array[::String]
|
177
|
+
attr_accessor application_source_uri: ::String
|
178
|
+
attr_accessor arn: ::String
|
179
|
+
attr_accessor associated_stream_groups: ::Array[::String]
|
180
|
+
attr_accessor created_at: ::Time
|
181
|
+
attr_accessor description: ::String
|
182
|
+
attr_accessor executable_path: ::String
|
183
|
+
attr_accessor id: ::String
|
184
|
+
attr_accessor last_updated_at: ::Time
|
185
|
+
attr_accessor replication_statuses: ::Array[Types::ReplicationStatus]
|
186
|
+
attr_accessor runtime_environment: Types::RuntimeEnvironment
|
187
|
+
attr_accessor status: ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
188
|
+
attr_accessor status_reason: ("internalError" | "accessDenied")
|
189
|
+
SENSITIVE: []
|
190
|
+
end
|
191
|
+
|
192
|
+
class GetStreamGroupInput
|
193
|
+
attr_accessor identifier: ::String
|
194
|
+
SENSITIVE: []
|
195
|
+
end
|
196
|
+
|
197
|
+
class GetStreamGroupOutput
|
198
|
+
attr_accessor arn: ::String
|
199
|
+
attr_accessor associated_applications: ::Array[::String]
|
200
|
+
attr_accessor created_at: ::Time
|
201
|
+
attr_accessor default_application: Types::DefaultApplication
|
202
|
+
attr_accessor description: ::String
|
203
|
+
attr_accessor id: ::String
|
204
|
+
attr_accessor last_updated_at: ::Time
|
205
|
+
attr_accessor location_states: ::Array[Types::LocationState]
|
206
|
+
attr_accessor status: ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING")
|
207
|
+
attr_accessor status_reason: ("internalError" | "noAvailableInstances")
|
208
|
+
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
|
209
|
+
SENSITIVE: []
|
210
|
+
end
|
211
|
+
|
212
|
+
class GetStreamSessionInput
|
213
|
+
attr_accessor identifier: ::String
|
214
|
+
attr_accessor stream_session_identifier: ::String
|
215
|
+
SENSITIVE: []
|
216
|
+
end
|
217
|
+
|
218
|
+
class GetStreamSessionOutput
|
219
|
+
attr_accessor additional_environment_variables: ::Hash[::String, ::String]
|
220
|
+
attr_accessor additional_launch_args: ::Array[::String]
|
221
|
+
attr_accessor application_arn: ::String
|
222
|
+
attr_accessor arn: ::String
|
223
|
+
attr_accessor connection_timeout_seconds: ::Integer
|
224
|
+
attr_accessor created_at: ::Time
|
225
|
+
attr_accessor description: ::String
|
226
|
+
attr_accessor export_files_metadata: Types::ExportFilesMetadata
|
227
|
+
attr_accessor last_updated_at: ::Time
|
228
|
+
attr_accessor location: ::String
|
229
|
+
attr_accessor log_file_location_uri: ::String
|
230
|
+
attr_accessor protocol: ("WebRTC")
|
231
|
+
attr_accessor session_length_seconds: ::Integer
|
232
|
+
attr_accessor signal_request: ::String
|
233
|
+
attr_accessor signal_response: ::String
|
234
|
+
attr_accessor status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
|
235
|
+
attr_accessor status_reason: ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError")
|
236
|
+
attr_accessor stream_group_id: ::String
|
237
|
+
attr_accessor user_id: ::String
|
238
|
+
attr_accessor web_sdk_protocol_url: ::String
|
239
|
+
SENSITIVE: [:signal_request, :signal_response]
|
240
|
+
end
|
241
|
+
|
242
|
+
class InternalServerException
|
243
|
+
attr_accessor message: ::String
|
244
|
+
SENSITIVE: []
|
245
|
+
end
|
246
|
+
|
247
|
+
class ListApplicationsInput
|
248
|
+
attr_accessor max_results: ::Integer
|
249
|
+
attr_accessor next_token: ::String
|
250
|
+
SENSITIVE: []
|
251
|
+
end
|
252
|
+
|
253
|
+
class ListApplicationsOutput
|
254
|
+
attr_accessor items: ::Array[Types::ApplicationSummary]
|
255
|
+
attr_accessor next_token: ::String
|
256
|
+
SENSITIVE: []
|
257
|
+
end
|
258
|
+
|
259
|
+
class ListStreamGroupsInput
|
260
|
+
attr_accessor max_results: ::Integer
|
261
|
+
attr_accessor next_token: ::String
|
262
|
+
SENSITIVE: []
|
263
|
+
end
|
264
|
+
|
265
|
+
class ListStreamGroupsOutput
|
266
|
+
attr_accessor items: ::Array[Types::StreamGroupSummary]
|
267
|
+
attr_accessor next_token: ::String
|
268
|
+
SENSITIVE: []
|
269
|
+
end
|
270
|
+
|
271
|
+
class ListStreamSessionsByAccountInput
|
272
|
+
attr_accessor export_files_status: ("SUCCEEDED" | "FAILED" | "PENDING")
|
273
|
+
attr_accessor max_results: ::Integer
|
274
|
+
attr_accessor next_token: ::String
|
275
|
+
attr_accessor status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
|
276
|
+
SENSITIVE: []
|
277
|
+
end
|
278
|
+
|
279
|
+
class ListStreamSessionsByAccountOutput
|
280
|
+
attr_accessor items: ::Array[Types::StreamSessionSummary]
|
281
|
+
attr_accessor next_token: ::String
|
282
|
+
SENSITIVE: []
|
283
|
+
end
|
284
|
+
|
285
|
+
class ListStreamSessionsInput
|
286
|
+
attr_accessor export_files_status: ("SUCCEEDED" | "FAILED" | "PENDING")
|
287
|
+
attr_accessor identifier: ::String
|
288
|
+
attr_accessor max_results: ::Integer
|
289
|
+
attr_accessor next_token: ::String
|
290
|
+
attr_accessor status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
|
291
|
+
SENSITIVE: []
|
292
|
+
end
|
293
|
+
|
294
|
+
class ListStreamSessionsOutput
|
295
|
+
attr_accessor items: ::Array[Types::StreamSessionSummary]
|
296
|
+
attr_accessor next_token: ::String
|
297
|
+
SENSITIVE: []
|
298
|
+
end
|
299
|
+
|
300
|
+
class ListTagsForResourceRequest
|
301
|
+
attr_accessor resource_arn: ::String
|
302
|
+
SENSITIVE: []
|
303
|
+
end
|
304
|
+
|
305
|
+
class ListTagsForResourceResponse
|
306
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
307
|
+
SENSITIVE: []
|
308
|
+
end
|
309
|
+
|
310
|
+
class LocationConfiguration
|
311
|
+
attr_accessor always_on_capacity: ::Integer
|
312
|
+
attr_accessor location_name: ::String
|
313
|
+
attr_accessor on_demand_capacity: ::Integer
|
314
|
+
SENSITIVE: []
|
315
|
+
end
|
316
|
+
|
317
|
+
class LocationState
|
318
|
+
attr_accessor allocated_capacity: ::Integer
|
319
|
+
attr_accessor always_on_capacity: ::Integer
|
320
|
+
attr_accessor idle_capacity: ::Integer
|
321
|
+
attr_accessor location_name: ::String
|
322
|
+
attr_accessor on_demand_capacity: ::Integer
|
323
|
+
attr_accessor requested_capacity: ::Integer
|
324
|
+
attr_accessor status: ("ACTIVATING" | "ACTIVE" | "ERROR" | "REMOVING")
|
325
|
+
SENSITIVE: []
|
326
|
+
end
|
327
|
+
|
328
|
+
class RemoveStreamGroupLocationsInput
|
329
|
+
attr_accessor identifier: ::String
|
330
|
+
attr_accessor locations: ::Array[::String]
|
331
|
+
SENSITIVE: []
|
332
|
+
end
|
333
|
+
|
334
|
+
class ReplicationStatus
|
335
|
+
attr_accessor location: ::String
|
336
|
+
attr_accessor status: ("REPLICATING" | "COMPLETED")
|
337
|
+
SENSITIVE: []
|
338
|
+
end
|
339
|
+
|
340
|
+
class ResourceNotFoundException
|
341
|
+
attr_accessor message: ::String
|
342
|
+
SENSITIVE: []
|
343
|
+
end
|
344
|
+
|
345
|
+
class RuntimeEnvironment
|
346
|
+
attr_accessor type: ("PROTON" | "WINDOWS" | "UBUNTU")
|
347
|
+
attr_accessor version: ::String
|
348
|
+
SENSITIVE: []
|
349
|
+
end
|
350
|
+
|
351
|
+
class ServiceQuotaExceededException
|
352
|
+
attr_accessor message: ::String
|
353
|
+
SENSITIVE: []
|
354
|
+
end
|
355
|
+
|
356
|
+
class StartStreamSessionInput
|
357
|
+
attr_accessor additional_environment_variables: ::Hash[::String, ::String]
|
358
|
+
attr_accessor additional_launch_args: ::Array[::String]
|
359
|
+
attr_accessor application_identifier: ::String
|
360
|
+
attr_accessor client_token: ::String
|
361
|
+
attr_accessor connection_timeout_seconds: ::Integer
|
362
|
+
attr_accessor description: ::String
|
363
|
+
attr_accessor identifier: ::String
|
364
|
+
attr_accessor locations: ::Array[::String]
|
365
|
+
attr_accessor protocol: ("WebRTC")
|
366
|
+
attr_accessor session_length_seconds: ::Integer
|
367
|
+
attr_accessor signal_request: ::String
|
368
|
+
attr_accessor user_id: ::String
|
369
|
+
SENSITIVE: [:signal_request]
|
370
|
+
end
|
371
|
+
|
372
|
+
class StartStreamSessionOutput
|
373
|
+
attr_accessor additional_environment_variables: ::Hash[::String, ::String]
|
374
|
+
attr_accessor additional_launch_args: ::Array[::String]
|
375
|
+
attr_accessor application_arn: ::String
|
376
|
+
attr_accessor arn: ::String
|
377
|
+
attr_accessor connection_timeout_seconds: ::Integer
|
378
|
+
attr_accessor created_at: ::Time
|
379
|
+
attr_accessor description: ::String
|
380
|
+
attr_accessor export_files_metadata: Types::ExportFilesMetadata
|
381
|
+
attr_accessor last_updated_at: ::Time
|
382
|
+
attr_accessor location: ::String
|
383
|
+
attr_accessor log_file_location_uri: ::String
|
384
|
+
attr_accessor protocol: ("WebRTC")
|
385
|
+
attr_accessor session_length_seconds: ::Integer
|
386
|
+
attr_accessor signal_request: ::String
|
387
|
+
attr_accessor signal_response: ::String
|
388
|
+
attr_accessor status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
|
389
|
+
attr_accessor status_reason: ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError")
|
390
|
+
attr_accessor stream_group_id: ::String
|
391
|
+
attr_accessor user_id: ::String
|
392
|
+
attr_accessor web_sdk_protocol_url: ::String
|
393
|
+
SENSITIVE: [:signal_request, :signal_response]
|
394
|
+
end
|
395
|
+
|
396
|
+
class StreamGroupSummary
|
397
|
+
attr_accessor arn: ::String
|
398
|
+
attr_accessor created_at: ::Time
|
399
|
+
attr_accessor default_application: Types::DefaultApplication
|
400
|
+
attr_accessor description: ::String
|
401
|
+
attr_accessor id: ::String
|
402
|
+
attr_accessor last_updated_at: ::Time
|
403
|
+
attr_accessor status: ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING")
|
404
|
+
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
|
405
|
+
SENSITIVE: []
|
406
|
+
end
|
407
|
+
|
408
|
+
class StreamSessionSummary
|
409
|
+
attr_accessor application_arn: ::String
|
410
|
+
attr_accessor arn: ::String
|
411
|
+
attr_accessor created_at: ::Time
|
412
|
+
attr_accessor export_files_metadata: Types::ExportFilesMetadata
|
413
|
+
attr_accessor last_updated_at: ::Time
|
414
|
+
attr_accessor location: ::String
|
415
|
+
attr_accessor protocol: ("WebRTC")
|
416
|
+
attr_accessor status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
|
417
|
+
attr_accessor user_id: ::String
|
418
|
+
SENSITIVE: []
|
419
|
+
end
|
420
|
+
|
421
|
+
class TagResourceRequest
|
422
|
+
attr_accessor resource_arn: ::String
|
423
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
424
|
+
SENSITIVE: []
|
425
|
+
end
|
426
|
+
|
427
|
+
class TagResourceResponse < Aws::EmptyStructure
|
428
|
+
end
|
429
|
+
|
430
|
+
class TerminateStreamSessionInput
|
431
|
+
attr_accessor identifier: ::String
|
432
|
+
attr_accessor stream_session_identifier: ::String
|
433
|
+
SENSITIVE: []
|
434
|
+
end
|
435
|
+
|
436
|
+
class ThrottlingException
|
437
|
+
attr_accessor message: ::String
|
438
|
+
SENSITIVE: []
|
439
|
+
end
|
440
|
+
|
441
|
+
class UntagResourceRequest
|
442
|
+
attr_accessor resource_arn: ::String
|
443
|
+
attr_accessor tag_keys: ::Array[::String]
|
444
|
+
SENSITIVE: []
|
445
|
+
end
|
446
|
+
|
447
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
448
|
+
end
|
449
|
+
|
450
|
+
class UpdateApplicationInput
|
451
|
+
attr_accessor application_log_output_uri: ::String
|
452
|
+
attr_accessor application_log_paths: ::Array[::String]
|
453
|
+
attr_accessor description: ::String
|
454
|
+
attr_accessor identifier: ::String
|
455
|
+
SENSITIVE: []
|
456
|
+
end
|
457
|
+
|
458
|
+
class UpdateApplicationOutput
|
459
|
+
attr_accessor application_log_output_uri: ::String
|
460
|
+
attr_accessor application_log_paths: ::Array[::String]
|
461
|
+
attr_accessor application_source_uri: ::String
|
462
|
+
attr_accessor arn: ::String
|
463
|
+
attr_accessor associated_stream_groups: ::Array[::String]
|
464
|
+
attr_accessor created_at: ::Time
|
465
|
+
attr_accessor description: ::String
|
466
|
+
attr_accessor executable_path: ::String
|
467
|
+
attr_accessor id: ::String
|
468
|
+
attr_accessor last_updated_at: ::Time
|
469
|
+
attr_accessor replication_statuses: ::Array[Types::ReplicationStatus]
|
470
|
+
attr_accessor runtime_environment: Types::RuntimeEnvironment
|
471
|
+
attr_accessor status: ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
|
472
|
+
attr_accessor status_reason: ("internalError" | "accessDenied")
|
473
|
+
SENSITIVE: []
|
474
|
+
end
|
475
|
+
|
476
|
+
class UpdateStreamGroupInput
|
477
|
+
attr_accessor description: ::String
|
478
|
+
attr_accessor identifier: ::String
|
479
|
+
attr_accessor location_configurations: ::Array[Types::LocationConfiguration]
|
480
|
+
SENSITIVE: []
|
481
|
+
end
|
482
|
+
|
483
|
+
class UpdateStreamGroupOutput
|
484
|
+
attr_accessor arn: ::String
|
485
|
+
attr_accessor associated_applications: ::Array[::String]
|
486
|
+
attr_accessor created_at: ::Time
|
487
|
+
attr_accessor default_application: Types::DefaultApplication
|
488
|
+
attr_accessor description: ::String
|
489
|
+
attr_accessor id: ::String
|
490
|
+
attr_accessor last_updated_at: ::Time
|
491
|
+
attr_accessor location_states: ::Array[Types::LocationState]
|
492
|
+
attr_accessor status: ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING")
|
493
|
+
attr_accessor status_reason: ("internalError" | "noAvailableInstances")
|
494
|
+
attr_accessor stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
|
495
|
+
SENSITIVE: []
|
496
|
+
end
|
497
|
+
|
498
|
+
class ValidationException
|
499
|
+
attr_accessor message: ::String
|
500
|
+
SENSITIVE: []
|
501
|
+
end
|
502
|
+
end
|
503
|
+
end
|
data/sig/waiters.rbs
ADDED
@@ -0,0 +1,64 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module GameLiftStreams
|
10
|
+
module Waiters
|
11
|
+
|
12
|
+
class ApplicationDeleted
|
13
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
14
|
+
| (?Hash[Symbol, untyped]) -> void
|
15
|
+
|
16
|
+
def wait: (
|
17
|
+
identifier: ::String
|
18
|
+
) -> Client::_GetApplicationResponseSuccess
|
19
|
+
| (Hash[Symbol, untyped]) -> Client::_GetApplicationResponseSuccess
|
20
|
+
end
|
21
|
+
|
22
|
+
class ApplicationReady
|
23
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
24
|
+
| (?Hash[Symbol, untyped]) -> void
|
25
|
+
|
26
|
+
def wait: (
|
27
|
+
identifier: ::String
|
28
|
+
) -> Client::_GetApplicationResponseSuccess
|
29
|
+
| (Hash[Symbol, untyped]) -> Client::_GetApplicationResponseSuccess
|
30
|
+
end
|
31
|
+
|
32
|
+
class StreamGroupActive
|
33
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
34
|
+
| (?Hash[Symbol, untyped]) -> void
|
35
|
+
|
36
|
+
def wait: (
|
37
|
+
identifier: ::String
|
38
|
+
) -> Client::_GetStreamGroupResponseSuccess
|
39
|
+
| (Hash[Symbol, untyped]) -> Client::_GetStreamGroupResponseSuccess
|
40
|
+
end
|
41
|
+
|
42
|
+
class StreamGroupDeleted
|
43
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
44
|
+
| (?Hash[Symbol, untyped]) -> void
|
45
|
+
|
46
|
+
def wait: (
|
47
|
+
identifier: ::String
|
48
|
+
) -> Client::_GetStreamGroupResponseSuccess
|
49
|
+
| (Hash[Symbol, untyped]) -> Client::_GetStreamGroupResponseSuccess
|
50
|
+
end
|
51
|
+
|
52
|
+
class StreamSessionActive
|
53
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
54
|
+
| (?Hash[Symbol, untyped]) -> void
|
55
|
+
|
56
|
+
def wait: (
|
57
|
+
identifier: ::String,
|
58
|
+
stream_session_identifier: ::String
|
59
|
+
) -> Client::_GetStreamSessionResponseSuccess
|
60
|
+
| (Hash[Symbol, untyped]) -> Client::_GetStreamSessionResponseSuccess
|
61
|
+
end
|
62
|
+
end
|
63
|
+
end
|
64
|
+
end
|
metadata
ADDED
@@ -0,0 +1,100 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: aws-sdk-gameliftstreams
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Amazon Web Services
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2025-03-05 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: aws-sdk-core
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '3'
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 3.216.0
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - "~>"
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '3'
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: 3.216.0
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: aws-sigv4
|
35
|
+
requirement: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - "~>"
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '1.5'
|
40
|
+
type: :runtime
|
41
|
+
prerelease: false
|
42
|
+
version_requirements: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - "~>"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '1.5'
|
47
|
+
description: Official AWS Ruby gem for Amazon GameLift Streams. This gem is part of
|
48
|
+
the AWS SDK for Ruby.
|
49
|
+
email:
|
50
|
+
- aws-dr-rubygems@amazon.com
|
51
|
+
executables: []
|
52
|
+
extensions: []
|
53
|
+
extra_rdoc_files: []
|
54
|
+
files:
|
55
|
+
- CHANGELOG.md
|
56
|
+
- LICENSE.txt
|
57
|
+
- VERSION
|
58
|
+
- lib/aws-sdk-gameliftstreams.rb
|
59
|
+
- lib/aws-sdk-gameliftstreams/client.rb
|
60
|
+
- lib/aws-sdk-gameliftstreams/client_api.rb
|
61
|
+
- lib/aws-sdk-gameliftstreams/customizations.rb
|
62
|
+
- lib/aws-sdk-gameliftstreams/endpoint_parameters.rb
|
63
|
+
- lib/aws-sdk-gameliftstreams/endpoint_provider.rb
|
64
|
+
- lib/aws-sdk-gameliftstreams/endpoints.rb
|
65
|
+
- lib/aws-sdk-gameliftstreams/errors.rb
|
66
|
+
- lib/aws-sdk-gameliftstreams/plugins/endpoints.rb
|
67
|
+
- lib/aws-sdk-gameliftstreams/resource.rb
|
68
|
+
- lib/aws-sdk-gameliftstreams/types.rb
|
69
|
+
- lib/aws-sdk-gameliftstreams/waiters.rb
|
70
|
+
- sig/client.rbs
|
71
|
+
- sig/errors.rbs
|
72
|
+
- sig/resource.rbs
|
73
|
+
- sig/types.rbs
|
74
|
+
- sig/waiters.rbs
|
75
|
+
homepage: https://github.com/aws/aws-sdk-ruby
|
76
|
+
licenses:
|
77
|
+
- Apache-2.0
|
78
|
+
metadata:
|
79
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-gameliftstreams
|
80
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-gameliftstreams/CHANGELOG.md
|
81
|
+
post_install_message:
|
82
|
+
rdoc_options: []
|
83
|
+
require_paths:
|
84
|
+
- lib
|
85
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '2.5'
|
90
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
|
+
requirements:
|
92
|
+
- - ">="
|
93
|
+
- !ruby/object:Gem::Version
|
94
|
+
version: '0'
|
95
|
+
requirements: []
|
96
|
+
rubygems_version: 3.4.10
|
97
|
+
signing_key:
|
98
|
+
specification_version: 4
|
99
|
+
summary: AWS SDK for Ruby - Amazon GameLift Streams
|
100
|
+
test_files: []
|