aws-sdk-medialive 1.55.0 → 1.56.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: c4848f465f96d7ce344cc3c443ca2ae86910d6cb5c63e5c71f4ed2d8d758707c
4
- data.tar.gz: 37fff1b12b2b2115dbe72ddf58ba895fcd2f5f282d13353c1fe8f6ae24c45d87
3
+ metadata.gz: d3a6900edcef11b32a20c86c0eae6b199b7766ceed3ff9ef3d59a879486cc228
4
+ data.tar.gz: 8dd50284b1a054cc64bc9c79dc56d51d1b8770b4855992a37c9e85925ba13d91
5
5
  SHA512:
6
- metadata.gz: 6bff68a1c1808e0f085e9344958be085487069b372a16449d4463464cb9d23462d402d5bc31d20d997ce9d8f1c61e6c0a7eac88db33c630d729b944b35fcfd10
7
- data.tar.gz: 0c642e8c085819fa57319ef789463ca1027bf242adeb4d820c5ce11f897018bf3f10c36d6cc2cfbeb811f4cbfa2f5bc79274c03ddf44768e562071ec4fa38251
6
+ metadata.gz: b5f5a9ef4ccb366ba8900fdc9de8ef0d99d44fae02421616d7c584f8b0035f0259fcb0ce19289617359a0ad84d664330d0414ef7e06d5f018d944e0c168af74a
7
+ data.tar.gz: 04b1b5e179f0d3fb1f5ee04158c2ea690f848c6befbcec0bb750e218f913d6b39a3524d0cf556c9698b384e8ebb3301e35dd23dcb5f8acb5f952d322fd038142
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-medialive/customizations'
49
49
  # @!group service
50
50
  module Aws::MediaLive
51
51
 
52
- GEM_VERSION = '1.55.0'
52
+ GEM_VERSION = '1.56.0'
53
53
 
54
54
  end
@@ -712,6 +712,8 @@ module Aws::MediaLive
712
712
 
713
713
  # Creates a new channel
714
714
  #
715
+ # @option params [Types::CdiInputSpecification] :cdi_input_specification
716
+ #
715
717
  # @option params [String] :channel_class
716
718
  # A standard channel has two encoding pipelines and a single pipeline
717
719
  # channel only has one.
@@ -747,6 +749,9 @@ module Aws::MediaLive
747
749
  # @example Request syntax with placeholder values
748
750
  #
749
751
  # resp = client.create_channel({
752
+ # cdi_input_specification: {
753
+ # resolution: "SD", # accepts SD, HD, FHD, UHD
754
+ # },
750
755
  # channel_class: "STANDARD", # accepts STANDARD, SINGLE_PIPELINE
751
756
  # destinations: [
752
757
  # {
@@ -831,6 +836,11 @@ module Aws::MediaLive
831
836
  # },
832
837
  # pass_through_settings: {
833
838
  # },
839
+ # wav_settings: {
840
+ # bit_depth: 1.0,
841
+ # coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_2_0, CODING_MODE_4_0, CODING_MODE_8_0
842
+ # sample_rate: 1.0,
843
+ # },
834
844
  # },
835
845
  # language_code: "__stringMin1Max35",
836
846
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
@@ -1213,6 +1223,8 @@ module Aws::MediaLive
1213
1223
  # transport_stream_id: 1,
1214
1224
  # video_pid: "__string",
1215
1225
  # },
1226
+ # raw_settings: {
1227
+ # },
1216
1228
  # },
1217
1229
  # extension: "__string",
1218
1230
  # name_modifier: "__string",
@@ -1475,6 +1487,29 @@ module Aws::MediaLive
1475
1487
  # tier: "HIGH", # accepts HIGH, MAIN
1476
1488
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
1477
1489
  # },
1490
+ # mpeg_2_settings: {
1491
+ # adaptive_quantization: "AUTO", # accepts AUTO, HIGH, LOW, MEDIUM, OFF
1492
+ # afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
1493
+ # color_metadata: "IGNORE", # accepts IGNORE, INSERT
1494
+ # color_space: "AUTO", # accepts AUTO, PASSTHROUGH
1495
+ # display_aspect_ratio: "DISPLAYRATIO16X9", # accepts DISPLAYRATIO16X9, DISPLAYRATIO4X3
1496
+ # filter_settings: {
1497
+ # temporal_filter_settings: {
1498
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
1499
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
1500
+ # },
1501
+ # },
1502
+ # 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
1503
+ # framerate_denominator: 1, # required
1504
+ # framerate_numerator: 1, # required
1505
+ # gop_closed_cadence: 1,
1506
+ # gop_num_b_frames: 1,
1507
+ # gop_size: 1.0,
1508
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
1509
+ # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
1510
+ # subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
1511
+ # timecode_insertion: "DISABLED", # accepts DISABLED, GOP_TIMECODE
1512
+ # },
1478
1513
  # },
