aws-sdk-ivsrealtime 1.19.0 → 1.21.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.
data/sig/types.rbs CHANGED
@@ -13,6 +13,12 @@ module Aws::IVSRealTime
13
13
  SENSITIVE: []
14
14
  end
15
15
 
16
+ class AutoParticipantRecordingConfiguration
17
+ attr_accessor storage_configuration_arn: ::String
18
+ attr_accessor media_types: ::Array[("AUDIO_VIDEO" | "AUDIO_ONLY")]
19
+ SENSITIVE: []
20
+ end
21
+
16
22
  class ChannelDestinationConfiguration
17
23
  attr_accessor channel_arn: ::String
18
24
  attr_accessor encoder_configuration_arn: ::String
@@ -21,24 +27,24 @@ module Aws::IVSRealTime
21
27
 
22
28
  class Composition
23
29
  attr_accessor arn: ::String
24
- attr_accessor destinations: ::Array[Types::Destination]
25
- attr_accessor end_time: ::Time
26
- attr_accessor layout: Types::LayoutConfiguration
27
30
  attr_accessor stage_arn: ::String
28
- attr_accessor start_time: ::Time
29
31
  attr_accessor state: ("STARTING" | "ACTIVE" | "STOPPING" | "FAILED" | "STOPPED")
32
+ attr_accessor layout: Types::LayoutConfiguration
33
+ attr_accessor destinations: ::Array[Types::Destination]
30
34
  attr_accessor tags: ::Hash[::String, ::String]
35
+ attr_accessor start_time: ::Time
36
+ attr_accessor end_time: ::Time
31
37
  SENSITIVE: []
32
38
  end
33
39
 
34
40
  class CompositionSummary
35
41
  attr_accessor arn: ::String
36
- attr_accessor destinations: ::Array[Types::DestinationSummary]
37
- attr_accessor end_time: ::Time
38
42
  attr_accessor stage_arn: ::String
39
- attr_accessor start_time: ::Time
43
+ attr_accessor destinations: ::Array[Types::DestinationSummary]
40
44
  attr_accessor state: ("STARTING" | "ACTIVE" | "STOPPING" | "FAILED" | "STOPPED")
41
45
  attr_accessor tags: ::Hash[::String, ::String]
46
+ attr_accessor start_time: ::Time
47
+ attr_accessor end_time: ::Time
42
48
  SENSITIVE: []
43
49
  end
44
50
 
@@ -49,8 +55,8 @@ module Aws::IVSRealTime
49
55
 
50
56
  class CreateEncoderConfigurationRequest
51
57
  attr_accessor name: ::String
52
- attr_accessor tags: ::Hash[::String, ::String]
53
58
  attr_accessor video: Types::Video
59
+ attr_accessor tags: ::Hash[::String, ::String]
54
60
  SENSITIVE: []
55
61
  end
56
62
 
@@ -60,11 +66,11 @@ module Aws::IVSRealTime
60
66
  end
61
67
 
62
68
  class CreateParticipantTokenRequest
63
- attr_accessor attributes: ::Hash[::String, ::String]
64
- attr_accessor capabilities: ::Array[("PUBLISH" | "SUBSCRIBE")]
65
- attr_accessor duration: ::Integer
66
69
  attr_accessor stage_arn: ::String
70
+ attr_accessor duration: ::Integer
67
71
  attr_accessor user_id: ::String
72
+ attr_accessor attributes: ::Hash[::String, ::String]
73
+ attr_accessor capabilities: ::Array[("PUBLISH" | "SUBSCRIBE")]
68
74
  SENSITIVE: []
69
75
  end
70
76
 
@@ -77,12 +83,13 @@ module Aws::IVSRealTime
77
83
  attr_accessor name: ::String
78
84
  attr_accessor participant_token_configurations: ::Array[Types::ParticipantTokenConfiguration]
79
85
  attr_accessor tags: ::Hash[::String, ::String]
86
+ attr_accessor auto_participant_recording_configuration: Types::AutoParticipantRecordingConfiguration
80
87
  SENSITIVE: []
81
88
  end
82
89
 
83
90
  class CreateStageResponse
84
- attr_accessor participant_tokens: ::Array[Types::ParticipantToken]
85
91
  attr_accessor stage: Types::Stage
92
+ attr_accessor participant_tokens: ::Array[Types::ParticipantToken]
86
93
  SENSITIVE: []
87
94
  end
88
95
 
@@ -123,18 +130,18 @@ module Aws::IVSRealTime
123
130
  end
124
131
 
125
132
  class Destination
