aws-sdk-medialive 1.67.0 → 1.72.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: f4863b16b787e7a5ca63f40dafbbece4a0aed74554c6558b95f51085f4b870a5
4
- data.tar.gz: d7f957a6d7567f9fa3915cbe1f1b4aa44676676392951ae022afa8e31cc998bd
3
+ metadata.gz: 5b71042c59b89c69171cd6963b591c396a77e789c0ab973a1c16ac19b6a36053
4
+ data.tar.gz: f5303474b06427766630e6b7782cb6ad2abb126528baa00c9c6d76bc752fbcc5
5
5
  SHA512:
6
- metadata.gz: 712e63c7d0c781e5135aaa39ed4697a1088b98da4a54778d48e0ef703cdeb5c21664c4aabc3229b7a1d09b8b1d32c240a1c6c5c05b6d851e751ef0b061ac753c
7
- data.tar.gz: dfb3c1e23bca532fac942d577f2b5f39b147beaeb0b1b12ba348378f043bfc546c3efcae6acdd848c52ed13a8941770b22b9b4a547d8d43d9152ea8e1dca7535
6
+ metadata.gz: 3c9cefa476ab6afec5f97c6517f0ad0cee038b676befcef507425e293ee7d528d7f63952b1d22264059499b3506d5ea3a7a3249f481786512d6c7ddb3fe24c32
7
+ data.tar.gz: dc7fe86d318aa424aad4dac7ae31441152c5e6d192894d1b7b09e5d265e203c927a00a9570f100b36e14b57dfb65c5d38d17a256fc3fc95af5253f16119c2f8b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2021-06-11)
5
+ ------------------
6
+
7
+ * Feature - AWS MediaLive now supports OCR-based conversion of DVB-Sub and SCTE-27 image-based source captions to WebVTT, and supports ingest of ad avail decorations in HLS input manifests.
8
+
9
+ 1.71.0 (2021-06-04)
10
+ ------------------
11
+
12
+ * Feature - Add support for automatically setting the H.264 adaptive quantization and GOP B-frame fields.
13
+
14
+ 1.70.0 (2021-04-06)
15
+ ------------------
16
+
17
+ * Feature - MediaLive VPC outputs update to include Availability Zones, Security groups, Elastic Network Interfaces, and Subnet Ids in channel response
18
+
19
+ 1.69.0 (2021-04-05)
20
+ ------------------
21
+
22
+ * Feature - MediaLive now support HTML5 Motion Graphics overlay
23
+
24
+ 1.68.0 (2021-03-25)
25
+ ------------------
26
+
27
+ * Feature - EML now supports handling HDR10 and HLG 2020 color space from a Link input.
28
+
4
29
  1.67.0 (2021-03-11)
5
30
  ------------------
6
31
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.72.0
@@ -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.67.0'
52
+ GEM_VERSION = '1.72.0'
53
53
 
54
54
  end
@@ -530,6 +530,14 @@ module Aws::MediaLive
530
530
  # },
531
531
  # url_path: ["__string"],
532
532
  # },
533
+ # motion_graphics_image_activate_settings: {
534
+ # duration: 1,
535
+ # password_param: "__string",
536
+ # url: "__string",
537
+ # username: "__string",
538
+ # },
539
+ # motion_graphics_image_deactivate_settings: {
540
+ # },
533
541
  # pause_state_settings: {
534
542
  # pipelines: [
535
543
  # {
@@ -630,6 +638,10 @@ module Aws::MediaLive
630
638
  # resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.stop_timecode.timecode #=> String
631
639
  # resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path #=> Array
632
640
  # resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path[0] #=> String
641
+ # resp.creates.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.duration #=> Integer
642
+ # resp.creates.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.password_param #=> String
643
+ # resp.creates.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.url #=> String
644
+ # resp.creates.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.username #=> String
633
645
  # resp.creates.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
634
646
  # resp.creates.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
635
647
  # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
@@ -685,6 +697,10 @@ module Aws::MediaLive
685
697
  # resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.stop_timecode.timecode #=> String
686
698
  # resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path #=> Array
687
699
  # resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path[0] #=> String
700
+ # resp.deletes.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.duration #=> Integer
701
+ # resp.deletes.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.password_param #=> String
702
+ # resp.deletes.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.url #=> String
703
+ # resp.deletes.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.username #=> String
688
704
  # resp.deletes.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
689
705
  # resp.deletes.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
690
706
  # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
@@ -1001,8 +1017,8 @@ module Aws::MediaLive
1001
1017
  # y_position: 1,
1002
1018
  # },
1003
1019
  # ebu_tt_d_destination_settings: {
1004
- # fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
1005
1020
  # copyright_holder: "__stringMax1000",
1021
+ # fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
1006
1022
  # font_family: "__string",
1007
1023
  # style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
1008
1024
  # },
@@ -1052,6 +1068,13 @@ module Aws::MediaLive
1052
1068
  # output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
1053
1069
  # support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
1054
1070
  # },
1071
+ # motion_graphics_configuration: {
1072
+ # motion_graphics_insertion: "DISABLED", # accepts DISABLED, ENABLED
1073
+ # motion_graphics_settings: { # required
1074
+ # html_motion_graphics_settings: {
1075
+ # },
1076
+ # },
1077
+ # },
1055
1078
  # nielsen_configuration: {
1056
1079
  # distributor_id: "__string",
1057
1080
  # nielsen_pcm_to_id_3_tagging: "DISABLED", # accepts DISABLED, ENABLED
@@ -1453,7 +1476,7 @@ module Aws::MediaLive
1453
1476
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
1454
1477
  # },
1455
1478
  # h264_settings: {
1456
- # adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
1479
+ # adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
1457
1480
  # afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
1458
1481
  # bitrate: 1,
1459
1482
  # buf_fill_pct: 1,
@@ -1508,7 +1531,7 @@ module Aws::MediaLive
1508
1531
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
1509
1532
  # },
1510
1533
  # h265_settings: {
1511
- # adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
1534
+ # adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
1512
1535
  # afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
1513
1536
  # alternative_transfer_function: "INSERT", # accepts INSERT, OMIT
1514
1537
  # bitrate: 1,
@@ -1646,6 +1669,7 @@ module Aws::MediaLive
1646
1669
  # arib_source_settings: {
1647
1670
  # },
1648
1671
  # dvb_sub_source_settings: {
1672
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
1649
1673
  # pid: 1,
1650
1674
  # },
1651
1675
  # embedded_source_settings: {
@@ -1659,6 +1683,7 @@ module Aws::MediaLive
1659
1683
  # source_608_channel_number: 1,
1660
1684
  # },
1661
1685
  # scte_27_source_settings: {
1686
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
1662
1687
  # pid: 1,
1663
1688
  # },
1664
1689
  # teletext_source_settings: {
@@ -1683,13 +1708,20 @@ module Aws::MediaLive
1683
1708
  # buffer_segments: 1,
1684
1709
  # retries: 1,
1685
1710
  # retry_interval: 1,
1711
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
1686
1712
  # },
1687
1713
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
1688
1714
  # },
1689
1715
  # smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
1690
1716
  # source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
1691
1717
  # video_selector: {
1692
- # color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
1718
+ # color_space: "FOLLOW", # accepts FOLLOW, HDR10, HLG_2020, REC_601, REC_709
1719
+ # color_space_settings: {
1720
+ # hdr_10_settings: {
1721
+ # max_cll: 1,
1722
+ # max_fall: 1,
1723
+ # },
1724
+ # },
1693
1725
  # color_space_usage: "FALLBACK", # accepts FALLBACK, FORCE
1694
1726
  # selector_settings: {
1695
1727
  # video_selector_pid: {
@@ -1860,8 +1892,8 @@ module Aws::MediaLive
1860
1892
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
1861
1893
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
1862
1894
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
1863
- # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
1864
1895
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
1896
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
1865
1897
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
1866
1898
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
1867
1899
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
@@ -1881,6 +1913,7 @@ module Aws::MediaLive
1881
1913
  # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
1882
1914
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
1883
1915
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
1916
+ # resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
1884
1917
  # resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
1885
1918
  # resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
1886
1919
  # resp.channel.encoder_settings.output_groups #=> Array
@@ -2152,7 +2185,7 @@ module Aws::MediaLive
2152
2185
  # resp.channel.encoder_settings.video_descriptions #=> Array
2153
2186
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
2154
2187
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
2155
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
2188
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
2156
2189
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
2157
2190
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
2158
2191
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -2193,7 +2226,7 @@ module Aws::MediaLive
2193
2226
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
2194
2227
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
2195
2228
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
2196
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
2229
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
2197
2230
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
2198
2231
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
2199
2232
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -2271,6 +2304,7 @@ module Aws::MediaLive
2271
2304
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
2272
2305
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
2273
2306
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
2307
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
2274
2308
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
2275
2309
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
2276
2310
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -2278,6 +2312,7 @@ module Aws::MediaLive
2278
2312
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
2279
2313
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
2280
2314
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
2315
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
2281
2316
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
2282
2317
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
2283
2318
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -2292,10 +2327,13 @@ module Aws::MediaLive
2292
2327
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
2293
2328
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
2294
2329
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
2330
+ # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
2295
2331
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
2296
2332
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
2297
2333
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
2298
- # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
2334
+ # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
2335
+ # resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
2336
+ # resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
2299
2337
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
2300
2338
  # resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
2301
2339
  # resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
@@ -2307,14 +2345,18 @@ module Aws::MediaLive
2307
2345
  # resp.channel.pipeline_details #=> Array
2308
2346
  # resp.channel.pipeline_details[0].active_input_attachment_name #=> String
2309
2347
  # resp.channel.pipeline_details[0].active_input_switch_action_name #=> String
2348
+ # resp.channel.pipeline_details[0].active_motion_graphics_action_name #=> String
2349
+ # resp.channel.pipeline_details[0].active_motion_graphics_uri #=> String
2310
2350
  # resp.channel.pipeline_details[0].pipeline_id #=> String
2311
2351
  # resp.channel.pipelines_running_count #=> Integer
2312
2352
  # resp.channel.role_arn #=> String
2313
2353
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
2314
2354
  # resp.channel.tags #=> Hash
2315
2355
  # resp.channel.tags["__string"] #=> String
2316
- # resp.channel.vpc.public_address_allocation_ids #=> Array
2317
- # resp.channel.vpc.public_address_allocation_ids[0] #=> String
2356
+ # resp.channel.vpc.availability_zones #=> Array
2357
+ # resp.channel.vpc.availability_zones[0] #=> String
2358
+ # resp.channel.vpc.network_interface_ids #=> Array
2359
+ # resp.channel.vpc.network_interface_ids[0] #=> String
2318
2360
  # resp.channel.vpc.security_group_ids #=> Array
2319
2361
  # resp.channel.vpc.security_group_ids[0] #=> String
2320
2362
  # resp.channel.vpc.subnet_ids #=> Array
@@ -2750,7 +2792,7 @@ module Aws::MediaLive
2750
2792
  # * {Types::DeleteChannelResponse#role_arn #role_arn} => String
2751
2793
  # * {Types::DeleteChannelResponse#state #state} => String
2752
2794
  # * {Types::DeleteChannelResponse#tags #tags} => Hash<String,String>
2753
- # * {Types::DeleteChannelResponse#vpc #vpc} => Types::VpcOutputSettings
2795
+ # * {Types::DeleteChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
2754
2796
  #
2755
2797
  # @example Request syntax with placeholder values
2756
2798
  #
@@ -2895,8 +2937,8 @@ module Aws::MediaLive
2895
2937
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
2896
2938
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
2897
2939
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
2898
- # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
2899
2940
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
2941
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
2900
2942
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
2901
2943
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
2902
2944
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
@@ -2916,6 +2958,7 @@ module Aws::MediaLive
2916
2958
  # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
2917
2959
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
2918
2960
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
2961
+ # resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
2919
2962
  # resp.encoder_settings.nielsen_configuration.distributor_id #=> String
2920
2963
  # resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
2921
2964
  # resp.encoder_settings.output_groups #=> Array
@@ -3187,7 +3230,7 @@ module Aws::MediaLive
3187
3230
  # resp.encoder_settings.video_descriptions #=> Array
3188
3231
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
3189
3232
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
3190
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
3233
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
3191
3234
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
3192
3235
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
3193
3236
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -3228,7 +3271,7 @@ module Aws::MediaLive
3228
3271
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
3229
3272
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
3230
3273
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
3231
- # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
3274
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
3232
3275
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
3233
3276
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
3234
3277
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -3306,6 +3349,7 @@ module Aws::MediaLive
3306
3349
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
3307
3350
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
3308
3351
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
3352
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
3309
3353
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
3310
3354
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
3311
3355
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -3313,6 +3357,7 @@ module Aws::MediaLive
3313
3357
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
3314
3358
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
3315
3359
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
3360
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
3316
3361
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
3317
3362
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
3318
3363
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -3327,10 +3372,13 @@ module Aws::MediaLive
3327
3372
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
3328
3373
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
3329
3374
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
3375
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
3330
3376
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
3331
3377
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
3332
3378
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
3333
- # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
3379
+ # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
3380
+ # resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
3381
+ # resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
3334
3382
  # resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
3335
3383
  # resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
3336
3384
  # resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
@@ -3342,14 +3390,18 @@ module Aws::MediaLive
3342
3390
  # resp.pipeline_details #=> Array
3343
3391
  # resp.pipeline_details[0].active_input_attachment_name #=> String
3344
3392
  # resp.pipeline_details[0].active_input_switch_action_name #=> String
3393
+ # resp.pipeline_details[0].active_motion_graphics_action_name #=> String
3394
+ # resp.pipeline_details[0].active_motion_graphics_uri #=> String
3345
3395
  # resp.pipeline_details[0].pipeline_id #=> String
3346
3396
  # resp.pipelines_running_count #=> Integer
3347
3397
  # resp.role_arn #=> String
3348
3398
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
3349
3399
  # resp.tags #=> Hash
3350
3400
  # resp.tags["__string"] #=> String
3351
- # resp.vpc.public_address_allocation_ids #=> Array
3352
- # resp.vpc.public_address_allocation_ids[0] #=> String
3401
+ # resp.vpc.availability_zones #=> Array
3402
+ # resp.vpc.availability_zones[0] #=> String
3403
+ # resp.vpc.network_interface_ids #=> Array
3404
+ # resp.vpc.network_interface_ids[0] #=> String
3353
3405
  # resp.vpc.security_group_ids #=> Array
3354
3406
  # resp.vpc.security_group_ids[0] #=> String
3355
3407
  # resp.vpc.subnet_ids #=> Array
@@ -3572,7 +3624,7 @@ module Aws::MediaLive
3572
3624
  # resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
3573
3625
  # resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
3574
3626
  # resp.resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
3575
- # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
3627
+ # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
3576
3628
  # resp.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
3577
3629
  # resp.start #=> String
3578
3630
  # resp.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -3656,7 +3708,7 @@ module Aws::MediaLive
3656
3708
  # * {Types::DescribeChannelResponse#role_arn #role_arn} => String
3657
3709
  # * {Types::DescribeChannelResponse#state #state} => String
3658
3710
  # * {Types::DescribeChannelResponse#tags #tags} => Hash<String,String>
3659
- # * {Types::DescribeChannelResponse#vpc #vpc} => Types::VpcOutputSettings
3711
+ # * {Types::DescribeChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
3660
3712
  #
3661
3713
  # @example Request syntax with placeholder values
3662
3714
  #
@@ -3801,8 +3853,8 @@ module Aws::MediaLive
3801
3853
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
3802
3854
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
3803
3855
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
3804
- # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
3805
3856
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
3857
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
3806
3858
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
3807
3859
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
3808
3860
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
@@ -3822,6 +3874,7 @@ module Aws::MediaLive
3822
3874
  # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
3823
3875
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
3824
3876
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
3877
+ # resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
3825
3878
  # resp.encoder_settings.nielsen_configuration.distributor_id #=> String
3826
3879
  # resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
3827
3880
  # resp.encoder_settings.output_groups #=> Array
@@ -4093,7 +4146,7 @@ module Aws::MediaLive
4093
4146
  # resp.encoder_settings.video_descriptions #=> Array
4094
4147
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
4095
4148
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
4096
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
4149
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
4097
4150
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
4098
4151
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
4099
4152
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -4134,7 +4187,7 @@ module Aws::MediaLive
4134
4187
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
4135
4188
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
4136
4189
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
4137
- # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
4190
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
4138
4191
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
4139
4192
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
4140
4193
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -4212,6 +4265,7 @@ module Aws::MediaLive
4212
4265
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
4213
4266
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
4214
4267
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
4268
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4215
4269
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
4216
4270
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
4217
4271
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -4219,6 +4273,7 @@ module Aws::MediaLive
4219
4273
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
4220
4274
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
4221
4275
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
4276
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4222
4277
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
4223
4278
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
4224
4279
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -4233,10 +4288,13 @@ module Aws::MediaLive
4233
4288
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
4234
4289
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
4235
4290
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
4291
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
4236
4292
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
4237
4293
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
4238
4294
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
4239
- # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
4295
+ # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
4296
+ # resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
4297
+ # resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
4240
4298
  # resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
4241
4299
  # resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
4242
4300
  # resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
@@ -4248,14 +4306,18 @@ module Aws::MediaLive
4248
4306
  # resp.pipeline_details #=> Array
4249
4307
  # resp.pipeline_details[0].active_input_attachment_name #=> String
4250
4308
  # resp.pipeline_details[0].active_input_switch_action_name #=> String
4309
+ # resp.pipeline_details[0].active_motion_graphics_action_name #=> String
4310
+ # resp.pipeline_details[0].active_motion_graphics_uri #=> String
4251
4311
  # resp.pipeline_details[0].pipeline_id #=> String
4252
4312
  # resp.pipelines_running_count #=> Integer
4253
4313
  # resp.role_arn #=> String
4254
4314
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
4255
4315
  # resp.tags #=> Hash
4256
4316
  # resp.tags["__string"] #=> String
4257
- # resp.vpc.public_address_allocation_ids #=> Array
4258
- # resp.vpc.public_address_allocation_ids[0] #=> String
4317
+ # resp.vpc.availability_zones #=> Array
4318
+ # resp.vpc.availability_zones[0] #=> String
4319
+ # resp.vpc.network_interface_ids #=> Array
4320
+ # resp.vpc.network_interface_ids[0] #=> String
4259
4321
  # resp.vpc.security_group_ids #=> Array
4260
4322
  # resp.vpc.security_group_ids[0] #=> String
4261
4323
  # resp.vpc.subnet_ids #=> Array
@@ -4665,7 +4727,7 @@ module Aws::MediaLive
4665
4727
  # resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
4666
4728
  # resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
4667
4729
  # resp.resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
4668
- # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
4730
+ # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
4669
4731
  # resp.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
4670
4732
  # resp.usage_price #=> Float
4671
4733
  #
@@ -4730,7 +4792,7 @@ module Aws::MediaLive
4730
4792
  # resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
4731
4793
  # resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
4732
4794
  # resp.resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
4733
- # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
4795
+ # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
4734
4796
  # resp.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
4735
4797
  # resp.start #=> String
4736
4798
  # resp.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -4791,6 +4853,10 @@ module Aws::MediaLive
4791
4853
  # resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.stop_timecode.timecode #=> String
4792
4854
  # resp.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path #=> Array
4793
4855
  # resp.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path[0] #=> String
4856
+ # resp.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.duration #=> Integer
4857
+ # resp.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.password_param #=> String
4858
+ # resp.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.url #=> String
4859
+ # resp.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.username #=> String
4794
4860
  # resp.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
4795
4861
  # resp.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
4796
4862
  # resp.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
@@ -4901,6 +4967,7 @@ module Aws::MediaLive
4901
4967
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
4902
4968
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].name #=> String
4903
4969
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
4970
+ # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4904
4971
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
4905
4972
  # 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"
4906
4973
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -4908,6 +4975,7 @@ module Aws::MediaLive
4908
4975
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
4909
4976
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
4910
4977
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
4978
+ # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4911
4979
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
4912
4980
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
4913
4981
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -4922,10 +4990,13 @@ module Aws::MediaLive
4922
4990
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
4923
4991
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
4924
4992
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
4993
+ # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
4925
4994
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
4926
4995
  # resp.channels[0].input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
4927
4996
  # resp.channels[0].input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
4928
- # resp.channels[0].input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
4997
+ # resp.channels[0].input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
4998
+ # resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
4999
+ # resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
4929
5000
  # resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
4930
5001
  # resp.channels[0].input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
4931
5002
  # resp.channels[0].input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
@@ -4939,8 +5010,10 @@ module Aws::MediaLive
4939
5010
  # resp.channels[0].state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
4940
5011
  # resp.channels[0].tags #=> Hash
4941
5012
  # resp.channels[0].tags["__string"] #=> String
4942
- # resp.channels[0].vpc.public_address_allocation_ids #=> Array
4943
- # resp.channels[0].vpc.public_address_allocation_ids[0] #=> String
5013
+ # resp.channels[0].vpc.availability_zones #=> Array
5014
+ # resp.channels[0].vpc.availability_zones[0] #=> String
5015
+ # resp.channels[0].vpc.network_interface_ids #=> Array
5016
+ # resp.channels[0].vpc.network_interface_ids[0] #=> String
4944
5017
  # resp.channels[0].vpc.security_group_ids #=> Array
4945
5018
  # resp.channels[0].vpc.security_group_ids[0] #=> String
4946
5019
  # resp.channels[0].vpc.subnet_ids #=> Array
@@ -4987,7 +5060,6 @@ module Aws::MediaLive
4987
5060
  # resp.input_device_transfers[0].id #=> String
4988
5061
  # resp.input_device_transfers[0].message #=> String
4989
5062
  # resp.input_device_transfers[0].target_customer_id #=> String
4990
- # resp.input_device_transfers[0].target_region #=> String
4991
5063
  # resp.input_device_transfers[0].transfer_type #=> String, one of "OUTGOING", "INCOMING"
4992
5064
  # resp.next_token #=> String
4993
5065
  #
@@ -5325,7 +5397,7 @@ module Aws::MediaLive
5325
5397
  # resp.offerings[0].resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
5326
5398
  # resp.offerings[0].resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
5327
5399
  # resp.offerings[0].resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
5328
- # resp.offerings[0].resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
5400
+ # resp.offerings[0].resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
5329
5401
  # resp.offerings[0].resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
5330
5402
  # resp.offerings[0].usage_price #=> Float
5331
5403
  #
@@ -5405,7 +5477,7 @@ module Aws::MediaLive
5405
5477
  # resp.reservations[0].resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
5406
5478
  # resp.reservations[0].resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
5407
5479
  # resp.reservations[0].resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
5408
- # resp.reservations[0].resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
5480
+ # resp.reservations[0].resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
5409
5481
  # resp.reservations[0].resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
5410
5482
  # resp.reservations[0].start #=> String
5411
5483
  # resp.reservations[0].state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -5504,7 +5576,7 @@ module Aws::MediaLive
5504
5576
  # resp.reservation.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
5505
5577
  # resp.reservation.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
5506
5578
  # resp.reservation.resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
5507
- # resp.reservation.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
5579
+ # resp.reservation.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
5508
5580
  # resp.reservation.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
5509
5581
  # resp.reservation.start #=> String
5510
5582
  # resp.reservation.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -5564,7 +5636,7 @@ module Aws::MediaLive
5564
5636
  # * {Types::StartChannelResponse#role_arn #role_arn} => String
5565
5637
  # * {Types::StartChannelResponse#state #state} => String
5566
5638
  # * {Types::StartChannelResponse#tags #tags} => Hash<String,String>
5567
- # * {Types::StartChannelResponse#vpc #vpc} => Types::VpcOutputSettings
5639
+ # * {Types::StartChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
5568
5640
  #
5569
5641
  # @example Request syntax with placeholder values
5570
5642
  #
@@ -5709,8 +5781,8 @@ module Aws::MediaLive
5709
5781
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
5710
5782
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
5711
5783
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
5712
- # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
5713
5784
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
5785
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
5714
5786
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
5715
5787
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
5716
5788
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
@@ -5730,6 +5802,7 @@ module Aws::MediaLive
5730
5802
  # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
5731
5803
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
5732
5804
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
5805
+ # resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
5733
5806
  # resp.encoder_settings.nielsen_configuration.distributor_id #=> String
5734
5807
  # resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
5735
5808
  # resp.encoder_settings.output_groups #=> Array
@@ -6001,7 +6074,7 @@ module Aws::MediaLive
6001
6074
  # resp.encoder_settings.video_descriptions #=> Array
6002
6075
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
6003
6076
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
6004
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6077
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6005
6078
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6006
6079
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
6007
6080
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -6042,7 +6115,7 @@ module Aws::MediaLive
6042
6115
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
6043
6116
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
6044
6117
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
6045
- # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6118
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6046
6119
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6047
6120
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
6048
6121
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -6120,6 +6193,7 @@ module Aws::MediaLive
6120
6193
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
6121
6194
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
6122
6195
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
6196
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6123
6197
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
6124
6198
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6125
6199
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -6127,6 +6201,7 @@ module Aws::MediaLive
6127
6201
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
6128
6202
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6129
6203
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
6204
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6130
6205
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
6131
6206
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
6132
6207
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -6141,10 +6216,13 @@ module Aws::MediaLive
6141
6216
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
6142
6217
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
6143
6218
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
6219
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
6144
6220
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
6145
6221
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
6146
6222
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
6147
- # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
6223
+ # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
6224
+ # resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
6225
+ # resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
6148
6226
  # resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
6149
6227
  # resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
6150
6228
  # resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
@@ -6156,14 +6234,18 @@ module Aws::MediaLive
6156
6234
  # resp.pipeline_details #=> Array
6157
6235
  # resp.pipeline_details[0].active_input_attachment_name #=> String
6158
6236
  # resp.pipeline_details[0].active_input_switch_action_name #=> String
6237
+ # resp.pipeline_details[0].active_motion_graphics_action_name #=> String
6238
+ # resp.pipeline_details[0].active_motion_graphics_uri #=> String
6159
6239
  # resp.pipeline_details[0].pipeline_id #=> String
6160
6240
  # resp.pipelines_running_count #=> Integer
6161
6241
  # resp.role_arn #=> String
6162
6242
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
6163
6243
  # resp.tags #=> Hash
6164
6244
  # resp.tags["__string"] #=> String
6165
- # resp.vpc.public_address_allocation_ids #=> Array
6166
- # resp.vpc.public_address_allocation_ids[0] #=> String
6245
+ # resp.vpc.availability_zones #=> Array
6246
+ # resp.vpc.availability_zones[0] #=> String
6247
+ # resp.vpc.network_interface_ids #=> Array
6248
+ # resp.vpc.network_interface_ids[0] #=> String
6167
6249
  # resp.vpc.security_group_ids #=> Array
6168
6250
  # resp.vpc.security_group_ids[0] #=> String
6169
6251
  # resp.vpc.subnet_ids #=> Array
@@ -6252,7 +6334,7 @@ module Aws::MediaLive
6252
6334
  # * {Types::StopChannelResponse#role_arn #role_arn} => String
6253
6335
  # * {Types::StopChannelResponse#state #state} => String
6254
6336
  # * {Types::StopChannelResponse#tags #tags} => Hash<String,String>
6255
- # * {Types::StopChannelResponse#vpc #vpc} => Types::VpcOutputSettings
6337
+ # * {Types::StopChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
6256
6338
  #
6257
6339
  # @example Request syntax with placeholder values
6258
6340
  #
@@ -6397,8 +6479,8 @@ module Aws::MediaLive
6397
6479
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
6398
6480
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
6399
6481
  # resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
6400
- # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
6401
6482
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
6483
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
6402
6484
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
6403
6485
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
6404
6486
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
@@ -6418,6 +6500,7 @@ module Aws::MediaLive
6418
6500
  # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
6419
6501
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
6420
6502
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
6503
+ # resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
6421
6504
  # resp.encoder_settings.nielsen_configuration.distributor_id #=> String
6422
6505
  # resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
6423
6506
  # resp.encoder_settings.output_groups #=> Array
@@ -6689,7 +6772,7 @@ module Aws::MediaLive
6689
6772
  # resp.encoder_settings.video_descriptions #=> Array
6690
6773
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
6691
6774
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
6692
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6775
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6693
6776
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6694
6777
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
6695
6778
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -6730,7 +6813,7 @@ module Aws::MediaLive
6730
6813
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
6731
6814
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
6732
6815
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
6733
- # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6816
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6734
6817
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6735
6818
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
6736
6819
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -6808,6 +6891,7 @@ module Aws::MediaLive
6808
6891
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
6809
6892
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
6810
6893
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
6894
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6811
6895
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
6812
6896
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6813
6897
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -6815,6 +6899,7 @@ module Aws::MediaLive
6815
6899
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
6816
6900
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6817
6901
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
6902
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6818
6903
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
6819
6904
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
6820
6905
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -6829,10 +6914,13 @@ module Aws::MediaLive
6829
6914
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
6830
6915
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
6831
6916
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
6917
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
6832
6918
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
6833
6919
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
6834
6920
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
6835
- # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
6921
+ # resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
6922
+ # resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
6923
+ # resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
6836
6924
  # resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
6837
6925
  # resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
6838
6926
  # resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
@@ -6844,14 +6932,18 @@ module Aws::MediaLive
6844
6932
  # resp.pipeline_details #=> Array
6845
6933
  # resp.pipeline_details[0].active_input_attachment_name #=> String
6846
6934
  # resp.pipeline_details[0].active_input_switch_action_name #=> String
6935
+ # resp.pipeline_details[0].active_motion_graphics_action_name #=> String
6936
+ # resp.pipeline_details[0].active_motion_graphics_uri #=> String
6847
6937
  # resp.pipeline_details[0].pipeline_id #=> String
6848
6938
  # resp.pipelines_running_count #=> Integer
6849
6939
  # resp.role_arn #=> String
6850
6940
  # resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
6851
6941
  # resp.tags #=> Hash
6852
6942
  # resp.tags["__string"] #=> String
6853
- # resp.vpc.public_address_allocation_ids #=> Array
6854
- # resp.vpc.public_address_allocation_ids[0] #=> String
6943
+ # resp.vpc.availability_zones #=> Array
6944
+ # resp.vpc.availability_zones[0] #=> String
6945
+ # resp.vpc.network_interface_ids #=> Array
6946
+ # resp.vpc.network_interface_ids[0] #=> String
6855
6947
  # resp.vpc.security_group_ids #=> Array
6856
6948
  # resp.vpc.security_group_ids[0] #=> String
6857
6949
  # resp.vpc.subnet_ids #=> Array
@@ -7182,8 +7274,8 @@ module Aws::MediaLive
7182
7274
  # y_position: 1,
7183
7275
  # },
7184
7276
  # ebu_tt_d_destination_settings: {