1479
1514
  # height: 1,
1480
1515
  # name: "__string", # required
@@ -1520,6 +1555,9 @@ module Aws::MediaLive
1520
1555
  # language_code: "__string",
1521
1556
  # name: "__stringMin1", # required
1522
1557
  # selector_settings: {
1558
+ # ancillary_source_settings: {
1559
+ # source_ancillary_channel_number: 1,
1560
+ # },
1523
1561
  # arib_source_settings: {
1524
1562
  # },
1525
1563
  # dvb_sub_source_settings: {
@@ -1592,6 +1630,7 @@ module Aws::MediaLive
1592
1630
  # @example Response structure
1593
1631
  #
1594
1632
  # resp.channel.arn #=> String
1633
+ # resp.channel.cdi_input_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
1595
1634
  # resp.channel.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
1596
1635
  # resp.channel.destinations #=> Array
1597
1636
  # resp.channel.destinations[0].id #=> String
@@ -1652,6 +1691,9 @@ module Aws::MediaLive
1652
1691
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.bitrate #=> Float
1653
1692
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0"
1654
1693
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.sample_rate #=> Float
1694
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.bit_depth #=> Float
1695
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0", "CODING_MODE_4_0", "CODING_MODE_8_0"
1696
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.sample_rate #=> Float
1655
1697
  # resp.channel.encoder_settings.audio_descriptions[0].language_code #=> String
1656
1698
  # resp.channel.encoder_settings.audio_descriptions[0].language_code_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
1657
1699
  # resp.channel.encoder_settings.audio_descriptions[0].name #=> String
@@ -2078,6 +2120,23 @@ module Aws::MediaLive
2078
2120
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
2079
2121
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
2080
2122
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
2123
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
2124
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
2125
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
2126
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_space #=> String, one of "AUTO", "PASSTHROUGH"
2127
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.display_aspect_ratio #=> String, one of "DISPLAYRATIO16X9", "DISPLAYRATIO4X3"
2128
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
2129
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
2130
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_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"
2131
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_denominator #=> Integer
2132
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_numerator #=> Integer
2133
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_closed_cadence #=> Integer
2134
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_num_b_frames #=> Integer
2135
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size #=> Float
2136
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
2137
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
2138
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
2139
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.timecode_insertion #=> String, one of "DISABLED", "GOP_TIMECODE"
2081
2140
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
2082
2141
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
2083
2142
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -2100,6 +2159,7 @@ module Aws::MediaLive
2100
2159
  # resp.channel.input_attachments[0].input_settings.caption_selectors #=> Array
2101
2160
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
2102
2161
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
2162
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
2103
2163
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
2104
2164
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
2105
2165
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -2403,6 +2463,7 @@ module Aws::MediaLive
2403
2463
  # statmux_settings: {
2404
2464
  # maximum_bitrate: 1,
2405
2465
  # minimum_bitrate: 1,
2466
+ # priority: 1,
2406
2467
  # },
2407
2468
  # },
2408
2469
  # },
@@ -2420,6 +2481,7 @@ module Aws::MediaLive
2420
2481
  # resp.multiplex_program.multiplex_program_settings.video_settings.constant_bitrate #=> Integer
2421
2482
  # resp.multiplex_program.multiplex_program_settings.video_settings.statmux_settings.maximum_bitrate #=> Integer
2422
2483
  # resp.multiplex_program.multiplex_program_settings.video_settings.statmux_settings.minimum_bitrate #=> Integer
2484
+ # resp.multiplex_program.multiplex_program_settings.video_settings.statmux_settings.priority #=> Integer
2423
2485
  # resp.multiplex_program.packet_identifiers_map.audio_pids #=> Array
2424
2486
  # resp.multiplex_program.packet_identifiers_map.audio_pids[0] #=> Integer
2425
2487
  # resp.multiplex_program.packet_identifiers_map.dvb_sub_pids #=> Array
@@ -2437,6 +2499,9 @@ module Aws::MediaLive
2437
2499
  # resp.multiplex_program.packet_identifiers_map.scte_35_pid #=> Integer
2438
2500
  # resp.multiplex_program.packet_identifiers_map.timed_metadata_pid #=> Integer
2439
2501
  # resp.multiplex_program.packet_identifiers_map.video_pid #=> Integer
2502
+ # resp.multiplex_program.pipeline_details #=> Array
2503
+ # resp.multiplex_program.pipeline_details[0].active_channel_pipeline #=> String
2504
+ # resp.multiplex_program.pipeline_details[0].pipeline_id #=> String
2440
2505
  # resp.multiplex_program.program_name #=> String
