aws-sdk-ivsrealtime 1.39.0 → 1.40.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: 8b01eb3aa537376d6b195505ce67dbd93073aeeb5a82ab53ab494d7a36491e1b
4
- data.tar.gz: aa893f4fa52bf849f4307cb13ffd9cad168f91fff34e05c4aaeceee844427917
3
+ metadata.gz: dd651e75dc7aa5f0964b21bf3066e168ffa0519f78ef2cd93e17236e6a6460fc
4
+ data.tar.gz: f6fa14664f429482b836a04fdbc4ed0d73ce51c0ccc9b61a7ce0d70b2bb9b4ae
5
5
  SHA512:
6
- metadata.gz: d0dd6dc808c65c6c31fe2843bca1c4d064af73c11ce7d9b8cf58b6688179618361afc7b263d17b1325afd2a27204a6f0fe70a51b572e38a03fb36a1d1964e3d6
7
- data.tar.gz: ae01e0cf04c877bf8e81d3c44ff6663d6e1b4bc1419254f727d5682b24fc2818c094cdcb783c706d7bd793c538b3a7fa298c2d593d6d484dff2b3de343b0f503
6
+ metadata.gz: 26411d3866abb2e5f9c9b7921635b67a924bc9ea8e40118502db9eb232f060b562ee3bdbc2513729e7a055b609cd71c910d6489890073cf8e2979ea9bedd84e0
7
+ data.tar.gz: 59de7045b3eb05e188a8cab6fd9287b8444d5fef66b0dd8d6aeb656853a682e45ce830218316ce43a414df1a63d2d6e5346557f27bb6e50f784b650fd6d51ff5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2025-03-13)
5
+ ------------------
6
+
7
+ * Feature - IVS Real-Time now offers customers the ability to adjust the participant & composition recording segment duration
8
+
4
9
  1.39.0 (2025-03-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -743,6 +743,9 @@ module Aws::IVSRealTime
743
743
  # recording_mode: "INTERVAL", # accepts INTERVAL, DISABLED
744
744
  # },
745
745
  # recording_reconnect_window_seconds: 1,
746
+ # hls_configuration: {
747
+ # target_segment_duration_seconds: 1,
748
+ # },
746
749
  # },
747
750
  # })
748
751
  #
@@ -761,6 +764,7 @@ module Aws::IVSRealTime
761
764
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage[0] #=> String, one of "SEQUENTIAL", "LATEST"
762
765
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.recording_mode #=> String, one of "INTERVAL", "DISABLED"
763
766
  # resp.stage.auto_participant_recording_configuration.recording_reconnect_window_seconds #=> Integer
767
+ # resp.stage.auto_participant_recording_configuration.hls_configuration.target_segment_duration_seconds #=> Integer
764
768
  # resp.stage.endpoints.events #=> String
765
769
  # resp.stage.endpoints.whip #=> String
766
770
  # resp.stage.endpoints.rtmp #=> String
@@ -1055,6 +1059,7 @@ module Aws::IVSRealTime
1055
1059
  # resp.composition.destinations[0].configuration.s3.storage_configuration_arn #=> String
1056
1060
  # resp.composition.destinations[0].configuration.s3.encoder_configuration_arns #=> Array
1057
1061
  # resp.composition.destinations[0].configuration.s3.encoder_configuration_arns[0] #=> String
1062
+ # resp.composition.destinations[0].configuration.s3.recording_configuration.hls_configuration.target_segment_duration_seconds #=> Integer
1058
1063
  # resp.composition.destinations[0].configuration.s3.recording_configuration.format #=> String, one of "HLS"
1059
1064
  # resp.composition.destinations[0].configuration.s3.thumbnail_configurations #=> Array
1060
1065
  # resp.composition.destinations[0].configuration.s3.thumbnail_configurations[0].target_interval_seconds #=> Integer
@@ -1265,6 +1270,7 @@ module Aws::IVSRealTime
1265
1270
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage[0] #=> String, one of "SEQUENTIAL", "LATEST"
1266
1271
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.recording_mode #=> String, one of "INTERVAL", "DISABLED"
1267
1272
  # resp.stage.auto_participant_recording_configuration.recording_reconnect_window_seconds #=> Integer
1273
+ # resp.stage.auto_participant_recording_configuration.hls_configuration.target_segment_duration_seconds #=> Integer
1268
1274
  # resp.stage.endpoints.events #=> String
1269
1275
  # resp.stage.endpoints.whip #=> String
1270
1276
  # resp.stage.endpoints.rtmp #=> String
@@ -1980,6 +1986,9 @@ module Aws::IVSRealTime
1980
1986
  # storage_configuration_arn: "StorageConfigurationArn", # required
1981
1987
  # encoder_configuration_arns: ["EncoderConfigurationArn"], # required
1982
1988
  # recording_configuration: {
1989
+ # hls_configuration: {
1990
+ # target_segment_duration_seconds: 1,
1991
+ # },
1983
1992
  # format: "HLS", # accepts HLS
1984
1993
  # },
1985
1994
  # thumbnail_configurations: [
@@ -2027,6 +2036,7 @@ module Aws::IVSRealTime
2027
2036
  # resp.composition.destinations[0].configuration.s3.storage_configuration_arn #=> String
2028
2037
  # resp.composition.destinations[0].configuration.s3.encoder_configuration_arns #=> Array
2029
2038
  # resp.composition.destinations[0].configuration.s3.encoder_configuration_arns[0] #=> String
2039
+ # resp.composition.destinations[0].configuration.s3.recording_configuration.hls_configuration.target_segment_duration_seconds #=> Integer
2030
2040
  # resp.composition.destinations[0].configuration.s3.recording_configuration.format #=> String, one of "HLS"
2031
2041
  # resp.composition.destinations[0].configuration.s3.thumbnail_configurations #=> Array
2032
2042
  # resp.composition.destinations[0].configuration.s3.thumbnail_configurations[0].target_interval_seconds #=> Integer
@@ -2218,6 +2228,9 @@ module Aws::IVSRealTime
2218
2228
  # recording_mode: "INTERVAL", # accepts INTERVAL, DISABLED
2219
2229
  # },
2220
2230
  # recording_reconnect_window_seconds: 1,
2231
+ # hls_configuration: {
2232
+ # target_segment_duration_seconds: 1,
2233
+ # },
2221
2234
  # },
2222
2235
  # })
2223
2236
  #
@@ -2236,6 +2249,7 @@ module Aws::IVSRealTime
2236
2249
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.storage[0] #=> String, one of "SEQUENTIAL", "LATEST"
2237
2250
  # resp.stage.auto_participant_recording_configuration.thumbnail_configuration.recording_mode #=> String, one of "INTERVAL", "DISABLED"
2238
2251
  # resp.stage.auto_participant_recording_configuration.recording_reconnect_window_seconds #=> Integer
2252
+ # resp.stage.auto_participant_recording_configuration.hls_configuration.target_segment_duration_seconds #=> Integer
2239
2253
  # resp.stage.endpoints.events #=> String
2240
2254
  # resp.stage.endpoints.whip #=> String
2241
2255
  # resp.stage.endpoints.rtmp #=> String
@@ -2268,7 +2282,7 @@ module Aws::IVSRealTime
2268
2282
  tracer: tracer
2269
2283
  )