7185
- # fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
7186
7277
  # copyright_holder: "__stringMax1000",
7278
+ # fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
7187
7279
  # font_family: "__string",
7188
7280
  # style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
7189
7281
  # },
@@ -7233,6 +7325,13 @@ module Aws::MediaLive
7233
7325
  # output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
7234
7326
  # support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
7235
7327
  # },
7328
+ # motion_graphics_configuration: {
7329
+ # motion_graphics_insertion: "DISABLED", # accepts DISABLED, ENABLED
7330
+ # motion_graphics_settings: { # required
7331
+ # html_motion_graphics_settings: {
7332
+ # },
7333
+ # },
7334
+ # },
7236
7335
  # nielsen_configuration: {
7237
7336
  # distributor_id: "__string",
7238
7337
  # nielsen_pcm_to_id_3_tagging: "DISABLED", # accepts DISABLED, ENABLED
@@ -7634,7 +7733,7 @@ module Aws::MediaLive
7634
7733
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
7635
7734
  # },
7636
7735
  # h264_settings: {
7637
- # adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
7736
+ # adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
7638
7737
  # afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
7639
7738
  # bitrate: 1,
7640
7739
  # buf_fill_pct: 1,
@@ -7689,7 +7788,7 @@ module Aws::MediaLive
7689
7788
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
7690
7789
  # },
7691
7790
  # h265_settings: {
7692
- # adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
7791
+ # adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
7693
7792
  # afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
7694
7793
  # alternative_transfer_function: "INSERT", # accepts INSERT, OMIT
7695
7794
  # bitrate: 1,
@@ -7827,6 +7926,7 @@ module Aws::MediaLive
7827
7926
  # arib_source_settings: {
7828
7927
  # },
7829
7928
  # dvb_sub_source_settings: {
7929
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
7830
7930
  # pid: 1,
7831
7931
  # },
7832
7932
  # embedded_source_settings: {
@@ -7840,6 +7940,7 @@ module Aws::MediaLive
7840
7940
  # source_608_channel_number: 1,
7841
7941
  # },
7842
7942
  # scte_27_source_settings: {
7943
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
7843
7944
  # pid: 1,
7844
7945
  # },
7845
7946
  # teletext_source_settings: {
@@ -7864,13 +7965,20 @@ module Aws::MediaLive
7864
7965
  # buffer_segments: 1,
7865
7966
  # retries: 1,
7866
7967
  # retry_interval: 1,
7968
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
7867
7969
  # },
7868
7970
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
7869
7971
  # },
7870
7972
  # smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
7871
7973
  # source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
7872
7974
  # video_selector: {
7873
- # color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
7975
+ # color_space: "FOLLOW", # accepts FOLLOW, HDR10, HLG_2020, REC_601, REC_709
7976
+ # color_space_settings: {
7977
+ # hdr_10_settings: {
7978
+ # max_cll: 1,
7979
+ # max_fall: 1,
7980
+ # },
7981
+ # },
7874
7982
  # color_space_usage: "FALLBACK", # accepts FALLBACK, FORCE
7875
7983
  # selector_settings: {
7876
7984
  # video_selector_pid: {
@@ -8031,8 +8139,8 @@ module Aws::MediaLive
8031
8139
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
8032
8140
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
8033
8141
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
8034
- # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
8035
8142
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
8143
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
8036
8144
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
8037
8145
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
8038
8146
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
@@ -8052,6 +8160,7 @@ module Aws::MediaLive
8052
8160
  # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
8053
8161
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
8054
8162
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
8163
+ # resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
8055
8164
  # resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
8056
8165
  # resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
8057
8166
  # resp.channel.encoder_settings.output_groups #=> Array
@@ -8323,7 +8432,7 @@ module Aws::MediaLive
8323
8432
  # resp.channel.encoder_settings.video_descriptions #=> Array
8324
8433
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
8325
8434
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
8326
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
8435
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
8327
8436
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
8328
8437
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
8329
8438
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -8364,7 +8473,7 @@ module Aws::MediaLive
8364
8473
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
8365
8474
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
8366
8475
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
8367
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
8476
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
8368
8477
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
8369
8478
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
8370
8479
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -8442,6 +8551,7 @@ module Aws::MediaLive
8442
8551
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
8443
8552
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
8444
8553
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
8554
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
8445
8555
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
8446
8556
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
8447
8557
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -8449,6 +8559,7 @@ module Aws::MediaLive
8449
8559
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
8450
8560
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
8451
8561
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
8562
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
8452
8563
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
8453
8564
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
8454
8565
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -8463,10 +8574,13 @@ module Aws::MediaLive
8463
8574
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
8464
8575
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
8465
8576
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
8577
+ # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
8466
8578
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
8467
8579
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
8468
8580
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
8469
- # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
8581
+ # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
8582
+ # resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
8583
+ # resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
8470
8584
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
8471
8585
  # resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
8472
8586
  # resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
@@ -8478,14 +8592,18 @@ module Aws::MediaLive
8478
8592
  # resp.channel.pipeline_details #=> Array
8479
8593
  # resp.channel.pipeline_details[0].active_input_attachment_name #=> String
8480
8594
  # resp.channel.pipeline_details[0].active_input_switch_action_name #=> String