126
- attr_accessor configuration: Types::DestinationConfiguration
127
- attr_accessor detail: Types::DestinationDetail
128
- attr_accessor end_time: ::Time
129
133
  attr_accessor id: ::String
130
- attr_accessor start_time: ::Time
131
134
  attr_accessor state: ("STARTING" | "ACTIVE" | "STOPPING" | "RECONNECTING" | "FAILED" | "STOPPED")
135
+ attr_accessor start_time: ::Time
136
+ attr_accessor end_time: ::Time
137
+ attr_accessor configuration: Types::DestinationConfiguration
138
+ attr_accessor detail: Types::DestinationDetail
132
139
  SENSITIVE: []
133
140
  end
134
141
 
135
142
  class DestinationConfiguration
136
- attr_accessor channel: Types::ChannelDestinationConfiguration
137
143
  attr_accessor name: ::String
144
+ attr_accessor channel: Types::ChannelDestinationConfiguration
138
145
  attr_accessor s3: Types::S3DestinationConfiguration
139
146
  SENSITIVE: []
140
147
  end
@@ -145,17 +152,17 @@ module Aws::IVSRealTime
145
152
  end
146
153
 
147
154
  class DestinationSummary
148
- attr_accessor end_time: ::Time
149
155
  attr_accessor id: ::String
150
- attr_accessor start_time: ::Time
151
156
  attr_accessor state: ("STARTING" | "ACTIVE" | "STOPPING" | "RECONNECTING" | "FAILED" | "STOPPED")
157
+ attr_accessor start_time: ::Time
158
+ attr_accessor end_time: ::Time
152
159
  SENSITIVE: []
153
160
  end
154
161
 
155
162
  class DisconnectParticipantRequest
163
+ attr_accessor stage_arn: ::String
156
164
  attr_accessor participant_id: ::String
157
165
  attr_accessor reason: ::String
158
- attr_accessor stage_arn: ::String
159
166
  SENSITIVE: []
160
167
  end
161
168
 
@@ -165,8 +172,8 @@ module Aws::IVSRealTime
165
172
  class EncoderConfiguration
166
173
  attr_accessor arn: ::String
167
174
  attr_accessor name: ::String
168
- attr_accessor tags: ::Hash[::String, ::String]
169
175
  attr_accessor video: Types::Video
176
+ attr_accessor tags: ::Hash[::String, ::String]
170
177
  SENSITIVE: []
171
178
  end
172
179
 
@@ -178,11 +185,11 @@ module Aws::IVSRealTime
178
185
  end
179
186
 
180
187
  class Event
181
- attr_accessor error_code: ("INSUFFICIENT_CAPABILITIES" | "QUOTA_EXCEEDED" | "PUBLISHER_NOT_FOUND")
182
- attr_accessor event_time: ::Time
183
188
  attr_accessor name: ("JOINED" | "LEFT" | "PUBLISH_STARTED" | "PUBLISH_STOPPED" | "SUBSCRIBE_STARTED" | "SUBSCRIBE_STOPPED" | "PUBLISH_ERROR" | "SUBSCRIBE_ERROR" | "JOIN_ERROR")
184
189
  attr_accessor participant_id: ::String
190
+ attr_accessor event_time: ::Time
185
191
  attr_accessor remote_participant_id: ::String
192
+ attr_accessor error_code: ("INSUFFICIENT_CAPABILITIES" | "QUOTA_EXCEEDED" | "PUBLISHER_NOT_FOUND")
186
193
  SENSITIVE: []
187
194
  end
188
195
 
@@ -207,9 +214,9 @@ module Aws::IVSRealTime
207
214
  end
208
215
 
209
216
  class GetParticipantRequest
210
- attr_accessor participant_id: ::String
211
- attr_accessor session_id: ::String
212
217
  attr_accessor stage_arn: ::String
218
+ attr_accessor session_id: ::String
219
+ attr_accessor participant_id: ::String
213
220
  SENSITIVE: []
214
221
  end
215
222
 
@@ -229,8 +236,8 @@ module Aws::IVSRealTime
229
236
  end
230
237
 
231
238
  class GetStageSessionRequest
232
- attr_accessor session_id: ::String
233
239
  attr_accessor stage_arn: ::String
240
+ attr_accessor session_id: ::String
234
241
  SENSITIVE: []
235
242
  end
236
243
 
@@ -251,10 +258,10 @@ module Aws::IVSRealTime
251
258
 
252
259
  class GridConfiguration
253
260
  attr_accessor featured_participant_attribute: ::String
254
- attr_accessor grid_gap: ::Integer
255
261
  attr_accessor omit_stopped_video: bool
