aws-sdk-ivsrealtime 1.62.0 → 1.63.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7abb72fc1905a0ed5a04a5657e5c5592a1345758df1eeb0e41e7c0a444379337
4
- data.tar.gz: 12fe16de6cb8eae7fff6e43f39e55994d46d3dd81e08f4a94c776c69b4fecaa0
3
+ metadata.gz: 63db177d87618d497966c95d2e80392f7c915df4b796a26e5d213ebe141c1866
4
+ data.tar.gz: 46798a2af4b595b55725037aefc750ae9a6f4f46278aa2c1c2bdb2b00cf3271c
5
5
  SHA512:
6
- metadata.gz: ec3050ac2731d4951efbd2db13971a3672c05f2bf73f5d1fee4774f3bf65def52579007d98f240c71dd020a0afeeef01831f25aff84ca24e2a97fd4078b7d5c3
7
- data.tar.gz: cee7af1d9a27fef53e5be8b6a70365362c00c42fadf6a90da84f7913288e35ff3e5d282f5a6f936cc8dbfa2dc9f8dd88b117ab082ca39fd95e11cc259a71f6a5
6
+ metadata.gz: ac3f9fae1f48cc8029d6e0efc50333500a1891ec570fee6e472ee7ec53ffea788726931f3cbf0b1f18837d37fd7ebb392a63114130a226d85ab0ac712f99023a
7
+ data.tar.gz: e305cadf6318e00cacd9fb272a1f2c27d888b2f5f67044d07534ad168208422bbf057c9d6c6df6eec8d9c50b617ba0d5c00ea23688c1bf7e1c1782d8fce913a6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.62.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -2535,7 +2535,7 @@ module Aws::IVSRealTime
2535
2535
  tracer: tracer
2536
2536
  )
2537
2537
  context[:gem_name] = 'aws-sdk-ivsrealtime'
2538
- context[:gem_version] = '1.62.0'
2538
+ context[:gem_version] = '1.63.0'
2539
2539
  Seahorse::Client::Request.new(handlers, context)
2540
2540
  end
2541
2541
 
@@ -55,7 +55,7 @@ module Aws::IVSRealTime
55
55
  autoload :EndpointProvider, 'aws-sdk-ivsrealtime/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ivsrealtime/endpoints'
57
57
 
58
- GEM_VERSION = '1.62.0'
58
+ GEM_VERSION = '1.63.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -140,23 +140,10 @@ module Aws
140
140
  user_id: ::String?,
141
141
  attributes: Hash[::String, ::String]?,
142
142
  capabilities: Array[("PUBLISH" | "SUBSCRIBE")]?
143
- },
143
+ }
144
144
  ],
145
145
  ?tags: Hash[::String, ::String],
146
- ?auto_participant_recording_configuration: {
147
- storage_configuration_arn: ::String,
148
- media_types: Array[("AUDIO_VIDEO" | "AUDIO_ONLY" | "NONE")]?,
149
- thumbnail_configuration: {
150
- target_interval_seconds: ::Integer?,
151
- storage: Array[("SEQUENTIAL" | "LATEST")]?,
152
- recording_mode: ("INTERVAL" | "DISABLED")?
153
- }?,
154
- recording_reconnect_window_seconds: ::Integer?,
155
- hls_configuration: {
156
- target_segment_duration_seconds: ::Integer?
157
- }?,
158
- record_participant_replicas: bool?
159
- }
146
+ ?auto_participant_recording_configuration: Params::auto_participant_recording_configuration
160
147
  ) -> _CreateStageResponseSuccess
161
148
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStageResponseSuccess
162
149
 
@@ -523,10 +510,10 @@ module Aws
523
510
  {
524
511
  target_interval_seconds: ::Integer?,
525
512
  storage: Array[("SEQUENTIAL" | "LATEST")]?
526
- },
513
+ }
527
514
  ]?
528
515
  }?
529
- },
516
+ }
530
517
  ],
531
518
  ?tags: Hash[::String, ::String]
532
519
  ) -> _StartCompositionResponseSuccess
@@ -619,20 +606,7 @@ module Aws
619
606
  def update_stage: (
620
607
  arn: ::String,
621
608
  ?name: ::String,
622
- ?auto_participant_recording_configuration: {
623
- storage_configuration_arn: ::String,
624
- media_types: Array[("AUDIO_VIDEO" | "AUDIO_ONLY" | "NONE")]?,
625
- thumbnail_configuration: {
626
- target_interval_seconds: ::Integer?,
627
- storage: Array[("SEQUENTIAL" | "LATEST")]?,
628
- recording_mode: ("INTERVAL" | "DISABLED")?
629
- }?,
630
- recording_reconnect_window_seconds: ::Integer?,
631
- hls_configuration: {
632
- target_segment_duration_seconds: ::Integer?
633
- }?,
634
- record_participant_replicas: bool?
635
- }
609
+ ?auto_participant_recording_configuration: Params::auto_participant_recording_configuration
636
610
  ) -> _UpdateStageResponseSuccess
637
611
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateStageResponseSuccess
638
612
  end
data/sig/params.rbs ADDED
@@ -0,0 +1,28 @@
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 IVSRealTime
10
+ module Params
11
+ type auto_participant_recording_configuration = {
12
+ storage_configuration_arn: ::String,
13
+ media_types: Array[("AUDIO_VIDEO" | "AUDIO_ONLY" | "NONE")]?,
14
+ thumbnail_configuration: {
15
+ target_interval_seconds: ::Integer?,
16
+ storage: Array[("SEQUENTIAL" | "LATEST")]?,
17
+ recording_mode: ("INTERVAL" | "DISABLED")?
18
+ }?,
19
+ recording_reconnect_window_seconds: ::Integer?,
20
+ hls_configuration: {
21
+ target_segment_duration_seconds: ::Integer?
22
+ }?,
23
+ record_participant_replicas: bool?
24
+ }
25
+
26
+ end
27
+ end
28
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ivsrealtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-ivsrealtime/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs