aws-sdk-mediaconvert 1.87.0 → 1.90.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -653,6 +653,9 @@ module Aws::MediaConvert
653
653
  # supplemental_imps: ["__stringPatternS3ASSETMAPXml"],
654
654
  # timecode_source: "EMBEDDED", # accepts EMBEDDED, ZEROBASED, SPECIFIEDSTART
655
655
  # timecode_start: "__stringMin11Max11Pattern01D20305D205D",
656
+ # video_generator: {
657
+ # duration: 1,
658
+ # },
656
659
  # video_selector: {
657
660
  # alpha_behavior: "DISCARD", # accepts DISCARD, REMAP_TO_LUMA
658
661
  # color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709, HDR10, HLG_2020
@@ -672,6 +675,7 @@ module Aws::MediaConvert
672
675
  # white_point_x: 1,
673
676
  # white_point_y: 1,
674
677
  # },
678
+ # pad_video: "DISABLED", # accepts DISABLED, BLACK
675
679
  # pid: 1,
676
680
  # program_number: 1,
677
681
  # rotate: "DEGREE_0", # accepts DEGREE_0, DEGREES_90, DEGREES_180, DEGREES_270, AUTO
@@ -732,6 +736,32 @@ module Aws::MediaConvert
732
736
  # max_abr_bitrate: 1,
733
737
  # max_renditions: 1,
734
738
  # min_abr_bitrate: 1,
739
+ # rules: [
740
+ # {
741
+ # allowed_renditions: [
742
+ # {
743
+ # height: 1,
744
+ # required: "ENABLED", # accepts ENABLED, DISABLED
745
+ # width: 1,
746
+ # },
747
+ # ],
748
+ # force_include_renditions: [
749
+ # {
750
+ # height: 1,
751
+ # width: 1,
752
+ # },
753
+ # ],
754
+ # min_bottom_rendition_size: {
755
+ # height: 1,
756
+ # width: 1,
757
+ # },
758
+ # min_top_rendition_size: {
759
+ # height: 1,
760
+ # width: 1,
761
+ # },
762
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
763
+ # },
764
+ # ],
735
765
  # },
736
766
  # },
737
767
  # custom_name: "__string",
@@ -1204,7 +1234,7 @@ module Aws::MediaConvert
1204
1234
  # },
1205
1235
  # webvtt_destination_settings: {
1206
1236
  # accessibility: "DISABLED", # accepts DISABLED, ENABLED
1207
- # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
1237
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED, STRICT
1208
1238
  # },
1209
1239
  # },
1210
1240
  # language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG, SRP
@@ -1219,6 +1249,7 @@ module Aws::MediaConvert
1219
1249
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
1220
1250
  # descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
1221
1251
  # i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
1252
+ # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
1222
1253
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
1223
1254
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
1224
1255
  # timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -1256,6 +1287,7 @@ module Aws::MediaConvert
1256
1287
  # es_rate_in_pes: "INCLUDE", # accepts INCLUDE, EXCLUDE
1257
1288
  # force_ts_video_ebp_order: "FORCE", # accepts FORCE, DEFAULT
1258
1289
  # fragment_time: 1.0,
1290
+ # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
1259
1291
  # max_pcr_interval: 1,
1260
1292
  # min_ebp_interval: 1,
1261
1293
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
@@ -1320,6 +1352,7 @@ module Aws::MediaConvert
1320
1352
  # accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
1321
1353
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
1322
1354
  # caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
1355
+ # klv_metadata: "NONE", # accepts NONE, PASSTHROUGH
1323
1356
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
1324
1357
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
1325
1358
  # timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -1670,7 +1703,8 @@ module Aws::MediaConvert
1670
1703
  # max_fall: 1,
1671
1704
  # },
1672
1705
  # l6_mode: "PASSTHROUGH", # accepts PASSTHROUGH, RECALCULATE, SPECIFY
1673
- # profile: "PROFILE_5", # accepts PROFILE_5
1706
+ # mapping: "HDR10_NOMAP", # accepts HDR10_NOMAP, HDR10_1000
1707
+ # profile: "PROFILE_5", # accepts PROFILE_5, PROFILE_8_1
1674
1708
  # },
1675
1709
  # hdr_10_plus: {
1676
1710
  # mastering_monitor_nits: 1,
@@ -1886,6 +1920,7 @@ module Aws::MediaConvert
1886
1920
  # resp.job.settings.inputs[0].supplemental_imps[0] #=> String
1887
1921
  # resp.job.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
1888
1922
  # resp.job.settings.inputs[0].timecode_start #=> String
1923
+ # resp.job.settings.inputs[0].video_generator.duration #=> Integer
1889
1924
  # resp.job.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
1890
1925
  # resp.job.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020"
1891
1926
  # resp.job.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
@@ -1902,6 +1937,7 @@ module Aws::MediaConvert
1902
1937
  # resp.job.settings.inputs[0].video_selector.hdr_10_metadata.red_primary_y #=> Integer
1903
1938
  # resp.job.settings.inputs[0].video_selector.hdr_10_metadata.white_point_x #=> Integer
1904
1939
  # resp.job.settings.inputs[0].video_selector.hdr_10_metadata.white_point_y #=> Integer
1940
+ # resp.job.settings.inputs[0].video_selector.pad_video #=> String, one of "DISABLED", "BLACK"
1905
1941
  # resp.job.settings.inputs[0].video_selector.pid #=> Integer
1906
1942
  # resp.job.settings.inputs[0].video_selector.program_number #=> Integer
1907
1943
  # resp.job.settings.inputs[0].video_selector.rotate #=> String, one of "DEGREE_0", "DEGREES_90", "DEGREES_180", "DEGREES_270", "AUTO"
@@ -1944,6 +1980,19 @@ module Aws::MediaConvert
1944
1980
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
1945
1981
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
1946
1982
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
1983
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
1984
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
1985
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
1986
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
1987
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
1988
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
1989
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
1990
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
1991
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
1992
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
1993
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
1994
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
1995
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
1947
1996
  # resp.job.settings.output_groups[0].custom_name #=> String
1948
1997
  # resp.job.settings.output_groups[0].name #=> String
1949
1998
  # resp.job.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -2278,7 +2327,7 @@ module Aws::MediaConvert
2278
2327
  # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.teletext_destination_settings.page_types[0] #=> String, one of "PAGE_TYPE_INITIAL", "PAGE_TYPE_SUBTITLE", "PAGE_TYPE_ADDL_INFO", "PAGE_TYPE_PROGRAM_SCHEDULE", "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
2279
2328
  # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.ttml_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
2280
2329
  # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.accessibility #=> String, one of "DISABLED", "ENABLED"
2281
- # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
2330
+ # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED", "STRICT"
2282
2331
  # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].language_code #=> String, one of "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP"
2283
2332
  # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].language_description #=> String
2284
2333
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -2287,6 +2336,7 @@ module Aws::MediaConvert
2287
2336
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
2288
2337
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
2289
2338
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
2339
+ # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
2290
2340
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
2291
2341
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
2292
2342
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -2316,6 +2366,7 @@ module Aws::MediaConvert
2316
2366
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.es_rate_in_pes #=> String, one of "INCLUDE", "EXCLUDE"
2317
2367
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.force_ts_video_ebp_order #=> String, one of "FORCE", "DEFAULT"
2318
2368
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.fragment_time #=> Float
2369
+ # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
2319
2370
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.max_pcr_interval #=> Integer
2320
2371
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.min_ebp_interval #=> Integer
2321
2372
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
@@ -2371,6 +2422,7 @@ module Aws::MediaConvert
2371
2422
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
2372
2423
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
2373
2424
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
2425
+ # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
2374
2426
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
2375
2427
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
2376
2428
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -2654,7 +2706,8 @@ module Aws::MediaConvert
2654
2706
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_cll #=> Integer
2655
2707
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_fall #=> Integer
2656
2708
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_mode #=> String, one of "PASSTHROUGH", "RECALCULATE", "SPECIFY"
2657
- # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5"
2709
+ # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.mapping #=> String, one of "HDR10_NOMAP", "HDR10_1000"
2710
+ # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5", "PROFILE_8_1"
2658
2711
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.mastering_monitor_nits #=> Integer
2659
2712
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.target_monitor_nits #=> Integer
2660
2713
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.image_inserter.insertable_images #=> Array
@@ -2949,6 +3002,7 @@ module Aws::MediaConvert
2949
3002
  # white_point_x: 1,
2950
3003
  # white_point_y: 1,
2951
3004
  # },
3005
+ # pad_video: "DISABLED", # accepts DISABLED, BLACK
2952
3006
  # pid: 1,
2953
3007
  # program_number: 1,
2954
3008
  # rotate: "DEGREE_0", # accepts DEGREE_0, DEGREES_90, DEGREES_180, DEGREES_270, AUTO
@@ -3009,6 +3063,32 @@ module Aws::MediaConvert
3009
3063
  # max_abr_bitrate: 1,
3010
3064
  # max_renditions: 1,
3011
3065
  # min_abr_bitrate: 1,
3066
+ # rules: [
3067
+ # {
3068
+ # allowed_renditions: [
3069
+ # {
3070
+ # height: 1,
3071
+ # required: "ENABLED", # accepts ENABLED, DISABLED
3072
+ # width: 1,
3073
+ # },
3074
+ # ],
3075
+ # force_include_renditions: [
3076
+ # {
3077
+ # height: 1,
3078
+ # width: 1,
3079
+ # },
3080
+ # ],
3081
+ # min_bottom_rendition_size: {
3082
+ # height: 1,
3083
+ # width: 1,
3084
+ # },
3085
+ # min_top_rendition_size: {
3086
+ # height: 1,
3087
+ # width: 1,
3088
+ # },
3089
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
3090
+ # },
3091
+ # ],
3012
3092
  # },
3013
3093
  # },
3014
3094
  # custom_name: "__string",
@@ -3481,7 +3561,7 @@ module Aws::MediaConvert
3481
3561
  # },
3482
3562
  # webvtt_destination_settings: {
3483
3563
  # accessibility: "DISABLED", # accepts DISABLED, ENABLED
3484
- # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
3564
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED, STRICT
3485
3565
  # },
3486
3566
  # },
3487
3567
  # language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG, SRP
@@ -3496,6 +3576,7 @@ module Aws::MediaConvert
3496
3576
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
3497
3577
  # descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
3498
3578
  # i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
3579
+ # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
3499
3580
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
3500
3581
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
3501
3582
  # timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -3533,6 +3614,7 @@ module Aws::MediaConvert
3533
3614
  # es_rate_in_pes: "INCLUDE", # accepts INCLUDE, EXCLUDE
3534
3615
  # force_ts_video_ebp_order: "FORCE", # accepts FORCE, DEFAULT
3535
3616
  # fragment_time: 1.0,
3617
+ # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
3536
3618
  # max_pcr_interval: 1,
3537
3619
  # min_ebp_interval: 1,
3538
3620
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
@@ -3597,6 +3679,7 @@ module Aws::MediaConvert
3597
3679
  # accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
3598
3680
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
3599
3681
  # caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
3682
+ # klv_metadata: "NONE", # accepts NONE, PASSTHROUGH
3600
3683
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
3601
3684
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
3602
3685
  # timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -3947,7 +4030,8 @@ module Aws::MediaConvert
3947
4030
  # max_fall: 1,
3948
4031
  # },
3949
4032
  # l6_mode: "PASSTHROUGH", # accepts PASSTHROUGH, RECALCULATE, SPECIFY
3950
- # profile: "PROFILE_5", # accepts PROFILE_5
4033
+ # mapping: "HDR10_NOMAP", # accepts HDR10_NOMAP, HDR10_1000
4034
+ # profile: "PROFILE_5", # accepts PROFILE_5, PROFILE_8_1
3951
4035
  # },
3952
4036
  # hdr_10_plus: {
3953
4037
  # mastering_monitor_nits: 1,
@@ -4149,6 +4233,7 @@ module Aws::MediaConvert
4149
4233
  # resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.red_primary_y #=> Integer
4150
4234
  # resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.white_point_x #=> Integer
4151
4235
  # resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.white_point_y #=> Integer
4236
+ # resp.job_template.settings.inputs[0].video_selector.pad_video #=> String, one of "DISABLED", "BLACK"
4152
4237
  # resp.job_template.settings.inputs[0].video_selector.pid #=> Integer
4153
4238
  # resp.job_template.settings.inputs[0].video_selector.program_number #=> Integer
4154
4239
  # resp.job_template.settings.inputs[0].video_selector.rotate #=> String, one of "DEGREE_0", "DEGREES_90", "DEGREES_180", "DEGREES_270", "AUTO"
@@ -4191,6 +4276,19 @@ module Aws::MediaConvert
4191
4276
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
4192
4277
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
4193
4278
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
4279
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
4280
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
4281
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
4282
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
4283
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
4284
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
4285
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
4286
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
4287
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
4288
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
4289
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
4290
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
4291
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
4194
4292
  # resp.job_template.settings.output_groups[0].custom_name #=> String
4195
4293
  # resp.job_template.settings.output_groups[0].name #=> String
4196
4294
  # resp.job_template.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -4525,7 +4623,7 @@ module Aws::MediaConvert
4525
4623
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.teletext_destination_settings.page_types[0] #=> String, one of "PAGE_TYPE_INITIAL", "PAGE_TYPE_SUBTITLE", "PAGE_TYPE_ADDL_INFO", "PAGE_TYPE_PROGRAM_SCHEDULE", "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
4526
4624
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.ttml_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
4527
4625
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.accessibility #=> String, one of "DISABLED", "ENABLED"
4528
- # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
4626
+ # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED", "STRICT"
4529
4627
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].language_code #=> String, one of "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP"
4530
4628
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].language_description #=> String
4531
4629
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -4534,6 +4632,7 @@ module Aws::MediaConvert
4534
4632
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
4535
4633
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
4536
4634
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
4635
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
4537
4636
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
4538
4637
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
4539
4638
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -4563,6 +4662,7 @@ module Aws::MediaConvert
4563
4662
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.es_rate_in_pes #=> String, one of "INCLUDE", "EXCLUDE"
4564
4663
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.force_ts_video_ebp_order #=> String, one of "FORCE", "DEFAULT"
4565
4664
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.fragment_time #=> Float
4665
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
4566
4666
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.max_pcr_interval #=> Integer
4567
4667
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.min_ebp_interval #=> Integer
4568
4668
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
@@ -4618,6 +4718,7 @@ module Aws::MediaConvert
4618
4718
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
4619
4719
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
4620
4720
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
4721
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
4621
4722
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
4622
4723
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
4623
4724
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -4901,7 +5002,8 @@ module Aws::MediaConvert
4901
5002
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_cll #=> Integer
4902
5003
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_fall #=> Integer
4903
5004
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_mode #=> String, one of "PASSTHROUGH", "RECALCULATE", "SPECIFY"
4904
- # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5"
5005
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.mapping #=> String, one of "HDR10_NOMAP", "HDR10_1000"
5006
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5", "PROFILE_8_1"
4905
5007
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.mastering_monitor_nits #=> Integer
4906
5008
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.target_monitor_nits #=> Integer
4907
5009
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.image_inserter.insertable_images #=> Array
@@ -5199,7 +5301,7 @@ module Aws::MediaConvert
5199
5301
  # },
5200
5302
  # webvtt_destination_settings: {
5201
5303
  # accessibility: "DISABLED", # accepts DISABLED, ENABLED
5202
- # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
5304
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED, STRICT
5203
5305
  # },
5204
5306
  # },
5205
5307
  # language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG, SRP
@@ -5214,6 +5316,7 @@ module Aws::MediaConvert
5214
5316
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
5215
5317
  # descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
5216
5318
  # i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
5319
+ # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
5217
5320
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
5218
5321
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
5219
5322
  # timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -5251,6 +5354,7 @@ module Aws::MediaConvert
5251
5354
  # es_rate_in_pes: "INCLUDE", # accepts INCLUDE, EXCLUDE
5252
5355
  # force_ts_video_ebp_order: "FORCE", # accepts FORCE, DEFAULT
5253
5356
  # fragment_time: 1.0,
5357
+ # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
5254
5358
  # max_pcr_interval: 1,
5255
5359
  # min_ebp_interval: 1,
5256
5360
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
@@ -5315,6 +5419,7 @@ module Aws::MediaConvert
5315
5419
  # accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
5316
5420
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
5317
5421
  # caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
5422
+ # klv_metadata: "NONE", # accepts NONE, PASSTHROUGH
5318
5423
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
5319
5424
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
5320
5425
  # timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -5651,7 +5756,8 @@ module Aws::MediaConvert
5651
5756
  # max_fall: 1,
5652
5757
  # },
5653
5758
  # l6_mode: "PASSTHROUGH", # accepts PASSTHROUGH, RECALCULATE, SPECIFY
5654
- # profile: "PROFILE_5", # accepts PROFILE_5
5759
+ # mapping: "HDR10_NOMAP", # accepts HDR10_NOMAP, HDR10_1000
5760
+ # profile: "PROFILE_5", # accepts PROFILE_5, PROFILE_8_1
5655
5761
  # },
5656
5762
  # hdr_10_plus: {
5657
5763
  # mastering_monitor_nits: 1,
@@ -5885,7 +5991,7 @@ module Aws::MediaConvert
5885
5991
  # resp.preset.settings.caption_descriptions[0].destination_settings.teletext_destination_settings.page_types[0] #=> String, one of "PAGE_TYPE_INITIAL", "PAGE_TYPE_SUBTITLE", "PAGE_TYPE_ADDL_INFO", "PAGE_TYPE_PROGRAM_SCHEDULE", "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
5886
5992
  # resp.preset.settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
5887
5993
  # resp.preset.settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.accessibility #=> String, one of "DISABLED", "ENABLED"
5888
- # resp.preset.settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
5994
+ # resp.preset.settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED", "STRICT"
5889
5995
  # resp.preset.settings.caption_descriptions[0].language_code #=> String, one of "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP"
5890
5996
  # resp.preset.settings.caption_descriptions[0].language_description #=> String
5891
5997
  # resp.preset.settings.container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -5894,6 +6000,7 @@ module Aws::MediaConvert
5894
6000
  # resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
5895
6001
  # resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
5896
6002
  # resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
6003
+ # resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
5897
6004
  # resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
5898
6005
  # resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
5899
6006
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -5923,6 +6030,7 @@ module Aws::MediaConvert
5923
6030
  # resp.preset.settings.container_settings.m2ts_settings.es_rate_in_pes #=> String, one of "INCLUDE", "EXCLUDE"
5924
6031
  # resp.preset.settings.container_settings.m2ts_settings.force_ts_video_ebp_order #=> String, one of "FORCE", "DEFAULT"
5925
6032
  # resp.preset.settings.container_settings.m2ts_settings.fragment_time #=> Float
6033
+ # resp.preset.settings.container_settings.m2ts_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
5926
6034
  # resp.preset.settings.container_settings.m2ts_settings.max_pcr_interval #=> Integer
5927
6035
  # resp.preset.settings.container_settings.m2ts_settings.min_ebp_interval #=> Integer
5928
6036
  # resp.preset.settings.container_settings.m2ts_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
@@ -5978,6 +6086,7 @@ module Aws::MediaConvert
5978
6086
  # resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
5979
6087
  # resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
5980
6088
  # resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
6089
+ # resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
5981
6090
  # resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
5982
6091
  # resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
5983
6092
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -6251,7 +6360,8 @@ module Aws::MediaConvert
6251
6360
  # resp.preset.settings.video_description.video_preprocessors.dolby_vision.l6_metadata.max_cll #=> Integer
6252
6361
  # resp.preset.settings.video_description.video_preprocessors.dolby_vision.l6_metadata.max_fall #=> Integer
6253
6362
  # resp.preset.settings.video_description.video_preprocessors.dolby_vision.l6_mode #=> String, one of "PASSTHROUGH", "RECALCULATE", "SPECIFY"
6254
- # resp.preset.settings.video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5"
6363
+ # resp.preset.settings.video_description.video_preprocessors.dolby_vision.mapping #=> String, one of "HDR10_NOMAP", "HDR10_1000"
6364
+ # resp.preset.settings.video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5", "PROFILE_8_1"
6255
6365
  # resp.preset.settings.video_description.video_preprocessors.hdr_10_plus.mastering_monitor_nits #=> Integer
6256
6366
  # resp.preset.settings.video_description.video_preprocessors.hdr_10_plus.target_monitor_nits #=> Integer
6257
6367
  # resp.preset.settings.video_description.video_preprocessors.image_inserter.insertable_images #=> Array
@@ -6671,6 +6781,7 @@ module Aws::MediaConvert
6671
6781
  # resp.job.settings.inputs[0].supplemental_imps[0] #=> String
6672
6782
  # resp.job.settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
6673
6783
  # resp.job.settings.inputs[0].timecode_start #=> String
6784
+ # resp.job.settings.inputs[0].video_generator.duration #=> Integer
6674
6785
  # resp.job.settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
6675
6786
  # resp.job.settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020"
6676
6787
  # resp.job.settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
@@ -6687,6 +6798,7 @@ module Aws::MediaConvert
6687
6798
  # resp.job.settings.inputs[0].video_selector.hdr_10_metadata.red_primary_y #=> Integer
6688
6799
  # resp.job.settings.inputs[0].video_selector.hdr_10_metadata.white_point_x #=> Integer
6689
6800
  # resp.job.settings.inputs[0].video_selector.hdr_10_metadata.white_point_y #=> Integer
6801
+ # resp.job.settings.inputs[0].video_selector.pad_video #=> String, one of "DISABLED", "BLACK"
6690
6802
  # resp.job.settings.inputs[0].video_selector.pid #=> Integer
6691
6803
  # resp.job.settings.inputs[0].video_selector.program_number #=> Integer
6692
6804
  # resp.job.settings.inputs[0].video_selector.rotate #=> String, one of "DEGREE_0", "DEGREES_90", "DEGREES_180", "DEGREES_270", "AUTO"
@@ -6729,6 +6841,19 @@ module Aws::MediaConvert
6729
6841
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
6730
6842
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
6731
6843
  # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
6844
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
6845
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
6846
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
6847
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
6848
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
6849
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
6850
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
6851
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
6852
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
6853
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
6854
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
6855
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
6856
+ # resp.job.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
6732
6857
  # resp.job.settings.output_groups[0].custom_name #=> String
6733
6858
  # resp.job.settings.output_groups[0].name #=> String
6734
6859
  # resp.job.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -7063,7 +7188,7 @@ module Aws::MediaConvert
7063
7188
  # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.teletext_destination_settings.page_types[0] #=> String, one of "PAGE_TYPE_INITIAL", "PAGE_TYPE_SUBTITLE", "PAGE_TYPE_ADDL_INFO", "PAGE_TYPE_PROGRAM_SCHEDULE", "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
7064
7189
  # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.ttml_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
7065
7190
  # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.accessibility #=> String, one of "DISABLED", "ENABLED"
7066
- # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
7191
+ # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED", "STRICT"
7067
7192
  # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].language_code #=> String, one of "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP"
7068
7193
  # resp.job.settings.output_groups[0].outputs[0].caption_descriptions[0].language_description #=> String
7069
7194
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -7072,6 +7197,7 @@ module Aws::MediaConvert
7072
7197
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
7073
7198
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
7074
7199
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
7200
+ # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
7075
7201
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
7076
7202
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
7077
7203
  # resp.job.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -7101,6 +7227,7 @@ module Aws::MediaConvert