2441
2506
  #
2442
2507
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateMultiplexProgram AWS API Documentation
@@ -2481,6 +2546,7 @@ module Aws::MediaLive
2481
2546
  # @return [Types::DeleteChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2482
2547
  #
2483
2548
  # * {Types::DeleteChannelResponse#arn #arn} => String
2549
+ # * {Types::DeleteChannelResponse#cdi_input_specification #cdi_input_specification} => Types::CdiInputSpecification
2484
2550
  # * {Types::DeleteChannelResponse#channel_class #channel_class} => String
2485
2551
  # * {Types::DeleteChannelResponse#destinations #destinations} => Array<Types::OutputDestination>
2486
2552
  # * {Types::DeleteChannelResponse#egress_endpoints #egress_endpoints} => Array<Types::ChannelEgressEndpoint>
@@ -2505,6 +2571,7 @@ module Aws::MediaLive
2505
2571
  # @example Response structure
2506
2572
  #
2507
2573
  # resp.arn #=> String
2574
+ # resp.cdi_input_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
2508
2575
  # resp.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
2509
2576
  # resp.destinations #=> Array
2510
2577
  # resp.destinations[0].id #=> String
@@ -2565,6 +2632,9 @@ module Aws::MediaLive
2565
2632
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.bitrate #=> Float
2566
2633
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0"
2567
2634
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.sample_rate #=> Float
2635
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.bit_depth #=> Float
2636
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0", "CODING_MODE_4_0", "CODING_MODE_8_0"
2637
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.sample_rate #=> Float
2568
2638
  # resp.encoder_settings.audio_descriptions[0].language_code #=> String
2569
2639
  # resp.encoder_settings.audio_descriptions[0].language_code_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
2570
2640
  # resp.encoder_settings.audio_descriptions[0].name #=> String
@@ -2991,6 +3061,23 @@ module Aws::MediaLive
2991
3061
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
2992
3062
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
2993
3063
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
3064
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
3065
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
3066
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
3067
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_space #=> String, one of "AUTO", "PASSTHROUGH"
3068
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.display_aspect_ratio #=> String, one of "DISPLAYRATIO16X9", "DISPLAYRATIO4X3"
3069
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
3070
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
3071
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_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"
3072
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_denominator #=> Integer
3073
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_numerator #=> Integer
3074
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_closed_cadence #=> Integer
3075
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_num_b_frames #=> Integer
3076
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size #=> Float
3077
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
3078
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
3079
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
3080
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.timecode_insertion #=> String, one of "DISABLED", "GOP_TIMECODE"
2994
3081
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
2995
3082
  # resp.encoder_settings.video_descriptions[0].name #=> String
2996
3083
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -3013,6 +3100,7 @@ module Aws::MediaLive
3013
3100
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
3014
3101
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
3015
3102
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
3103
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
3016
3104
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
3017
3105
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
3018
3106
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -3165,6 +3253,7 @@ module Aws::MediaLive
3165
3253
  # * {Types::DeleteMultiplexProgramResponse#channel_id #channel_id} => String
3166
3254
  # * {Types::DeleteMultiplexProgramResponse#multiplex_program_settings #multiplex_program_settings} => Types::MultiplexProgramSettings
3167
3255
  # * {Types::DeleteMultiplexProgramResponse#packet_identifiers_map #packet_identifiers_map} => Types::MultiplexProgramPacketIdentifiersMap
3256
+ # * {Types::DeleteMultiplexProgramResponse#pipeline_details #pipeline_details} => Array<Types::MultiplexProgramPipelineDetail>
3168
3257
  # * {Types::DeleteMultiplexProgramResponse#program_name #program_name} => String
3169
3258
  #
3170
3259
  # @example Request syntax with placeholder values
@@ -3184,6 +3273,7 @@ module Aws::MediaLive
3184
3273
  # resp.multiplex_program_settings.video_settings.constant_bitrate #=> Integer
3185
3274
  # resp.multiplex_program_settings.video_settings.statmux_settings.maximum_bitrate #=> Integer
3186
3275
  # resp.multiplex_program_settings.video_settings.statmux_settings.minimum_bitrate #=> Integer
3276
+ # resp.multiplex_program_settings.video_settings.statmux_settings.priority #=> Integer
3187
3277
  # resp.packet_identifiers_map.audio_pids #=> Array
3188
3278
  # resp.packet_identifiers_map.audio_pids[0] #=> Integer
3189
3279
  # resp.packet_identifiers_map.dvb_sub_pids #=> Array
@@ -3201,6 +3291,9 @@ module Aws::MediaLive
3201
3291
  # resp.packet_identifiers_map.scte_35_pid #=> Integer
