aws-sdk-medialive 1.42.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 360290a676c4a2f2a06c97dd36b792c9652a4c175c4bcfc50975d652b31776e9
4
- data.tar.gz: 6bbe5b25201bc977b4acd86a3264035f61718448d0ce6bbf3b6e4e1791a8ac63
3
+ metadata.gz: 2a5e0ca9cf7aac1712348d1cb5e0332c20311c5a27a07091bb5412ec0676e76e
4
+ data.tar.gz: eb642a73c3e2cc2580d0e418dbe5cc18e16e487cdc0363043388dcdbbacc43f6
5
5
  SHA512:
6
- metadata.gz: 5c1768b9b878c3278c46c9b034dad736eb0876cd7b71bb4f42cc32924e1c11c01e25e994f2546719c846e1c103a8e75bfc701d325f785a328a4df14f77522cd6
7
- data.tar.gz: 291dd4b1e6ccaaec06b2ea3206843d9273ec9895bbc61886a21f71cd99a31eda2e1882df1a5e2c77c29eb614e20c29f84cd967b3ae62c17629c8b9ace6f4107a
6
+ metadata.gz: c62e3d5143e7bde2ec7048d227bbde3a001bdf7cbfed8a409946ef3deaf01f8c9bf55913840e9b60dc93474a9ce40bd0b4b45340a44f7841de00d80d17d34ecc
7
+ data.tar.gz: 9d7db580fc79d682ac86cb31b82ced9ae143881d7559c36dafd75a852d0bd7e704fe0ba637b5d72d286d47b4349afd6ef979ab8f74d0582debd3e945fad2365d
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-medialive/customizations'
46
46
  # @service
47
47
  module Aws::MediaLive
48
48
 
49
- GEM_VERSION = '1.42.0'
49
+ GEM_VERSION = '1.43.0'
50
50
 
51
51
  end
@@ -946,7 +946,7 @@ module Aws::MediaLive
946
946
  # restart_delay: 1,
947
947
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
948
948
  # send_delay_ms: 1,
949
- # sparse_track_type: "NONE", # accepts NONE, SCTE_35
949
+ # sparse_track_type: "NONE", # accepts NONE, SCTE_35, SCTE_35_WITHOUT_SEGMENTATION
950
950
  # stream_manifest_behavior: "DO_NOT_SEND", # accepts DO_NOT_SEND, SEND
951
951
  # timestamp_offset: "__string",
952
952
  # timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
@@ -1057,6 +1057,8 @@ module Aws::MediaLive
1057
1057
  # },
1058
1058
  # fmp_4_hls_settings: {
1059
1059
  # audio_rendition_sets: "__string",
1060
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
1061
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
1060
1062
  # },
1061
1063
  # standard_hls_settings: {
1062
1064
  # audio_rendition_sets: "__string",
@@ -1209,6 +1211,12 @@ module Aws::MediaLive
1209
1211
  # },
1210
1212
  # },
1211
1213
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
1214
+ # filter_settings: {
1215
+ # temporal_filter_settings: {
1216
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
1217
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9
1218
+ # },
1219
+ # },
1212
1220
  # fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
1213
1221
  # flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
1214
1222
  # force_field_pictures: "DISABLED", # accepts DISABLED, ENABLED
@@ -1229,6 +1237,7 @@ module Aws::MediaLive
1229
1237
  # par_denominator: 1,
1230
1238
  # par_numerator: 1,
1231
1239
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
1240
+ # quality_level: "ENHANCED_QUALITY", # accepts ENHANCED_QUALITY, STANDARD_QUALITY
1232
1241
  # qvbr_quality_level: 1,
1233
1242
  # rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
1234
1243
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
@@ -1312,6 +1321,13 @@ module Aws::MediaLive
1312
1321
  # audio_pid_selection: {
1313
1322
  # pid: 1, # required
1314
1323
  # },
1324
+ # audio_track_selection: {
1325
+ # tracks: [ # required
1326
+ # {
1327
+ # track: 1, # required
1328
+ # },
1329
+ # ],
1330
+ # },
1315
1331
  # },
1316
1332
  # },
1317
1333
  # ],
@@ -1627,7 +1643,7 @@ module Aws::MediaLive
1627
1643
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
1628
1644
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
1629
1645
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
1630
- # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
1646
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
1631
1647
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
1632
1648
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
1633
1649
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -1709,6 +1725,8 @@ module Aws::MediaLive
1709
1725
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
1710
1726
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
1711
1727
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
1728
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
1729
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
1712
1730
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
1713
1731
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
1714
1732
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -1806,6 +1824,8 @@ module Aws::MediaLive
1806
1824
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
1807
1825
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
1808
1826
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
1827
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
1828
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9"
1809
1829
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
1810
1830
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
1811
1831
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -1826,6 +1846,7 @@ module Aws::MediaLive
1826
1846
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
1827
1847
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
1828
1848
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
1849
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
1829
1850
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
1830
1851
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
1831
1852
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -1883,6 +1904,8 @@ module Aws::MediaLive
1883
1904
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
1884
1905
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
1885
1906
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
1907
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
1908
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
1886
1909
  # resp.channel.input_attachments[0].input_settings.caption_selectors #=> Array
1887
1910
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
1888
1911
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -2517,7 +2540,7 @@ module Aws::MediaLive
2517
2540
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
2518
2541
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
2519
2542
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
2520
- # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
2543
+ # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
2521
2544
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
2522
2545
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
2523
2546
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -2599,6 +2622,8 @@ module Aws::MediaLive
2599
2622
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
2600
2623
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
2601
2624
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
2625
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
2626
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
2602
2627
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
2603
2628
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
2604
2629
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -2696,6 +2721,8 @@ module Aws::MediaLive
2696
2721
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
2697
2722
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
2698
2723
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
2724
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
2725
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9"
2699
2726
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
2700
2727
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
2701
2728
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -2716,6 +2743,7 @@ module Aws::MediaLive
2716
2743
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
2717
2744
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
2718
2745
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
2746
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
2719
2747
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
2720
2748
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
2721
2749
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -2773,6 +2801,8 @@ module Aws::MediaLive
2773
2801
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
2774
2802
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
2775
2803
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
2804
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
2805
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
2776
2806
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
2777
2807
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
2778
2808
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -3355,7 +3385,7 @@ module Aws::MediaLive
3355
3385
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
3356
3386
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
3357
3387
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
3358
- # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
3388
+ # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
3359
3389
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
3360
3390
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
3361
3391
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -3437,6 +3467,8 @@ module Aws::MediaLive
3437
3467
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
3438
3468
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
3439
3469
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
3470
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
3471
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
3440
3472
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
3441
3473
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
3442
3474
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -3534,6 +3566,8 @@ module Aws::MediaLive
3534
3566
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
3535
3567
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
3536
3568
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
3569
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
3570
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9"
3537
3571
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
3538
3572
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
3539
3573
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -3554,6 +3588,7 @@ module Aws::MediaLive
3554
3588
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
3555
3589
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
3556
3590
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
3591
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
3557
3592
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
3558
3593
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
3559
3594
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -3611,6 +3646,8 @@ module Aws::MediaLive
3611
3646
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
3612
3647
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
3613
3648
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
3649
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
3650
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
3614
3651
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
3615
3652
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
3616
3653
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -4147,6 +4184,8 @@ module Aws::MediaLive
4147
4184
  # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
4148
4185
  # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
4149
4186
  # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
4187
+ # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
4188
+ # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
4150
4189
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors #=> Array
4151
4190
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
4152
4191
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -4913,7 +4952,7 @@ module Aws::MediaLive
4913
4952
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
4914
4953
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
4915
4954
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
4916
- # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
4955
+ # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
4917
4956
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
4918
4957
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
4919
4958
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -4995,6 +5034,8 @@ module Aws::MediaLive
4995
5034
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
4996
5035
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
4997
5036
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
5037
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
5038
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
4998
5039
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
4999
5040
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
5000
5041
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -5092,6 +5133,8 @@ module Aws::MediaLive
5092
5133
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
5093
5134
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
5094
5135
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
5136
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
5137
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9"
5095
5138
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
5096
5139
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
5097
5140
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -5112,6 +5155,7 @@ module Aws::MediaLive
5112
5155
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
5113
5156
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
5114
5157
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
5158
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
5115
5159
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
5116
5160
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
5117
5161
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -5169,6 +5213,8 @@ module Aws::MediaLive
5169
5213
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
5170
5214
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
5171
5215
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
5216
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
5217
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
5172
5218
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
5173
5219
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
5174
5220
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -5538,7 +5584,7 @@ module Aws::MediaLive
5538
5584
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
5539
5585
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
5540
5586
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
5541
- # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
5587
+ # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
5542
5588
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
5543
5589
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
5544
5590
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -5620,6 +5666,8 @@ module Aws::MediaLive
5620
5666
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
5621
5667
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
5622
5668
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
5669
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
5670
+ # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
5623
5671
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
5624
5672
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
5625
5673
  # resp.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -5717,6 +5765,8 @@ module Aws::MediaLive
5717
5765
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
5718
5766
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
5719
5767
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
5768
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
5769
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9"
5720
5770
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
5721
5771
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
5722
5772
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -5737,6 +5787,7 @@ module Aws::MediaLive
5737
5787
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
5738
5788
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
5739
5789
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
5790
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
5740
5791
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
5741
5792
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
5742
5793
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -5794,6 +5845,8 @@ module Aws::MediaLive
5794
5845
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
5795
5846
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
5796
5847
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
5848
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
5849
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
5797
5850
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
5798
5851
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
5799
5852
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -6292,7 +6345,7 @@ module Aws::MediaLive
6292
6345
  # restart_delay: 1,
6293
6346
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
6294
6347
  # send_delay_ms: 1,
6295
- # sparse_track_type: "NONE", # accepts NONE, SCTE_35
6348
+ # sparse_track_type: "NONE", # accepts NONE, SCTE_35, SCTE_35_WITHOUT_SEGMENTATION
6296
6349
  # stream_manifest_behavior: "DO_NOT_SEND", # accepts DO_NOT_SEND, SEND
6297
6350
  # timestamp_offset: "__string",
6298
6351
  # timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
@@ -6403,6 +6456,8 @@ module Aws::MediaLive
6403
6456
  # },
6404
6457
  # fmp_4_hls_settings: {
6405
6458
  # audio_rendition_sets: "__string",
6459
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
6460
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
6406
6461
  # },
6407
6462
  # standard_hls_settings: {
6408
6463
  # audio_rendition_sets: "__string",
@@ -6555,6 +6610,12 @@ module Aws::MediaLive
6555
6610
  # },
6556
6611
  # },
6557
6612
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
6613
+ # filter_settings: {
6614
+ # temporal_filter_settings: {
6615
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
6616
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9
6617
+ # },
6618
+ # },
6558
6619
  # fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
6559
6620
  # flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
6560
6621
  # force_field_pictures: "DISABLED", # accepts DISABLED, ENABLED
@@ -6575,6 +6636,7 @@ module Aws::MediaLive
6575
6636
  # par_denominator: 1,
6576
6637
  # par_numerator: 1,
6577
6638
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
6639
+ # quality_level: "ENHANCED_QUALITY", # accepts ENHANCED_QUALITY, STANDARD_QUALITY
6578
6640
  # qvbr_quality_level: 1,
6579
6641
  # rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
6580
6642
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
@@ -6658,6 +6720,13 @@ module Aws::MediaLive
6658
6720
  # audio_pid_selection: {
6659
6721
  # pid: 1, # required
6660
6722
  # },
6723
+ # audio_track_selection: {
6724
+ # tracks: [ # required
6725
+ # {
6726
+ # track: 1, # required
6727
+ # },
6728
+ # ],
6729
+ # },
6661
6730
  # },
6662
6731
  # },
6663
6732
  # ],
@@ -6968,7 +7037,7 @@ module Aws::MediaLive
6968
7037
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
6969
7038
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
6970
7039
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
6971
- # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
7040
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
6972
7041
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
6973
7042
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
6974
7043
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -7050,6 +7119,8 @@ module Aws::MediaLive
7050
7119
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
7051
7120
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
7052
7121
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
7122
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
7123
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
7053
7124
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
7054
7125
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
7055
7126
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -7147,6 +7218,8 @@ module Aws::MediaLive
7147
7218
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
7148
7219
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
7149
7220
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
7221
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
7222
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9"
7150
7223
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
7151
7224
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
7152
7225
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -7167,6 +7240,7 @@ module Aws::MediaLive
7167
7240
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
7168
7241
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
7169
7242
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
7243
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
7170
7244
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
7171
7245
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
7172
7246
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -7224,6 +7298,8 @@ module Aws::MediaLive
7224
7298
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
7225
7299
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
7226
7300
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
7301
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
7302
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
7227
7303
  # resp.channel.input_attachments[0].input_settings.caption_selectors #=> Array
7228
7304
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
7229
7305
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -7556,7 +7632,7 @@ module Aws::MediaLive
7556
7632
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.restart_delay #=> Integer
7557
7633
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.segmentation_mode #=> String, one of "USE_INPUT_SEGMENTATION", "USE_SEGMENT_DURATION"
7558
7634
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.send_delay_ms #=> Integer
7559
- # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35"
7635
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.sparse_track_type #=> String, one of "NONE", "SCTE_35", "SCTE_35_WITHOUT_SEGMENTATION"
7560
7636
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.stream_manifest_behavior #=> String, one of "DO_NOT_SEND", "SEND"
7561
7637
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset #=> String
7562
7638
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.timestamp_offset_mode #=> String, one of "USE_CONFIGURED_OFFSET", "USE_EVENT_START_DATE"
@@ -7638,6 +7714,8 @@ module Aws::MediaLive
7638
7714
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.audio_track_type #=> String, one of "ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM"
7639
7715
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.audio_only_hls_settings.segment_type #=> String, one of "AAC", "FMP4"
7640
7716
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.audio_rendition_sets #=> String
7717
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.nielsen_id_3_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
7718
+ # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.fmp_4_hls_settings.timed_metadata_behavior #=> String, one of "NO_PASSTHROUGH", "PASSTHROUGH"
7641
7719
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.audio_rendition_sets #=> String
7642
7720
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_frames_per_pes #=> Integer
7643
7721
  # resp.channel.encoder_settings.output_groups[0].outputs[0].output_settings.hls_output_settings.hls_settings.standard_hls_settings.m3u_8_settings.audio_pids #=> String
@@ -7735,6 +7813,8 @@ module Aws::MediaLive
7735
7813
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_size #=> Integer
7736
7814
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
7737
7815
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.entropy_encoding #=> String, one of "CABAC", "CAVLC"
7816
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
7817
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9"
7738
7818
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.fixed_afd #=> String, one of "AFD_0000", "AFD_0010", "AFD_0011", "AFD_0100", "AFD_1000", "AFD_1001", "AFD_1010", "AFD_1011", "AFD_1101", "AFD_1110", "AFD_1111"
7739
7819
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.flicker_aq #=> String, one of "DISABLED", "ENABLED"
7740
7820
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.force_field_pictures #=> String, one of "DISABLED", "ENABLED"
@@ -7755,6 +7835,7 @@ module Aws::MediaLive
7755
7835
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
7756
7836
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
7757
7837
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
7838
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.quality_level #=> String, one of "ENHANCED_QUALITY", "STANDARD_QUALITY"
7758
7839
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
7759
7840
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "MULTIPLEX", "QVBR", "VBR"
7760
7841
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
@@ -7812,6 +7893,8 @@ module Aws::MediaLive
7812
7893
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
7813
7894
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
7814
7895
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
7896
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks #=> Array
7897
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_track_selection.tracks[0].track #=> Integer
7815
7898
  # resp.channel.input_attachments[0].input_settings.caption_selectors #=> Array
7816
7899
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
7817
7900
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
@@ -8188,7 +8271,7 @@ module Aws::MediaLive
8188
8271
  params: params,
8189
8272
  config: config)
8190
8273
  context[:gem_name] = 'aws-sdk-medialive'
8191
- context[:gem_version] = '1.42.0'
8274
+ context[:gem_version] = '1.43.0'
8192
8275
  Seahorse::Client::Request.new(handlers, context)
8193
8276
  end
8194
8277
 
@@ -48,6 +48,8 @@ module Aws::MediaLive
48
48
  AudioPidSelection = Shapes::StructureShape.new(name: 'AudioPidSelection')
49
49
  AudioSelector = Shapes::StructureShape.new(name: 'AudioSelector')
50
50
  AudioSelectorSettings = Shapes::StructureShape.new(name: 'AudioSelectorSettings')
51
+ AudioTrack = Shapes::StructureShape.new(name: 'AudioTrack')
52
+ AudioTrackSelection = Shapes::StructureShape.new(name: 'AudioTrackSelection')
51
53
  AudioType = Shapes::StringShape.new(name: 'AudioType')
52
54
  AuthenticationScheme = Shapes::StringShape.new(name: 'AuthenticationScheme')
53
55
  AutomaticInputFailoverSettings = Shapes::StructureShape.new(name: 'AutomaticInputFailoverSettings')
@@ -177,6 +179,8 @@ module Aws::MediaLive
177
179
  FixedAfd = Shapes::StringShape.new(name: 'FixedAfd')
178
180
  FixedModeScheduleActionStartSettings = Shapes::StructureShape.new(name: 'FixedModeScheduleActionStartSettings')
179
181
  Fmp4HlsSettings = Shapes::StructureShape.new(name: 'Fmp4HlsSettings')
182
+ Fmp4NielsenId3Behavior = Shapes::StringShape.new(name: 'Fmp4NielsenId3Behavior')
183
+ Fmp4TimedMetadataBehavior = Shapes::StringShape.new(name: 'Fmp4TimedMetadataBehavior')
180
184
  FollowModeScheduleActionStartSettings = Shapes::StructureShape.new(name: 'FollowModeScheduleActionStartSettings')
181
185
  FollowPoint = Shapes::StringShape.new(name: 'FollowPoint')
182
186
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
@@ -194,6 +198,7 @@ module Aws::MediaLive
194
198
  H264ColorMetadata = Shapes::StringShape.new(name: 'H264ColorMetadata')
195
199
  H264ColorSpaceSettings = Shapes::StructureShape.new(name: 'H264ColorSpaceSettings')
196
200
  H264EntropyEncoding = Shapes::StringShape.new(name: 'H264EntropyEncoding')
201
+ H264FilterSettings = Shapes::StructureShape.new(name: 'H264FilterSettings')
197
202
  H264FlickerAq = Shapes::StringShape.new(name: 'H264FlickerAq')
198
203
  H264ForceFieldPictures = Shapes::StringShape.new(name: 'H264ForceFieldPictures')
199
204
  H264FramerateControl = Shapes::StringShape.new(name: 'H264FramerateControl')
@@ -203,6 +208,7 @@ module Aws::MediaLive
203
208
  H264LookAheadRateControl = Shapes::StringShape.new(name: 'H264LookAheadRateControl')
204
209
  H264ParControl = Shapes::StringShape.new(name: 'H264ParControl')
205
210
  H264Profile = Shapes::StringShape.new(name: 'H264Profile')
211
+ H264QualityLevel = Shapes::StringShape.new(name: 'H264QualityLevel')
206
212
  H264RateControlMode = Shapes::StringShape.new(name: 'H264RateControlMode')
207
213
  H264ScanType = Shapes::StringShape.new(name: 'H264ScanType')
208
214
  H264SceneChangeDetect = Shapes::StringShape.new(name: 'H264SceneChangeDetect')
@@ -488,6 +494,9 @@ module Aws::MediaLive
488
494
  TagsModel = Shapes::StructureShape.new(name: 'TagsModel')
489
495
  TeletextDestinationSettings = Shapes::StructureShape.new(name: 'TeletextDestinationSettings')
490
496
  TeletextSourceSettings = Shapes::StructureShape.new(name: 'TeletextSourceSettings')
497
+ TemporalFilterPostFilterSharpening = Shapes::StringShape.new(name: 'TemporalFilterPostFilterSharpening')
498
+ TemporalFilterSettings = Shapes::StructureShape.new(name: 'TemporalFilterSettings')
499
+ TemporalFilterStrength = Shapes::StringShape.new(name: 'TemporalFilterStrength')
491
500
  TimecodeConfig = Shapes::StructureShape.new(name: 'TimecodeConfig')
492
501
  TimecodeConfigSource = Shapes::StringShape.new(name: 'TimecodeConfigSource')
493
502
  TooManyRequestsException = Shapes::StructureShape.new(name: 'TooManyRequestsException')
@@ -593,6 +602,7 @@ module Aws::MediaLive
593
602
  __listOfAudioChannelMapping = Shapes::ListShape.new(name: '__listOfAudioChannelMapping')
594
603
  __listOfAudioDescription = Shapes::ListShape.new(name: '__listOfAudioDescription')
595
604
  __listOfAudioSelector = Shapes::ListShape.new(name: '__listOfAudioSelector')
605
+ __listOfAudioTrack = Shapes::ListShape.new(name: '__listOfAudioTrack')
596
606
  __listOfCaptionDescription = Shapes::ListShape.new(name: '__listOfCaptionDescription')
597
607
  __listOfCaptionLanguageMapping = Shapes::ListShape.new(name: '__listOfCaptionLanguageMapping')
598
608
  __listOfCaptionSelector = Shapes::ListShape.new(name: '__listOfCaptionSelector')
@@ -733,8 +743,15 @@ module Aws::MediaLive
733
743
 
734
744
  AudioSelectorSettings.add_member(:audio_language_selection, Shapes::ShapeRef.new(shape: AudioLanguageSelection, location_name: "audioLanguageSelection"))
735
745
  AudioSelectorSettings.add_member(:audio_pid_selection, Shapes::ShapeRef.new(shape: AudioPidSelection, location_name: "audioPidSelection"))
746
+ AudioSelectorSettings.add_member(:audio_track_selection, Shapes::ShapeRef.new(shape: AudioTrackSelection, location_name: "audioTrackSelection"))
736
747
  AudioSelectorSettings.struct_class = Types::AudioSelectorSettings
737
748
 
749
+ AudioTrack.add_member(:track, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "track"))
750
+ AudioTrack.struct_class = Types::AudioTrack
751
+
752
+ AudioTrackSelection.add_member(:tracks, Shapes::ShapeRef.new(shape: __listOfAudioTrack, required: true, location_name: "tracks"))
753
+ AudioTrackSelection.struct_class = Types::AudioTrackSelection
754
+
738
755
  AutomaticInputFailoverSettings.add_member(:input_preference, Shapes::ShapeRef.new(shape: InputPreference, location_name: "inputPreference"))
739
756
  AutomaticInputFailoverSettings.add_member(:secondary_input_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "secondaryInputId"))
740
757
  AutomaticInputFailoverSettings.struct_class = Types::AutomaticInputFailoverSettings
@@ -1304,6 +1321,8 @@ module Aws::MediaLive
1304
1321
  FixedModeScheduleActionStartSettings.struct_class = Types::FixedModeScheduleActionStartSettings
1305
1322
 
1306
1323
  Fmp4HlsSettings.add_member(:audio_rendition_sets, Shapes::ShapeRef.new(shape: __string, location_name: "audioRenditionSets"))
1324
+ Fmp4HlsSettings.add_member(:nielsen_id_3_behavior, Shapes::ShapeRef.new(shape: Fmp4NielsenId3Behavior, location_name: "nielsenId3Behavior"))
1325
+ Fmp4HlsSettings.add_member(:timed_metadata_behavior, Shapes::ShapeRef.new(shape: Fmp4TimedMetadataBehavior, location_name: "timedMetadataBehavior"))
1307
1326
  Fmp4HlsSettings.struct_class = Types::Fmp4HlsSettings
1308
1327
 
1309
1328
  FollowModeScheduleActionStartSettings.add_member(:follow_point, Shapes::ShapeRef.new(shape: FollowPoint, required: true, location_name: "followPoint"))
@@ -1339,6 +1358,9 @@ module Aws::MediaLive
1339
1358
  H264ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
1340
1359
  H264ColorSpaceSettings.struct_class = Types::H264ColorSpaceSettings
1341
1360
 
1361
+ H264FilterSettings.add_member(:temporal_filter_settings, Shapes::ShapeRef.new(shape: TemporalFilterSettings, location_name: "temporalFilterSettings"))
1362
+ H264FilterSettings.struct_class = Types::H264FilterSettings
1363
+
1342
1364
  H264Settings.add_member(:adaptive_quantization, Shapes::ShapeRef.new(shape: H264AdaptiveQuantization, location_name: "adaptiveQuantization"))
1343
1365
  H264Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
1344
1366
  H264Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __integerMin1000, location_name: "bitrate"))
@@ -1347,6 +1369,7 @@ module Aws::MediaLive
1347
1369
  H264Settings.add_member(:color_metadata, Shapes::ShapeRef.new(shape: H264ColorMetadata, location_name: "colorMetadata"))
1348
1370
  H264Settings.add_member(:color_space_settings, Shapes::ShapeRef.new(shape: H264ColorSpaceSettings, location_name: "colorSpaceSettings"))
1349
1371
  H264Settings.add_member(:entropy_encoding, Shapes::ShapeRef.new(shape: H264EntropyEncoding, location_name: "entropyEncoding"))
1372
+ H264Settings.add_member(:filter_settings, Shapes::ShapeRef.new(shape: H264FilterSettings, location_name: "filterSettings"))
1350
1373
  H264Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
1351
1374
  H264Settings.add_member(:flicker_aq, Shapes::ShapeRef.new(shape: H264FlickerAq, location_name: "flickerAq"))
1352
1375
  H264Settings.add_member(:force_field_pictures, Shapes::ShapeRef.new(shape: H264ForceFieldPictures, location_name: "forceFieldPictures"))
@@ -1367,6 +1390,7 @@ module Aws::MediaLive
1367
1390
  H264Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parDenominator"))
1368
1391
  H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "parNumerator"))
1369
1392
  H264Settings.add_member(:profile, Shapes::ShapeRef.new(shape: H264Profile, location_name: "profile"))
1393
+ H264Settings.add_member(:quality_level, Shapes::ShapeRef.new(shape: H264QualityLevel, location_name: "qualityLevel"))
1370
1394
  H264Settings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
1371
1395
  H264Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H264RateControlMode, location_name: "rateControlMode"))
1372
1396
  H264Settings.add_member(:scan_type, Shapes::ShapeRef.new(shape: H264ScanType, location_name: "scanType"))
@@ -2328,6 +2352,10 @@ module Aws::MediaLive
2328
2352
  TeletextSourceSettings.add_member(:page_number, Shapes::ShapeRef.new(shape: __string, location_name: "pageNumber"))
2329
2353
  TeletextSourceSettings.struct_class = Types::TeletextSourceSettings
2330
2354
 
2355
+ TemporalFilterSettings.add_member(:post_filter_sharpening, Shapes::ShapeRef.new(shape: TemporalFilterPostFilterSharpening, location_name: "postFilterSharpening"))
2356
+ TemporalFilterSettings.add_member(:strength, Shapes::ShapeRef.new(shape: TemporalFilterStrength, location_name: "strength"))
2357
+ TemporalFilterSettings.struct_class = Types::TemporalFilterSettings
2358
+
2331
2359
  TimecodeConfig.add_member(:source, Shapes::ShapeRef.new(shape: TimecodeConfigSource, required: true, location_name: "source"))
2332
2360
  TimecodeConfig.add_member(:sync_threshold, Shapes::ShapeRef.new(shape: __integerMin1Max1000000, location_name: "syncThreshold"))
2333
2361
  TimecodeConfig.struct_class = Types::TimecodeConfig
@@ -2510,6 +2538,8 @@ module Aws::MediaLive
2510
2538
 
2511
2539
  __listOfAudioSelector.member = Shapes::ShapeRef.new(shape: AudioSelector)
2512
2540
 
2541
+ __listOfAudioTrack.member = Shapes::ShapeRef.new(shape: AudioTrack)
2542
+
2513
2543
  __listOfCaptionDescription.member = Shapes::ShapeRef.new(shape: CaptionDescription)
2514
2544
 
2515
2545
  __listOfCaptionLanguageMapping.member = Shapes::ShapeRef.new(shape: CaptionLanguageMapping)
@@ -826,6 +826,13 @@ module Aws::MediaLive
826
826
  # audio_pid_selection: {
827
827
  # pid: 1, # required
828
828
  # },
829
+ # audio_track_selection: {
830
+ # tracks: [ # required
831
+ # {
832
+ # track: 1, # required
833
+ # },
834
+ # ],
835
+ # },
829
836
  # },
830
837
  # }
831
838
  #
@@ -860,6 +867,13 @@ module Aws::MediaLive
860
867
  # audio_pid_selection: {
861
868
  # pid: 1, # required
862
869
  # },
870
+ # audio_track_selection: {
871
+ # tracks: [ # required
872
+ # {
873
+ # track: 1, # required
874
+ # },
875
+ # ],
876
+ # },
863
877
  # }
864
878
  #
865
879
  # @!attribute [rw] audio_language_selection
@@ -870,11 +884,60 @@ module Aws::MediaLive
870
884
  # Audio Pid Selection
871
885
  # @return [Types::AudioPidSelection]
872
886
  #
887
+ # @!attribute [rw] audio_track_selection
888
+ # Audio Track Selection
889
+ # @return [Types::AudioTrackSelection]
890
+ #
873
891
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioSelectorSettings AWS API Documentation
874
892
  #
875
893
  class AudioSelectorSettings < Struct.new(
876
894
  :audio_language_selection,
877
- :audio_pid_selection)
895
+ :audio_pid_selection,
896
+ :audio_track_selection)
897
+ include Aws::Structure
898
+ end
899
+
900
+ # Audio Track
901
+ #
902
+ # @note When making an API call, you may pass AudioTrack
903
+ # data as a hash:
904
+ #
905
+ # {
906
+ # track: 1, # required
907
+ # }
908
+ #
909
+ # @!attribute [rw] track
910
+ # 1-based integer value that maps to a specific audio track
911
+ # @return [Integer]
912
+ #
913
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioTrack AWS API Documentation
914
+ #
915
+ class AudioTrack < Struct.new(
916
+ :track)
917
+ include Aws::Structure
918
+ end
919
+
920
+ # Audio Track Selection
921
+ #
922
+ # @note When making an API call, you may pass AudioTrackSelection
923
+ # data as a hash:
924
+ #
925
+ # {
926
+ # tracks: [ # required
927
+ # {
928
+ # track: 1, # required
929
+ # },
930
+ # ],
931
+ # }
932
+ #
933
+ # @!attribute [rw] tracks
934
+ # Selects one or more unique audio tracks from within an mp4 source.
935
+ # @return [Array<Types::AudioTrack>]
936
+ #
937
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioTrackSelection AWS API Documentation
938
+ #
939
+ class AudioTrackSelection < Struct.new(
940
+ :tracks)
878
941
  include Aws::Structure
879
942
  end
880
943
 
@@ -2642,7 +2705,7 @@ module Aws::MediaLive
2642
2705
  # restart_delay: 1,
2643
2706
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
2644
2707
  # send_delay_ms: 1,
2645
- # sparse_track_type: "NONE", # accepts NONE, SCTE_35
2708
+ # sparse_track_type: "NONE", # accepts NONE, SCTE_35, SCTE_35_WITHOUT_SEGMENTATION
2646
2709
  # stream_manifest_behavior: "DO_NOT_SEND", # accepts DO_NOT_SEND, SEND
2647
2710
  # timestamp_offset: "__string",
2648
2711
  # timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
@@ -2753,6 +2816,8 @@ module Aws::MediaLive
2753
2816
  # },
2754
2817
  # fmp_4_hls_settings: {
2755
2818
  # audio_rendition_sets: "__string",
2819
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
2820
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
2756
2821
  # },
2757
2822
  # standard_hls_settings: {
2758
2823
  # audio_rendition_sets: "__string",
@@ -2905,6 +2970,12 @@ module Aws::MediaLive
2905
2970
  # },
2906
2971
  # },
2907
2972
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
2973
+ # filter_settings: {
2974
+ # temporal_filter_settings: {
2975
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
2976
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9
2977
+ # },
2978
+ # },
2908
2979
  # fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
2909
2980
  # flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
2910
2981
  # force_field_pictures: "DISABLED", # accepts DISABLED, ENABLED
@@ -2925,6 +2996,7 @@ module Aws::MediaLive
2925
2996
  # par_denominator: 1,
2926
2997
  # par_numerator: 1,
2927
2998
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
2999
+ # quality_level: "ENHANCED_QUALITY", # accepts ENHANCED_QUALITY, STANDARD_QUALITY
2928
3000
  # qvbr_quality_level: 1,
2929
3001
  # rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
2930
3002
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
@@ -3008,6 +3080,13 @@ module Aws::MediaLive
3008
3080
  # audio_pid_selection: {
3009
3081
  # pid: 1, # required
3010
3082
  # },
3083
+ # audio_track_selection: {
3084
+ # tracks: [ # required
3085
+ # {
3086
+ # track: 1, # required
3087
+ # },
3088
+ # ],
3089
+ # },
3011
3090
  # },
3012
3091
  # },
3013
3092
  # ],
@@ -5398,7 +5477,7 @@ module Aws::MediaLive
5398
5477
  # restart_delay: 1,
5399
5478
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
5400
5479
  # send_delay_ms: 1,