7101
7227
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.es_rate_in_pes #=> String, one of "INCLUDE", "EXCLUDE"
7102
7228
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.force_ts_video_ebp_order #=> String, one of "FORCE", "DEFAULT"
7103
7229
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.fragment_time #=> Float
7230
+ # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
7104
7231
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.max_pcr_interval #=> Integer
7105
7232
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.min_ebp_interval #=> Integer
7106
7233
  # resp.job.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
@@ -7156,6 +7283,7 @@ module Aws::MediaConvert
7156
7283
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
7157
7284
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
7158
7285
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
7286
+ # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
7159
7287
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
7160
7288
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
7161
7289
  # resp.job.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -7439,7 +7567,8 @@ module Aws::MediaConvert
7439
7567
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_cll #=> Integer
7440
7568
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_fall #=> Integer
7441
7569
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_mode #=> String, one of "PASSTHROUGH", "RECALCULATE", "SPECIFY"
7442
- # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5"
7570
+ # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.mapping #=> String, one of "HDR10_NOMAP", "HDR10_1000"
7571
+ # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5", "PROFILE_8_1"
7443
7572
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.mastering_monitor_nits #=> Integer
7444
7573
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.target_monitor_nits #=> Integer
7445
7574
  # resp.job.settings.output_groups[0].outputs[0].video_description.video_preprocessors.image_inserter.insertable_images #=> Array
@@ -7632,6 +7761,7 @@ module Aws::MediaConvert
7632
7761
  # resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.red_primary_y #=> Integer
7633
7762
  # resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.white_point_x #=> Integer
7634
7763
  # resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.white_point_y #=> Integer
7764
+ # resp.job_template.settings.inputs[0].video_selector.pad_video #=> String, one of "DISABLED", "BLACK"
7635
7765
  # resp.job_template.settings.inputs[0].video_selector.pid #=> Integer
7636
7766
  # resp.job_template.settings.inputs[0].video_selector.program_number #=> Integer
7637
7767
  # resp.job_template.settings.inputs[0].video_selector.rotate #=> String, one of "DEGREE_0", "DEGREES_90", "DEGREES_180", "DEGREES_270", "AUTO"
@@ -7674,6 +7804,19 @@ module Aws::MediaConvert
7674
7804
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
7675
7805
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
7676
7806
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
7807
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
7808
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
7809
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
7810
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
7811
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
7812
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
7813
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
7814
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
7815
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
7816
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
7817
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
7818
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
7819
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
7677
7820
  # resp.job_template.settings.output_groups[0].custom_name #=> String
7678
7821
  # resp.job_template.settings.output_groups[0].name #=> String
7679
7822
  # resp.job_template.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -8008,7 +8151,7 @@ module Aws::MediaConvert
8008
8151
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.teletext_destination_settings.page_types[0] #=> String, one of "PAGE_TYPE_INITIAL", "PAGE_TYPE_SUBTITLE", "PAGE_TYPE_ADDL_INFO", "PAGE_TYPE_PROGRAM_SCHEDULE", "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
8009
8152
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.ttml_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
8010
8153
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.accessibility #=> String, one of "DISABLED", "ENABLED"
8011
- # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
8154
+ # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED", "STRICT"
8012
8155
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].language_code #=> String, one of "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP"
8013
8156
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].language_description #=> String
8014
8157
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -8017,6 +8160,7 @@ module Aws::MediaConvert
8017
8160
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
8018
8161
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
8019
8162
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
8163
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
8020
8164
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
8021
8165
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
8022
8166
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -8046,6 +8190,7 @@ module Aws::MediaConvert
8046
8190
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.es_rate_in_pes #=> String, one of "INCLUDE", "EXCLUDE"
8047
8191
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.force_ts_video_ebp_order #=> String, one of "FORCE", "DEFAULT"
8048
8192
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.fragment_time #=> Float
8193
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
8049
8194
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.max_pcr_interval #=> Integer
8050
8195
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.min_ebp_interval #=> Integer
8051
8196
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
@@ -8101,6 +8246,7 @@ module Aws::MediaConvert
8101
8246
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
8102
8247
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
8103
8248
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
8249
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
8104
8250
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
8105
8251
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
8106
8252
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -8384,7 +8530,8 @@ module Aws::MediaConvert
8384
8530
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_cll #=> Integer
8385
8531
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_fall #=> Integer
8386
8532
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_mode #=> String, one of "PASSTHROUGH", "RECALCULATE", "SPECIFY"
8387
- # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5"
8533
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.mapping #=> String, one of "HDR10_NOMAP", "HDR10_1000"
8534
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5", "PROFILE_8_1"
8388
8535
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.mastering_monitor_nits #=> Integer
8389
8536
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.target_monitor_nits #=> Integer
8390
8537
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.image_inserter.insertable_images #=> Array
@@ -8643,7 +8790,7 @@ module Aws::MediaConvert
8643
8790
  # resp.preset.settings.caption_descriptions[0].destination_settings.teletext_destination_settings.page_types[0] #=> String, one of "PAGE_TYPE_INITIAL", "PAGE_TYPE_SUBTITLE", "PAGE_TYPE_ADDL_INFO", "PAGE_TYPE_PROGRAM_SCHEDULE", "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
8644
8791
  # resp.preset.settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
8645
8792
  # resp.preset.settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.accessibility #=> String, one of "DISABLED", "ENABLED"
8646
- # resp.preset.settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
8793
+ # resp.preset.settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED", "STRICT"
8647
8794
  # resp.preset.settings.caption_descriptions[0].language_code #=> String, one of "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP"
8648
8795
  # resp.preset.settings.caption_descriptions[0].language_description #=> String
8649
8796
  # resp.preset.settings.container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -8652,6 +8799,7 @@ module Aws::MediaConvert
8652
8799
  # resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
8653
8800
  # resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
8654
8801
  # resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
8802
+ # resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
8655
8803
  # resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
8656
8804
  # resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
8657
8805
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -8681,6 +8829,7 @@ module Aws::MediaConvert
8681
8829
  # resp.preset.settings.container_settings.m2ts_settings.es_rate_in_pes #=> String, one of "INCLUDE", "EXCLUDE"
8682
8830
  # resp.preset.settings.container_settings.m2ts_settings.force_ts_video_ebp_order #=> String, one of "FORCE", "DEFAULT"
8683
8831
  # resp.preset.settings.container_settings.m2ts_settings.fragment_time #=> Float
8832
+ # resp.preset.settings.container_settings.m2ts_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
8684
8833
  # resp.preset.settings.container_settings.m2ts_settings.max_pcr_interval #=> Integer
8685
8834
  # resp.preset.settings.container_settings.m2ts_settings.min_ebp_interval #=> Integer
8686
8835
  # resp.preset.settings.container_settings.m2ts_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
@@ -8736,6 +8885,7 @@ module Aws::MediaConvert
8736
8885
  # resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
8737
8886
  # resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
8738
8887
  # resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
8888
+ # resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
8739
8889
  # resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
8740
8890
  # resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
8741
8891
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -9009,7 +9159,8 @@ module Aws::MediaConvert
9009
9159
  # resp.preset.settings.video_description.video_preprocessors.dolby_vision.l6_metadata.max_cll #=> Integer
9010
9160
  # resp.preset.settings.video_description.video_preprocessors.dolby_vision.l6_metadata.max_fall #=> Integer
9011
9161
  # resp.preset.settings.video_description.video_preprocessors.dolby_vision.l6_mode #=> String, one of "PASSTHROUGH", "RECALCULATE", "SPECIFY"
9012
- # resp.preset.settings.video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5"
9162
+ # resp.preset.settings.video_description.video_preprocessors.dolby_vision.mapping #=> String, one of "HDR10_NOMAP", "HDR10_1000"
9163
+ # resp.preset.settings.video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5", "PROFILE_8_1"
9013
9164
  # resp.preset.settings.video_description.video_preprocessors.hdr_10_plus.mastering_monitor_nits #=> Integer