3202
3292
  # resp.packet_identifiers_map.timed_metadata_pid #=> Integer
3203
3293
  # resp.packet_identifiers_map.video_pid #=> Integer
3294
+ # resp.pipeline_details #=> Array
3295
+ # resp.pipeline_details[0].active_channel_pipeline #=> String
3296
+ # resp.pipeline_details[0].pipeline_id #=> String
3204
3297
  # resp.program_name #=> String
3205
3298
  #
3206
3299
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteMultiplexProgram AWS API Documentation
@@ -3333,6 +3426,7 @@ module Aws::MediaLive
3333
3426
  # @return [Types::DescribeChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3334
3427
  #
3335
3428
  # * {Types::DescribeChannelResponse#arn #arn} => String
3429
+ # * {Types::DescribeChannelResponse#cdi_input_specification #cdi_input_specification} => Types::CdiInputSpecification
3336
3430
  # * {Types::DescribeChannelResponse#channel_class #channel_class} => String
3337
3431
  # * {Types::DescribeChannelResponse#destinations #destinations} => Array<Types::OutputDestination>
3338
3432
  # * {Types::DescribeChannelResponse#egress_endpoints #egress_endpoints} => Array<Types::ChannelEgressEndpoint>
@@ -3357,6 +3451,7 @@ module Aws::MediaLive
3357
3451
  # @example Response structure
3358
3452
  #
3359
3453
  # resp.arn #=> String
3454
+ # resp.cdi_input_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
3360
3455
  # resp.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
3361
3456
  # resp.destinations #=> Array
3362
3457
  # resp.destinations[0].id #=> String
@@ -3417,6 +3512,9 @@ module Aws::MediaLive
3417
3512
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.bitrate #=> Float
3418
3513
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0"
3419
3514
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.sample_rate #=> Float
3515
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.bit_depth #=> Float
3516
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0", "CODING_MODE_4_0", "CODING_MODE_8_0"
3517
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.sample_rate #=> Float
3420
3518
  # resp.encoder_settings.audio_descriptions[0].language_code #=> String
3421
3519
  # resp.encoder_settings.audio_descriptions[0].language_code_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
3422
3520
  # resp.encoder_settings.audio_descriptions[0].name #=> String
@@ -3843,6 +3941,23 @@ module Aws::MediaLive
3843
3941
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
3844
3942
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
3845
3943
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
3944
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
3945
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
3946
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
3947
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_space #=> String, one of "AUTO", "PASSTHROUGH"
3948
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.display_aspect_ratio #=> String, one of "DISPLAYRATIO16X9", "DISPLAYRATIO4X3"
3949
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
3950
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
3951
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_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"
3952
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_denominator #=> Integer
3953
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_numerator #=> Integer
3954
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_closed_cadence #=> Integer
3955
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_num_b_frames #=> Integer
3956
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size #=> Float
3957
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
3958
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
3959
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
3960
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.timecode_insertion #=> String, one of "DISABLED", "GOP_TIMECODE"
3846
3961
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
3847
3962
  # resp.encoder_settings.video_descriptions[0].name #=> String
3848
3963
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -3865,6 +3980,7 @@ module Aws::MediaLive
3865
3980
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
3866
3981
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
3867
3982
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
3983
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
3868
3984
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
3869
3985
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
3870
3986
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -4201,6 +4317,7 @@ module Aws::MediaLive
4201
4317
  # * {Types::DescribeMultiplexProgramResponse#channel_id #channel_id} => String
4202
4318
  # * {Types::DescribeMultiplexProgramResponse#multiplex_program_settings #multiplex_program_settings} => Types::MultiplexProgramSettings
4203
4319
  # * {Types::DescribeMultiplexProgramResponse#packet_identifiers_map #packet_identifiers_map} => Types::MultiplexProgramPacketIdentifiersMap
4320
+ # * {Types::DescribeMultiplexProgramResponse#pipeline_details #pipeline_details} => Array<Types::MultiplexProgramPipelineDetail>
4204
4321
  # * {Types::DescribeMultiplexProgramResponse#program_name #program_name} => String
4205
4322
  #
4206
4323
  # @example Request syntax with placeholder values
@@ -4220,6 +4337,7 @@ module Aws::MediaLive
4220
4337
  # resp.multiplex_program_settings.video_settings.constant_bitrate #=> Integer
4221
4338
  # resp.multiplex_program_settings.video_settings.statmux_settings.maximum_bitrate #=> Integer
4222
4339
  # resp.multiplex_program_settings.video_settings.statmux_settings.minimum_bitrate #=> Integer
4340
+ # resp.multiplex_program_settings.video_settings.statmux_settings.priority #=> Integer
4223
4341
  # resp.packet_identifiers_map.audio_pids #=> Array
