aws-sdk-medialive 1.146.0 → 1.148.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: ebdb2288e267030d3ccae8c655893d6c498f536b23c209ea3ddc15edbb198d5b
4
- data.tar.gz: 432c7a8c965e0c342aeef20fca9349868941216b579add37c30221bd3446074f
3
+ metadata.gz: 304d97f795f56a253c2f3074d810c5bdaa535a6553192d78c34ffd251e2abf10
4
+ data.tar.gz: 598e5d98c5201f262ce2aa35005d91cf63a1a3cdfc5e5442b8068faeb8b66ae2
5
5
  SHA512:
6
- metadata.gz: 7fbc82af56d0b79de2be2add5dee981497519ad665a6cc3b7035844115aa55d76baa99b2ced5cae74c31d5674833e9442f8c9eea33b40ae50d27e7786627d8ea
7
- data.tar.gz: e963da0966f7c140952144ce1295a0059cbce7105c6809f891ed74741d55259ce69e08a7bacfe921cb3747734a1894dd5f8c7b4134d58cc9b6fcf7d1b784cde1
6
+ metadata.gz: 43091255c960c407077d7cbb939a01a39bdf79b3f2418bb432abf6e867ad544b46afb6e366829903f977c946dfe40ce57482b607f1cd80f8626b0a5604f75e22
7
+ data.tar.gz: 1431f9ab7cc20761e746b862c54c1203a7301adbf9ffab6f5d0c6ea80670ece8a8224fb8b2fd0449561fba64ce5a05c04c860c2b121d7f696dffb08b7441994c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.148.0 (2025-03-11)
5
+ ------------------
6
+
7
+ * Feature - Add an enum option DISABLED for Output Locking Mode under Global Configuration.
8
+
9
+ 1.147.0 (2025-03-10)
10
+ ------------------
11
+
12
+ * Feature - Adds defaultFontSize and defaultLineHeight as options in the EbuTtDDestinationSettings within the caption descriptions for an output stream.
13
+
4
14
  1.146.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.146.0
1
+ 1.148.0
@@ -1241,6 +1241,8 @@ module Aws::MediaLive
1241
1241
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
1242
1242
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
1243
1243
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
1244
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
1245
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
1244
1246
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
1245
1247
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
1246
1248
  # resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
@@ -1260,7 +1262,7 @@ module Aws::MediaLive
1260
1262
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
1261
1263
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
1262
1264
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
1263
- # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
1265
+ # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
1264
1266
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
1265
1267
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
1266
1268
  # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -2567,6 +2569,8 @@ module Aws::MediaLive
2567
2569
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
2568
2570
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
2569
2571
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
2572
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
2573
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
2570
2574
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
2571
2575
  # resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
2572
2576
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
@@ -2586,7 +2590,7 @@ module Aws::MediaLive
2586
2590
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
2587
2591
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
2588
2592
  # resp.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
2589
- # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
2593
+ # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
2590
2594
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
2591
2595
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
2592
2596
  # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -3710,6 +3714,8 @@ module Aws::MediaLive
3710
3714
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
3711
3715
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
3712
3716
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
3717
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
3718
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
3713
3719
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
3714
3720
  # resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
3715
3721
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
@@ -3729,7 +3735,7 @@ module Aws::MediaLive
3729
3735
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
3730
3736
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
3731
3737
  # resp.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
3732
- # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
3738
+ # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
3733
3739
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
3734
3740
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
3735
3741
  # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -6042,6 +6048,8 @@ module Aws::MediaLive
6042
6048
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
6043
6049
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
6044
6050
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
6051
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
6052
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
6045
6053
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
6046
6054
  # resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
6047
6055
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
@@ -6061,7 +6069,7 @@ module Aws::MediaLive
6061
6069
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
6062
6070
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
6063
6071
  # resp.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
6064
- # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
6072
+ # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
6065
6073
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
6066
6074
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
6067
6075
  # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -6992,6 +7000,8 @@ module Aws::MediaLive
6992
7000
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
6993
7001
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
6994
7002
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
7003
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
7004
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
6995
7005
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
6996
7006
  # resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
6997
7007
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
@@ -7011,7 +7021,7 @@ module Aws::MediaLive
7011
7021
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
7012
7022
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
7013
7023
  # resp.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
7014
- # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
7024
+ # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
7015
7025
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
7016
7026
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
7017
7027
  # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -7972,6 +7982,8 @@ module Aws::MediaLive
7972
7982
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
7973
7983
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
7974
7984
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
7985
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
7986
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
7975
7987
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
7976
7988
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
7977
7989
  # resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