2270
2284
  context[:gem_name] = 'aws-sdk-ivsrealtime'
2271
- context[:gem_version] = '1.39.0'
2285
+ context[:gem_version] = '1.40.0'
2272
2286
  Seahorse::Client::Request.new(handlers, context)
2273
2287
  end
2274
2288
 
@@ -25,6 +25,8 @@ module Aws::IVSRealTime
25
25
  Composition = Shapes::StructureShape.new(name: 'Composition')
26
26
  CompositionArn = Shapes::StringShape.new(name: 'CompositionArn')
27
27
  CompositionClientToken = Shapes::StringShape.new(name: 'CompositionClientToken')
28
+ CompositionRecordingHlsConfiguration = Shapes::StructureShape.new(name: 'CompositionRecordingHlsConfiguration')
29
+ CompositionRecordingTargetSegmentDurationSeconds = Shapes::IntegerShape.new(name: 'CompositionRecordingTargetSegmentDurationSeconds')
28
30
  CompositionState = Shapes::StringShape.new(name: 'CompositionState')
29
31
  CompositionSummary = Shapes::StructureShape.new(name: 'CompositionSummary')
30
32
  CompositionSummaryList = Shapes::ListShape.new(name: 'CompositionSummaryList')
@@ -144,12 +146,14 @@ module Aws::IVSRealTime
144
146
  ParticipantList = Shapes::ListShape.new(name: 'ParticipantList')
145
147
  ParticipantProtocol = Shapes::StringShape.new(name: 'ParticipantProtocol')
146
148
  ParticipantRecordingFilterByRecordingState = Shapes::StringShape.new(name: 'ParticipantRecordingFilterByRecordingState')
149
+ ParticipantRecordingHlsConfiguration = Shapes::StructureShape.new(name: 'ParticipantRecordingHlsConfiguration')
147
150
  ParticipantRecordingMediaType = Shapes::StringShape.new(name: 'ParticipantRecordingMediaType')
148
151
  ParticipantRecordingMediaTypeList = Shapes::ListShape.new(name: 'ParticipantRecordingMediaTypeList')
149
152
  ParticipantRecordingReconnectWindowSeconds = Shapes::IntegerShape.new(name: 'ParticipantRecordingReconnectWindowSeconds')
150
153
  ParticipantRecordingS3BucketName = Shapes::StringShape.new(name: 'ParticipantRecordingS3BucketName')
151
154
  ParticipantRecordingS3Prefix = Shapes::StringShape.new(name: 'ParticipantRecordingS3Prefix')
152
155
  ParticipantRecordingState = Shapes::StringShape.new(name: 'ParticipantRecordingState')
156
+ ParticipantRecordingTargetSegmentDurationSeconds = Shapes::IntegerShape.new(name: 'ParticipantRecordingTargetSegmentDurationSeconds')
153
157
  ParticipantState = Shapes::StringShape.new(name: 'ParticipantState')
154
158
  ParticipantSummary = Shapes::StructureShape.new(name: 'ParticipantSummary')
155
159
  ParticipantThumbnailConfiguration = Shapes::StructureShape.new(name: 'ParticipantThumbnailConfiguration')
@@ -251,6 +255,7 @@ module Aws::IVSRealTime
251
255
  AutoParticipantRecordingConfiguration.add_member(:media_types, Shapes::ShapeRef.new(shape: ParticipantRecordingMediaTypeList, location_name: "mediaTypes"))
252
256
  AutoParticipantRecordingConfiguration.add_member(:thumbnail_configuration, Shapes::ShapeRef.new(shape: ParticipantThumbnailConfiguration, location_name: "thumbnailConfiguration"))
253
257
  AutoParticipantRecordingConfiguration.add_member(:recording_reconnect_window_seconds, Shapes::ShapeRef.new(shape: ParticipantRecordingReconnectWindowSeconds, location_name: "recordingReconnectWindowSeconds"))
258
+ AutoParticipantRecordingConfiguration.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: ParticipantRecordingHlsConfiguration, location_name: "hlsConfiguration"))
254
259
  AutoParticipantRecordingConfiguration.struct_class = Types::AutoParticipantRecordingConfiguration
255
260
 
256
261
  ChannelDestinationConfiguration.add_member(:channel_arn, Shapes::ShapeRef.new(shape: ChannelArn, required: true, location_name: "channelArn"))
@@ -267,6 +272,9 @@ module Aws::IVSRealTime
267
272
  Composition.add_member(:end_time, Shapes::ShapeRef.new(shape: Time, location_name: "endTime"))
268
273
  Composition.struct_class = Types::Composition
269
274
 
275
+ CompositionRecordingHlsConfiguration.add_member(:target_segment_duration_seconds, Shapes::ShapeRef.new(shape: CompositionRecordingTargetSegmentDurationSeconds, location_name: "targetSegmentDurationSeconds"))
276
+ CompositionRecordingHlsConfiguration.struct_class = Types::CompositionRecordingHlsConfiguration
277
+
270
278
  CompositionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: CompositionArn, required: true, location_name: "arn"))
271
279
  CompositionSummary.add_member(:stage_arn, Shapes::ShapeRef.new(shape: StageArn, required: true, location_name: "stageArn"))
272
280
  CompositionSummary.add_member(:destinations, Shapes::ShapeRef.new(shape: DestinationSummaryList, required: true, location_name: "destinations"))
@@ -647,6 +655,9 @@ module Aws::IVSRealTime
647
655
 
648
656
  ParticipantList.member = Shapes::ShapeRef.new(shape: ParticipantSummary)
649
657
 
658
+ ParticipantRecordingHlsConfiguration.add_member(:target_segment_duration_seconds, Shapes::ShapeRef.new(shape: ParticipantRecordingTargetSegmentDurationSeconds, location_name: "targetSegmentDurationSeconds"))
659
+ ParticipantRecordingHlsConfiguration.struct_class = Types::ParticipantRecordingHlsConfiguration
660
+
650
661
  ParticipantRecordingMediaTypeList.member = Shapes::ShapeRef.new(shape: ParticipantRecordingMediaType)
651
662
 
652
663
  ParticipantSummary.add_member(:participant_id, Shapes::ShapeRef.new(shape: ParticipantId, location_name: "participantId"))
@@ -723,6 +734,7 @@ module Aws::IVSRealTime
723
734
  PublicKeySummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
724
735
  PublicKeySummary.struct_class = Types::PublicKeySummary
725
736
 
737
+ RecordingConfiguration.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: CompositionRecordingHlsConfiguration, location_name: "hlsConfiguration"))
726
738
  RecordingConfiguration.add_member(:format, Shapes::ShapeRef.new(shape: RecordingConfigurationFormat, location_name: "format"))
727
739
  RecordingConfiguration.struct_class = Types::RecordingConfiguration
728
740
 
@@ -85,13 +85,18 @@ module Aws::IVSRealTime
85
85
  # The default value is 0, which disables merging.
86
86
  # @return [Integer]
87
87
  #
88
+ # @!attribute [rw] hls_configuration
89
+ # HLS configuration object for individual participant recording.
90
+ # @return [Types::ParticipantRecordingHlsConfiguration]
91
+ #
88
92
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/AutoParticipantRecordingConfiguration AWS API Documentation
89
93
  #
90
94
  class AutoParticipantRecordingConfiguration < Struct.new(
91
95
  :storage_configuration_arn,
92
96
  :media_types,
93
97
  :thumbnail_configuration,
94
- :recording_reconnect_window_seconds)
98
+ :recording_reconnect_window_seconds,
99
+ :hls_configuration)
95
100
  SENSITIVE = []
96
101
  include Aws::Structure
97
102
  end
@@ -179,6 +184,24 @@ module Aws::IVSRealTime
179
184
  include Aws::Structure
180
185
  end
181
186
 
187
+ # An object representing a configuration of HLS recordings for
188
+ # server-side composition.
189
+ #
190
+ # @!attribute [rw] target_segment_duration_seconds
191
+ # Defines the target duration for recorded segments generated when
192
+ # using composite recording. Segments may have durations shorter than
193
+ # the specified value when needed to ensure each segment begins with a
194
+ # keyframe. Default: 2.
195
+ # @return [Integer]
196
+ #
197
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/CompositionRecordingHlsConfiguration AWS API Documentation
198
+ #
199
+ class CompositionRecordingHlsConfiguration < Struct.new(
200
+ :target_segment_duration_seconds)
201
+ SENSITIVE = []
202
+ include Aws::Structure
203
+ end
204
+
182
205
  # Summary information about a Composition.
183
206
  #
184
207
  # @!attribute [rw] arn
@@ -1974,12 +1997,7 @@ module Aws::IVSRealTime
1974
1997
  # @!attribute [rw] recording_s3_prefix
1975
1998
  # S3 prefix of the S3 bucket where the participant is being recorded,
1976
1999
  # if individual participant recording is enabled, or `""` (empty
1977
- # string), if recording is not enabled. If individual participant
1978
- # recording merge is enabled, and if a stage publisher disconnects
1979
- # from a stage and then reconnects, IVS tries to record to the same S3
1980
- # prefix as the previous session. See [ Merge Fragmented Individual
1981
- # Participant
1982
- # Recordings](/ivs/latest/RealTimeUserGuide/rt-individual-participant-recording.html#ind-part-rec-merge-frag).
2000
+ # string), if recording is not enabled.
1983
2001
  # @return [String]
1984
2002
  #
1985
2003
  # @!attribute [rw] recording_state
@@ -2014,6 +2032,24 @@ module Aws::IVSRealTime
2014
2032
  include Aws::Structure
2015
2033
  end
2016
2034
 
2035
+ # An object representing a configuration of participant HLS recordings
2036
+ # for individual participant recording.
2037
+ #
2038
+ # @!attribute [rw] target_segment_duration_seconds
2039
+ # Defines the target duration for recorded segments generated when
2040
+ # recording a stage participant. Segments may have durations longer
2041
+ # than the specified value when needed to ensure each segment begins
2042
+ # with a keyframe. Default: 6.
2043
+ # @return [Integer]
2044
+ #
2045
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/ParticipantRecordingHlsConfiguration AWS API Documentation
2046
+ #
2047
+ class ParticipantRecordingHlsConfiguration < Struct.new(
2048
+ :target_segment_duration_seconds)
2049
+ SENSITIVE = []
2050
+ include Aws::Structure
2051
+ end
2052
+
2017
2053
  # Summary object describing a participant that has joined a stage.
2018
2054
  #
2019
2055
  # @!attribute [rw] participant_id
@@ -2393,6 +2429,11 @@ module Aws::IVSRealTime
2393
2429
 
2394
2430
  # An object representing a configuration to record a stage stream.
