aws-sdk-medialive 1.120.0 → 1.121.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0ff7ced3d84889ddf8eba70cf34d8fe8ee60bcdd0aec23060b7c2f3feb445b5
4
- data.tar.gz: 569a2a8b17bf48c168ccd9375744b30fd668791ca93a9159bec46898f91b61cd
3
+ metadata.gz: aed6d2d8872ef2d33489c76cf5c526566459670927444929d8ab67a32f21134b
4
+ data.tar.gz: 1b61455d3fff0c4375a3a04e804c27494fd427360bd17911b04a2c729c1cc127
5
5
  SHA512:
6
- metadata.gz: 3a3295f979e0035300dc313674f9542ff53a8bf78961a69289e416d2628c61cf233f71c0ce7c35326f971611d6fe072f3ce81bf89d5a13b0f40970370ab7dc49
7
- data.tar.gz: cb470bbb075ea21d80b1910cfd0f264ad963639bc20465c3ecf68f5e2c3ac5dc0cd1a61137577274330a861487307be3f124db496538366a03d678ede67039ff
6
+ metadata.gz: c6497afc630add358ccd86385e04a469ddc70499430a18b13cde4233a95d6a2d8aca7c07d166aed3904a01dc7a893e5a87a68c13109fa192e97a7920ea53450c
7
+ data.tar.gz: ef277a8a92430e3c8d6003209decbdf14018cef78ecdc145a6432fb0119eb14bdcd2e75b194885b30dc7f2c697f2a14a7168e214792b0fd2dbc91b13a5c37c9b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.121.0 (2024-05-06)
5
+ ------------------
6
+
7
+ * Feature - AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.
8
+
4
9
  1.120.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.120.0
1
+ 1.121.0
@@ -1102,6 +1102,7 @@ module Aws::MediaLive
1102
1102
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
1103
1103
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
1104
1104
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
1105
+ # resp.channel.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
1105
1106
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
1106
1107
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
1107
1108
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -2225,6 +2226,7 @@ module Aws::MediaLive
2225
2226
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
2226
2227
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
2227
2228
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
2229
+ # resp.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
2228
2230
  # resp.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
2229
2231
  # resp.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
2230
2232
  # resp.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -3240,6 +3242,7 @@ module Aws::MediaLive
3240
3242
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
3241
3243
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
3242
3244
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
3245
+ # resp.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
3243
3246
  # resp.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
3244
3247
  # resp.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
3245
3248
  # resp.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -5392,6 +5395,7 @@ module Aws::MediaLive
5392
5395
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
5393
5396
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
5394
5397
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
5398
+ # resp.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
5395
5399
  # resp.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
5396
5400
  # resp.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
5397
5401
  # resp.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -6219,6 +6223,7 @@ module Aws::MediaLive
6219
6223
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
6220
6224
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
6221
6225
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
6226
+ # resp.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
6222
6227
  # resp.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
6223
6228
  # resp.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
6224
6229
  # resp.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -7074,6 +7079,7 @@ module Aws::MediaLive
7074
7079
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
7075
7080
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
7076
7081
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
7082
+ # resp.channel.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
7077
7083
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
7078
7084
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
7079
7085
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -7809,6 +7815,7 @@ module Aws::MediaLive
7809
7815
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
7810
7816
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
7811
7817
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
7818
+ # resp.channel.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
7812
7819
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
7813
7820
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
7814
7821
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -9012,6 +9019,7 @@ module Aws::MediaLive
9012
9019
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
9013
9020
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
9014
9021
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
9022
+ # resp.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
9015
9023
  # resp.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
9016
9024
  # resp.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
9017
9025
  # resp.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -11151,7 +11159,7 @@ module Aws::MediaLive
11151
11159
  params: params,
11152
11160
  config: config)
11153
11161
  context[:gem_name] = 'aws-sdk-medialive'
11154
- context[:gem_version] = '1.120.0'
11162
+ context[:gem_version] = '1.121.0'
11155
11163
  Seahorse::Client::Request.new(handlers, context)
11156
11164
  end
11157
11165
 
@@ -712,6 +712,7 @@ module Aws::MediaLive
712
712
  Scte35ReturnToNetworkScheduleActionSettings = Shapes::StructureShape.new(name: 'Scte35ReturnToNetworkScheduleActionSettings')
713
713
  Scte35SegmentationCancelIndicator = Shapes::StringShape.new(name: 'Scte35SegmentationCancelIndicator')
714
714
  Scte35SegmentationDescriptor = Shapes::StructureShape.new(name: 'Scte35SegmentationDescriptor')