5401
- # sparse_track_type: "NONE", # accepts NONE, SCTE_35
5480
+ # sparse_track_type: "NONE", # accepts NONE, SCTE_35, SCTE_35_WITHOUT_SEGMENTATION
5402
5481
  # stream_manifest_behavior: "DO_NOT_SEND", # accepts DO_NOT_SEND, SEND
5403
5482
  # timestamp_offset: "__string",
5404
5483
  # timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
@@ -5509,6 +5588,8 @@ module Aws::MediaLive
5509
5588
  # },
5510
5589
  # fmp_4_hls_settings: {
5511
5590
  # audio_rendition_sets: "__string",
5591
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
5592
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
5512
5593
  # },
5513
5594
  # standard_hls_settings: {
5514
5595
  # audio_rendition_sets: "__string",
@@ -5661,6 +5742,12 @@ module Aws::MediaLive
5661
5742
  # },
5662
5743
  # },
5663
5744
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
5745
+ # filter_settings: {
5746
+ # temporal_filter_settings: {
5747
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
5748
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9
5749
+ # },
5750
+ # },
5664
5751
  # fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
5665
5752
  # flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
5666
5753
  # force_field_pictures: "DISABLED", # accepts DISABLED, ENABLED
@@ -5681,6 +5768,7 @@ module Aws::MediaLive
5681
5768
  # par_denominator: 1,
5682
5769
  # par_numerator: 1,
5683
5770
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
5771
+ # quality_level: "ENHANCED_QUALITY", # accepts ENHANCED_QUALITY, STANDARD_QUALITY
5684
5772
  # qvbr_quality_level: 1,
5685
5773
  # rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
5686
5774
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
@@ -5870,6 +5958,8 @@ module Aws::MediaLive
5870
5958
  #
5871
5959
  # {
5872
5960
  # audio_rendition_sets: "__string",
5961
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
5962
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
5873
5963
  # }
5874
5964
  #
5875
5965
  # @!attribute [rw] audio_rendition_sets
@@ -5878,10 +5968,23 @@ module Aws::MediaLive
5878
5968
  # video, separate by ','.
5879
5969
  # @return [String]
5880
5970
  #
5971
+ # @!attribute [rw] nielsen_id_3_behavior
5972
+ # If set to passthrough, Nielsen inaudible tones for media tracking
5973
+ # will be detected in the input audio and an equivalent ID3 tag will
5974
+ # be inserted in the output.
5975
+ # @return [String]
5976
+ #
5977
+ # @!attribute [rw] timed_metadata_behavior
5978
+ # When set to passthrough, timed metadata is passed through from input
5979
+ # to output.
5980
+ # @return [String]
5981
+ #
5881
5982
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Fmp4HlsSettings AWS API Documentation
5882
5983
  #
5883
5984
  class Fmp4HlsSettings < Struct.new(
5884
- :audio_rendition_sets)
5985
+ :audio_rendition_sets,
5986
+ :nielsen_id_3_behavior,
5987
+ :timed_metadata_behavior)
5885
5988
  include Aws::Structure
5886
5989
  end
5887
5990
 
@@ -6120,6 +6223,29 @@ module Aws::MediaLive
6120
6223
  include Aws::Structure
6121
6224
  end
6122
6225
 
6226
+ # H264 Filter Settings
6227
+ #
6228
+ # @note When making an API call, you may pass H264FilterSettings
6229
+ # data as a hash:
6230
+ #
6231
+ # {
6232
+ # temporal_filter_settings: {
6233
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
6234
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9
6235
+ # },
6236
+ # }
6237
+ #
6238
+ # @!attribute [rw] temporal_filter_settings
6239
+ # Temporal Filter Settings
6240
+ # @return [Types::TemporalFilterSettings]
6241
+ #
6242
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/H264FilterSettings AWS API Documentation
6243
+ #
6244
+ class H264FilterSettings < Struct.new(
6245
+ :temporal_filter_settings)
6246
+ include Aws::Structure
6247
+ end
6248
+
6123
6249
  # H264 Settings
6124
6250
  #
6125
6251
  # @note When making an API call, you may pass H264Settings
@@ -6141,6 +6267,12 @@ module Aws::MediaLive
6141
6267
  # },
6142
6268
  # },
6143
6269
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
6270
+ # filter_settings: {
6271
+ # temporal_filter_settings: {
6272
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
6273
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9
6274
+ # },
6275
+ # },
6144
6276
  # fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
6145
6277
  # flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
6146
6278
  # force_field_pictures: "DISABLED", # accepts DISABLED, ENABLED
@@ -6161,6 +6293,7 @@ module Aws::MediaLive
6161
6293
  # par_denominator: 1,
6162
6294
  # par_numerator: 1,
6163
6295
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
6296
+ # quality_level: "ENHANCED_QUALITY", # accepts ENHANCED_QUALITY, STANDARD_QUALITY
6164
6297
  # qvbr_quality_level: 1,
6165
6298
  # rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
6166
6299
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
@@ -6216,6 +6349,10 @@ module Aws::MediaLive
6216
6349
  # or cavlc.
6217
6350
  # @return [String]
6218
6351
  #
6352
+ # @!attribute [rw] filter_settings
6353
+ # Settings associated with the specified filter.
6354
+ # @return [Types::H264FilterSettings]
6355
+ #
6219
6356
  # @!attribute [rw] fixed_afd
6220
6357
  # Four bit AFD value to write on all frames of video in the output
6221
6358
  # stream. Only valid when afdSignaling is set to 'Fixed'.
@@ -6228,13 +6365,13 @@ module Aws::MediaLive
6228
6365
  #
6229
6366
  # @!attribute [rw] force_field_pictures
6230
6367
  # This setting applies only when scan type is "interlaced." It
6231
- # controls whether coding is on a field basis or a frame basis. (When
6232
- # the video is progressive, the coding is always on a frame basis.)
6233
- # enabled: Always code on a field basis, so that odd and even sets of
6234
- # fields are coded separately. disabled: Code the two sets of fields
6235
- # separately (on a field basis) or together (on a frame basis, using
6236
- # PAFF or MBAFF), depending on what is most appropriate for the
6237
- # content.
6368
+ # controls whether coding is performed on a field basis or on a frame
6369
+ # basis. (When the video is progressive, the coding is always
6370
+ # performed on a frame basis.) enabled: Force MediaLive to code on a
6371
+ # field basis, so that odd and even sets of fields are coded
6372
+ # separately. disabled: Code the two sets of fields separately (on a
6373
+ # field basis) or together (on a frame basis using PAFF), depending on
6374
+ # what is most appropriate for the content.
6238
6375
  # @return [String]
6239
6376
  #
6240
6377
  # @!attribute [rw] framerate_control
@@ -6336,6 +6473,12 @@ module Aws::MediaLive
6336
6473
  # H.264 Profile.
