aws-sdk-medialive 1.120.0 → 1.122.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: 17a01ca3af16cb53ac887422c2abf98b427e604c336084a41c6de7bdd0e49ebe
4
+ data.tar.gz: 7cbf3e7eb60e9ebf167f47ba33e90dbbc794ebb59c66e9cbfea0787391178e44
5
5
  SHA512:
6
- metadata.gz: 3a3295f979e0035300dc313674f9542ff53a8bf78961a69289e416d2628c61cf233f71c0ce7c35326f971611d6fe072f3ce81bf89d5a13b0f40970370ab7dc49
7
- data.tar.gz: cb470bbb075ea21d80b1910cfd0f264ad963639bc20465c3ecf68f5e2c3ac5dc0cd1a61137577274330a861487307be3f124db496538366a03d678ede67039ff
6
+ metadata.gz: 2ad3b6cff409e1b9f902fee6ade6309c2238fb007d484cc7511fc3f34dd76dfce9881383e8ba246a97f78fd80688cf2710a3c6d0e64fb6880a2f1584169f2b45
7
+ data.tar.gz: 1bfa32a51959604efdd4b7b8257bf64d8be9208d64f41436d82039c082f58847f87c63ee6dee0b6658d9e7c59d19d7bc38f92965062f1bd7e8a81d37f0b13799
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.121.0 (2024-05-06)
10
+ ------------------
11
+
12
+ * 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.
13
+
4
14
  1.120.0 (2024-04-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.120.0
1
+ 1.122.0
@@ -301,8 +301,9 @@ module Aws::MediaLive
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -1102,6 +1103,7 @@ module Aws::MediaLive
1102
1103
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
1103
1104
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
1104
1105
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
1106
+ # resp.channel.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
1105
1107
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
1106
1108
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
1107
1109
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -2225,6 +2227,7 @@ module Aws::MediaLive
2225
2227
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
2226
2228
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
2227
2229
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
2230
+ # resp.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
2228
2231
  # resp.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
2229
2232
  # resp.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
2230
2233
  # resp.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -3240,6 +3243,7 @@ module Aws::MediaLive
3240
3243
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
3241
3244
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
3242
3245
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
3246
+ # resp.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
3243
3247
  # resp.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
3244
3248
  # resp.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
3245
3249
  # resp.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -5392,6 +5396,7 @@ module Aws::MediaLive
5392
5396
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
5393
5397
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
5394
5398
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
5399
+ # resp.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
5395
5400
  # resp.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
5396
5401
  # resp.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
5397
5402
  # resp.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -6219,6 +6224,7 @@ module Aws::MediaLive
6219
6224
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
6220
6225
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
6221
6226
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
6227
+ # resp.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
6222
6228
  # resp.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
6223
6229
  # resp.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
6224
6230
  # resp.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -7074,6 +7080,7 @@ module Aws::MediaLive
7074
7080
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
7075
7081
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
7076
7082
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
7083
+ # resp.channel.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
7077
7084
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
7078
7085
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
7079
7086
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -7809,6 +7816,7 @@ module Aws::MediaLive
7809
7816
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
7810
7817
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
7811
7818
  # resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
7819
+ # resp.channel.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
7812
7820
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
7813
7821
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
7814
7822
  # resp.channel.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -9012,6 +9020,7 @@ module Aws::MediaLive
9012
9020
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.ad_avail_offset #=> Integer
9013
9021
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
9014
9022
  # resp.encoder_settings.avail_configuration.avail_settings.scte_35_time_signal_apos.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
9023
+ # resp.encoder_settings.avail_configuration.scte_35_segmentation_scope #=> String, one of "ALL_OUTPUT_GROUPS", "SCTE35_ENABLED_OUTPUT_GROUPS"
9015
9024
  # resp.encoder_settings.blackout_slate.blackout_slate_image.password_param #=> String
9016
9025
  # resp.encoder_settings.blackout_slate.blackout_slate_image.uri #=> String
9017
9026
  # resp.encoder_settings.blackout_slate.blackout_slate_image.username #=> String
@@ -11151,7 +11160,7 @@ module Aws::MediaLive
11151
11160
  params: params,
11152
11161
  config: config)
11153
11162
  context[:gem_name] = 'aws-sdk-medialive'
11154
- context[:gem_version] = '1.120.0'
11163
+ context[:gem_version] = '1.122.0'
11155
11164
  Seahorse::Client::Request.new(handlers, context)
11156
11165
  end
11157
11166
 
@@ -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.122.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.122.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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core