4224
4342
  # resp.packet_identifiers_map.audio_pids[0] #=> Integer
4225
4343
  # resp.packet_identifiers_map.dvb_sub_pids #=> Array
@@ -4237,6 +4355,9 @@ module Aws::MediaLive
4237
4355
  # resp.packet_identifiers_map.scte_35_pid #=> Integer
4238
4356
  # resp.packet_identifiers_map.timed_metadata_pid #=> Integer
4239
4357
  # resp.packet_identifiers_map.video_pid #=> Integer
4358
+ # resp.pipeline_details #=> Array
4359
+ # resp.pipeline_details[0].active_channel_pipeline #=> String
4360
+ # resp.pipeline_details[0].pipeline_id #=> String
4240
4361
  # resp.program_name #=> String
4241
4362
  #
4242
4363
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeMultiplexProgram AWS API Documentation
@@ -4486,6 +4607,7 @@ module Aws::MediaLive
4486
4607
  #
4487
4608
  # resp.channels #=> Array
4488
4609
  # resp.channels[0].arn #=> String
4610
+ # resp.channels[0].cdi_input_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
4489
4611
  # resp.channels[0].channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
4490
4612
  # resp.channels[0].destinations #=> Array
4491
4613
  # resp.channels[0].destinations[0].id #=> String
@@ -4516,6 +4638,7 @@ module Aws::MediaLive
4516
4638
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors #=> Array
4517
4639
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
4518
4640
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].name #=> String
4641
+ # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
4519
4642
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
4520
4643
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
4521
4644
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -5078,6 +5201,7 @@ module Aws::MediaLive
5078
5201
  # @return [Types::StartChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5079
5202
  #
5080
5203
  # * {Types::StartChannelResponse#arn #arn} => String
5204
+ # * {Types::StartChannelResponse#cdi_input_specification #cdi_input_specification} => Types::CdiInputSpecification
5081
5205
  # * {Types::StartChannelResponse#channel_class #channel_class} => String
5082
5206
  # * {Types::StartChannelResponse#destinations #destinations} => Array<Types::OutputDestination>
5083
5207
  # * {Types::StartChannelResponse#egress_endpoints #egress_endpoints} => Array<Types::ChannelEgressEndpoint>
@@ -5102,6 +5226,7 @@ module Aws::MediaLive
5102
5226
  # @example Response structure
5103
5227
  #
5104
5228
  # resp.arn #=> String
5229
+ # resp.cdi_input_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
5105
5230
  # resp.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
5106
5231
  # resp.destinations #=> Array
5107
5232
  # resp.destinations[0].id #=> String
@@ -5162,6 +5287,9 @@ module Aws::MediaLive
5162
5287
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.bitrate #=> Float
5163
5288
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0"
5164
5289
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.sample_rate #=> Float
5290
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.bit_depth #=> Float
5291
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0", "CODING_MODE_4_0", "CODING_MODE_8_0"
5292
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.sample_rate #=> Float
5165
5293
  # resp.encoder_settings.audio_descriptions[0].language_code #=> String
5166
5294
  # resp.encoder_settings.audio_descriptions[0].language_code_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
5167
5295
  # resp.encoder_settings.audio_descriptions[0].name #=> String
@@ -5588,6 +5716,23 @@ module Aws::MediaLive
5588
5716
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
5589
5717
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
5590
5718
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
5719
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
5720
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
5721
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
5722
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_space #=> String, one of "AUTO", "PASSTHROUGH"
5723
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.display_aspect_ratio #=> String, one of "DISPLAYRATIO16X9", "DISPLAYRATIO4X3"
5724
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
5725
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
5726
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_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"
5727
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_denominator #=> Integer
5728
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_numerator #=> Integer
5729
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_closed_cadence #=> Integer
5730
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_num_b_frames #=> Integer
5731
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size #=> Float
5732
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
5733
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
5734
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
5735
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.timecode_insertion #=> String, one of "DISABLED", "GOP_TIMECODE"
5591
5736
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
5592
5737
  # resp.encoder_settings.video_descriptions[0].name #=> String
5593
5738
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -5610,6 +5755,7 @@ module Aws::MediaLive
5610
5755
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
5611
5756
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
5612
5757
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
5758
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
5613
5759
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
5614
5760
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
5615
5761
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -5717,6 +5863,7 @@ module Aws::MediaLive
5717
5863
  # @return [Types::StopChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5718
5864
  #
5719
5865
  # * {Types::StopChannelResponse#arn #arn} => String
5866
+ # * {Types::StopChannelResponse#cdi_input_specification #cdi_input_specification} => Types::CdiInputSpecification
5720
5867
  # * {Types::StopChannelResponse#channel_class #channel_class} => String