@@ -7991,7 +8003,7 @@ module Aws::MediaLive
7991
8003
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
7992
8004
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
7993
8005
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
7994
- # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
8006
+ # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
7995
8007
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
7996
8008
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
7997
8009
  # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -8837,6 +8849,8 @@ module Aws::MediaLive
8837
8849
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
8838
8850
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
8839
8851
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
8852
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
8853
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
8840
8854
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
8841
8855
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
8842
8856
  # resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
@@ -8856,7 +8870,7 @@ module Aws::MediaLive
8856
8870
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
8857
8871
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
8858
8872
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
8859
- # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
8873
+ # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
8860
8874
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
8861
8875
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
8862
8876
  # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -10245,6 +10259,8 @@ module Aws::MediaLive
10245
10259
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
10246
10260
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
10247
10261
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
10262
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_font_size #=> Integer
10263
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.default_line_height #=> Integer
10248
10264
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
10249
10265
  # resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
10250
10266
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
@@ -10264,7 +10280,7 @@ module Aws::MediaLive
10264
10280
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
10265
10281
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
10266
10282
  # resp.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
10267
- # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
10283
+ # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
10268
10284
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
10269
10285
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
10270
10286
  # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -13791,7 +13807,7 @@ module Aws::MediaLive
13791
13807
  tracer: tracer
13792
13808
  )
13793
13809
  context[:gem_name] = 'aws-sdk-medialive'
13794
- context[:gem_version] = '1.146.0'
13810
+ context[:gem_version] = '1.148.0'
13795
13811
  Seahorse::Client::Request.new(handlers, context)
13796
13812
  end
13797
13813
 
@@ -1053,6 +1053,7 @@ module Aws::MediaLive
1053
1053
  __integerMin1Max51 = Shapes::IntegerShape.new(name: '__integerMin1Max51')
1054
1054
  __integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
1055
1055
  __integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
1056
+ __integerMin1Max800 = Shapes::IntegerShape.new(name: '__integerMin1Max800')
1056
1057
  __integerMin256Max3840 = Shapes::IntegerShape.new(name: '__integerMin256Max3840')
1057
1058
  __integerMin25Max10000 = Shapes::IntegerShape.new(name: '__integerMin25Max10000')
1058
1059
  __integerMin25Max2000 = Shapes::IntegerShape.new(name: '__integerMin25Max2000')
@@ -1065,6 +1066,7 @@ module Aws::MediaLive
1065
1066
  __integerMin50000Max8000000 = Shapes::IntegerShape.new(name: '__integerMin50000Max8000000')
1066
1067
  __integerMin64Max2160 = Shapes::IntegerShape.new(name: '__integerMin64Max2160')
1067
1068
  __integerMin800Max3000 = Shapes::IntegerShape.new(name: '__integerMin800Max3000')
1069
+ __integerMin80Max800 = Shapes::IntegerShape.new(name: '__integerMin80Max800')
1068
1070
  __integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
1069
1071
  __integerMinNegative1000Max1000 = Shapes::IntegerShape.new(name: '__integerMinNegative1000Max1000')
1070
1072
  __integerMinNegative5Max5 = Shapes::IntegerShape.new(name: '__integerMinNegative5Max5')
@@ -2731,6 +2733,8 @@ module Aws::MediaLive
2731
2733
  EbuTtDDestinationSettings.add_member(:fill_line_gap, Shapes::ShapeRef.new(shape: EbuTtDFillLineGapControl, location_name: "fillLineGap"))
2732
2734
  EbuTtDDestinationSettings.add_member(:font_family, Shapes::ShapeRef.new(shape: __string, location_name: "fontFamily"))
2733
2735
  EbuTtDDestinationSettings.add_member(:style_control, Shapes::ShapeRef.new(shape: EbuTtDDestinationStyleControl, location_name: "styleControl"))
2736
+ EbuTtDDestinationSettings.add_member(:default_font_size, Shapes::ShapeRef.new(shape: __integerMin1Max800, location_name: "defaultFontSize"))
2737
+ EbuTtDDestinationSettings.add_member(:default_line_height, Shapes::ShapeRef.new(shape: __integerMin80Max800, location_name: "defaultLineHeight"))
2734
2738
  EbuTtDDestinationSettings.struct_class = Types::EbuTtDDestinationSettings
2735
2739
 
2736
2740
  EmbeddedDestinationSettings.struct_class = Types::EmbeddedDestinationSettings