9014
9165
  # resp.preset.settings.video_description.video_preprocessors.hdr_10_plus.target_monitor_nits #=> Integer
9015
9166
  # resp.preset.settings.video_description.video_preprocessors.image_inserter.insertable_images #=> Array
@@ -9261,6 +9412,7 @@ module Aws::MediaConvert
9261
9412
  # resp.job_templates[0].settings.inputs[0].video_selector.hdr_10_metadata.red_primary_y #=> Integer
9262
9413
  # resp.job_templates[0].settings.inputs[0].video_selector.hdr_10_metadata.white_point_x #=> Integer
9263
9414
  # resp.job_templates[0].settings.inputs[0].video_selector.hdr_10_metadata.white_point_y #=> Integer
9415
+ # resp.job_templates[0].settings.inputs[0].video_selector.pad_video #=> String, one of "DISABLED", "BLACK"
9264
9416
  # resp.job_templates[0].settings.inputs[0].video_selector.pid #=> Integer
9265
9417
  # resp.job_templates[0].settings.inputs[0].video_selector.program_number #=> Integer
9266
9418
  # resp.job_templates[0].settings.inputs[0].video_selector.rotate #=> String, one of "DEGREE_0", "DEGREES_90", "DEGREES_180", "DEGREES_270", "AUTO"
@@ -9303,6 +9455,19 @@ module Aws::MediaConvert
9303
9455
  # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
9304
9456
  # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
9305
9457
  # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
9458
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
9459
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
9460
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
9461
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
9462
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
9463
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
9464
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
9465
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
9466
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
9467
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
9468
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
9469
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
9470
+ # resp.job_templates[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
9306
9471
  # resp.job_templates[0].settings.output_groups[0].custom_name #=> String
9307
9472
  # resp.job_templates[0].settings.output_groups[0].name #=> String
9308
9473
  # resp.job_templates[0].settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -9637,7 +9802,7 @@ module Aws::MediaConvert
9637
9802
  # resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.teletext_destination_settings.page_types[0] #=> String, one of "PAGE_TYPE_INITIAL", "PAGE_TYPE_SUBTITLE", "PAGE_TYPE_ADDL_INFO", "PAGE_TYPE_PROGRAM_SCHEDULE", "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
9638
9803
  # resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.ttml_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
9639
9804
  # resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.accessibility #=> String, one of "DISABLED", "ENABLED"
9640
- # resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
9805
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED", "STRICT"
9641
9806
  # resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].language_code #=> String, one of "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP"
9642
9807
  # resp.job_templates[0].settings.output_groups[0].outputs[0].caption_descriptions[0].language_description #=> String
9643
9808
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -9646,6 +9811,7 @@ module Aws::MediaConvert
9646
9811
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
9647
9812
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
9648
9813
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
9814
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
9649
9815
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
9650
9816
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
9651
9817
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -9675,6 +9841,7 @@ module Aws::MediaConvert
9675
9841
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.es_rate_in_pes #=> String, one of "INCLUDE", "EXCLUDE"
9676
9842
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.force_ts_video_ebp_order #=> String, one of "FORCE", "DEFAULT"
9677
9843
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.fragment_time #=> Float
9844
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
9678
9845
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.max_pcr_interval #=> Integer
9679
9846
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.min_ebp_interval #=> Integer
9680
9847
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
@@ -9730,6 +9897,7 @@ module Aws::MediaConvert
9730
9897
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
9731
9898
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
9732
9899
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
9900
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
9733
9901
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
9734
9902
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
9735
9903
  # resp.job_templates[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -10013,7 +10181,8 @@ module Aws::MediaConvert
10013
10181
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_cll #=> Integer
10014
10182
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_fall #=> Integer
10015
10183
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_mode #=> String, one of "PASSTHROUGH", "RECALCULATE", "SPECIFY"
10016
- # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5"
10184
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.mapping #=> String, one of "HDR10_NOMAP", "HDR10_1000"
10185
+ # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5", "PROFILE_8_1"
10017
10186
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.mastering_monitor_nits #=> Integer
10018
10187
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.target_monitor_nits #=> Integer
10019
10188
  # resp.job_templates[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.image_inserter.insertable_images #=> Array
@@ -10240,6 +10409,7 @@ module Aws::MediaConvert
10240
10409
  # resp.jobs[0].settings.inputs[0].supplemental_imps[0] #=> String
10241
10410
  # resp.jobs[0].settings.inputs[0].timecode_source #=> String, one of "EMBEDDED", "ZEROBASED", "SPECIFIEDSTART"
10242
10411
  # resp.jobs[0].settings.inputs[0].timecode_start #=> String
10412
+ # resp.jobs[0].settings.inputs[0].video_generator.duration #=> Integer
10243
10413
  # resp.jobs[0].settings.inputs[0].video_selector.alpha_behavior #=> String, one of "DISCARD", "REMAP_TO_LUMA"
10244
10414
  # resp.jobs[0].settings.inputs[0].video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709", "HDR10", "HLG_2020"
10245
10415
  # resp.jobs[0].settings.inputs[0].video_selector.color_space_usage #=> String, one of "FORCE", "FALLBACK"
@@ -10256,6 +10426,7 @@ module Aws::MediaConvert
10256
10426
  # resp.jobs[0].settings.inputs[0].video_selector.hdr_10_metadata.red_primary_y #=> Integer
10257
10427
  # resp.jobs[0].settings.inputs[0].video_selector.hdr_10_metadata.white_point_x #=> Integer
10258
10428
  # resp.jobs[0].settings.inputs[0].video_selector.hdr_10_metadata.white_point_y #=> Integer
10429
+ # resp.jobs[0].settings.inputs[0].video_selector.pad_video #=> String, one of "DISABLED", "BLACK"
10259
10430
  # resp.jobs[0].settings.inputs[0].video_selector.pid #=> Integer
10260
10431
  # resp.jobs[0].settings.inputs[0].video_selector.program_number #=> Integer
10261
10432
  # resp.jobs[0].settings.inputs[0].video_selector.rotate #=> String, one of "DEGREE_0", "DEGREES_90", "DEGREES_180", "DEGREES_270", "AUTO"
@@ -10298,6 +10469,19 @@ module Aws::MediaConvert
10298
10469
  # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
10299
10470
  # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
10300
10471
  # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
10472
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
10473
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
10474
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
10475
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
10476
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
10477
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
10478
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
10479
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
10480
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
10481
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
10482
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
10483
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
10484
+ # resp.jobs[0].settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
10301
10485
  # resp.jobs[0].settings.output_groups[0].custom_name #=> String
10302
10486
  # resp.jobs[0].settings.output_groups[0].name #=> String
10303
10487
  # resp.jobs[0].settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -10632,7 +10816,7 @@ module Aws::MediaConvert
10632
10816
  # resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.teletext_destination_settings.page_types[0] #=> String, one of "PAGE_TYPE_INITIAL", "PAGE_TYPE_SUBTITLE", "PAGE_TYPE_ADDL_INFO", "PAGE_TYPE_PROGRAM_SCHEDULE", "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
10633
10817
  # resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.ttml_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
10634
10818
  # resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.accessibility #=> String, one of "DISABLED", "ENABLED"
10635
- # resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
10819
+ # resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED", "STRICT"
10636
10820
  # resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].language_code #=> String, one of "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP"
10637
10821
  # resp.jobs[0].settings.output_groups[0].outputs[0].caption_descriptions[0].language_description #=> String
10638
10822
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -10641,6 +10825,7 @@ module Aws::MediaConvert
10641
10825
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
10642
10826
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
10643
10827
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
10828
+ # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
10644
10829
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
10645
10830
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
10646
10831
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -10670,6 +10855,7 @@ module Aws::MediaConvert
10670
10855
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.es_rate_in_pes #=> String, one of "INCLUDE", "EXCLUDE"
10671
10856
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.force_ts_video_ebp_order #=> String, one of "FORCE", "DEFAULT"
10672
10857
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.fragment_time #=> Float
10858
+ # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
10673
10859
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.max_pcr_interval #=> Integer
10674
10860
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.min_ebp_interval #=> Integer
10675
10861
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.m2ts_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
@@ -10725,6 +10911,7 @@ module Aws::MediaConvert
10725
10911
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
10726
10912
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
10727
10913
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
10914
+ # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
10728
10915
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
10729
10916
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
10730
10917
  # resp.jobs[0].settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -11008,7 +11195,8 @@ module Aws::MediaConvert