5721
5868
  # * {Types::StopChannelResponse#destinations #destinations} => Array<Types::OutputDestination>
5722
5869
  # * {Types::StopChannelResponse#egress_endpoints #egress_endpoints} => Array<Types::ChannelEgressEndpoint>
@@ -5741,6 +5888,7 @@ module Aws::MediaLive
5741
5888
  # @example Response structure
5742
5889
  #
5743
5890
  # resp.arn #=> String
5891
+ # resp.cdi_input_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
5744
5892
  # resp.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
5745
5893
  # resp.destinations #=> Array
5746
5894
  # resp.destinations[0].id #=> String
@@ -5801,6 +5949,9 @@ module Aws::MediaLive
5801
5949
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.bitrate #=> Float
5802
5950
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0"
5803
5951
  # resp.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.sample_rate #=> Float
5952
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.bit_depth #=> Float
5953
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0", "CODING_MODE_4_0", "CODING_MODE_8_0"
5954
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.sample_rate #=> Float
5804
5955
  # resp.encoder_settings.audio_descriptions[0].language_code #=> String
5805
5956
  # resp.encoder_settings.audio_descriptions[0].language_code_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
5806
5957
  # resp.encoder_settings.audio_descriptions[0].name #=> String
@@ -6227,6 +6378,23 @@ module Aws::MediaLive
6227
6378
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
6228
6379
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
6229
6380
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
6381
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
6382
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6383
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
6384
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_space #=> String, one of "AUTO", "PASSTHROUGH"
6385
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.display_aspect_ratio #=> String, one of "DISPLAYRATIO16X9", "DISPLAYRATIO4X3"
6386
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
6387
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
6388
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_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"
6389
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_denominator #=> Integer
6390
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_numerator #=> Integer
6391
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_closed_cadence #=> Integer
6392
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_num_b_frames #=> Integer
6393
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size #=> Float
6394
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
6395
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
6396
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
6397
+ # resp.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.timecode_insertion #=> String, one of "DISABLED", "GOP_TIMECODE"
6230
6398
  # resp.encoder_settings.video_descriptions[0].height #=> Integer
6231
6399
  # resp.encoder_settings.video_descriptions[0].name #=> String
6232
6400
  # resp.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -6249,6 +6417,7 @@ module Aws::MediaLive
6249
6417
  # resp.input_attachments[0].input_settings.caption_selectors #=> Array
6250
6418
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
6251
6419
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
6420
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
6252
6421
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
6253
6422
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6254
6423
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -6351,6 +6520,8 @@ module Aws::MediaLive
6351
6520
 
6352
6521
  # Updates a channel.
6353
6522
  #
6523
+ # @option params [Types::CdiInputSpecification] :cdi_input_specification
6524
+ #
6354
6525
  # @option params [required, String] :channel_id
6355
6526
  #
6356
6527
  # @option params [Array<Types::OutputDestination>] :destinations
@@ -6376,6 +6547,9 @@ module Aws::MediaLive
6376
6547
  # @example Request syntax with placeholder values
6377
6548
  #
6378
6549
  # resp = client.update_channel({
6550
+ # cdi_input_specification: {
6551
+ # resolution: "SD", # accepts SD, HD, FHD, UHD
6552
+ # },
6379
6553
  # channel_id: "__string", # required
6380
6554
  # destinations: [
6381
6555
  # {
@@ -6460,6 +6634,11 @@ module Aws::MediaLive
6460
6634
  # },
6461
6635
  # pass_through_settings: {
6462
6636
  # },
6637
+ # wav_settings: {
6638
+ # bit_depth: 1.0,
6639
+ # coding_mode: "CODING_MODE_1_0", # accepts CODING_MODE_1_0, CODING_MODE_2_0, CODING_MODE_4_0, CODING_MODE_8_0
6640
+ # sample_rate: 1.0,
6641
+ # },
6463
6642
  # },
6464
6643
  # language_code: "__stringMin1Max35",
6465
6644
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
@@ -6842,6 +7021,8 @@ module Aws::MediaLive
6842
7021
  # transport_stream_id: 1,
6843
7022
  # video_pid: "__string",
6844
7023
  # },
7024
+ # raw_settings: {
7025
+ # },
6845
7026
  # },
6846
7027
  # extension: "__string",
6847
7028
  # name_modifier: "__string",
@@ -7104,6 +7285,29 @@ module Aws::MediaLive
7104
7285
  # tier: "HIGH", # accepts HIGH, MAIN
7105
7286
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
7106
7287
  # },
