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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7abb72fc1905a0ed5a04a5657e5c5592a1345758df1eeb0e41e7c0a444379337
4
- data.tar.gz: 12fe16de6cb8eae7fff6e43f39e55994d46d3dd81e08f4a94c776c69b4fecaa0
3
+ metadata.gz: 9d6eabb500be29e9a1e642e7a0565ba3d23aed3da0cc6e0532374a3df735d1c8
4
+ data.tar.gz: 65305fa461b93cc5e1fcfd60e7696c19c6c5c8117588dcb4481f6a73aa813e25
5
5
  SHA512:
6
- metadata.gz: ec3050ac2731d4951efbd2db13971a3672c05f2bf73f5d1fee4774f3bf65def52579007d98f240c71dd020a0afeeef01831f25aff84ca24e2a97fd4078b7d5c3
7
- data.tar.gz: cee7af1d9a27fef53e5be8b6a70365362c00c42fadf6a90da84f7913288e35ff3e5d282f5a6f936cc8dbfa2dc9f8dd88b117ab082ca39fd95e11cc259a71f6a5
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.62.0
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. This is default value if
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` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
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.62.0'
2536
+ context[:gem_version] = '1.64.0'
2539
2537
  Seahorse::Client::Request.new(handlers, context)
2540
2538
  end
2541
2539
 
@@ -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.64.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.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.247.0
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.247.0
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