256
262
  attr_accessor video_aspect_ratio: ("AUTO" | "VIDEO" | "SQUARE" | "PORTRAIT")
257
263
  attr_accessor video_fill_mode: ("FILL" | "COVER" | "CONTAIN")
264
+ attr_accessor grid_gap: ::Integer
258
265
  SENSITIVE: []
259
266
  end
260
267
 
@@ -270,10 +277,10 @@ module Aws::IVSRealTime
270
277
  end
271
278
 
272
279
  class ListCompositionsRequest
273
- attr_accessor filter_by_encoder_configuration_arn: ::String
274
280
  attr_accessor filter_by_stage_arn: ::String
275
- attr_accessor max_results: ::Integer
281
+ attr_accessor filter_by_encoder_configuration_arn: ::String
276
282
  attr_accessor next_token: ::String
283
+ attr_accessor max_results: ::Integer
277
284
  SENSITIVE: []
278
285
  end
279
286
 
@@ -284,8 +291,8 @@ module Aws::IVSRealTime
284
291
  end
285
292
 
286
293
  class ListEncoderConfigurationsRequest
287
- attr_accessor max_results: ::Integer
288
294
  attr_accessor next_token: ::String
295
+ attr_accessor max_results: ::Integer
289
296
  SENSITIVE: []
290
297
  end
291
298
 
@@ -296,11 +303,11 @@ module Aws::IVSRealTime
296
303
  end
297
304
 
298
305
  class ListParticipantEventsRequest
299
- attr_accessor max_results: ::Integer
300
- attr_accessor next_token: ::String
301
- attr_accessor participant_id: ::String
302
- attr_accessor session_id: ::String
303
306
  attr_accessor stage_arn: ::String
307
+ attr_accessor session_id: ::String
308
+ attr_accessor participant_id: ::String
309
+ attr_accessor next_token: ::String
310
+ attr_accessor max_results: ::Integer
304
311
  SENSITIVE: []
305
312
  end
306
313
 
@@ -311,56 +318,57 @@ module Aws::IVSRealTime
311
318
  end
312
319
 
313
320
  class ListParticipantsRequest
321
+ attr_accessor stage_arn: ::String
322
+ attr_accessor session_id: ::String
323
+ attr_accessor filter_by_user_id: ::String
314
324
  attr_accessor filter_by_published: bool
315
325
  attr_accessor filter_by_state: ("CONNECTED" | "DISCONNECTED")
316
- attr_accessor filter_by_user_id: ::String
317
- attr_accessor max_results: ::Integer
318
326
  attr_accessor next_token: ::String
319
- attr_accessor session_id: ::String
320
- attr_accessor stage_arn: ::String
327
+ attr_accessor max_results: ::Integer
328
+ attr_accessor filter_by_recording_state: ("STARTING" | "ACTIVE" | "STOPPING" | "STOPPED" | "FAILED")
321
329
  SENSITIVE: []
322
330
  end
323
331
 
324
332
  class ListParticipantsResponse
325
- attr_accessor next_token: ::String
326
333
  attr_accessor participants: ::Array[Types::ParticipantSummary]
334
+ attr_accessor next_token: ::String
327
335
  SENSITIVE: []
328
336
  end
329
337
 
330
338
  class ListStageSessionsRequest
331
- attr_accessor max_results: ::Integer
332
- attr_accessor next_token: ::String
333
339
  attr_accessor stage_arn: ::String
340
+ attr_accessor next_token: ::String
341
+ attr_accessor max_results: ::Integer
334
342
  SENSITIVE: []
335
343
  end
336
344
 
337
345
  class ListStageSessionsResponse
338
- attr_accessor next_token: ::String
339
346
  attr_accessor stage_sessions: ::Array[Types::StageSessionSummary]
347
+ attr_accessor next_token: ::String
340
348
  SENSITIVE: []
341
349
  end
342
350
 
343
351
  class ListStagesRequest
344
- attr_accessor max_results: ::Integer
345
352
  attr_accessor next_token: ::String
353
+ attr_accessor max_results: ::Integer
346
354
  SENSITIVE: []
347
355
  end
348
356
 
349
357
  class ListStagesResponse
350
- attr_accessor next_token: ::String
351
358
  attr_accessor stages: ::Array[Types::StageSummary]
359
+ attr_accessor next_token: ::String
352
360
  SENSITIVE: []
353
361
  end
354
362
 
355
363
  class ListStorageConfigurationsRequest
356
- attr_accessor max_results: ::Integer
357
364
  attr_accessor next_token: ::String