@@ -4381,46 +4381,55 @@ module Aws::MediaLive
4381
4381
  #
4382
4382
  # @!attribute [rw] fill_line_gap
4383
4383
  # Specifies how to handle the gap between the lines (in multi-line
4384
- # captions). - enabled: Fill with the captions background color (as
4385
- # specified in the input captions). - disabled: Leave the gap
4386
- # unfilled.
4384
+ # captions). ENABLED: Fill with the captions background color (as
4385
+ # specified in the input captions). DISABLED: Leave the gap unfilled
4387
4386
  # @return [String]
4388
4387
  #
4389
4388
  # @!attribute [rw] font_family
4390
4389
  # Specifies the font family to include in the font data attached to
4391
- # the EBU-TT captions. Valid only if styleControl is set to include.
4392
- # If you leave this field empty, the font family is set to
4393
- # "monospaced". (If styleControl is set to exclude, the font family
4394
- # is always set to "monospaced".) You specify only the font family.
4395
- # All other style information (color, bold, position and so on) is
4396
- # copied from the input captions. The size is always set to 100% to
4397
- # allow the downstream player to choose the size. - Enter a list of
4398
- # font families, as a comma-separated list of font names, in order of
4399
- # preference. The name can be a font family (such as “Arial”), or a
4400
- # generic font family (such as “serif”), or “default” (to let the
4401
- # downstream player choose the font). - Leave blank to set the family
4402
- # to “monospace”.
4390
+ # the EBU-TT captions. Valid only if style\_control is set to include.
4391
+ # (If style\_control is set to exclude, the font family is always set
4392
+ # to monospaced.) Enter a list of font families, as a comma-separated
4393
+ # list of font names, in order of preference. The name can be a font
4394
+ # family (such as Arial), or a generic font family (such as serif), or
4395
+ # default (to let the downstream player choose the font). Or leave
4396
+ # blank to set the family to monospace. Note that you can specify only
4397
+ # the font family. All other style information (color, bold, position
4398
+ # and so on) is copied from the input captions. The size is always set
4399
+ # to 100% to allow the downstream player to choose the size.
4403
4400
  # @return [String]
4404
4401
  #
4405
4402
  # @!attribute [rw] style_control
4406
- # Specifies the style information (font color, font position, and so
4407
- # on) to include in the font data that is attached to the EBU-TT
4408
- # captions. - include: Take the style information (font color, font
4409
- # position, and so on) from the source captions and include that
4410
- # information in the font data attached to the EBU-TT captions. This
4411
- # option is valid only if the source captions are Embedded or
4412
- # Teletext. - exclude: In the font data attached to the EBU-TT
4413
- # captions, set the font family to "monospaced". Do not include any
4414
- # other style information.
4403
+ # Specifies the style information to include in the font data that is
4404
+ # attached to the EBU-TT captions. INCLUDE: Take the style information
4405
+ # from the source captions and include that information in the font
4406
+ # data attached to the EBU-TT captions. This option is valid only if
4407
+ # the source captions are Embedded or Teletext. EXCLUDE: Set the font
4408
+ # family to monospaced. Do not include any other style information.
4415
4409
  # @return [String]
4416
4410
  #
4411
+ # @!attribute [rw] default_font_size
4412
+ # Specifies the default font size as a percentage of the computed cell
4413
+ # size. Valid only if the defaultLineHeight is also set. If you leave
4414
+ # this field empty, the default font size is 80% of the cell size.
4415
+ # @return [Integer]
4416
+ #
4417
+ # @!attribute [rw] default_line_height
4418
+ # Specifies the default line height as a percentage relative to the
4419
+ # font size. Valid only if the defaultFontSize is also set. This field
4420
+ # should be > 100 (so the font can fit into a line) If you leave this
4421
+ # field empty, the default line height is 120% of the font size.
4422
+ # @return [Integer]
4423
+ #
4417
4424
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/EbuTtDDestinationSettings AWS API Documentation
4418
4425
  #
4419
4426
  class EbuTtDDestinationSettings < Struct.new(
4420
4427
  :copyright_holder,
4421
4428
  :fill_line_gap,
4422
4429
  :font_family,
4423
- :style_control)
4430
+ :style_control,
4431
+ :default_font_size,
4432
+ :default_line_height)
4424
4433
  SENSITIVE = []
4425
4434
  include Aws::Structure
4426
4435
  end
@@ -4955,7 +4964,11 @@ module Aws::MediaLive
4955
4964
  # PIPELINE\_LOCKING - MediaLive will attempt to synchronize the output