6337
6474
  # @return [String]
6338
6475
  #
6476
+ # @!attribute [rw] quality_level
6477
+ # If set to "ENHANCEDQUALITY," improves visual quality at an
6478
+ # increased output cost. If this video is being delivered to a
6479
+ # MediaLive Multiplex, "ENHANCEDQUALITY" is always used.
6480
+ # @return [String]
6481
+ #
6339
6482
  # @!attribute [rw] qvbr_quality_level
6340
6483
  # Controls the target quality for the video encode. Applies only when
6341
6484
  # the rate control mode is QVBR. Set values for the QVBR quality level
@@ -6423,6 +6566,7 @@ module Aws::MediaLive
6423
6566
  :color_metadata,
6424
6567
  :color_space_settings,
6425
6568
  :entropy_encoding,
6569
+ :filter_settings,
6426
6570
  :fixed_afd,
6427
6571
  :flicker_aq,
6428
6572
  :force_field_pictures,
@@ -6443,6 +6587,7 @@ module Aws::MediaLive
6443
6587
  :par_denominator,
6444
6588
  :par_numerator,
6445
6589
  :profile,
6590
+ :quality_level,
6446
6591
  :qvbr_quality_level,
6447
6592
  :rate_control_mode,
6448
6593
  :scan_type,
@@ -7208,7 +7353,9 @@ module Aws::MediaLive
7208
7353
  # @!attribute [rw] output_selection
7209
7354
  # MANIFESTSANDSEGMENTS: Generates manifests (master manifest, if
7210
7355
  # applicable, and media manifests) for this output group.
7211
- # SEGMENTSONLY: Does not generate any manifests for this output group.
7356
+ # VARIANTMANIFESTSANDSEGMENTS: Generates media manifests for this
7357
+ # output group, but not a master manifest. SEGMENTSONLY: Does not
7358
+ # generate any manifests for this output group.
7212
7359
  # @return [String]
7213
7360
  #
7214
7361
  # @!attribute [rw] program_date_time
@@ -7468,6 +7615,8 @@ module Aws::MediaLive
7468
7615
  # },
7469
7616
  # fmp_4_hls_settings: {
7470
7617
  # audio_rendition_sets: "__string",
7618
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7619
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7471
7620
  # },
7472
7621
  # standard_hls_settings: {
7473
7622
  # audio_rendition_sets: "__string",
@@ -7544,6 +7693,8 @@ module Aws::MediaLive
7544
7693
  # },
7545
7694
  # fmp_4_hls_settings: {
7546
7695
  # audio_rendition_sets: "__string",
7696
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7697
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
7547
7698
  # },
7548
7699
  # standard_hls_settings: {
7549
7700
  # audio_rendition_sets: "__string",
@@ -7658,8 +7809,7 @@ module Aws::MediaLive
7658
7809
  include Aws::Structure
7659
7810
  end
7660
7811
 
7661
- # Settings to configure an action so that it occurs immediately. This is
7662
- # only supported for input switch actions currently.
7812
+ # Settings to configure an action so that it occurs as soon as possible.
7663
7813
  #
7664
7814
  # @api private
7665
7815
  #
@@ -7775,6 +7925,13 @@ module Aws::MediaLive
7775
7925
  # audio_pid_selection: {
7776
7926
  # pid: 1, # required
7777
7927
  # },
7928
+ # audio_track_selection: {
7929
+ # tracks: [ # required
7930
+ # {
7931
+ # track: 1, # required
7932
+ # },
7933
+ # ],
7934
+ # },
7778
7935
  # },
7779
7936
  # },
7780
7937
  # ],
@@ -8168,6 +8325,13 @@ module Aws::MediaLive
8168
8325
  # audio_pid_selection: {
8169
8326
  # pid: 1, # required
8170
8327
  # },
8328
+ # audio_track_selection: {
8329
+ # tracks: [ # required
8330
+ # {
8331
+ # track: 1, # required
8332
+ # },
8333
+ # ],
8334
+ # },
8171
8335
  # },
8172
8336
  # },
8173
8337
  # ],
@@ -9735,7 +9899,7 @@ module Aws::MediaLive
9735
9899
  # restart_delay: 1,
9736
9900
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
9737
9901
  # send_delay_ms: 1,
9738
- # sparse_track_type: "NONE", # accepts NONE, SCTE_35
9902
+ # sparse_track_type: "NONE", # accepts NONE, SCTE_35, SCTE_35_WITHOUT_SEGMENTATION
9739
9903
  # stream_manifest_behavior: "DO_NOT_SEND", # accepts DO_NOT_SEND, SEND
9740
9904
  # timestamp_offset: "__string",
9741
9905
  # timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
@@ -9825,7 +9989,10 @@ module Aws::MediaLive
9825
9989
  #
9826
9990
  # @!attribute [rw] sparse_track_type
9827
9991
  # If set to scte35, use incoming SCTE-35 messages to generate a sparse
9828
- # track in this group of MS-Smooth outputs.
9992
+ # track in this group of MS-Smooth outputs. scte35WithoutSegmentation
9993
+ # is the same as scte35, except EML will not start a new segment at a
9994
+ # SCTE-35 marker. It will still encode an IDR frame at a SCTE-35
9995
+ # marker.
9829
9996
  # @return [String]
9830
9997
  #
9831
9998
  # @!attribute [rw] stream_manifest_behavior
@@ -10650,6 +10817,8 @@ module Aws::MediaLive
10650
10817
  # },
10651
10818
  # fmp_4_hls_settings: {
10652
10819
  # audio_rendition_sets: "__string",
10820
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
10821
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
10653
10822
  # },
10654
10823
  # standard_hls_settings: {
10655
10824
  # audio_rendition_sets: "__string",
@@ -11027,7 +11196,7 @@ module Aws::MediaLive
11027
11196
  # restart_delay: 1,
11028
11197
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
11029
11198
  # send_delay_ms: 1,
11030
- # sparse_track_type: "NONE", # accepts NONE, SCTE_35
11199
+ # sparse_track_type: "NONE", # accepts NONE, SCTE_35, SCTE_35_WITHOUT_SEGMENTATION
11031
11200
  # stream_manifest_behavior: "DO_NOT_SEND", # accepts DO_NOT_SEND, SEND
11032
11201
  # timestamp_offset: "__string",
11033
11202
  # timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
@@ -11138,6 +11307,8 @@ module Aws::MediaLive
11138
11307
  # },
11139
11308
  # fmp_4_hls_settings: {
11140
11309
  # audio_rendition_sets: "__string",
11310
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
11311
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
11141
11312
  # },
11142
11313
  # standard_hls_settings: {
11143
11314
  # audio_rendition_sets: "__string",
@@ -11414,7 +11585,7 @@ module Aws::MediaLive
11414
11585
  # restart_delay: 1,