2395
2431
  #
2432
+ # @!attribute [rw] hls_configuration
2433
+ # An HLS configuration object to return information about how the
2434
+ # recording will be configured.
2435
+ # @return [Types::CompositionRecordingHlsConfiguration]
2436
+ #
2396
2437
  # @!attribute [rw] format
2397
2438
  # The recording format for storing a recording in Amazon S3.
2398
2439
  # @return [String]
@@ -2400,6 +2441,7 @@ module Aws::IVSRealTime
2400
2441
  # @see http://docs.aws.amazon.com/goto/WebAPI/ivs-realtime-2020-07-14/RecordingConfiguration AWS API Documentation
2401
2442
  #
2402
2443
  class RecordingConfiguration < Struct.new(
2444
+ :hls_configuration,
2403
2445
  :format)
2404
2446
  SENSITIVE = []
2405
2447
  include Aws::Structure
@@ -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.39.0'
58
+ GEM_VERSION = '1.40.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -149,7 +149,10 @@ module Aws
149
149
  storage: Array[("SEQUENTIAL" | "LATEST")]?,
150
150
  recording_mode: ("INTERVAL" | "DISABLED")?
151
151
  }?,
152
- recording_reconnect_window_seconds: ::Integer?
152
+ recording_reconnect_window_seconds: ::Integer?,
153
+ hls_configuration: {
154
+ target_segment_duration_seconds: ::Integer?
155
+ }?
153
156
  }
154
157
  ) -> _CreateStageResponseSuccess
155
158
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateStageResponseSuccess
@@ -492,6 +495,9 @@ module Aws
492
495
  storage_configuration_arn: ::String,
493
496
  encoder_configuration_arns: Array[::String],
494
497
  recording_configuration: {
498
+ hls_configuration: {
499
+ target_segment_duration_seconds: ::Integer?
500
+ }?,
495
501
  format: ("HLS")?
496
502
  }?,
497
503
  thumbnail_configurations: Array[
@@ -563,7 +569,10 @@ module Aws
563
569
  storage: Array[("SEQUENTIAL" | "LATEST")]?,
564
570
  recording_mode: ("INTERVAL" | "DISABLED")?
565
571
  }?,
566
- recording_reconnect_window_seconds: ::Integer?
572
+ recording_reconnect_window_seconds: ::Integer?,
573
+ hls_configuration: {
574
+ target_segment_duration_seconds: ::Integer?
575
+ }?
567
576
  }
568
577
  ) -> _UpdateStageResponseSuccess
569
578
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateStageResponseSuccess
data/sig/types.rbs CHANGED
@@ -26,6 +26,7 @@ module Aws::IVSRealTime
26
26
  attr_accessor media_types: ::Array[("AUDIO_VIDEO" | "AUDIO_ONLY" | "NONE")]
27
27
  attr_accessor thumbnail_configuration: Types::ParticipantThumbnailConfiguration
28
28
  attr_accessor recording_reconnect_window_seconds: ::Integer
29
+ attr_accessor hls_configuration: Types::ParticipantRecordingHlsConfiguration
29
30
  SENSITIVE: []
30
31
  end
31
32
 
@@ -47,6 +48,11 @@ module Aws::IVSRealTime
47
48
  SENSITIVE: []
48
49
  end
49
50
 
51
+ class CompositionRecordingHlsConfiguration
52
+ attr_accessor target_segment_duration_seconds: ::Integer
53
+ SENSITIVE: []
54
+ end
55
+
50
56
  class CompositionSummary
51
57
  attr_accessor arn: ::String
52
58
  attr_accessor stage_arn: ::String
@@ -550,6 +556,11 @@ module Aws::IVSRealTime
550
556
  SENSITIVE: []
551
557
  end
552
558
 
559
+ class ParticipantRecordingHlsConfiguration
560
+ attr_accessor target_segment_duration_seconds: ::Integer
561
+ SENSITIVE: []
562
+ end
563
+
553
564
  class ParticipantSummary
554
565
  attr_accessor participant_id: ::String
555
566
  attr_accessor user_id: ::String
@@ -630,6 +641,7 @@ module Aws::IVSRealTime
630
641
  end
631
642
 
632
643
  class RecordingConfiguration
644
+ attr_accessor hls_configuration: Types::CompositionRecordingHlsConfiguration
633
645
  attr_accessor format: ("HLS")
634
646
  SENSITIVE: []
635
647
  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.39.0
4
+ version: 1.40.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: 2025-03-06 00:00:00.000000000 Z
11
+ date: 2025-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core