11008
11195
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_cll #=> Integer
11009
11196
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_fall #=> Integer
11010
11197
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_mode #=> String, one of "PASSTHROUGH", "RECALCULATE", "SPECIFY"
11011
- # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5"
11198
+ # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.mapping #=> String, one of "HDR10_NOMAP", "HDR10_1000"
11199
+ # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5", "PROFILE_8_1"
11012
11200
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.mastering_monitor_nits #=> Integer
11013
11201
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.target_monitor_nits #=> Integer
11014
11202
  # resp.jobs[0].settings.output_groups[0].outputs[0].video_description.video_preprocessors.image_inserter.insertable_images #=> Array
@@ -11284,7 +11472,7 @@ module Aws::MediaConvert
11284
11472
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.teletext_destination_settings.page_types[0] #=> String, one of "PAGE_TYPE_INITIAL", "PAGE_TYPE_SUBTITLE", "PAGE_TYPE_ADDL_INFO", "PAGE_TYPE_PROGRAM_SCHEDULE", "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
11285
11473
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
11286
11474
  # resp.presets[0].settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.accessibility #=> String, one of "DISABLED", "ENABLED"
11287
- # resp.presets[0].settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
11475
+ # resp.presets[0].settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED", "STRICT"
11288
11476
  # resp.presets[0].settings.caption_descriptions[0].language_code #=> String, one of "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP"
11289
11477
  # resp.presets[0].settings.caption_descriptions[0].language_description #=> String
11290
11478
  # resp.presets[0].settings.container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -11293,6 +11481,7 @@ module Aws::MediaConvert
11293
11481
  # resp.presets[0].settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
11294
11482
  # resp.presets[0].settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
11295
11483
  # resp.presets[0].settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
11484
+ # resp.presets[0].settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
11296
11485
  # resp.presets[0].settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
11297
11486
  # resp.presets[0].settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
11298
11487
  # resp.presets[0].settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -11322,6 +11511,7 @@ module Aws::MediaConvert
11322
11511
  # resp.presets[0].settings.container_settings.m2ts_settings.es_rate_in_pes #=> String, one of "INCLUDE", "EXCLUDE"
11323
11512
  # resp.presets[0].settings.container_settings.m2ts_settings.force_ts_video_ebp_order #=> String, one of "FORCE", "DEFAULT"
11324
11513
  # resp.presets[0].settings.container_settings.m2ts_settings.fragment_time #=> Float
11514
+ # resp.presets[0].settings.container_settings.m2ts_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
11325
11515
  # resp.presets[0].settings.container_settings.m2ts_settings.max_pcr_interval #=> Integer
11326
11516
  # resp.presets[0].settings.container_settings.m2ts_settings.min_ebp_interval #=> Integer
11327
11517
  # resp.presets[0].settings.container_settings.m2ts_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
@@ -11377,6 +11567,7 @@ module Aws::MediaConvert
11377
11567
  # resp.presets[0].settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
11378
11568
  # resp.presets[0].settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
11379
11569
  # resp.presets[0].settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
11570
+ # resp.presets[0].settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
11380
11571
  # resp.presets[0].settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
11381
11572
  # resp.presets[0].settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
11382
11573
  # resp.presets[0].settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -11650,7 +11841,8 @@ module Aws::MediaConvert
11650
11841
  # resp.presets[0].settings.video_description.video_preprocessors.dolby_vision.l6_metadata.max_cll #=> Integer
11651
11842
  # resp.presets[0].settings.video_description.video_preprocessors.dolby_vision.l6_metadata.max_fall #=> Integer
11652
11843
  # resp.presets[0].settings.video_description.video_preprocessors.dolby_vision.l6_mode #=> String, one of "PASSTHROUGH", "RECALCULATE", "SPECIFY"
11653
- # resp.presets[0].settings.video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5"
11844
+ # resp.presets[0].settings.video_description.video_preprocessors.dolby_vision.mapping #=> String, one of "HDR10_NOMAP", "HDR10_1000"
11845
+ # resp.presets[0].settings.video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5", "PROFILE_8_1"
11654
11846
  # resp.presets[0].settings.video_description.video_preprocessors.hdr_10_plus.mastering_monitor_nits #=> Integer
11655
11847
  # resp.presets[0].settings.video_description.video_preprocessors.hdr_10_plus.target_monitor_nits #=> Integer
11656
11848
  # resp.presets[0].settings.video_description.video_preprocessors.image_inserter.insertable_images #=> Array
@@ -12119,6 +12311,7 @@ module Aws::MediaConvert
12119
12311
  # white_point_x: 1,
12120
12312
  # white_point_y: 1,
12121
12313
  # },
12314
+ # pad_video: "DISABLED", # accepts DISABLED, BLACK
12122
12315
  # pid: 1,
12123
12316
  # program_number: 1,
12124
12317
  # rotate: "DEGREE_0", # accepts DEGREE_0, DEGREES_90, DEGREES_180, DEGREES_270, AUTO
@@ -12179,6 +12372,32 @@ module Aws::MediaConvert
12179
12372
  # max_abr_bitrate: 1,
12180
12373
  # max_renditions: 1,
12181
12374
  # min_abr_bitrate: 1,
12375
+ # rules: [
12376
+ # {
12377
+ # allowed_renditions: [
12378
+ # {
12379
+ # height: 1,
12380
+ # required: "ENABLED", # accepts ENABLED, DISABLED
12381
+ # width: 1,
12382
+ # },
12383
+ # ],
12384
+ # force_include_renditions: [
12385
+ # {
12386
+ # height: 1,
12387
+ # width: 1,
12388
+ # },
12389
+ # ],
12390
+ # min_bottom_rendition_size: {
12391
+ # height: 1,
12392
+ # width: 1,
12393
+ # },
12394
+ # min_top_rendition_size: {
12395
+ # height: 1,
12396
+ # width: 1,
12397
+ # },
12398
+ # type: "MIN_TOP_RENDITION_SIZE", # accepts MIN_TOP_RENDITION_SIZE, MIN_BOTTOM_RENDITION_SIZE, FORCE_INCLUDE_RENDITIONS, ALLOWED_RENDITIONS
12399
+ # },
12400
+ # ],
12182
12401
  # },
12183
12402
  # },
12184
12403
  # custom_name: "__string",
@@ -12651,7 +12870,7 @@ module Aws::MediaConvert
12651
12870
  # },
12652
12871
  # webvtt_destination_settings: {
12653
12872
  # accessibility: "DISABLED", # accepts DISABLED, ENABLED
12654
- # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
12873
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED, STRICT
12655
12874
  # },
12656
12875
  # },
12657
12876
  # language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG, SRP
@@ -12666,6 +12885,7 @@ module Aws::MediaConvert
12666
12885
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
12667
12886
  # descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
12668
12887
  # i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
12888
+ # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
12669
12889
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
12670
12890
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
12671
12891
  # timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -12703,6 +12923,7 @@ module Aws::MediaConvert
12703
12923
  # es_rate_in_pes: "INCLUDE", # accepts INCLUDE, EXCLUDE
12704
12924
  # force_ts_video_ebp_order: "FORCE", # accepts FORCE, DEFAULT
12705
12925
  # fragment_time: 1.0,
12926
+ # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
12706
12927
  # max_pcr_interval: 1,
12707
12928
  # min_ebp_interval: 1,
12708
12929
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
@@ -12767,6 +12988,7 @@ module Aws::MediaConvert
12767
12988
  # accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
