aws-sdk-medialive 1.146.0 → 1.147.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +17 -1
- data/lib/aws-sdk-medialive/client_api.rb +4 -0
- data/lib/aws-sdk-medialive/types.rb +34 -25
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +6 -2
- data/sig/types.rbs +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09d43aac1d1d0c580150bc68468423a8d9c6e6a9a1d1b1f0a13419e802991b6d'
|
4
|
+
data.tar.gz: b0c26e97fa9b11c6fd27b1ceab1d2f0cd74b41fb96d3c871bb42a3f76c18b5b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8676a5ba2906054aea5b1535b529c64e110b4ef92dee9cc3285eb95f46e2ac953b4cf18bebb53da1d07ccb149cce11973ee033d64fb2949c55f11f1bfba5e27
|
7
|
+
data.tar.gz: 22c841da5af516d037b8e57042893623935ee032c47a3620bd2a8ed0a99fd53fcf1d553f06588c490c5542966769acec21b206f27dc7ad9ed91a420958cd9728
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.147.0 (2025-03-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds defaultFontSize and defaultLineHeight as options in the EbuTtDDestinationSettings within the caption descriptions for an output stream.
|
8
|
+
|
4
9
|
1.146.0 (2025-02-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.147.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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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.
|
13810
|
+
context[:gem_version] = '1.147.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).
|
4385
|
-
# specified in the input captions).
|
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
|
4392
|
-
# If
|
4393
|
-
#
|
4394
|
-
#
|
4395
|
-
#
|
4396
|
-
#
|
4397
|
-
#
|
4398
|
-
# font
|
4399
|
-
#
|
4400
|
-
#
|
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
|
4407
|
-
#
|
4408
|
-
# captions
|
4409
|
-
#
|
4410
|
-
#
|
4411
|
-
#
|
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
|
data/lib/aws-sdk-medialive.rb
CHANGED
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
|
}?,
|
@@ -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
|
}?,
|
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
|
|
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.
|
4
|
+
version: 1.147.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-
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|