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.
@@ -55,7 +55,7 @@ module Aws::GameLiftStreams
55
55
  autoload :EndpointProvider, 'aws-sdk-gameliftstreams/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-gameliftstreams/endpoints'
57
57
 
58
- GEM_VERSION = '1.8.0'
58
+ GEM_VERSION = '1.9.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -88,8 +88,8 @@ module Aws
88
88
  identifier: ::String,
89
89
  location_configurations: Array[
90
90
  {
91
- always_on_capacity: ::Integer?,
92
91
  location_name: ::String,
92
+ always_on_capacity: ::Integer?,
93
93
  on_demand_capacity: ::Integer?
94
94
  },
95
95
  ]
@@ -98,77 +98,77 @@ module Aws
98
98
 
99
99
  interface _AssociateApplicationsResponseSuccess
100
100
  include ::Seahorse::Client::_ResponseSuccess[Types::AssociateApplicationsOutput]
101
- def application_arns: () -> ::Array[::String]
102
101
  def arn: () -> ::String
102
+ def application_arns: () -> ::Array[::String]
103
103
  end
104
104
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#associate_applications-instance_method
105
105
  def associate_applications: (
106
- application_identifiers: Array[::String],
107
- identifier: ::String
106
+ identifier: ::String,
107
+ application_identifiers: Array[::String]
108
108
  ) -> _AssociateApplicationsResponseSuccess
109
109
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AssociateApplicationsResponseSuccess
110
110
 
111
111
  interface _CreateApplicationResponseSuccess
112
112
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateApplicationOutput]
113
- def application_log_output_uri: () -> ::String
114
- def application_log_paths: () -> ::Array[::String]
115
- def application_source_uri: () -> ::String
116
113
  def arn: () -> ::String
117
- def associated_stream_groups: () -> ::Array[::String]
118
- def created_at: () -> ::Time
119
114
  def description: () -> ::String
115
+ def runtime_environment: () -> Types::RuntimeEnvironment
120
116
  def executable_path: () -> ::String
117
+ def application_log_paths: () -> ::Array[::String]
118
+ def application_log_output_uri: () -> ::String
119
+ def application_source_uri: () -> ::String
121
120
  def id: () -> ::String
122
- def last_updated_at: () -> ::Time
123
- def replication_statuses: () -> ::Array[Types::ReplicationStatus]
124
- def runtime_environment: () -> Types::RuntimeEnvironment
125
121
  def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
126
122
  def status_reason: () -> ("internalError" | "accessDenied")
123
+ def replication_statuses: () -> ::Array[Types::ReplicationStatus]
124
+ def created_at: () -> ::Time
125
+ def last_updated_at: () -> ::Time
126
+ def associated_stream_groups: () -> ::Array[::String]
127
127
  end
128
128
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#create_application-instance_method
129
129
  def create_application: (
130
- ?application_log_output_uri: ::String,
131
- ?application_log_paths: Array[::String],
132
- application_source_uri: ::String,
133
- ?client_token: ::String,
134
130
  description: ::String,
135
- executable_path: ::String,
136
131
  runtime_environment: {
137
132
  type: ("PROTON" | "WINDOWS" | "UBUNTU"),
138
133
  version: ::String
139
134
  },
140
- ?tags: Hash[::String, ::String]
135
+ executable_path: ::String,
136
+ application_source_uri: ::String,
137
+ ?application_log_paths: Array[::String],
138
+ ?application_log_output_uri: ::String,
139
+ ?tags: Hash[::String, ::String],
140
+ ?client_token: ::String
141
141
  ) -> _CreateApplicationResponseSuccess
142
142
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateApplicationResponseSuccess
143
143
 
144
144
  interface _CreateStreamGroupResponseSuccess
145
145
  include ::Seahorse::Client::_ResponseSuccess[Types::CreateStreamGroupOutput]
146
146
  def arn: () -> ::String
147
- def associated_applications: () -> ::Array[::String]
148
- def created_at: () -> ::Time
149
- def default_application: () -> Types::DefaultApplication
150
147
  def description: () -> ::String
151
- def id: () -> ::String
152
- def last_updated_at: () -> ::Time
148
+ def default_application: () -> Types::DefaultApplication
153
149
  def location_states: () -> ::Array[Types::LocationState]
