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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ivsrealtime/client.rb +1 -1
- data/lib/aws-sdk-ivsrealtime.rb +1 -1
- data/sig/client.rbs +5 -31
- data/sig/params.rbs +28 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63db177d87618d497966c95d2e80392f7c915df4b796a26e5d213ebe141c1866
|
|
4
|
+
data.tar.gz: 46798a2af4b595b55725037aefc750ae9a6f4f46278aa2c1c2bdb2b00cf3271c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac3f9fae1f48cc8029d6e0efc50333500a1891ec570fee6e472ee7ec53ffea788726931f3cbf0b1f18837d37fd7ebb392a63114130a226d85ab0ac712f99023a
|
|
7
|
+
data.tar.gz: e305cadf6318e00cacd9fb272a1f2c27d888b2f5f67044d07534ad168208422bbf057c9d6c6df6eec8d9c50b617ba0d5c00ea23688c1bf7e1c1782d8fce913a6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.63.0
|
data/lib/aws-sdk-ivsrealtime.rb
CHANGED
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.
|
|
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
|