7288
+ # mpeg_2_settings: {
7289
+ # adaptive_quantization: "AUTO", # accepts AUTO, HIGH, LOW, MEDIUM, OFF
7290
+ # afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
7291
+ # color_metadata: "IGNORE", # accepts IGNORE, INSERT
7292
+ # color_space: "AUTO", # accepts AUTO, PASSTHROUGH
7293
+ # display_aspect_ratio: "DISPLAYRATIO16X9", # accepts DISPLAYRATIO16X9, DISPLAYRATIO4X3
7294
+ # filter_settings: {
7295
+ # temporal_filter_settings: {
7296
+ # post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
7297
+ # strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
7298
+ # },
7299
+ # },
7300
+ # 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
7301
+ # framerate_denominator: 1, # required
7302
+ # framerate_numerator: 1, # required
7303
+ # gop_closed_cadence: 1,
7304
+ # gop_num_b_frames: 1,
7305
+ # gop_size: 1.0,
7306
+ # gop_size_units: "FRAMES", # accepts FRAMES, SECONDS
7307
+ # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
7308
+ # subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
7309
+ # timecode_insertion: "DISABLED", # accepts DISABLED, GOP_TIMECODE
7310
+ # },
7107
7311
  # },
7108
7312
  # height: 1,
7109
7313
  # name: "__string", # required
@@ -7149,6 +7353,9 @@ module Aws::MediaLive
7149
7353
  # language_code: "__string",
7150
7354
  # name: "__stringMin1", # required
7151
7355
  # selector_settings: {
7356
+ # ancillary_source_settings: {
7357
+ # source_ancillary_channel_number: 1,
7358
+ # },
7152
7359
  # arib_source_settings: {
7153
7360
  # },
7154
7361
  # dvb_sub_source_settings: {
@@ -7216,6 +7423,7 @@ module Aws::MediaLive
7216
7423
  # @example Response structure
7217
7424
  #
7218
7425
  # resp.channel.arn #=> String
7426
+ # resp.channel.cdi_input_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
7219
7427
  # resp.channel.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
7220
7428
  # resp.channel.destinations #=> Array
7221
7429
  # resp.channel.destinations[0].id #=> String
@@ -7276,6 +7484,9 @@ module Aws::MediaLive
7276
7484
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.bitrate #=> Float
7277
7485
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0"
7278
7486
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.sample_rate #=> Float
7487
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.bit_depth #=> Float
7488
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0", "CODING_MODE_4_0", "CODING_MODE_8_0"
7489
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.sample_rate #=> Float
7279
7490
  # resp.channel.encoder_settings.audio_descriptions[0].language_code #=> String
7280
7491
  # resp.channel.encoder_settings.audio_descriptions[0].language_code_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
7281
7492
  # resp.channel.encoder_settings.audio_descriptions[0].name #=> String
@@ -7702,6 +7913,23 @@ module Aws::MediaLive
7702
7913
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
7703
7914
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
7704
7915
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
7916
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
7917
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
7918
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
7919
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_space #=> String, one of "AUTO", "PASSTHROUGH"
7920
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.display_aspect_ratio #=> String, one of "DISPLAYRATIO16X9", "DISPLAYRATIO4X3"
7921
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
7922
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
7923
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_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"
7924
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_denominator #=> Integer
7925
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_numerator #=> Integer
7926
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_closed_cadence #=> Integer
7927
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_num_b_frames #=> Integer
7928
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size #=> Float
7929
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
7930
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
7931
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
7932
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.timecode_insertion #=> String, one of "DISABLED", "GOP_TIMECODE"
7705
7933
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
7706
7934
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
7707
7935
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -7724,6 +7952,7 @@ module Aws::MediaLive
7724
7952
  # resp.channel.input_attachments[0].input_settings.caption_selectors #=> Array
7725
7953
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
7726
7954
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
7955
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
7727
7956
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
7728
7957
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
7729
7958
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -7818,6 +8047,7 @@ module Aws::MediaLive
7818
8047
  # @example Response structure
7819
8048
  #
7820
8049
  # resp.channel.arn #=> String
8050
+ # resp.channel.cdi_input_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
7821
8051
  # resp.channel.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
7822
8052
  # resp.channel.destinations #=> Array
7823
8053
  # resp.channel.destinations[0].id #=> String
@@ -7878,6 +8108,9 @@ module Aws::MediaLive
7878
8108
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.bitrate #=> Float
7879
8109
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0"
7880
8110
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.mp_2_settings.sample_rate #=> Float
8111
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.bit_depth #=> Float
8112
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.coding_mode #=> String, one of "CODING_MODE_1_0", "CODING_MODE_2_0", "CODING_MODE_4_0", "CODING_MODE_8_0"
8113
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.wav_settings.sample_rate #=> Float
7881
8114
  # resp.channel.encoder_settings.audio_descriptions[0].language_code #=> String
7882
8115
  # resp.channel.encoder_settings.audio_descriptions[0].language_code_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