150
+ def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
151
+ def id: () -> ::String
154
152
  def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING")
155
153
  def status_reason: () -> ("internalError" | "noAvailableInstances")
156
- def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
154
+ def last_updated_at: () -> ::Time
155
+ def created_at: () -> ::Time
156
+ def associated_applications: () -> ::Array[::String]
157
157
  end
158
158
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#create_stream_group-instance_method
159
159
  def create_stream_group: (
160
- ?client_token: ::String,
161
- ?default_application_identifier: ::String,
162
160
  description: ::String,
161
+ stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022"),
162
+ ?default_application_identifier: ::String,
163
163
  ?location_configurations: Array[
164
164
  {
165
- always_on_capacity: ::Integer?,
166
165
  location_name: ::String,
166
+ always_on_capacity: ::Integer?,
167
167
  on_demand_capacity: ::Integer?
168
168
  },
169
169
  ],
170
- stream_class: ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022"),
171
- ?tags: Hash[::String, ::String]
170
+ ?tags: Hash[::String, ::String],
171
+ ?client_token: ::String
172
172
  ) -> _CreateStreamGroupResponseSuccess
173
173
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStreamGroupResponseSuccess
174
174
 
@@ -180,8 +180,8 @@ module Aws
180
180
  def create_stream_session_connection: (
181
181
  ?client_token: ::String,
182
182
  identifier: ::String,
183
- signal_request: ::String,
184
- stream_session_identifier: ::String
183
+ stream_session_identifier: ::String,
184
+ signal_request: ::String
185
185
  ) -> _CreateStreamSessionConnectionResponseSuccess
186
186
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStreamSessionConnectionResponseSuccess
187
187
 
@@ -199,13 +199,13 @@ module Aws
199
199
 
200
200
  interface _DisassociateApplicationsResponseSuccess
201
201
  include ::Seahorse::Client::_ResponseSuccess[Types::DisassociateApplicationsOutput]
202
- def application_arns: () -> ::Array[::String]
203
202
  def arn: () -> ::String
203
+ def application_arns: () -> ::Array[::String]
204
204
  end
205
205
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#disassociate_applications-instance_method
206
206
  def disassociate_applications: (
207
- application_identifiers: Array[::String],
208
- identifier: ::String
207
+ identifier: ::String,
208
+ application_identifiers: Array[::String]
209
209
  ) -> _DisassociateApplicationsResponseSuccess
210
210
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisassociateApplicationsResponseSuccess
211
211
 
@@ -215,27 +215,27 @@ module Aws
215
215
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#export_stream_session_files-instance_method
216
216
  def export_stream_session_files: (
217
217
  identifier: ::String,
218
- output_uri: ::String,
219
- stream_session_identifier: ::String
218
+ stream_session_identifier: ::String,
219
+ output_uri: ::String
220
220
  ) -> _ExportStreamSessionFilesResponseSuccess
221
221
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ExportStreamSessionFilesResponseSuccess
222
222
 
223
223
  interface _GetApplicationResponseSuccess
224
224
  include ::Seahorse::Client::_ResponseSuccess[Types::GetApplicationOutput]
225
- def application_log_output_uri: () -> ::String
226
- def application_log_paths: () -> ::Array[::String]
227
- def application_source_uri: () -> ::String
228
225
  def arn: () -> ::String
229
- def associated_stream_groups: () -> ::Array[::String]
230
- def created_at: () -> ::Time
231
226
  def description: () -> ::String
227
+ def runtime_environment: () -> Types::RuntimeEnvironment
232
228
  def executable_path: () -> ::String
229
+ def application_log_paths: () -> ::Array[::String]
230
+ def application_log_output_uri: () -> ::String
231
+ def application_source_uri: () -> ::String
233
232
  def id: () -> ::String
234
- def last_updated_at: () -> ::Time
235
- def replication_statuses: () -> ::Array[Types::ReplicationStatus]
236
- def runtime_environment: () -> Types::RuntimeEnvironment
237
233
  def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
238
234
  def status_reason: () -> ("internalError" | "accessDenied")