365
+ attr_accessor max_results: ::Integer
358
366
  SENSITIVE: []
359
367
  end
360
368
 
361
369
  class ListStorageConfigurationsResponse
362
- attr_accessor next_token: ::String
363
370
  attr_accessor storage_configurations: ::Array[Types::StorageConfigurationSummary]
371
+ attr_accessor next_token: ::String
364
372
  SENSITIVE: []
365
373
  end
366
374
 
@@ -375,46 +383,50 @@ module Aws::IVSRealTime
375
383
  end
376
384
 
377
385
  class Participant
378
- attr_accessor attributes: ::Hash[::String, ::String]
379
- attr_accessor browser_name: ::String
380
- attr_accessor browser_version: ::String
386
+ attr_accessor participant_id: ::String
387
+ attr_accessor user_id: ::String
388
+ attr_accessor state: ("CONNECTED" | "DISCONNECTED")
381
389
  attr_accessor first_join_time: ::Time
390
+ attr_accessor attributes: ::Hash[::String, ::String]
391
+ attr_accessor published: bool
382
392
  attr_accessor isp_name: ::String
383
393
  attr_accessor os_name: ::String
384
394
  attr_accessor os_version: ::String
385
- attr_accessor participant_id: ::String
386
- attr_accessor published: bool
395
+ attr_accessor browser_name: ::String
396
+ attr_accessor browser_version: ::String
387
397
  attr_accessor sdk_version: ::String
388
- attr_accessor state: ("CONNECTED" | "DISCONNECTED")
389
- attr_accessor user_id: ::String
398
+ attr_accessor recording_s3_bucket_name: ::String
399
+ attr_accessor recording_s3_prefix: ::String
400
+ attr_accessor recording_state: ("STARTING" | "ACTIVE" | "STOPPING" | "STOPPED" | "FAILED" | "DISABLED")
390
401
  SENSITIVE: []
391
402
  end
392
403
 
393
404
  class ParticipantSummary
394
- attr_accessor first_join_time: ::Time
395
405
  attr_accessor participant_id: ::String
396
- attr_accessor published: bool
397
- attr_accessor state: ("CONNECTED" | "DISCONNECTED")
398
406
  attr_accessor user_id: ::String
407
+ attr_accessor state: ("CONNECTED" | "DISCONNECTED")
408
+ attr_accessor first_join_time: ::Time
409
+ attr_accessor published: bool
410
+ attr_accessor recording_state: ("STARTING" | "ACTIVE" | "STOPPING" | "STOPPED" | "FAILED" | "DISABLED")
399
411
  SENSITIVE: []
400
412
  end
401
413
 
402
414
  class ParticipantToken
403
- attr_accessor attributes: ::Hash[::String, ::String]
404
- attr_accessor capabilities: ::Array[("PUBLISH" | "SUBSCRIBE")]
405
- attr_accessor duration: ::Integer
406
- attr_accessor expiration_time: ::Time
407
415
  attr_accessor participant_id: ::String
408
416
  attr_accessor token: ::String
409
417
  attr_accessor user_id: ::String
418
+ attr_accessor attributes: ::Hash[::String, ::String]
419
+ attr_accessor duration: ::Integer
420
+ attr_accessor capabilities: ::Array[("PUBLISH" | "SUBSCRIBE")]
421
+ attr_accessor expiration_time: ::Time
410
422
  SENSITIVE: [:token]
411
423
  end
412
424
 
413
425
  class ParticipantTokenConfiguration
414
- attr_accessor attributes: ::Hash[::String, ::String]
415
- attr_accessor capabilities: ::Array[("PUBLISH" | "SUBSCRIBE")]
416
426
  attr_accessor duration: ::Integer
417
427
  attr_accessor user_id: ::String
428
+ attr_accessor attributes: ::Hash[::String, ::String]
429
+ attr_accessor capabilities: ::Array[("PUBLISH" | "SUBSCRIBE")]
418
430
  SENSITIVE: []
419
431
  end
420
432
 
@@ -425,15 +437,15 @@ module Aws::IVSRealTime
425
437
 
426
438
  class PipConfiguration
427
439
  attr_accessor featured_participant_attribute: ::String
428
- attr_accessor grid_gap: ::Integer
429
440
  attr_accessor omit_stopped_video: bool
441
+ attr_accessor video_fill_mode: ("FILL" | "COVER" | "CONTAIN")
442
+ attr_accessor grid_gap: ::Integer
443
+ attr_accessor pip_participant_attribute: ::String
430
444
  attr_accessor pip_behavior: ("STATIC" | "DYNAMIC")