8595
+ # resp.channel.pipeline_details[0].active_motion_graphics_action_name #=> String
8596
+ # resp.channel.pipeline_details[0].active_motion_graphics_uri #=> String
8481
8597
  # resp.channel.pipeline_details[0].pipeline_id #=> String
8482
8598
  # resp.channel.pipelines_running_count #=> Integer
8483
8599
  # resp.channel.role_arn #=> String
8484
8600
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
8485
8601
  # resp.channel.tags #=> Hash
8486
8602
  # resp.channel.tags["__string"] #=> String
8487
- # resp.channel.vpc.public_address_allocation_ids #=> Array
8488
- # resp.channel.vpc.public_address_allocation_ids[0] #=> String
8603
+ # resp.channel.vpc.availability_zones #=> Array
8604
+ # resp.channel.vpc.availability_zones[0] #=> String
8605
+ # resp.channel.vpc.network_interface_ids #=> Array
8606
+ # resp.channel.vpc.network_interface_ids[0] #=> String
8489
8607
  # resp.channel.vpc.security_group_ids #=> Array
8490
8608
  # resp.channel.vpc.security_group_ids[0] #=> String
8491
8609
  # resp.channel.vpc.subnet_ids #=> Array
@@ -8680,8 +8798,8 @@ module Aws::MediaLive
8680
8798
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
8681
8799
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
8682
8800
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
8683
- # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
8684
8801
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
8802
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
8685
8803
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
8686
8804
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
8687
8805
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
@@ -8701,6 +8819,7 @@ module Aws::MediaLive
8701
8819
  # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
8702
8820
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
8703
8821
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
8822
+ # resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
8704
8823
  # resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
8705
8824
  # resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
8706
8825
  # resp.channel.encoder_settings.output_groups #=> Array
@@ -8972,7 +9091,7 @@ module Aws::MediaLive
8972
9091
  # resp.channel.encoder_settings.video_descriptions #=> Array
8973
9092
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
8974
9093
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
8975
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
9094
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
8976
9095
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
8977
9096
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
8978
9097
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -9013,7 +9132,7 @@ module Aws::MediaLive
9013
9132
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
9014
9133
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
9015
9134
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
9016
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
9135
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
9017
9136
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
9018
9137
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
9019
9138
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -9091,6 +9210,7 @@ module Aws::MediaLive
9091
9210
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
9092
9211
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
9093
9212
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
9213
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
9094
9214
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
9095
9215
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
9096
9216
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -9098,6 +9218,7 @@ module Aws::MediaLive
9098
9218
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
9099
9219
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
9100
9220
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
9221
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
9101
9222
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
9102
9223
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
9103
9224
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -9112,10 +9233,13 @@ module Aws::MediaLive
9112
9233
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
9113
9234
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
9114
9235
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
9236
+ # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
9115
9237
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
9116
9238
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
9117
9239
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
9118
- # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
9240
+ # resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
9241
+ # resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
9242
+ # resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
9119
9243
  # resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
9120
9244
  # resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
9121
9245
  # resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
@@ -9127,14 +9251,18 @@ module Aws::MediaLive
9127
9251
  # resp.channel.pipeline_details #=> Array
9128
9252
  # resp.channel.pipeline_details[0].active_input_attachment_name #=> String
9129
9253
  # resp.channel.pipeline_details[0].active_input_switch_action_name #=> String
9254
+ # resp.channel.pipeline_details[0].active_motion_graphics_action_name #=> String
9255
+ # resp.channel.pipeline_details[0].active_motion_graphics_uri #=> String
9130
9256
  # resp.channel.pipeline_details[0].pipeline_id #=> String
9131
9257
  # resp.channel.pipelines_running_count #=> Integer
9132
9258
  # resp.channel.role_arn #=> String
9133
9259
  # resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
9134
9260
  # resp.channel.tags #=> Hash
9135
9261
  # resp.channel.tags["__string"] #=> String
9136
- # resp.channel.vpc.public_address_allocation_ids #=> Array
9137
- # resp.channel.vpc.public_address_allocation_ids[0] #=> String
9262
+ # resp.channel.vpc.availability_zones #=> Array
9263
+ # resp.channel.vpc.availability_zones[0] #=> String
9264
+ # resp.channel.vpc.network_interface_ids #=> Array
9265
+ # resp.channel.vpc.network_interface_ids[0] #=> String
9138
9266
  # resp.channel.vpc.security_group_ids #=> Array
9139
9267
  # resp.channel.vpc.security_group_ids[0] #=> String
9140
9268
  # resp.channel.vpc.subnet_ids #=> Array
@@ -9546,7 +9674,7 @@ module Aws::MediaLive
9546
9674
  # resp.reservation.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
9547
9675
  # resp.reservation.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
9548
9676
  # resp.reservation.resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
9549
- # resp.reservation.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
9677
+ # resp.reservation.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
9550
9678
  # resp.reservation.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
9551
9679
  # resp.reservation.start #=> String
9552
9680
  # resp.reservation.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -9576,7 +9704,7 @@ module Aws::MediaLive
9576
9704
  params: params,
9577
9705
  config: config)
9578
9706
  context[:gem_name] = 'aws-sdk-medialive'
9579
- context[:gem_version] = '1.67.0'
9707
+ context[:gem_version] = '1.72.0'
9580
9708
  Seahorse::Client::Request.new(handlers, context)
9581
9709
  end
9582
9710