235
+ def replication_statuses: () -> ::Array[Types::ReplicationStatus]
236
+ def created_at: () -> ::Time
237
+ def last_updated_at: () -> ::Time
238
+ def associated_stream_groups: () -> ::Array[::String]
239
239
  end
240
240
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#get_application-instance_method
241
241
  def get_application: (
@@ -246,16 +246,16 @@ module Aws
246
246
  interface _GetStreamGroupResponseSuccess
247
247
  include ::Seahorse::Client::_ResponseSuccess[Types::GetStreamGroupOutput]
248
248
  def arn: () -> ::String
249
- def associated_applications: () -> ::Array[::String]
250
- def created_at: () -> ::Time
251
- def default_application: () -> Types::DefaultApplication
252
249
  def description: () -> ::String
253
- def id: () -> ::String
254
- def last_updated_at: () -> ::Time
250
+ def default_application: () -> Types::DefaultApplication
255
251
  def location_states: () -> ::Array[Types::LocationState]
252
+ def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
253
+ def id: () -> ::String
256
254
  def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING")
257
255
  def status_reason: () -> ("internalError" | "noAvailableInstances")
258
- def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
256
+ def last_updated_at: () -> ::Time
257
+ def created_at: () -> ::Time
258
+ def associated_applications: () -> ::Array[::String]
259
259
  end
260
260
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#get_stream_group-instance_method
261
261
  def get_stream_group: (
@@ -265,26 +265,26 @@ module Aws
265
265
 
266
266
  interface _GetStreamSessionResponseSuccess
267
267
  include ::Seahorse::Client::_ResponseSuccess[Types::GetStreamSessionOutput]
268
- def additional_environment_variables: () -> ::Hash[::String, ::String]
269
- def additional_launch_args: () -> ::Array[::String]
270
- def application_arn: () -> ::String
271
268
  def arn: () -> ::String
272
- def connection_timeout_seconds: () -> ::Integer
273
- def created_at: () -> ::Time
274
269
  def description: () -> ::String
275
- def export_files_metadata: () -> Types::ExportFilesMetadata
276
- def last_updated_at: () -> ::Time
277
- def location: () -> ::String
278
- def log_file_location_uri: () -> ::String
270
+ def stream_group_id: () -> ::String
271
+ def user_id: () -> ::String
272
+ def status: () -> ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
273
+ def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError")
279
274
  def protocol: () -> ("WebRTC")
280
- def session_length_seconds: () -> ::Integer
275
+ def location: () -> ::String
281
276
  def signal_request: () -> ::String
282
277
  def signal_response: () -> ::String
283
- def status: () -> ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
284
- def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError")
285
- def stream_group_id: () -> ::String
286
- def user_id: () -> ::String
278
+ def connection_timeout_seconds: () -> ::Integer
279
+ def session_length_seconds: () -> ::Integer
280
+ def additional_launch_args: () -> ::Array[::String]
281
+ def additional_environment_variables: () -> ::Hash[::String, ::String]
282
+ def log_file_location_uri: () -> ::String
287
283
  def web_sdk_protocol_url: () -> ::String
284
+ def last_updated_at: () -> ::Time
285
+ def created_at: () -> ::Time
286
+ def application_arn: () -> ::String
287
+ def export_files_metadata: () -> Types::ExportFilesMetadata
288
288
  end
289
289
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#get_stream_session-instance_method
290
290
  def get_stream_session: (
@@ -300,8 +300,8 @@ module Aws
300
300
  end
301
301
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#list_applications-instance_method
302
302
  def list_applications: (
303
- ?max_results: ::Integer,
304
- ?next_token: ::String
303
+ ?next_token: ::String,
304
+ ?max_results: ::Integer
305
305
  ) -> _ListApplicationsResponseSuccess
306
306
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationsResponseSuccess
307
307
 
@@ -312,8 +312,8 @@ module Aws
312
312
  end
313
313
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#list_stream_groups-instance_method
314
314
  def list_stream_groups: (
315
- ?max_results: ::Integer,
316
- ?next_token: ::String
315
+ ?next_token: ::String,
316
+ ?max_results: ::Integer
317
317
  ) -> _ListStreamGroupsResponseSuccess
318
318
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStreamGroupsResponseSuccess
319
319
 
@@ -324,11 +324,11 @@ module Aws
324
324
  end
325
325
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#list_stream_sessions-instance_method
326
326
  def list_stream_sessions: (
327
+ ?status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR"),
327
328
  ?export_files_status: ("SUCCEEDED" | "FAILED" | "PENDING"),
328
- identifier: ::String,
329
- ?max_results: ::Integer,
330
329
  ?next_token: ::String,
331
- ?status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
330
+ ?max_results: ::Integer,
331
+ identifier: ::String
332
332
  ) -> _ListStreamSessionsResponseSuccess
333
333
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStreamSessionsResponseSuccess
334
334
 
@@ -339,10 +339,10 @@ module Aws
339
339
  end
340
340
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#list_stream_sessions_by_account-instance_method
341
341
  def list_stream_sessions_by_account: (
342
+ ?status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR"),
342
343
  ?export_files_status: ("SUCCEEDED" | "FAILED" | "PENDING"),
343
- ?max_results: ::Integer,
344
344
  ?next_token: ::String,
345
- ?status: ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
345
+ ?max_results: ::Integer
346
346
  ) -> _ListStreamSessionsByAccountResponseSuccess
347
347
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListStreamSessionsByAccountResponseSuccess
348
348
 
@@ -365,41 +365,41 @@ module Aws
365
365
 
366
366
  interface _StartStreamSessionResponseSuccess
367
367
  include ::Seahorse::Client::_ResponseSuccess[Types::StartStreamSessionOutput]
368
- def additional_environment_variables: () -> ::Hash[::String, ::String]
369
- def additional_launch_args: () -> ::Array[::String]
370
- def application_arn: () -> ::String
371
368
  def arn: () -> ::String
372
- def connection_timeout_seconds: () -> ::Integer
373
- def created_at: () -> ::Time
374
369
  def description: () -> ::String
375
- def export_files_metadata: () -> Types::ExportFilesMetadata
376
- def last_updated_at: () -> ::Time
377
- def location: () -> ::String
378
- def log_file_location_uri: () -> ::String
370
+ def stream_group_id: () -> ::String
371
+ def user_id: () -> ::String
372
+ def status: () -> ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
373
+ def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError")
379
374
  def protocol: () -> ("WebRTC")
380
- def session_length_seconds: () -> ::Integer
375
+ def location: () -> ::String
381
376
  def signal_request: () -> ::String
382
377
  def signal_response: () -> ::String
383
- def status: () -> ("ACTIVATING" | "ACTIVE" | "CONNECTED" | "PENDING_CLIENT_RECONNECTION" | "RECONNECTING" | "TERMINATING" | "TERMINATED" | "ERROR")
384
- def status_reason: () -> ("internalError" | "invalidSignalRequest" | "placementTimeout" | "applicationLogS3DestinationError")
385
- def stream_group_id: () -> ::String
386
- def user_id: () -> ::String
378
+ def connection_timeout_seconds: () -> ::Integer
379
+ def session_length_seconds: () -> ::Integer
380
+ def additional_launch_args: () -> ::Array[::String]
381
+ def additional_environment_variables: () -> ::Hash[::String, ::String]
382
+ def log_file_location_uri: () -> ::String
387
383
  def web_sdk_protocol_url: () -> ::String
384
+ def last_updated_at: () -> ::Time
385
+ def created_at: () -> ::Time
386
+ def application_arn: () -> ::String
387
+ def export_files_metadata: () -> Types::ExportFilesMetadata
388
388
  end
389
389
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#start_stream_session-instance_method
390
390
  def start_stream_session: (
391
- ?additional_environment_variables: Hash[::String, ::String],
392
- ?additional_launch_args: Array[::String],
393
- application_identifier: ::String,
394
391
  ?client_token: ::String,
395
- ?connection_timeout_seconds: ::Integer,
396
392
  ?description: ::String,
397
393
  identifier: ::String,
398
- ?locations: Array[::String],
399
394
  protocol: ("WebRTC"),
400
- ?session_length_seconds: ::Integer,
401
395
  signal_request: ::String,
402
- ?user_id: ::String
396
+ application_identifier: ::String,
397
+ ?user_id: ::String,
398
+ ?locations: Array[::String],
399
+ ?connection_timeout_seconds: ::Integer,
400
+ ?session_length_seconds: ::Integer,
401
+ ?additional_launch_args: Array[::String],
402
+ ?additional_environment_variables: Hash[::String, ::String]
403
403
  ) -> _StartStreamSessionResponseSuccess
404
404
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartStreamSessionResponseSuccess
405
405
 
@@ -432,55 +432,55 @@ module Aws
432
432
 
433
433
  interface _UpdateApplicationResponseSuccess
434
434
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationOutput]
435
- def application_log_output_uri: () -> ::String
436
- def application_log_paths: () -> ::Array[::String]
437
- def application_source_uri: () -> ::String
438
435
  def arn: () -> ::String
439
- def associated_stream_groups: () -> ::Array[::String]
440
- def created_at: () -> ::Time
441
436
  def description: () -> ::String
437
+ def runtime_environment: () -> Types::RuntimeEnvironment
442
438
  def executable_path: () -> ::String
439
+ def application_log_paths: () -> ::Array[::String]
440
+ def application_log_output_uri: () -> ::String
441
+ def application_source_uri: () -> ::String
443
442
  def id: () -> ::String
444
- def last_updated_at: () -> ::Time
445
- def replication_statuses: () -> ::Array[Types::ReplicationStatus]
446
- def runtime_environment: () -> Types::RuntimeEnvironment
447
443
  def status: () -> ("INITIALIZED" | "PROCESSING" | "READY" | "DELETING" | "ERROR")
448
444
  def status_reason: () -> ("internalError" | "accessDenied")
445
+ def replication_statuses: () -> ::Array[Types::ReplicationStatus]
446
+ def created_at: () -> ::Time
447
+ def last_updated_at: () -> ::Time
448
+ def associated_stream_groups: () -> ::Array[::String]
449
449
  end
450
450
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#update_application-instance_method
451
451
  def update_application: (
452
- ?application_log_output_uri: ::String,
453
- ?application_log_paths: Array[::String],
452
+ identifier: ::String,
454
453
  ?description: ::String,
455
- identifier: ::String
454
+ ?application_log_paths: Array[::String],
455
+ ?application_log_output_uri: ::String
456
456
  ) -> _UpdateApplicationResponseSuccess
457
457
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationResponseSuccess
458
458
 
459
459
  interface _UpdateStreamGroupResponseSuccess
460
460
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateStreamGroupOutput]
461
461
  def arn: () -> ::String
462
- def associated_applications: () -> ::Array[::String]
463
- def created_at: () -> ::Time
464
- def default_application: () -> Types::DefaultApplication
465
462
  def description: () -> ::String
466
- def id: () -> ::String
467
- def last_updated_at: () -> ::Time
463
+ def default_application: () -> Types::DefaultApplication
468
464
  def location_states: () -> ::Array[Types::LocationState]
465
+ def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
466
+ def id: () -> ::String
469
467
  def status: () -> ("ACTIVATING" | "UPDATING_LOCATIONS" | "ACTIVE" | "ACTIVE_WITH_ERRORS" | "ERROR" | "DELETING")
470
468
  def status_reason: () -> ("internalError" | "noAvailableInstances")
471
- def stream_class: () -> ("gen4n_high" | "gen4n_ultra" | "gen4n_win2022" | "gen5n_high" | "gen5n_ultra" | "gen5n_win2022")
469
+ def last_updated_at: () -> ::Time
470
+ def created_at: () -> ::Time
471
+ def associated_applications: () -> ::Array[::String]
472
472
  end
473
473
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/GameLiftStreams/Client.html#update_stream_group-instance_method
474
474
  def update_stream_group: (
475
- ?description: ::String,
476
475
  identifier: ::String,
477
476
  ?location_configurations: Array[
478
477
  {
479
- always_on_capacity: ::Integer?,
480
478
  location_name: ::String,
479
+ always_on_capacity: ::Integer?,
481
480
  on_demand_capacity: ::Integer?
482
481
  },
483
- ]
482
+ ],
483
+ ?description: ::String
484
484
  ) -> _UpdateStreamGroupResponseSuccess
485
485
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateStreamGroupResponseSuccess
486
486