431
- attr_accessor pip_height: ::Integer
432
445
  attr_accessor pip_offset: ::Integer
433
- attr_accessor pip_participant_attribute: ::String
434
446
  attr_accessor pip_position: ("TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT")
435
447
  attr_accessor pip_width: ::Integer
436
- attr_accessor video_fill_mode: ("FILL" | "COVER" | "CONTAIN")
448
+ attr_accessor pip_height: ::Integer
437
449
  SENSITIVE: []
438
450
  end
439
451
 
@@ -448,9 +460,9 @@ module Aws::IVSRealTime
448
460
  end
449
461
 
450
462
  class S3DestinationConfiguration
463
+ attr_accessor storage_configuration_arn: ::String
451
464
  attr_accessor encoder_configuration_arns: ::Array[::String]
452
465
  attr_accessor recording_configuration: Types::RecordingConfiguration
453
- attr_accessor storage_configuration_arn: ::String
454
466
  SENSITIVE: []
455
467
  end
456
468
 
@@ -470,40 +482,41 @@ module Aws::IVSRealTime
470
482
  end
471
483
 
472
484
  class Stage
473
- attr_accessor active_session_id: ::String
474
485
  attr_accessor arn: ::String
475
486
  attr_accessor name: ::String
487
+ attr_accessor active_session_id: ::String
476
488
  attr_accessor tags: ::Hash[::String, ::String]
489
+ attr_accessor auto_participant_recording_configuration: Types::AutoParticipantRecordingConfiguration
477
490
  SENSITIVE: []
478
491
  end
479
492
 
480
493
  class StageSession
481
- attr_accessor end_time: ::Time
482
494
  attr_accessor session_id: ::String
483
495
  attr_accessor start_time: ::Time
496
+ attr_accessor end_time: ::Time
484
497
  SENSITIVE: []
485
498
  end
486
499
 
487
500
  class StageSessionSummary
488
- attr_accessor end_time: ::Time
489
501
  attr_accessor session_id: ::String
490
502
  attr_accessor start_time: ::Time
503
+ attr_accessor end_time: ::Time
491
504
  SENSITIVE: []
492
505
  end
493
506
 
494
507
  class StageSummary
495
- attr_accessor active_session_id: ::String
496
508
  attr_accessor arn: ::String
497
509
  attr_accessor name: ::String
510
+ attr_accessor active_session_id: ::String
498
511
  attr_accessor tags: ::Hash[::String, ::String]
499
512
  SENSITIVE: []
500
513
  end
501
514
 
502
515
  class StartCompositionRequest
503
- attr_accessor destinations: ::Array[Types::DestinationConfiguration]
516
+ attr_accessor stage_arn: ::String
504
517
  attr_accessor idempotency_token: ::String
505
518
  attr_accessor layout: Types::LayoutConfiguration
506
- attr_accessor stage_arn: ::String
519
+ attr_accessor destinations: ::Array[Types::DestinationConfiguration]
507
520
  attr_accessor tags: ::Hash[::String, ::String]
508
521
  SENSITIVE: []
509
522
  end
@@ -558,6 +571,7 @@ module Aws::IVSRealTime
558
571
  class UpdateStageRequest
559
572
  attr_accessor arn: ::String
560
573
  attr_accessor name: ::String
574
+ attr_accessor auto_participant_recording_configuration: Types::AutoParticipantRecordingConfiguration
561
575
  SENSITIVE: []
562
576
  end
563
577
 
@@ -572,10 +586,10 @@ module Aws::IVSRealTime
572
586
  end
573
587
 
574
588
  class Video
575
- attr_accessor bitrate: ::Integer
576
- attr_accessor framerate: ::Float
577
- attr_accessor height: ::Integer
578
589
  attr_accessor width: ::Integer
590
+ attr_accessor height: ::Integer
591
+ attr_accessor framerate: ::Float
592
+ attr_accessor bitrate: ::Integer
579
593
  SENSITIVE: []
580
594
  end
581
595
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivsrealtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.197.0
22
+ version: 3.198.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.197.0
32
+ version: 3.198.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,6 +66,7 @@ files:
66
66
  - lib/aws-sdk-ivsrealtime/plugins/endpoints.rb
67
67
  - lib/aws-sdk-ivsrealtime/resource.rb
68
68
  - lib/aws-sdk-ivsrealtime/types.rb
69
+ - lib/aws-sdk-ivsrealtime/waiters.rb
69
70
  - sig/client.rbs
70
71
  - sig/errors.rbs
71
72
  - sig/resource.rbs