4956
4965
  # of each pipeline to the other. EPOCH\_LOCKING - MediaLive will
4957
4966
  # attempt to synchronize the output of each pipeline to the Unix
4958
- # epoch.
4967
+ # epoch. DISABLED - MediaLive will not attempt to synchronize the
4968
+ # output of pipelines. We advise against disabling output locking
4969
+ # because it has negative side effects in most workflows. For more
4970
+ # information, see the section about output locking (pipeline locking)
4971
+ # in the Medialive user guide.
4959
4972
  # @return [String]
4960
4973
  #
4961
4974
  # @!attribute [rw] output_timing_source
@@ -55,7 +55,7 @@ module Aws::MediaLive
55
55
  autoload :EndpointProvider, 'aws-sdk-medialive/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-medialive/endpoints'
57
57
 
58
- GEM_VERSION = '1.146.0'
58
+ GEM_VERSION = '1.148.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -571,7 +571,9 @@ module Aws
571
571
  copyright_holder: ::String?,
572
572
  fill_line_gap: ("DISABLED" | "ENABLED")?,
573
573
  font_family: ::String?,
574
- style_control: ("EXCLUDE" | "INCLUDE")?
574
+ style_control: ("EXCLUDE" | "INCLUDE")?,
575
+ default_font_size: ::Integer?,
576
+ default_line_height: ::Integer?
575
577
  }?,
576
578
  embedded_destination_settings: {
577
579
  }?,
@@ -619,7 +621,7 @@ module Aws
619
621
  input_loss_image_type: ("COLOR" | "SLATE")?,
620
622
  repeat_frame_msec: ::Integer?
621
623
  }?,
622
- output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING")?,
624
+ output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING" | "DISABLED")?,
623
625
  output_timing_source: ("INPUT_CLOCK" | "SYSTEM_CLOCK")?,
624
626
  support_low_framerate_inputs: ("DISABLED" | "ENABLED")?,
625
627
  output_locking_settings: {
@@ -2631,7 +2633,9 @@ module Aws
2631
2633
  copyright_holder: ::String?,
2632
2634
  fill_line_gap: ("DISABLED" | "ENABLED")?,
2633
2635
  font_family: ::String?,
2634
- style_control: ("EXCLUDE" | "INCLUDE")?
2636
+ style_control: ("EXCLUDE" | "INCLUDE")?,
2637
+ default_font_size: ::Integer?,
2638
+ default_line_height: ::Integer?
2635
2639
  }?,
2636
2640
  embedded_destination_settings: {
2637
2641
  }?,
@@ -2679,7 +2683,7 @@ module Aws
2679
2683
  input_loss_image_type: ("COLOR" | "SLATE")?,
2680
2684
  repeat_frame_msec: ::Integer?
2681
2685
  }?,
2682
- output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING")?,
2686
+ output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING" | "DISABLED")?,
2683
2687
  output_timing_source: ("INPUT_CLOCK" | "SYSTEM_CLOCK")?,
2684
2688
  support_low_framerate_inputs: ("DISABLED" | "ENABLED")?,
2685
2689
  output_locking_settings: {
data/sig/types.rbs CHANGED
@@ -1201,6 +1201,8 @@ module Aws::MediaLive
1201
1201
  attr_accessor fill_line_gap: ("DISABLED" | "ENABLED")
1202
1202
  attr_accessor font_family: ::String
1203
1203
  attr_accessor style_control: ("EXCLUDE" | "INCLUDE")
1204
+ attr_accessor default_font_size: ::Integer
1205
+ attr_accessor default_line_height: ::Integer
1204
1206
  SENSITIVE: []
1205
1207
  end
1206
1208
 
@@ -1343,7 +1345,7 @@ module Aws::MediaLive
1343
1345
  attr_accessor initial_audio_gain: ::Integer
1344
1346
  attr_accessor input_end_action: ("NONE" | "SWITCH_AND_LOOP_INPUTS")
1345
1347
  attr_accessor input_loss_behavior: Types::InputLossBehavior
1346
- attr_accessor output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING")
1348
+ attr_accessor output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING" | "DISABLED")
1347
1349
  attr_accessor output_timing_source: ("INPUT_CLOCK" | "SYSTEM_CLOCK")
1348
1350
  attr_accessor support_low_framerate_inputs: ("DISABLED" | "ENABLED")
1349
1351
  attr_accessor output_locking_settings: Types::OutputLockingSettings
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.146.0
4
+ version: 1.148.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-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core