7883
8116
  # resp.channel.encoder_settings.audio_descriptions[0].name #=> String
@@ -8304,6 +8537,23 @@ module Aws::MediaLive
8304
8537
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.slices #=> Integer
8305
8538
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.tier #=> String, one of "HIGH", "MAIN"
8306
8539
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
8540
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "LOW", "MEDIUM", "OFF"
8541
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
8542
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_metadata #=> String, one of "IGNORE", "INSERT"
8543
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.color_space #=> String, one of "AUTO", "PASSTHROUGH"
8544
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.display_aspect_ratio #=> String, one of "DISPLAYRATIO16X9", "DISPLAYRATIO4X3"
8545
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.post_filter_sharpening #=> String, one of "AUTO", "DISABLED", "ENABLED"
8546
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.filter_settings.temporal_filter_settings.strength #=> String, one of "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4", "STRENGTH_5", "STRENGTH_6", "STRENGTH_7", "STRENGTH_8", "STRENGTH_9", "STRENGTH_10", "STRENGTH_11", "STRENGTH_12", "STRENGTH_13", "STRENGTH_14", "STRENGTH_15", "STRENGTH_16"
8547
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_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"
8548
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_denominator #=> Integer
8549
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.framerate_numerator #=> Integer
8550
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_closed_cadence #=> Integer
8551
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_num_b_frames #=> Integer
8552
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size #=> Float
8553
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.gop_size_units #=> String, one of "FRAMES", "SECONDS"
8554
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
8555
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
8556
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.mpeg_2_settings.timecode_insertion #=> String, one of "DISABLED", "GOP_TIMECODE"
8307
8557
  # resp.channel.encoder_settings.video_descriptions[0].height #=> Integer
8308
8558
  # resp.channel.encoder_settings.video_descriptions[0].name #=> String
8309
8559
  # resp.channel.encoder_settings.video_descriptions[0].respond_to_afd #=> String, one of "NONE", "PASSTHROUGH", "RESPOND"
@@ -8326,6 +8576,7 @@ module Aws::MediaLive
8326
8576
  # resp.channel.input_attachments[0].input_settings.caption_selectors #=> Array
8327
8577
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
8328
8578
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
8579
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
8329
8580
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
8330
8581
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
8331
8582
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -8664,6 +8915,7 @@ module Aws::MediaLive
8664
8915
  # statmux_settings: {
8665
8916
  # maximum_bitrate: 1,
8666
8917
  # minimum_bitrate: 1,
8918
+ # priority: 1,
8667
8919
  # },
8668
8920
  # },
8669
8921
  # },
@@ -8680,6 +8932,7 @@ module Aws::MediaLive
8680
8932
  # resp.multiplex_program.multiplex_program_settings.video_settings.constant_bitrate #=> Integer
8681
8933
  # resp.multiplex_program.multiplex_program_settings.video_settings.statmux_settings.maximum_bitrate #=> Integer
8682
8934
  # resp.multiplex_program.multiplex_program_settings.video_settings.statmux_settings.minimum_bitrate #=> Integer
8935
+ # resp.multiplex_program.multiplex_program_settings.video_settings.statmux_settings.priority #=> Integer
8683
8936
  # resp.multiplex_program.packet_identifiers_map.audio_pids #=> Array
8684
8937
  # resp.multiplex_program.packet_identifiers_map.audio_pids[0] #=> Integer
8685
8938
  # resp.multiplex_program.packet_identifiers_map.dvb_sub_pids #=> Array
@@ -8697,6 +8950,9 @@ module Aws::MediaLive
8697
8950
  # resp.multiplex_program.packet_identifiers_map.scte_35_pid #=> Integer
8698
8951
  # resp.multiplex_program.packet_identifiers_map.timed_metadata_pid #=> Integer
8699
8952
  # resp.multiplex_program.packet_identifiers_map.video_pid #=> Integer
8953
+ # resp.multiplex_program.pipeline_details #=> Array
8954
+ # resp.multiplex_program.pipeline_details[0].active_channel_pipeline #=> String
8955
+ # resp.multiplex_program.pipeline_details[0].pipeline_id #=> String
8700
8956
  # resp.multiplex_program.program_name #=> String
8701
8957
  #
8702
8958
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplexProgram AWS API Documentation
@@ -8776,7 +9032,7 @@ module Aws::MediaLive
8776
9032
  params: params,
8777
9033
  config: config)
8778
9034
  context[:gem_name] = 'aws-sdk-medialive'
8779
- context[:gem_version] = '1.55.0'
9035
+ context[:gem_version] = '1.56.0'
8780
9036
  Seahorse::Client::Request.new(handlers, context)
8781
9037
  end
8782
9038