12768
12989
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
12769
12990
  # caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
12991
+ # klv_metadata: "NONE", # accepts NONE, PASSTHROUGH
12770
12992
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
12771
12993
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
12772
12994
  # timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -13117,7 +13339,8 @@ module Aws::MediaConvert
13117
13339
  # max_fall: 1,
13118
13340
  # },
13119
13341
  # l6_mode: "PASSTHROUGH", # accepts PASSTHROUGH, RECALCULATE, SPECIFY
13120
- # profile: "PROFILE_5", # accepts PROFILE_5
13342
+ # mapping: "HDR10_NOMAP", # accepts HDR10_NOMAP, HDR10_1000
13343
+ # profile: "PROFILE_5", # accepts PROFILE_5, PROFILE_8_1
13121
13344
  # },
13122
13345
  # hdr_10_plus: {
13123
13346
  # mastering_monitor_nits: 1,
@@ -13316,6 +13539,7 @@ module Aws::MediaConvert
13316
13539
  # resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.red_primary_y #=> Integer
13317
13540
  # resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.white_point_x #=> Integer
13318
13541
  # resp.job_template.settings.inputs[0].video_selector.hdr_10_metadata.white_point_y #=> Integer
13542
+ # resp.job_template.settings.inputs[0].video_selector.pad_video #=> String, one of "DISABLED", "BLACK"
13319
13543
  # resp.job_template.settings.inputs[0].video_selector.pid #=> Integer
13320
13544
  # resp.job_template.settings.inputs[0].video_selector.program_number #=> Integer
13321
13545
  # resp.job_template.settings.inputs[0].video_selector.rotate #=> String, one of "DEGREE_0", "DEGREES_90", "DEGREES_180", "DEGREES_270", "AUTO"
@@ -13358,6 +13582,19 @@ module Aws::MediaConvert
13358
13582
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_abr_bitrate #=> Integer
13359
13583
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.max_renditions #=> Integer
13360
13584
  # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.min_abr_bitrate #=> Integer
13585
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules #=> Array
13586
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions #=> Array
13587
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].height #=> Integer
13588
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].required #=> String, one of "ENABLED", "DISABLED"
13589
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].allowed_renditions[0].width #=> Integer
13590
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions #=> Array
13591
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].height #=> Integer
13592
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].force_include_renditions[0].width #=> Integer
13593
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.height #=> Integer
13594
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_bottom_rendition_size.width #=> Integer
13595
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.height #=> Integer
13596
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].min_top_rendition_size.width #=> Integer
13597
+ # resp.job_template.settings.output_groups[0].automated_encoding_settings.abr_settings.rules[0].type #=> String, one of "MIN_TOP_RENDITION_SIZE", "MIN_BOTTOM_RENDITION_SIZE", "FORCE_INCLUDE_RENDITIONS", "ALLOWED_RENDITIONS"
13361
13598
  # resp.job_template.settings.output_groups[0].custom_name #=> String
13362
13599
  # resp.job_template.settings.output_groups[0].name #=> String
13363
13600
  # resp.job_template.settings.output_groups[0].output_group_settings.cmaf_group_settings.additional_manifests #=> Array
@@ -13692,7 +13929,7 @@ module Aws::MediaConvert
13692
13929
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.teletext_destination_settings.page_types[0] #=> String, one of "PAGE_TYPE_INITIAL", "PAGE_TYPE_SUBTITLE", "PAGE_TYPE_ADDL_INFO", "PAGE_TYPE_PROGRAM_SCHEDULE", "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
13693
13930
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.ttml_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
13694
13931
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.accessibility #=> String, one of "DISABLED", "ENABLED"
13695
- # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
13932
+ # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED", "STRICT"
13696
13933
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].language_code #=> String, one of "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP"
13697
13934
  # resp.job_template.settings.output_groups[0].outputs[0].caption_descriptions[0].language_description #=> String
13698
13935
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -13701,6 +13938,7 @@ module Aws::MediaConvert
13701
13938
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
13702
13939
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
13703
13940
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
13941
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
13704
13942
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
13705
13943
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
13706
13944
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -13730,6 +13968,7 @@ module Aws::MediaConvert
13730
13968
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.es_rate_in_pes #=> String, one of "INCLUDE", "EXCLUDE"
13731
13969
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.force_ts_video_ebp_order #=> String, one of "FORCE", "DEFAULT"
13732
13970
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.fragment_time #=> Float
13971
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
13733
13972
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.max_pcr_interval #=> Integer
13734
13973
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.min_ebp_interval #=> Integer
13735
13974
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.m2ts_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
@@ -13785,6 +14024,7 @@ module Aws::MediaConvert
13785
14024
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
13786
14025
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
13787
14026
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
14027
+ # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
13788
14028
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
13789
14029
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
13790
14030
  # resp.job_template.settings.output_groups[0].outputs[0].container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -14068,7 +14308,8 @@ module Aws::MediaConvert
14068
14308
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_cll #=> Integer
14069
14309
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_metadata.max_fall #=> Integer
14070
14310
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.l6_mode #=> String, one of "PASSTHROUGH", "RECALCULATE", "SPECIFY"
14071
- # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5"
14311
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.mapping #=> String, one of "HDR10_NOMAP", "HDR10_1000"
14312
+ # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5", "PROFILE_8_1"
14072
14313
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.mastering_monitor_nits #=> Integer
14073
14314
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.hdr_10_plus.target_monitor_nits #=> Integer
14074
14315
  # resp.job_template.settings.output_groups[0].outputs[0].video_description.video_preprocessors.image_inserter.insertable_images #=> Array
@@ -14360,7 +14601,7 @@ module Aws::MediaConvert
14360
14601
  # },
14361
14602
  # webvtt_destination_settings: {
14362
14603
  # accessibility: "DISABLED", # accepts DISABLED, ENABLED
14363
- # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED
14604
+ # style_passthrough: "ENABLED", # accepts ENABLED, DISABLED, STRICT
14364
14605
  # },
14365
14606
  # },
14366
14607
  # language_code: "ENG", # accepts ENG, SPA, FRA, DEU, GER, ZHO, ARA, HIN, JPN, RUS, POR, ITA, URD, VIE, KOR, PAN, ABK, AAR, AFR, AKA, SQI, AMH, ARG, HYE, ASM, AVA, AVE, AYM, AZE, BAM, BAK, EUS, BEL, BEN, BIH, BIS, BOS, BRE, BUL, MYA, CAT, KHM, CHA, CHE, NYA, CHU, CHV, COR, COS, CRE, HRV, CES, DAN, DIV, NLD, DZO, ENM, EPO, EST, EWE, FAO, FIJ, FIN, FRM, FUL, GLA, GLG, LUG, KAT, ELL, GRN, GUJ, HAT, HAU, HEB, HER, HMO, HUN, ISL, IDO, IBO, IND, INA, ILE, IKU, IPK, GLE, JAV, KAL, KAN, KAU, KAS, KAZ, KIK, KIN, KIR, KOM, KON, KUA, KUR, LAO, LAT, LAV, LIM, LIN, LIT, LUB, LTZ, MKD, MLG, MSA, MAL, MLT, GLV, MRI, MAR, MAH, MON, NAU, NAV, NDE, NBL, NDO, NEP, SME, NOR, NOB, NNO, OCI, OJI, ORI, ORM, OSS, PLI, FAS, POL, PUS, QUE, QAA, RON, ROH, RUN, SMO, SAG, SAN, SRD, SRB, SNA, III, SND, SIN, SLK, SLV, SOM, SOT, SUN, SWA, SSW, SWE, TGL, TAH, TGK, TAM, TAT, TEL, THA, BOD, TIR, TON, TSO, TSN, TUR, TUK, TWI, UIG, UKR, UZB, VEN, VOL, WLN, CYM, FRY, WOL, XHO, YID, YOR, ZHA, ZUL, ORJ, QPC, TNG, SRP
