aws-sdk-mediaconvert 1.125.0 → 1.126.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +55 -1
- data/lib/aws-sdk-mediaconvert/client_api.rb +11 -0
- data/lib/aws-sdk-mediaconvert/types.rb +103 -20
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- data/sig/client.rbs +45 -0
- data/sig/types.rbs +9 -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: f0d29fd3c11c68956f6d88eb1bdd6311be1548434ffc95b06a833a18649ab031
|
4
|
+
data.tar.gz: 1524fc7aa3ba6d83cb22a6d2a60679559e1df769cd7a4c74ee690d423fb97e08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e12370c538cd7267222bfcfa3146881e0d97055f8df63a8c57d7ae0d71049be2e99a2c315c804753eb7e966b58daf827e3dfa00248cf1dbb77d40f6ed355f61b
|
7
|
+
data.tar.gz: 8fa38b8648d76b7f9f0e73bce70affe80a9e3be0e2442cd01a1033374b1c980c143cc796c5e9339866bcdda58eb8ea0e5cc596860fcdcc575c37e4120a50c954
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.126.0 (2024-04-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release includes support for bringing your own fonts to use for burn-in or DVB-Sub captioning workflows.
|
8
|
+
|
4
9
|
1.125.0 (2024-02-01)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.126.0
|
@@ -779,6 +779,10 @@ module Aws::MediaConvert
|
|
779
779
|
# background_opacity: 1,
|
780
780
|
# fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
|
781
781
|
# font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
|
782
|
+
# font_file_bold: "__stringPatternS3TtfHttpsTtf",
|
783
|
+
# font_file_bold_italic: "__string",
|
784
|
+
# font_file_italic: "__stringPatternS3TtfHttpsTtf",
|
785
|
+
# font_file_regular: "__stringPatternS3TtfHttpsTtf",
|
782
786
|
# font_opacity: 1,
|
783
787
|
# font_resolution: 1,
|
784
788
|
# font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
|
@@ -806,6 +810,10 @@ module Aws::MediaConvert
|
|
806
810
|
# dds_y_coordinate: 1,
|
807
811
|
# fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
|
808
812
|
# font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
|
813
|
+
# font_file_bold: "__stringPatternS3TtfHttpsTtf",
|
814
|
+
# font_file_bold_italic: "__stringPatternS3TtfHttpsTtf",
|
815
|
+
# font_file_italic: "__stringPatternS3TtfHttpsTtf",
|
816
|
+
# font_file_regular: "__stringPatternS3TtfHttpsTtf",
|
809
817
|
# font_opacity: 1,
|
810
818
|
# font_resolution: 1,
|
811
819
|
# font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
|
@@ -915,6 +923,7 @@ module Aws::MediaConvert
|
|
915
923
|
# pcr_pid: 1,
|
916
924
|
# pmt_interval: 1,
|
917
925
|
# pmt_pid: 1,
|
926
|
+
# prevent_buffer_underflow: "DISABLED", # accepts DISABLED, ENABLED
|
918
927
|
# private_metadata_pid: 1,
|
919
928
|
# program_number: 1,
|
920
929
|
# pts_offset: 1,
|
@@ -1539,6 +1548,10 @@ module Aws::MediaConvert
|
|
1539
1548
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.background_opacity #=> Integer
|
1540
1549
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
1541
1550
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_color #=> String, one of "WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE", "HEX", "AUTO"
|
1551
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_bold #=> String
|
1552
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_bold_italic #=> String
|
1553
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_italic #=> String
|
1554
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_regular #=> String
|
1542
1555
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_opacity #=> Integer
|
1543
1556
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_resolution #=> Integer
|
1544
1557
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_script #=> String, one of "AUTOMATIC", "HANS", "HANT"
|
@@ -1564,6 +1577,10 @@ module Aws::MediaConvert
|
|
1564
1577
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_y_coordinate #=> Integer
|
1565
1578
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
1566
1579
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_color #=> String, one of "WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE", "HEX", "AUTO"
|
1580
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_bold #=> String
|
1581
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_bold_italic #=> String
|
1582
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_italic #=> String
|
1583
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_regular #=> String
|
1567
1584
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_opacity #=> Integer
|
1568
1585
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_resolution #=> Integer
|
1569
1586
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_script #=> String, one of "AUTOMATIC", "HANS", "HANT"
|
@@ -1646,6 +1663,7 @@ module Aws::MediaConvert
|
|
1646
1663
|
# resp.preset.settings.container_settings.m2ts_settings.pcr_pid #=> Integer
|
1647
1664
|
# resp.preset.settings.container_settings.m2ts_settings.pmt_interval #=> Integer
|
1648
1665
|
# resp.preset.settings.container_settings.m2ts_settings.pmt_pid #=> Integer
|
1666
|
+
# resp.preset.settings.container_settings.m2ts_settings.prevent_buffer_underflow #=> String, one of "DISABLED", "ENABLED"
|
1649
1667
|
# resp.preset.settings.container_settings.m2ts_settings.private_metadata_pid #=> Integer
|
1650
1668
|
# resp.preset.settings.container_settings.m2ts_settings.program_number #=> Integer
|
1651
1669
|
# resp.preset.settings.container_settings.m2ts_settings.pts_offset #=> Integer
|
@@ -2486,6 +2504,10 @@ module Aws::MediaConvert
|
|
2486
2504
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.background_opacity #=> Integer
|
2487
2505
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
2488
2506
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_color #=> String, one of "WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE", "HEX", "AUTO"
|
2507
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_bold #=> String
|
2508
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_bold_italic #=> String
|
2509
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_italic #=> String
|
2510
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_regular #=> String
|
2489
2511
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_opacity #=> Integer
|
2490
2512
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_resolution #=> Integer
|
2491
2513
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_script #=> String, one of "AUTOMATIC", "HANS", "HANT"
|
@@ -2511,6 +2533,10 @@ module Aws::MediaConvert
|
|
2511
2533
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_y_coordinate #=> Integer
|
2512
2534
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
2513
2535
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_color #=> String, one of "WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE", "HEX", "AUTO"
|
2536
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_bold #=> String
|
2537
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_bold_italic #=> String
|
2538
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_italic #=> String
|
2539
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_regular #=> String
|
2514
2540
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_opacity #=> Integer
|
2515
2541
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_resolution #=> Integer
|
2516
2542
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_script #=> String, one of "AUTOMATIC", "HANS", "HANT"
|
@@ -2593,6 +2619,7 @@ module Aws::MediaConvert
|
|
2593
2619
|
# resp.preset.settings.container_settings.m2ts_settings.pcr_pid #=> Integer
|
2594
2620
|
# resp.preset.settings.container_settings.m2ts_settings.pmt_interval #=> Integer
|
2595
2621
|
# resp.preset.settings.container_settings.m2ts_settings.pmt_pid #=> Integer
|
2622
|
+
# resp.preset.settings.container_settings.m2ts_settings.prevent_buffer_underflow #=> String, one of "DISABLED", "ENABLED"
|
2596
2623
|
# resp.preset.settings.container_settings.m2ts_settings.private_metadata_pid #=> Integer
|
2597
2624
|
# resp.preset.settings.container_settings.m2ts_settings.program_number #=> Integer
|
2598
2625
|
# resp.preset.settings.container_settings.m2ts_settings.pts_offset #=> Integer
|
@@ -3312,6 +3339,10 @@ module Aws::MediaConvert
|
|
3312
3339
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.background_opacity #=> Integer
|
3313
3340
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
3314
3341
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_color #=> String, one of "WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE", "HEX", "AUTO"
|
3342
|
+
# resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_bold #=> String
|
3343
|
+
# resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_bold_italic #=> String
|
3344
|
+
# resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_italic #=> String
|
3345
|
+
# resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_regular #=> String
|
3315
3346
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_opacity #=> Integer
|
3316
3347
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_resolution #=> Integer
|
3317
3348
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_script #=> String, one of "AUTOMATIC", "HANS", "HANT"
|
@@ -3337,6 +3368,10 @@ module Aws::MediaConvert
|
|
3337
3368
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_y_coordinate #=> Integer
|
3338
3369
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
3339
3370
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_color #=> String, one of "WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE", "HEX", "AUTO"
|
3371
|
+
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_bold #=> String
|
3372
|
+
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_bold_italic #=> String
|
3373
|
+
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_italic #=> String
|
3374
|
+
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_regular #=> String
|
3340
3375
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_opacity #=> Integer
|
3341
3376
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_resolution #=> Integer
|
3342
3377
|
# resp.presets[0].settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_script #=> String, one of "AUTOMATIC", "HANS", "HANT"
|
@@ -3419,6 +3454,7 @@ module Aws::MediaConvert
|
|
3419
3454
|
# resp.presets[0].settings.container_settings.m2ts_settings.pcr_pid #=> Integer
|
3420
3455
|
# resp.presets[0].settings.container_settings.m2ts_settings.pmt_interval #=> Integer
|
3421
3456
|
# resp.presets[0].settings.container_settings.m2ts_settings.pmt_pid #=> Integer
|
3457
|
+
# resp.presets[0].settings.container_settings.m2ts_settings.prevent_buffer_underflow #=> String, one of "DISABLED", "ENABLED"
|
3422
3458
|
# resp.presets[0].settings.container_settings.m2ts_settings.private_metadata_pid #=> Integer
|
3423
3459
|
# resp.presets[0].settings.container_settings.m2ts_settings.program_number #=> Integer
|
3424
3460
|
# resp.presets[0].settings.container_settings.m2ts_settings.pts_offset #=> Integer
|
@@ -4252,6 +4288,10 @@ module Aws::MediaConvert
|
|
4252
4288
|
# background_opacity: 1,
|
4253
4289
|
# fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
|
4254
4290
|
# font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
|
4291
|
+
# font_file_bold: "__stringPatternS3TtfHttpsTtf",
|
4292
|
+
# font_file_bold_italic: "__string",
|
4293
|
+
# font_file_italic: "__stringPatternS3TtfHttpsTtf",
|
4294
|
+
# font_file_regular: "__stringPatternS3TtfHttpsTtf",
|
4255
4295
|
# font_opacity: 1,
|
4256
4296
|
# font_resolution: 1,
|
4257
4297
|
# font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
|
@@ -4279,6 +4319,10 @@ module Aws::MediaConvert
|
|
4279
4319
|
# dds_y_coordinate: 1,
|
4280
4320
|
# fallback_font: "BEST_MATCH", # accepts BEST_MATCH, MONOSPACED_SANSSERIF, MONOSPACED_SERIF, PROPORTIONAL_SANSSERIF, PROPORTIONAL_SERIF
|
4281
4321
|
# font_color: "WHITE", # accepts WHITE, BLACK, YELLOW, RED, GREEN, BLUE, HEX, AUTO
|
4322
|
+
# font_file_bold: "__stringPatternS3TtfHttpsTtf",
|
4323
|
+
# font_file_bold_italic: "__stringPatternS3TtfHttpsTtf",
|
4324
|
+
# font_file_italic: "__stringPatternS3TtfHttpsTtf",
|
4325
|
+
# font_file_regular: "__stringPatternS3TtfHttpsTtf",
|
4282
4326
|
# font_opacity: 1,
|
4283
4327
|
# font_resolution: 1,
|
4284
4328
|
# font_script: "AUTOMATIC", # accepts AUTOMATIC, HANS, HANT
|
@@ -4388,6 +4432,7 @@ module Aws::MediaConvert
|
|
4388
4432
|
# pcr_pid: 1,
|
4389
4433
|
# pmt_interval: 1,
|
4390
4434
|
# pmt_pid: 1,
|
4435
|
+
# prevent_buffer_underflow: "DISABLED", # accepts DISABLED, ENABLED
|
4391
4436
|
# private_metadata_pid: 1,
|
4392
4437
|
# program_number: 1,
|
4393
4438
|
# pts_offset: 1,
|
@@ -5009,6 +5054,10 @@ module Aws::MediaConvert
|
|
5009
5054
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.background_opacity #=> Integer
|
5010
5055
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
5011
5056
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_color #=> String, one of "WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE", "HEX", "AUTO"
|
5057
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_bold #=> String
|
5058
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_bold_italic #=> String
|
5059
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_italic #=> String
|
5060
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_file_regular #=> String
|
5012
5061
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_opacity #=> Integer
|
5013
5062
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_resolution #=> Integer
|
5014
5063
|
# resp.preset.settings.caption_descriptions[0].destination_settings.burnin_destination_settings.font_script #=> String, one of "AUTOMATIC", "HANS", "HANT"
|
@@ -5034,6 +5083,10 @@ module Aws::MediaConvert
|
|
5034
5083
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.dds_y_coordinate #=> Integer
|
5035
5084
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.fallback_font #=> String, one of "BEST_MATCH", "MONOSPACED_SANSSERIF", "MONOSPACED_SERIF", "PROPORTIONAL_SANSSERIF", "PROPORTIONAL_SERIF"
|
5036
5085
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_color #=> String, one of "WHITE", "BLACK", "YELLOW", "RED", "GREEN", "BLUE", "HEX", "AUTO"
|
5086
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_bold #=> String
|
5087
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_bold_italic #=> String
|
5088
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_italic #=> String
|
5089
|
+
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_file_regular #=> String
|
5037
5090
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_opacity #=> Integer
|
5038
5091
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_resolution #=> Integer
|
5039
5092
|
# resp.preset.settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.font_script #=> String, one of "AUTOMATIC", "HANS", "HANT"
|
@@ -5116,6 +5169,7 @@ module Aws::MediaConvert
|
|
5116
5169
|
# resp.preset.settings.container_settings.m2ts_settings.pcr_pid #=> Integer
|
5117
5170
|
# resp.preset.settings.container_settings.m2ts_settings.pmt_interval #=> Integer
|
5118
5171
|
# resp.preset.settings.container_settings.m2ts_settings.pmt_pid #=> Integer
|
5172
|
+
# resp.preset.settings.container_settings.m2ts_settings.prevent_buffer_underflow #=> String, one of "DISABLED", "ENABLED"
|
5119
5173
|
# resp.preset.settings.container_settings.m2ts_settings.private_metadata_pid #=> Integer
|
5120
5174
|
# resp.preset.settings.container_settings.m2ts_settings.program_number #=> Integer
|
5121
5175
|
# resp.preset.settings.container_settings.m2ts_settings.pts_offset #=> Integer
|
@@ -5596,7 +5650,7 @@ module Aws::MediaConvert
|
|
5596
5650
|
params: params,
|
5597
5651
|
config: config)
|
5598
5652
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
5599
|
-
context[:gem_version] = '1.
|
5653
|
+
context[:gem_version] = '1.126.0'
|
5600
5654
|
Seahorse::Client::Request.new(handlers, context)
|
5601
5655
|
end
|
5602
5656
|
|
@@ -429,6 +429,7 @@ module Aws::MediaConvert
|
|
429
429
|
M2tsKlvMetadata = Shapes::StringShape.new(name: 'M2tsKlvMetadata')
|
430
430
|
M2tsNielsenId3 = Shapes::StringShape.new(name: 'M2tsNielsenId3')
|
431
431
|
M2tsPcrControl = Shapes::StringShape.new(name: 'M2tsPcrControl')
|
432
|
+
M2tsPreventBufferUnderflow = Shapes::StringShape.new(name: 'M2tsPreventBufferUnderflow')
|
432
433
|
M2tsRateMode = Shapes::StringShape.new(name: 'M2tsRateMode')
|
433
434
|
M2tsScte35Esam = Shapes::StructureShape.new(name: 'M2tsScte35Esam')
|
434
435
|
M2tsScte35Source = Shapes::StringShape.new(name: 'M2tsScte35Source')
|
@@ -882,6 +883,7 @@ module Aws::MediaConvert
|
|
882
883
|
__stringPatternS3 = Shapes::StringShape.new(name: '__stringPatternS3')
|
883
884
|
__stringPatternS3ASSETMAPXml = Shapes::StringShape.new(name: '__stringPatternS3ASSETMAPXml')
|
884
885
|
__stringPatternS3Https = Shapes::StringShape.new(name: '__stringPatternS3Https')
|
886
|
+
__stringPatternS3TtfHttpsTtf = Shapes::StringShape.new(name: '__stringPatternS3TtfHttpsTtf')
|
885
887
|
__stringPatternSNManifestConfirmConditionNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNManifestConfirmConditionNotificationNS')
|
886
888
|
__stringPatternSNSignalProcessingNotificationNS = Shapes::StringShape.new(name: '__stringPatternSNSignalProcessingNotificationNS')
|
887
889
|
__stringPatternW = Shapes::StringShape.new(name: '__stringPatternW')
|
@@ -1063,6 +1065,10 @@ module Aws::MediaConvert
|
|
1063
1065
|
BurninDestinationSettings.add_member(:background_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "backgroundOpacity"))
|
1064
1066
|
BurninDestinationSettings.add_member(:fallback_font, Shapes::ShapeRef.new(shape: BurninSubtitleFallbackFont, location_name: "fallbackFont"))
|
1065
1067
|
BurninDestinationSettings.add_member(:font_color, Shapes::ShapeRef.new(shape: BurninSubtitleFontColor, location_name: "fontColor"))
|
1068
|
+
BurninDestinationSettings.add_member(:font_file_bold, Shapes::ShapeRef.new(shape: __stringPatternS3TtfHttpsTtf, location_name: "fontFileBold"))
|
1069
|
+
BurninDestinationSettings.add_member(:font_file_bold_italic, Shapes::ShapeRef.new(shape: __string, location_name: "fontFileBoldItalic"))
|
1070
|
+
BurninDestinationSettings.add_member(:font_file_italic, Shapes::ShapeRef.new(shape: __stringPatternS3TtfHttpsTtf, location_name: "fontFileItalic"))
|
1071
|
+
BurninDestinationSettings.add_member(:font_file_regular, Shapes::ShapeRef.new(shape: __stringPatternS3TtfHttpsTtf, location_name: "fontFileRegular"))
|
1066
1072
|
BurninDestinationSettings.add_member(:font_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "fontOpacity"))
|
1067
1073
|
BurninDestinationSettings.add_member(:font_resolution, Shapes::ShapeRef.new(shape: __integerMin96Max600, location_name: "fontResolution"))
|
1068
1074
|
BurninDestinationSettings.add_member(:font_script, Shapes::ShapeRef.new(shape: FontScript, location_name: "fontScript"))
|
@@ -1401,6 +1407,10 @@ module Aws::MediaConvert
|
|
1401
1407
|
DvbSubDestinationSettings.add_member(:dds_y_coordinate, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "ddsYCoordinate"))
|
1402
1408
|
DvbSubDestinationSettings.add_member(:fallback_font, Shapes::ShapeRef.new(shape: DvbSubSubtitleFallbackFont, location_name: "fallbackFont"))
|
1403
1409
|
DvbSubDestinationSettings.add_member(:font_color, Shapes::ShapeRef.new(shape: DvbSubtitleFontColor, location_name: "fontColor"))
|
1410
|
+
DvbSubDestinationSettings.add_member(:font_file_bold, Shapes::ShapeRef.new(shape: __stringPatternS3TtfHttpsTtf, location_name: "fontFileBold"))
|
1411
|
+
DvbSubDestinationSettings.add_member(:font_file_bold_italic, Shapes::ShapeRef.new(shape: __stringPatternS3TtfHttpsTtf, location_name: "fontFileBoldItalic"))
|
1412
|
+
DvbSubDestinationSettings.add_member(:font_file_italic, Shapes::ShapeRef.new(shape: __stringPatternS3TtfHttpsTtf, location_name: "fontFileItalic"))
|
1413
|
+
DvbSubDestinationSettings.add_member(:font_file_regular, Shapes::ShapeRef.new(shape: __stringPatternS3TtfHttpsTtf, location_name: "fontFileRegular"))
|
1404
1414
|
DvbSubDestinationSettings.add_member(:font_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "fontOpacity"))
|
1405
1415
|
DvbSubDestinationSettings.add_member(:font_resolution, Shapes::ShapeRef.new(shape: __integerMin96Max600, location_name: "fontResolution"))
|
1406
1416
|
DvbSubDestinationSettings.add_member(:font_script, Shapes::ShapeRef.new(shape: FontScript, location_name: "fontScript"))
|
@@ -2025,6 +2035,7 @@ module Aws::MediaConvert
|
|
2025
2035
|
M2tsSettings.add_member(:pcr_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "pcrPid"))
|
2026
2036
|
M2tsSettings.add_member(:pmt_interval, Shapes::ShapeRef.new(shape: __integerMin0Max1000, location_name: "pmtInterval"))
|
2027
2037
|
M2tsSettings.add_member(:pmt_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "pmtPid"))
|
2038
|
+
M2tsSettings.add_member(:prevent_buffer_underflow, Shapes::ShapeRef.new(shape: M2tsPreventBufferUnderflow, location_name: "preventBufferUnderflow"))
|
2028
2039
|
M2tsSettings.add_member(:private_metadata_pid, Shapes::ShapeRef.new(shape: __integerMin32Max8182, location_name: "privateMetadataPid"))
|
2029
2040
|
M2tsSettings.add_member(:program_number, Shapes::ShapeRef.new(shape: __integerMin0Max65535, location_name: "programNumber"))
|
2030
2041
|
M2tsSettings.add_member(:pts_offset, Shapes::ShapeRef.new(shape: __integerMin0Max3600, location_name: "ptsOffset"))
|
@@ -1443,6 +1443,34 @@ module Aws::MediaConvert
|
|
1443
1443
|
# data from your input captions, if present.
|
1444
1444
|
# @return [String]
|
1445
1445
|
#
|
1446
|
+
# @!attribute [rw] font_file_bold
|
1447
|
+
# Specify a bold TrueType font file to use when rendering your output
|
1448
|
+
# captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must
|
1449
|
+
# also separately specify a regular, an italic, and a bold italic font
|
1450
|
+
# file.
|
1451
|
+
# @return [String]
|
1452
|
+
#
|
1453
|
+
# @!attribute [rw] font_file_bold_italic
|
1454
|
+
# Specify a bold italic TrueType font file to use when rendering your
|
1455
|
+
# output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you
|
1456
|
+
# must also separately specify a regular, a bold, and an italic font
|
1457
|
+
# file.
|
1458
|
+
# @return [String]
|
1459
|
+
#
|
1460
|
+
# @!attribute [rw] font_file_italic
|
1461
|
+
# Specify an italic TrueType font file to use when rendering your
|
1462
|
+
# output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you
|
1463
|
+
# must also separately specify a regular, a bold, and a bold italic
|
1464
|
+
# font file.
|
1465
|
+
# @return [String]
|
1466
|
+
#
|
1467
|
+
# @!attribute [rw] font_file_regular
|
1468
|
+
# Specify a regular TrueType font file to use when rendering your
|
1469
|
+
# output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you
|
1470
|
+
# must also separately specify a bold, an italic, and a bold italic
|
1471
|
+
# font file.
|
1472
|
+
# @return [String]
|
1473
|
+
#
|
1446
1474
|
# @!attribute [rw] font_opacity
|
1447
1475
|
# Specify the opacity of the burned-in captions. 255 is opaque; 0 is
|
1448
1476
|
# transparent.
|
@@ -1515,15 +1543,17 @@ module Aws::MediaConvert
|
|
1515
1543
|
# @return [Integer]
|
1516
1544
|
#
|
1517
1545
|
# @!attribute [rw] style_passthrough
|
1518
|
-
#
|
1519
|
-
#
|
1520
|
-
# default settings for any missing style
|
1521
|
-
# your input captions
|
1522
|
-
#
|
1523
|
-
#
|
1524
|
-
# bottom-center positioning, and
|
1525
|
-
#
|
1526
|
-
# override any of the individual
|
1546
|
+
# To use the available style, color, and position information from
|
1547
|
+
# your input captions: Set Style passthrough to Enabled. Note that
|
1548
|
+
# MediaConvert uses default settings for any missing style or position
|
1549
|
+
# information in your input captions To ignore the style and position
|
1550
|
+
# information from your input captions and use default settings: Leave
|
1551
|
+
# blank or keep the default value, Disabled. Default settings include
|
1552
|
+
# white text with black outlining, bottom-center positioning, and
|
1553
|
+
# automatic sizing. Whether you set Style passthrough to enabled or
|
1554
|
+
# not, you can also choose to manually override any of the individual
|
1555
|
+
# style and position settings. You can also override any fonts by
|
1556
|
+
# manually specifying custom font files.
|
1527
1557
|
# @return [String]
|
1528
1558
|
#
|
1529
1559
|
# @!attribute [rw] teletext_spacing
|
@@ -1559,6 +1589,10 @@ module Aws::MediaConvert
|
|
1559
1589
|
:background_opacity,
|
1560
1590
|
:fallback_font,
|
1561
1591
|
:font_color,
|
1592
|
+
:font_file_bold,
|
1593
|
+
:font_file_bold_italic,
|
1594
|
+
:font_file_italic,
|
1595
|
+
:font_file_regular,
|
1562
1596
|
:font_opacity,
|
1563
1597
|
:font_resolution,
|
1564
1598
|
:font_script,
|
@@ -3992,6 +4026,34 @@ module Aws::MediaConvert
|
|
3992
4026
|
# your DVB-Sub settings must be identical.
|
3993
4027
|
# @return [String]
|
3994
4028
|
#
|
4029
|
+
# @!attribute [rw] font_file_bold
|
4030
|
+
# Specify a bold TrueType font file to use when rendering your output
|
4031
|
+
# captions. Enter an S3, HTTP, or HTTPS URL. When you do, you must
|
4032
|
+
# also separately specify a regular, an italic, and a bold italic font
|
4033
|
+
# file.
|
4034
|
+
# @return [String]
|
4035
|
+
#
|
4036
|
+
# @!attribute [rw] font_file_bold_italic
|
4037
|
+
# Specify a bold italic TrueType font file to use when rendering your
|
4038
|
+
# output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you
|
4039
|
+
# must also separately specify a regular, a bold, and an italic font
|
4040
|
+
# file.
|
4041
|
+
# @return [String]
|
4042
|
+
#
|
4043
|
+
# @!attribute [rw] font_file_italic
|
4044
|
+
# Specify an italic TrueType font file to use when rendering your
|
4045
|
+
# output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you
|
4046
|
+
# must also separately specify a regular, a bold, and a bold italic
|
4047
|
+
# font file.
|
4048
|
+
# @return [String]
|
4049
|
+
#
|
4050
|
+
# @!attribute [rw] font_file_regular
|
4051
|
+
# Specify a regular TrueType font file to use when rendering your
|
4052
|
+
# output captions. Enter an S3, HTTP, or HTTPS URL. When you do, you
|
4053
|
+
# must also separately specify a bold, an italic, and a bold italic
|
4054
|
+
# font file.
|
4055
|
+
# @return [String]
|
4056
|
+
#
|
3995
4057
|
# @!attribute [rw] font_opacity
|
3996
4058
|
# Specify the opacity of the burned-in captions. 255 is opaque; 0 is
|
3997
4059
|
# transparent. Within your job settings, all of your DVB-Sub settings
|
@@ -4082,15 +4144,17 @@ module Aws::MediaConvert
|
|
4082
4144
|
# @return [Integer]
|
4083
4145
|
#
|
4084
4146
|
# @!attribute [rw] style_passthrough
|
4085
|
-
#
|
4086
|
-
#
|
4087
|
-
# default settings for any missing style
|
4088
|
-
# your input captions
|
4089
|
-
#
|
4090
|
-
#
|
4091
|
-
# bottom-center positioning, and
|
4092
|
-
#
|
4093
|
-
# override any of the individual
|
4147
|
+
# To use the available style, color, and position information from
|
4148
|
+
# your input captions: Set Style passthrough to Enabled. Note that
|
4149
|
+
# MediaConvert uses default settings for any missing style or position
|
4150
|
+
# information in your input captions To ignore the style and position
|
4151
|
+
# information from your input captions and use default settings: Leave
|
4152
|
+
# blank or keep the default value, Disabled. Default settings include
|
4153
|
+
# white text with black outlining, bottom-center positioning, and
|
4154
|
+
# automatic sizing. Whether you set Style passthrough to enabled or
|
4155
|
+
# not, you can also choose to manually override any of the individual
|
4156
|
+
# style and position settings. You can also override any fonts by
|
4157
|
+
# manually specifying custom font files.
|
4094
4158
|
# @return [String]
|
4095
4159
|
#
|
4096
4160
|
# @!attribute [rw] subtitling_type
|
@@ -4146,6 +4210,10 @@ module Aws::MediaConvert
|
|
4146
4210
|
:dds_y_coordinate,
|
4147
4211
|
:fallback_font,
|
4148
4212
|
:font_color,
|
4213
|
+
:font_file_bold,
|
4214
|
+
:font_file_bold_italic,
|
4215
|
+
:font_file_italic,
|
4216
|
+
:font_file_regular,
|
4149
4217
|
:font_opacity,
|
4150
4218
|
:font_resolution,
|
4151
4219
|
:font_script,
|
@@ -7924,7 +7992,8 @@ module Aws::MediaConvert
|
|
7924
7992
|
# @!attribute [rw] color_conversion_3_dlut_settings
|
7925
7993
|
# Use 3D LUTs to specify custom color mapping behavior when you
|
7926
7994
|
# convert from one color space into another. You can include up to 8
|
7927
|
-
# different 3D LUTs.
|
7995
|
+
# different 3D LUTs. For more information, see:
|
7996
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
|
7928
7997
|
# @return [Array<Types::ColorConversion3DLUTSetting>]
|
7929
7998
|
#
|
7930
7999
|
# @!attribute [rw] esam
|
@@ -8142,7 +8211,8 @@ module Aws::MediaConvert
|
|
8142
8211
|
# @!attribute [rw] color_conversion_3_dlut_settings
|
8143
8212
|
# Use 3D LUTs to specify custom color mapping behavior when you
|
8144
8213
|
# convert from one color space into another. You can include up to 8
|
8145
|
-
# different 3D LUTs.
|
8214
|
+
# different 3D LUTs. For more information, see:
|
8215
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
|
8146
8216
|
# @return [Array<Types::ColorConversion3DLUTSetting>]
|
8147
8217
|
#
|
8148
8218
|
# @!attribute [rw] esam
|
@@ -8855,6 +8925,18 @@ module Aws::MediaConvert
|
|
8855
8925
|
# itself. Default is 480.
|
8856
8926
|
# @return [Integer]
|
8857
8927
|
#
|
8928
|
+
# @!attribute [rw] prevent_buffer_underflow
|
8929
|
+
# Specify whether MediaConvert automatically attempts to prevent
|
8930
|
+
# decoder buffer underflows in your transport stream output. Use if
|
8931
|
+
# you are seeing decoder buffer underflows in your output and are
|
8932
|
+
# unable to increase your transport stream's bitrate. For most
|
8933
|
+
# workflows: We recommend that you keep the default value, Disabled.
|
8934
|
+
# To prevent decoder buffer underflows in your output, when possible:
|
8935
|
+
# Choose Enabled. Note that if MediaConvert prevents a decoder buffer
|
8936
|
+
# underflow in your output, output video quality is reduced and your
|
8937
|
+
# job will take longer to complete.
|
8938
|
+
# @return [String]
|
8939
|
+
#
|
8858
8940
|
# @!attribute [rw] private_metadata_pid
|
8859
8941
|
# Specify the packet identifier (PID) of the private metadata stream.
|
8860
8942
|
# Default is 503.
|
@@ -8993,6 +9075,7 @@ module Aws::MediaConvert
|
|
8993
9075
|
:pcr_pid,
|
8994
9076
|
:pmt_interval,
|
8995
9077
|
:pmt_pid,
|
9078
|
+
:prevent_buffer_underflow,
|
8996
9079
|
:private_metadata_pid,
|
8997
9080
|
:program_number,
|
8998
9081
|
:pts_offset,
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -829,6 +829,10 @@ module Aws
|
|
829
829
|
background_opacity: ::Integer?,
|
830
830
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
831
831
|
font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")?,
|
832
|
+
font_file_bold: ::String?,
|
833
|
+
font_file_bold_italic: ::String?,
|
834
|
+
font_file_italic: ::String?,
|
835
|
+
font_file_regular: ::String?,
|
832
836
|
font_opacity: ::Integer?,
|
833
837
|
font_resolution: ::Integer?,
|
834
838
|
font_script: ("AUTOMATIC" | "HANS" | "HANT")?,
|
@@ -856,6 +860,10 @@ module Aws
|
|
856
860
|
dds_y_coordinate: ::Integer?,
|
857
861
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
858
862
|
font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")?,
|
863
|
+
font_file_bold: ::String?,
|
864
|
+
font_file_bold_italic: ::String?,
|
865
|
+
font_file_italic: ::String?,
|
866
|
+
font_file_regular: ::String?,
|
859
867
|
font_opacity: ::Integer?,
|
860
868
|
font_resolution: ::Integer?,
|
861
869
|
font_script: ("AUTOMATIC" | "HANS" | "HANT")?,
|
@@ -965,6 +973,7 @@ module Aws
|
|
965
973
|
pcr_pid: ::Integer?,
|
966
974
|
pmt_interval: ::Integer?,
|
967
975
|
pmt_pid: ::Integer?,
|
976
|
+
prevent_buffer_underflow: ("DISABLED" | "ENABLED")?,
|
968
977
|
private_metadata_pid: ::Integer?,
|
969
978
|
program_number: ::Integer?,
|
970
979
|
pts_offset: ::Integer?,
|
@@ -2225,6 +2234,10 @@ module Aws
|
|
2225
2234
|
background_opacity: ::Integer?,
|
2226
2235
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
2227
2236
|
font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")?,
|
2237
|
+
font_file_bold: ::String?,
|
2238
|
+
font_file_bold_italic: ::String?,
|
2239
|
+
font_file_italic: ::String?,
|
2240
|
+
font_file_regular: ::String?,
|
2228
2241
|
font_opacity: ::Integer?,
|
2229
2242
|
font_resolution: ::Integer?,
|
2230
2243
|
font_script: ("AUTOMATIC" | "HANS" | "HANT")?,
|
@@ -2252,6 +2265,10 @@ module Aws
|
|
2252
2265
|
dds_y_coordinate: ::Integer?,
|
2253
2266
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
2254
2267
|
font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")?,
|
2268
|
+
font_file_bold: ::String?,
|
2269
|
+
font_file_bold_italic: ::String?,
|
2270
|
+
font_file_italic: ::String?,
|
2271
|
+
font_file_regular: ::String?,
|
2255
2272
|
font_opacity: ::Integer?,
|
2256
2273
|
font_resolution: ::Integer?,
|
2257
2274
|
font_script: ("AUTOMATIC" | "HANS" | "HANT")?,
|
@@ -2361,6 +2378,7 @@ module Aws
|
|
2361
2378
|
pcr_pid: ::Integer?,
|
2362
2379
|
pmt_interval: ::Integer?,
|
2363
2380
|
pmt_pid: ::Integer?,
|
2381
|
+
prevent_buffer_underflow: ("DISABLED" | "ENABLED")?,
|
2364
2382
|
private_metadata_pid: ::Integer?,
|
2365
2383
|
program_number: ::Integer?,
|
2366
2384
|
pts_offset: ::Integer?,
|
@@ -3057,6 +3075,10 @@ module Aws
|
|
3057
3075
|
background_opacity: ::Integer?,
|
3058
3076
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
3059
3077
|
font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")?,
|
3078
|
+
font_file_bold: ::String?,
|
3079
|
+
font_file_bold_italic: ::String?,
|
3080
|
+
font_file_italic: ::String?,
|
3081
|
+
font_file_regular: ::String?,
|
3060
3082
|
font_opacity: ::Integer?,
|
3061
3083
|
font_resolution: ::Integer?,
|
3062
3084
|
font_script: ("AUTOMATIC" | "HANS" | "HANT")?,
|
@@ -3084,6 +3106,10 @@ module Aws
|
|
3084
3106
|
dds_y_coordinate: ::Integer?,
|
3085
3107
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
3086
3108
|
font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")?,
|
3109
|
+
font_file_bold: ::String?,
|
3110
|
+
font_file_bold_italic: ::String?,
|
3111
|
+
font_file_italic: ::String?,
|
3112
|
+
font_file_regular: ::String?,
|
3087
3113
|
font_opacity: ::Integer?,
|
3088
3114
|
font_resolution: ::Integer?,
|
3089
3115
|
font_script: ("AUTOMATIC" | "HANS" | "HANT")?,
|
@@ -3193,6 +3219,7 @@ module Aws
|
|
3193
3219
|
pcr_pid: ::Integer?,
|
3194
3220
|
pmt_interval: ::Integer?,
|
3195
3221
|
pmt_pid: ::Integer?,
|
3222
|
+
prevent_buffer_underflow: ("DISABLED" | "ENABLED")?,
|
3196
3223
|
private_metadata_pid: ::Integer?,
|
3197
3224
|
program_number: ::Integer?,
|
3198
3225
|
pts_offset: ::Integer?,
|
@@ -4646,6 +4673,10 @@ module Aws
|
|
4646
4673
|
background_opacity: ::Integer?,
|
4647
4674
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
4648
4675
|
font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")?,
|
4676
|
+
font_file_bold: ::String?,
|
4677
|
+
font_file_bold_italic: ::String?,
|
4678
|
+
font_file_italic: ::String?,
|
4679
|
+
font_file_regular: ::String?,
|
4649
4680
|
font_opacity: ::Integer?,
|
4650
4681
|
font_resolution: ::Integer?,
|
4651
4682
|
font_script: ("AUTOMATIC" | "HANS" | "HANT")?,
|
@@ -4673,6 +4704,10 @@ module Aws
|
|
4673
4704
|
dds_y_coordinate: ::Integer?,
|
4674
4705
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
4675
4706
|
font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")?,
|
4707
|
+
font_file_bold: ::String?,
|
4708
|
+
font_file_bold_italic: ::String?,
|
4709
|
+
font_file_italic: ::String?,
|
4710
|
+
font_file_regular: ::String?,
|
4676
4711
|
font_opacity: ::Integer?,
|
4677
4712
|
font_resolution: ::Integer?,
|
4678
4713
|
font_script: ("AUTOMATIC" | "HANS" | "HANT")?,
|
@@ -4782,6 +4817,7 @@ module Aws
|
|
4782
4817
|
pcr_pid: ::Integer?,
|
4783
4818
|
pmt_interval: ::Integer?,
|
4784
4819
|
pmt_pid: ::Integer?,
|
4820
|
+
prevent_buffer_underflow: ("DISABLED" | "ENABLED")?,
|
4785
4821
|
private_metadata_pid: ::Integer?,
|
4786
4822
|
program_number: ::Integer?,
|
4787
4823
|
pts_offset: ::Integer?,
|
@@ -5477,6 +5513,10 @@ module Aws
|
|
5477
5513
|
background_opacity: ::Integer?,
|
5478
5514
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
5479
5515
|
font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")?,
|
5516
|
+
font_file_bold: ::String?,
|
5517
|
+
font_file_bold_italic: ::String?,
|
5518
|
+
font_file_italic: ::String?,
|
5519
|
+
font_file_regular: ::String?,
|
5480
5520
|
font_opacity: ::Integer?,
|
5481
5521
|
font_resolution: ::Integer?,
|
5482
5522
|
font_script: ("AUTOMATIC" | "HANS" | "HANT")?,
|
@@ -5504,6 +5544,10 @@ module Aws
|
|
5504
5544
|
dds_y_coordinate: ::Integer?,
|
5505
5545
|
fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")?,
|
5506
5546
|
font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")?,
|
5547
|
+
font_file_bold: ::String?,
|
5548
|
+
font_file_bold_italic: ::String?,
|
5549
|
+
font_file_italic: ::String?,
|
5550
|
+
font_file_regular: ::String?,
|
5507
5551
|
font_opacity: ::Integer?,
|
5508
5552
|
font_resolution: ::Integer?,
|
5509
5553
|
font_script: ("AUTOMATIC" | "HANS" | "HANT")?,
|
@@ -5613,6 +5657,7 @@ module Aws
|
|
5613
5657
|
pcr_pid: ::Integer?,
|
5614
5658
|
pmt_interval: ::Integer?,
|
5615
5659
|
pmt_pid: ::Integer?,
|
5660
|
+
prevent_buffer_underflow: ("DISABLED" | "ENABLED")?,
|
5616
5661
|
private_metadata_pid: ::Integer?,
|
5617
5662
|
program_number: ::Integer?,
|
5618
5663
|
pts_offset: ::Integer?,
|
data/sig/types.rbs
CHANGED
@@ -232,6 +232,10 @@ module Aws::MediaConvert
|
|
232
232
|
attr_accessor background_opacity: ::Integer
|
233
233
|
attr_accessor fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")
|
234
234
|
attr_accessor font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")
|
235
|
+
attr_accessor font_file_bold: ::String
|
236
|
+
attr_accessor font_file_bold_italic: ::String
|
237
|
+
attr_accessor font_file_italic: ::String
|
238
|
+
attr_accessor font_file_regular: ::String
|
235
239
|
attr_accessor font_opacity: ::Integer
|
236
240
|
attr_accessor font_resolution: ::Integer
|
237
241
|
attr_accessor font_script: ("AUTOMATIC" | "HANS" | "HANT")
|
@@ -663,6 +667,10 @@ module Aws::MediaConvert
|
|
663
667
|
attr_accessor dds_y_coordinate: ::Integer
|
664
668
|
attr_accessor fallback_font: ("BEST_MATCH" | "MONOSPACED_SANSSERIF" | "MONOSPACED_SERIF" | "PROPORTIONAL_SANSSERIF" | "PROPORTIONAL_SERIF")
|
665
669
|
attr_accessor font_color: ("WHITE" | "BLACK" | "YELLOW" | "RED" | "GREEN" | "BLUE" | "HEX" | "AUTO")
|
670
|
+
attr_accessor font_file_bold: ::String
|
671
|
+
attr_accessor font_file_bold_italic: ::String
|
672
|
+
attr_accessor font_file_italic: ::String
|
673
|
+
attr_accessor font_file_regular: ::String
|
666
674
|
attr_accessor font_opacity: ::Integer
|
667
675
|
attr_accessor font_resolution: ::Integer
|
668
676
|
attr_accessor font_script: ("AUTOMATIC" | "HANS" | "HANT")
|
@@ -1428,6 +1436,7 @@ module Aws::MediaConvert
|
|
1428
1436
|
attr_accessor pcr_pid: ::Integer
|
1429
1437
|
attr_accessor pmt_interval: ::Integer
|
1430
1438
|
attr_accessor pmt_pid: ::Integer
|
1439
|
+
attr_accessor prevent_buffer_underflow: ("DISABLED" | "ENABLED")
|
1431
1440
|
attr_accessor private_metadata_pid: ::Integer
|
1432
1441
|
attr_accessor program_number: ::Integer
|
1433
1442
|
attr_accessor pts_offset: ::Integer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediaconvert
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.126.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-
|
11
|
+
date: 2024-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|