aws-sdk-ivsrealtime 1.62.0 → 1.64.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ivsrealtime/client.rb +6 -8
- data/lib/aws-sdk-ivsrealtime.rb +1 -1
- data/sig/client.rbs +5 -31
- data/sig/params.rbs +28 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d6eabb500be29e9a1e642e7a0565ba3d23aed3da0cc6e0532374a3df735d1c8
|
|
4
|
+
data.tar.gz: 65305fa461b93cc5e1fcfd60e7696c19c6c5c8117588dcb4481f6a73aa813e25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c34512e0408a8e8331fb152a4b383cfd9e1e8c704543ed4e12f61e07e3463813898d83571e4f7419ae2fe79174936429e306bf11f3414370c58942c8338c58fe
|
|
7
|
+
data.tar.gz: d192f64fc22ab038b33637732d340d6dfee70e5ec32a4426c97adf2acdfdf8d2283db5d53bb49beb7ffe621aac9040e7f83155b2117abcdec2a62b4a153d3d8c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.64.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.63.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.62.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.64.0
|
|
@@ -199,7 +199,7 @@ module Aws::IVSRealTime
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::IVSRealTime
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -2535,7 +2533,7 @@ module Aws::IVSRealTime
|
|
|
2535
2533
|
tracer: tracer
|
|
2536
2534
|
)
|
|
2537
2535
|
context[:gem_name] = 'aws-sdk-ivsrealtime'
|
|
2538
|
-
context[:gem_version] = '1.
|
|
2536
|
+
context[:gem_version] = '1.64.0'
|
|
2539
2537
|
Seahorse::Client::Request.new(handlers, context)
|
|
2540
2538
|
end
|
|
2541
2539
|
|
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.64.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|