715
+ Scte35SegmentationScope = Shapes::StringShape.new(name: 'Scte35SegmentationScope')
715
716
  Scte35SpliceInsert = Shapes::StructureShape.new(name: 'Scte35SpliceInsert')
716
717
  Scte35SpliceInsertNoRegionalBlackoutBehavior = Shapes::StringShape.new(name: 'Scte35SpliceInsertNoRegionalBlackoutBehavior')
717
718
  Scte35SpliceInsertScheduleActionSettings = Shapes::StructureShape.new(name: 'Scte35SpliceInsertScheduleActionSettings')
@@ -1188,6 +1189,7 @@ module Aws::MediaLive
1188
1189
  AvailBlanking.struct_class = Types::AvailBlanking
1189
1190
 
1190
1191
  AvailConfiguration.add_member(:avail_settings, Shapes::ShapeRef.new(shape: AvailSettings, location_name: "availSettings"))
1192
+ AvailConfiguration.add_member(:scte_35_segmentation_scope, Shapes::ShapeRef.new(shape: Scte35SegmentationScope, location_name: "scte35SegmentationScope"))
1191
1193
  AvailConfiguration.struct_class = Types::AvailConfiguration
1192
1194
 
1193
1195
  AvailSettings.add_member(:esam, Shapes::ShapeRef.new(shape: Esam, location_name: "esam"))
@@ -814,10 +814,25 @@ module Aws::MediaLive
814
814
  # server for possible update.
815
815
  # @return [Types::AvailSettings]
816
816
  #
817
+ # @!attribute [rw] scte_35_segmentation_scope
818
+ # Configures whether SCTE 35 passthrough triggers segment breaks in
819
+ # all output groups that use segmented outputs. Insertion of a SCTE 35
820
+ # message typically results in a segment break, in addition to the
821
+ # regular cadence of breaks. The segment breaks appear in video
822
+ # outputs, audio outputs, and captions outputs (if any).
823
+ # ALL\_OUTPUT\_GROUPS: Default. Insert the segment break in in all
824
+ # output groups that have segmented outputs. This is the legacy
825
+ # behavior. SCTE35\_ENABLED\_OUTPUT\_GROUPS: Insert the segment break
826
+ # only in output groups that have SCTE 35 passthrough enabled. This is
827
+ # the recommended value, because it reduces unnecessary segment
828
+ # breaks.
829
+ # @return [String]
830
+ #
817
831
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AvailConfiguration AWS API Documentation
818
832
  #
819
833
  class AvailConfiguration < Struct.new(
820
- :avail_settings)
834
+ :avail_settings,
835
+ :scte_35_segmentation_scope)
821
836
  SENSITIVE = []
822
837
  include Aws::Structure
823
838
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-medialive/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaLive
55
55
 
56
- GEM_VERSION = '1.120.0'
56
+ GEM_VERSION = '1.121.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -475,7 +475,8 @@ module Aws
475
475
  no_regional_blackout_flag: ("FOLLOW" | "IGNORE")?,
476
476
  web_delivery_allowed_flag: ("FOLLOW" | "IGNORE")?
477
477
  }?
478
- }?
478
+ }?,
479
+ scte_35_segmentation_scope: ("ALL_OUTPUT_GROUPS" | "SCTE35_ENABLED_OUTPUT_GROUPS")?
479
480
  }?,
480
481
  blackout_slate: {
481
482
  blackout_slate_image: {
@@ -2328,7 +2329,8 @@ module Aws
2328
2329
  no_regional_blackout_flag: ("FOLLOW" | "IGNORE")?,
2329
2330
  web_delivery_allowed_flag: ("FOLLOW" | "IGNORE")?
2330
2331
  }?
2331
- }?
2332
+ }?,
2333
+ scte_35_segmentation_scope: ("ALL_OUTPUT_GROUPS" | "SCTE35_ENABLED_OUTPUT_GROUPS")?
2332
2334
  }?,
2333
2335
  blackout_slate: {
2334
2336
  blackout_slate_image: {
data/sig/types.rbs CHANGED
@@ -215,6 +215,7 @@ module Aws::MediaLive
215
215
 
216
216
  class AvailConfiguration
217
217
  attr_accessor avail_settings: Types::AvailSettings
218
+ attr_accessor scte_35_segmentation_scope: ("ALL_OUTPUT_GROUPS" | "SCTE35_ENABLED_OUTPUT_GROUPS")
218
219
  SENSITIVE: []
219
220
  end
220
221
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.120.0
4
+ version: 1.121.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core