@@ -14375,6 +14616,7 @@ module Aws::MediaConvert
14375
14616
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", # accepts ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_NOT_AUTO_SELECT
14376
14617
  # descriptive_video_service_flag: "DONT_FLAG", # accepts DONT_FLAG, FLAG
14377
14618
  # i_frame_only_manifest: "INCLUDE", # accepts INCLUDE, EXCLUDE
14619
+ # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
14378
14620
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
14379
14621
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
14380
14622
  # timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -14412,6 +14654,7 @@ module Aws::MediaConvert
14412
14654
  # es_rate_in_pes: "INCLUDE", # accepts INCLUDE, EXCLUDE
14413
14655
  # force_ts_video_ebp_order: "FORCE", # accepts FORCE, DEFAULT
14414
14656
  # fragment_time: 1.0,
14657
+ # klv_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
14415
14658
  # max_pcr_interval: 1,
14416
14659
  # min_ebp_interval: 1,
14417
14660
  # nielsen_id_3: "INSERT", # accepts INSERT, NONE
@@ -14476,6 +14719,7 @@ module Aws::MediaConvert
14476
14719
  # accessibility_caption_hints: "INCLUDE", # accepts INCLUDE, EXCLUDE
14477
14720
  # audio_duration: "DEFAULT_CODEC_DURATION", # accepts DEFAULT_CODEC_DURATION, MATCH_VIDEO_DURATION
14478
14721
  # caption_container_type: "RAW", # accepts RAW, FRAGMENTED_MP4
14722
+ # klv_metadata: "NONE", # accepts NONE, PASSTHROUGH
14479
14723
  # scte_35_esam: "INSERT", # accepts INSERT, NONE
14480
14724
  # scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
14481
14725
  # timed_metadata: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
@@ -14812,7 +15056,8 @@ module Aws::MediaConvert
14812
15056
  # max_fall: 1,
14813
15057
  # },
14814
15058
  # l6_mode: "PASSTHROUGH", # accepts PASSTHROUGH, RECALCULATE, SPECIFY
14815
- # profile: "PROFILE_5", # accepts PROFILE_5
15059
+ # mapping: "HDR10_NOMAP", # accepts HDR10_NOMAP, HDR10_1000
15060
+ # profile: "PROFILE_5", # accepts PROFILE_5, PROFILE_8_1
14816
15061
  # },
14817
15062
  # hdr_10_plus: {
14818
15063
  # mastering_monitor_nits: 1,
@@ -15043,7 +15288,7 @@ module Aws::MediaConvert
15043
15288
  # resp.preset.settings.caption_descriptions[0].destination_settings.teletext_destination_settings.page_types[0] #=> String, one of "PAGE_TYPE_INITIAL", "PAGE_TYPE_SUBTITLE", "PAGE_TYPE_ADDL_INFO", "PAGE_TYPE_PROGRAM_SCHEDULE", "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE"
15044
15289
  # resp.preset.settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
15045
15290
  # resp.preset.settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.accessibility #=> String, one of "DISABLED", "ENABLED"
15046
- # resp.preset.settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED"
15291
+ # resp.preset.settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_passthrough #=> String, one of "ENABLED", "DISABLED", "STRICT"
15047
15292
  # resp.preset.settings.caption_descriptions[0].language_code #=> String, one of "ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP"
15048
15293
  # resp.preset.settings.caption_descriptions[0].language_description #=> String
15049
15294
  # resp.preset.settings.container_settings.cmfc_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
@@ -15052,6 +15297,7 @@ module Aws::MediaConvert
15052
15297
  # resp.preset.settings.container_settings.cmfc_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT"
15053
15298
  # resp.preset.settings.container_settings.cmfc_settings.descriptive_video_service_flag #=> String, one of "DONT_FLAG", "FLAG"
15054
15299
  # resp.preset.settings.container_settings.cmfc_settings.i_frame_only_manifest #=> String, one of "INCLUDE", "EXCLUDE"
15300
+ # resp.preset.settings.container_settings.cmfc_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
15055
15301
  # resp.preset.settings.container_settings.cmfc_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
15056
15302
  # resp.preset.settings.container_settings.cmfc_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
15057
15303
  # resp.preset.settings.container_settings.cmfc_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -15081,6 +15327,7 @@ module Aws::MediaConvert
15081
15327
  # resp.preset.settings.container_settings.m2ts_settings.es_rate_in_pes #=> String, one of "INCLUDE", "EXCLUDE"
15082
15328
  # resp.preset.settings.container_settings.m2ts_settings.force_ts_video_ebp_order #=> String, one of "FORCE", "DEFAULT"
15083
15329
  # resp.preset.settings.container_settings.m2ts_settings.fragment_time #=> Float
15330
+ # resp.preset.settings.container_settings.m2ts_settings.klv_metadata #=> String, one of "PASSTHROUGH", "NONE"
15084
15331
  # resp.preset.settings.container_settings.m2ts_settings.max_pcr_interval #=> Integer
15085
15332
  # resp.preset.settings.container_settings.m2ts_settings.min_ebp_interval #=> Integer
15086
15333
  # resp.preset.settings.container_settings.m2ts_settings.nielsen_id_3 #=> String, one of "INSERT", "NONE"
@@ -15136,6 +15383,7 @@ module Aws::MediaConvert
15136
15383
  # resp.preset.settings.container_settings.mpd_settings.accessibility_caption_hints #=> String, one of "INCLUDE", "EXCLUDE"
15137
15384
  # resp.preset.settings.container_settings.mpd_settings.audio_duration #=> String, one of "DEFAULT_CODEC_DURATION", "MATCH_VIDEO_DURATION"
15138
15385
  # resp.preset.settings.container_settings.mpd_settings.caption_container_type #=> String, one of "RAW", "FRAGMENTED_MP4"
15386
+ # resp.preset.settings.container_settings.mpd_settings.klv_metadata #=> String, one of "NONE", "PASSTHROUGH"
15139
15387
  # resp.preset.settings.container_settings.mpd_settings.scte_35_esam #=> String, one of "INSERT", "NONE"
15140
15388
  # resp.preset.settings.container_settings.mpd_settings.scte_35_source #=> String, one of "PASSTHROUGH", "NONE"
15141
15389
  # resp.preset.settings.container_settings.mpd_settings.timed_metadata #=> String, one of "PASSTHROUGH", "NONE"
@@ -15409,7 +15657,8 @@ module Aws::MediaConvert
15409
15657
  # resp.preset.settings.video_description.video_preprocessors.dolby_vision.l6_metadata.max_cll #=> Integer
15410
15658
  # resp.preset.settings.video_description.video_preprocessors.dolby_vision.l6_metadata.max_fall #=> Integer
15411
15659
  # resp.preset.settings.video_description.video_preprocessors.dolby_vision.l6_mode #=> String, one of "PASSTHROUGH", "RECALCULATE", "SPECIFY"
15412
- # resp.preset.settings.video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5"
15660
+ # resp.preset.settings.video_description.video_preprocessors.dolby_vision.mapping #=> String, one of "HDR10_NOMAP", "HDR10_1000"
15661
+ # resp.preset.settings.video_description.video_preprocessors.dolby_vision.profile #=> String, one of "PROFILE_5", "PROFILE_8_1"
15413
15662
  # resp.preset.settings.video_description.video_preprocessors.hdr_10_plus.mastering_monitor_nits #=> Integer
15414
15663
  # resp.preset.settings.video_description.video_preprocessors.hdr_10_plus.target_monitor_nits #=> Integer
15415
15664
  # resp.preset.settings.video_description.video_preprocessors.image_inserter.insertable_images #=> Array
@@ -15533,7 +15782,7 @@ module Aws::MediaConvert
15533
15782
  params: params,
15534
15783
  config: config)
15535
15784
  context[:gem_name] = 'aws-sdk-mediaconvert'
15536
- context[:gem_version] = '1.87.0'
15785
+ context[:gem_version] = '1.90.0'
15537
15786
  Seahorse::Client::Request.new(handlers, context)
15538
15787
  end
15539
15788