11415
11586
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
11416
11587
  # send_delay_ms: 1,
11417
- # sparse_track_type: "NONE", # accepts NONE, SCTE_35
11588
+ # sparse_track_type: "NONE", # accepts NONE, SCTE_35, SCTE_35_WITHOUT_SEGMENTATION
11418
11589
  # stream_manifest_behavior: "DO_NOT_SEND", # accepts DO_NOT_SEND, SEND
11419
11590
  # timestamp_offset: "__string",
11420
11591
  # timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
@@ -11591,6 +11762,8 @@ module Aws::MediaLive
11591
11762
  # },
11592
11763
  # fmp_4_hls_settings: {
11593
11764
  # audio_rendition_sets: "__string",
11765
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
11766
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
11594
11767
  # },
11595
11768
  # standard_hls_settings: {
11596
11769
  # audio_rendition_sets: "__string",
@@ -13702,6 +13875,34 @@ module Aws::MediaLive
13702
13875
  include Aws::Structure
13703
13876
  end
13704
13877
 
13878
+ # Temporal Filter Settings
13879
+ #
13880
+ # @note When making an API call, you may pass TemporalFilterSettings
13881
+ # data as a hash:
13882
+ #
13883
+ # {
13884
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
13885
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9
13886
+ # }
13887
+ #
13888
+ # @!attribute [rw] post_filter_sharpening
13889
+ # If set to "ENABLED," applies post-filter sharpening to improve
13890
+ # visual quality. This is most beneficial when using a noisy or
13891
+ # compressed input source and low output bitrates.
13892
+ # @return [String]
13893
+ #
13894
+ # @!attribute [rw] strength
13895
+ # Filter strength. A higher value produces stronger filtering.
13896
+ # @return [String]
13897
+ #
13898
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/TemporalFilterSettings AWS API Documentation
13899
+ #
13900
+ class TemporalFilterSettings < Struct.new(
13901
+ :post_filter_sharpening,
13902
+ :strength)
13903
+ include Aws::Structure
13904
+ end
13905
+
13705
13906
  # Timecode Config
13706
13907
  #
13707
13908
  # @note When making an API call, you may pass TimecodeConfig
@@ -14505,7 +14706,7 @@ module Aws::MediaLive
14505
14706
  # restart_delay: 1,
14506
14707
  # segmentation_mode: "USE_INPUT_SEGMENTATION", # accepts USE_INPUT_SEGMENTATION, USE_SEGMENT_DURATION
14507
14708
  # send_delay_ms: 1,
14508
- # sparse_track_type: "NONE", # accepts NONE, SCTE_35
14709
+ # sparse_track_type: "NONE", # accepts NONE, SCTE_35, SCTE_35_WITHOUT_SEGMENTATION
14509
14710
  # stream_manifest_behavior: "DO_NOT_SEND", # accepts DO_NOT_SEND, SEND
14510
14711
  # timestamp_offset: "__string",
14511
14712
  # timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
@@ -14616,6 +14817,8 @@ module Aws::MediaLive
14616
14817
  # },
14617
14818
  # fmp_4_hls_settings: {
14618
14819
  # audio_rendition_sets: "__string",
14820
+ # nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
14821
+ # timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
14619
14822
  # },
14620
14823
  # standard_hls_settings: {
14621
14824
  # audio_rendition_sets: "__string",
@@ -14768,6 +14971,12 @@ module Aws::MediaLive
14768
14971
  # },
14769
14972
  # },
14770
14973
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
14974
+ # filter_settings: {
14975
+ # temporal_filter_settings: {
14976
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
14977
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9
14978
+ # },
14979
+ # },
14771
14980
  # fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
14772
14981
  # flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
14773
14982
  # force_field_pictures: "DISABLED", # accepts DISABLED, ENABLED
@@ -14788,6 +14997,7 @@ module Aws::MediaLive
14788
14997
  # par_denominator: 1,
14789
14998
  # par_numerator: 1,
14790
14999
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
15000
+ # quality_level: "ENHANCED_QUALITY", # accepts ENHANCED_QUALITY, STANDARD_QUALITY
14791
15001
  # qvbr_quality_level: 1,
14792
15002
  # rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
14793
15003
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
@@ -14871,6 +15081,13 @@ module Aws::MediaLive
14871
15081
  # audio_pid_selection: {
14872
15082
  # pid: 1, # required
14873
15083
  # },
15084
+ # audio_track_selection: {
15085
+ # tracks: [ # required
15086
+ # {
15087
+ # track: 1, # required
15088
+ # },
15089
+ # ],
15090
+ # },
14874
15091
  # },
14875
15092
  # },
14876
15093
  # ],
@@ -15428,6 +15645,12 @@ module Aws::MediaLive
15428
15645
  # },
15429
15646
  # },
15430
15647
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
15648
+ # filter_settings: {
15649
+ # temporal_filter_settings: {
15650
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
15651
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9
15652
+ # },
15653
+ # },
15431
15654
  # fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
15432
15655
  # flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
15433
15656
  # force_field_pictures: "DISABLED", # accepts DISABLED, ENABLED
@@ -15448,6 +15671,7 @@ module Aws::MediaLive
15448
15671
  # par_denominator: 1,
15449
15672
  # par_numerator: 1,
15450
15673
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
15674
+ # quality_level: "ENHANCED_QUALITY", # accepts ENHANCED_QUALITY, STANDARD_QUALITY
15451
15675
  # qvbr_quality_level: 1,
15452
15676
  # rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
15453
15677
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
@@ -15551,6 +15775,12 @@ module Aws::MediaLive
15551
15775
  # },
15552
15776
  # },
15553
15777
  # entropy_encoding: "CABAC", # accepts CABAC, CAVLC
15778
+ # filter_settings: {
15779
+ # temporal_filter_settings: {
15780
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
15781
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9
15782
+ # },
15783
+ # },
15554
15784
  # fixed_afd: "AFD_0000", # accepts AFD_0000, AFD_0010, AFD_0011, AFD_0100, AFD_1000, AFD_1001, AFD_1010, AFD_1011, AFD_1101, AFD_1110, AFD_1111
15555
15785
  # flicker_aq: "DISABLED", # accepts DISABLED, ENABLED
15556
15786
  # force_field_pictures: "DISABLED", # accepts DISABLED, ENABLED
@@ -15571,6 +15801,7 @@ module Aws::MediaLive
15571
15801
  # par_denominator: 1,
15572
15802
  # par_numerator: 1,
15573
15803
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
15804
+ # quality_level: "ENHANCED_QUALITY", # accepts ENHANCED_QUALITY, STANDARD_QUALITY
15574
15805
  # qvbr_quality_level: 1,
15575
15806
  # rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR, VBR
15576
15807
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-09 00:00:00.000000000 Z
11
+ date: 2020-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core