aws-sdk-medialive 1.66.0 → 1.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +249 -49
- data/lib/aws-sdk-medialive/client_api.rb +86 -6
- data/lib/aws-sdk-medialive/types.rb +715 -48
- metadata +5 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4d78aad6f4135e388cadf20ac424b764b7afb53cfde9c450dc292eea058da79
|
4
|
+
data.tar.gz: f6d778d23bb2fbb94d9dfc4e705d1230e5a35f6422e04dfcacff2800683a271b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b24440200d1f6ce196f9a2536c8298de5c8ac78cd1fb747c74bc3074769195b40b74b1dbfaeec37ee19b67898cc787b596ce8708ed34980dcbc6acb18f57b56d
|
7
|
+
data.tar.gz: debf75c600f9d305740620222520db014f3355884a81b4d31e12b8c93c809c1ab2c5920a38e080531f7f24e66201ad5dcf3548e158a7f670c6f24fce514aeac3
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,31 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.71.0 (2021-06-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add support for automatically setting the H.264 adaptive quantization and GOP B-frame fields.
|
8
|
+
|
9
|
+
1.70.0 (2021-04-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - MediaLive VPC outputs update to include Availability Zones, Security groups, Elastic Network Interfaces, and Subnet Ids in channel response
|
13
|
+
|
14
|
+
1.69.0 (2021-04-05)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - MediaLive now support HTML5 Motion Graphics overlay
|
18
|
+
|
19
|
+
1.68.0 (2021-03-25)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - EML now supports handling HDR10 and HLG 2020 color space from a Link input.
|
23
|
+
|
24
|
+
1.67.0 (2021-03-11)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - MediaLive supports the ability to apply a canned ACL to output sent to an AWS S3 bucket; supports ability to specify position for EBU-TT and TTML output captions converted from Teletext source.
|
28
|
+
|
4
29
|
1.66.0 (2021-03-10)
|
5
30
|
------------------
|
6
31
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.71.0
|
data/lib/aws-sdk-medialive.rb
CHANGED
@@ -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,6 +1017,7 @@ module Aws::MediaLive
|
|
1001
1017
|
# y_position: 1,
|
1002
1018
|
# },
|
1003
1019
|
# ebu_tt_d_destination_settings: {
|
1020
|
+
# copyright_holder: "__stringMax1000",
|
1004
1021
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
1005
1022
|
# font_family: "__string",
|
1006
1023
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
@@ -1051,6 +1068,13 @@ module Aws::MediaLive
|
|
1051
1068
|
# output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
|
1052
1069
|
# support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
|
1053
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
|
+
# },
|
1054
1078
|
# nielsen_configuration: {
|
1055
1079
|
# distributor_id: "__string",
|
1056
1080
|
# nielsen_pcm_to_id_3_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -1060,6 +1084,11 @@ module Aws::MediaLive
|
|
1060
1084
|
# name: "__stringMax32",
|
1061
1085
|
# output_group_settings: { # required
|
1062
1086
|
# archive_group_settings: {
|
1087
|
+
# archive_cdn_settings: {
|
1088
|
+
# archive_s3_settings: {
|
1089
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
1090
|
+
# },
|
1091
|
+
# },
|
1063
1092
|
# destination: { # required
|
1064
1093
|
# destination_ref_id: "__string",
|
1065
1094
|
# },
|
@@ -1069,6 +1098,11 @@ module Aws::MediaLive
|
|
1069
1098
|
# destination: { # required
|
1070
1099
|
# destination_ref_id: "__string",
|
1071
1100
|
# },
|
1101
|
+
# frame_capture_cdn_settings: {
|
1102
|
+
# frame_capture_s3_settings: {
|
1103
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
1104
|
+
# },
|
1105
|
+
# },
|
1072
1106
|
# },
|
1073
1107
|
# hls_group_settings: {
|
1074
1108
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -1116,6 +1150,9 @@ module Aws::MediaLive
|
|
1116
1150
|
# num_retries: 1,
|
1117
1151
|
# restart_delay: 1,
|
1118
1152
|
# },
|
1153
|
+
# hls_s3_settings: {
|
1154
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
1155
|
+
# },
|
1119
1156
|
# hls_webdav_settings: {
|
1120
1157
|
# connection_retry_interval: 1,
|
1121
1158
|
# filecache_duration: 1,
|
@@ -1439,7 +1476,7 @@ module Aws::MediaLive
|
|
1439
1476
|
# capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
|
1440
1477
|
# },
|
1441
1478
|
# h264_settings: {
|
1442
|
-
# adaptive_quantization: "
|
1479
|
+
# adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
1443
1480
|
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
1444
1481
|
# bitrate: 1,
|
1445
1482
|
# buf_fill_pct: 1,
|
@@ -1494,7 +1531,7 @@ module Aws::MediaLive
|
|
1494
1531
|
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
1495
1532
|
# },
|
1496
1533
|
# h265_settings: {
|
1497
|
-
# adaptive_quantization: "
|
1534
|
+
# adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
1498
1535
|
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
1499
1536
|
# alternative_transfer_function: "INSERT", # accepts INSERT, OMIT
|
1500
1537
|
# bitrate: 1,
|
@@ -1648,6 +1685,12 @@ module Aws::MediaLive
|
|
1648
1685
|
# pid: 1,
|
1649
1686
|
# },
|
1650
1687
|
# teletext_source_settings: {
|
1688
|
+
# output_rectangle: {
|
1689
|
+
# height: 1.0, # required
|
1690
|
+
# left_offset: 1.0, # required
|
1691
|
+
# top_offset: 1.0, # required
|
1692
|
+
# width: 1.0, # required
|
1693
|
+
# },
|
1651
1694
|
# page_number: "__string",
|
1652
1695
|
# },
|
1653
1696
|
# },
|
@@ -1669,7 +1712,13 @@ module Aws::MediaLive
|
|
1669
1712
|
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
1670
1713
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
1671
1714
|
# video_selector: {
|
1672
|
-
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
1715
|
+
# color_space: "FOLLOW", # accepts FOLLOW, HDR10, HLG_2020, REC_601, REC_709
|
1716
|
+
# color_space_settings: {
|
1717
|
+
# hdr_10_settings: {
|
1718
|
+
# max_cll: 1,
|
1719
|
+
# max_fall: 1,
|
1720
|
+
# },
|
1721
|
+
# },
|
1673
1722
|
# color_space_usage: "FALLBACK", # accepts FALLBACK, FORCE
|
1674
1723
|
# selector_settings: {
|
1675
1724
|
# video_selector_pid: {
|
@@ -1840,6 +1889,7 @@ module Aws::MediaLive
|
|
1840
1889
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
1841
1890
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
1842
1891
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
1892
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
1843
1893
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
1844
1894
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
1845
1895
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
@@ -1860,13 +1910,16 @@ module Aws::MediaLive
|
|
1860
1910
|
# resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
|
1861
1911
|
# resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
|
1862
1912
|
# resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
|
1913
|
+
# resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
1863
1914
|
# resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
|
1864
1915
|
# resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
1865
1916
|
# resp.channel.encoder_settings.output_groups #=> Array
|
1866
1917
|
# resp.channel.encoder_settings.output_groups[0].name #=> String
|
1918
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
1867
1919
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
1868
1920
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
1869
1921
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
1922
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
1870
1923
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
1871
1924
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
1872
1925
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -1901,6 +1954,7 @@ module Aws::MediaLive
|
|
1901
1954
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
1902
1955
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
1903
1956
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
1957
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
1904
1958
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
1905
1959
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
1906
1960
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -2128,7 +2182,7 @@ module Aws::MediaLive
|
|
2128
2182
|
# resp.channel.encoder_settings.video_descriptions #=> Array
|
2129
2183
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
2130
2184
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
|
2131
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
2185
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
2132
2186
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
2133
2187
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
2134
2188
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
|
@@ -2169,7 +2223,7 @@ module Aws::MediaLive
|
|
2169
2223
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
2170
2224
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
2171
2225
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
2172
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
2226
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
2173
2227
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
2174
2228
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
2175
2229
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
@@ -2255,6 +2309,10 @@ module Aws::MediaLive
|
|
2255
2309
|
# 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"
|
2256
2310
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
2257
2311
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
2312
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
2313
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
2314
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
2315
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
2258
2316
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
2259
2317
|
# resp.channel.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
2260
2318
|
# resp.channel.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -2267,7 +2325,9 @@ module Aws::MediaLive
|
|
2267
2325
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
2268
2326
|
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
2269
2327
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
2270
|
-
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
2328
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
2329
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
2330
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
2271
2331
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
2272
2332
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
2273
2333
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -2279,14 +2339,18 @@ module Aws::MediaLive
|
|
2279
2339
|
# resp.channel.pipeline_details #=> Array
|
2280
2340
|
# resp.channel.pipeline_details[0].active_input_attachment_name #=> String
|
2281
2341
|
# resp.channel.pipeline_details[0].active_input_switch_action_name #=> String
|
2342
|
+
# resp.channel.pipeline_details[0].active_motion_graphics_action_name #=> String
|
2343
|
+
# resp.channel.pipeline_details[0].active_motion_graphics_uri #=> String
|
2282
2344
|
# resp.channel.pipeline_details[0].pipeline_id #=> String
|
2283
2345
|
# resp.channel.pipelines_running_count #=> Integer
|
2284
2346
|
# resp.channel.role_arn #=> String
|
2285
2347
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
2286
2348
|
# resp.channel.tags #=> Hash
|
2287
2349
|
# resp.channel.tags["__string"] #=> String
|
2288
|
-
# resp.channel.vpc.
|
2289
|
-
# resp.channel.vpc.
|
2350
|
+
# resp.channel.vpc.availability_zones #=> Array
|
2351
|
+
# resp.channel.vpc.availability_zones[0] #=> String
|
2352
|
+
# resp.channel.vpc.network_interface_ids #=> Array
|
2353
|
+
# resp.channel.vpc.network_interface_ids[0] #=> String
|
2290
2354
|
# resp.channel.vpc.security_group_ids #=> Array
|
2291
2355
|
# resp.channel.vpc.security_group_ids[0] #=> String
|
2292
2356
|
# resp.channel.vpc.subnet_ids #=> Array
|
@@ -2722,7 +2786,7 @@ module Aws::MediaLive
|
|
2722
2786
|
# * {Types::DeleteChannelResponse#role_arn #role_arn} => String
|
2723
2787
|
# * {Types::DeleteChannelResponse#state #state} => String
|
2724
2788
|
# * {Types::DeleteChannelResponse#tags #tags} => Hash<String,String>
|
2725
|
-
# * {Types::DeleteChannelResponse#vpc #vpc} => Types::
|
2789
|
+
# * {Types::DeleteChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
|
2726
2790
|
#
|
2727
2791
|
# @example Request syntax with placeholder values
|
2728
2792
|
#
|
@@ -2867,6 +2931,7 @@ module Aws::MediaLive
|
|
2867
2931
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
2868
2932
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
2869
2933
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
2934
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
2870
2935
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
2871
2936
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
2872
2937
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
@@ -2887,13 +2952,16 @@ module Aws::MediaLive
|
|
2887
2952
|
# resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
|
2888
2953
|
# resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
|
2889
2954
|
# resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
|
2955
|
+
# resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
2890
2956
|
# resp.encoder_settings.nielsen_configuration.distributor_id #=> String
|
2891
2957
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
2892
2958
|
# resp.encoder_settings.output_groups #=> Array
|
2893
2959
|
# resp.encoder_settings.output_groups[0].name #=> String
|
2960
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
2894
2961
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
2895
2962
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
2896
2963
|
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
2964
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
2897
2965
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
2898
2966
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
2899
2967
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -2928,6 +2996,7 @@ module Aws::MediaLive
|
|
2928
2996
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
2929
2997
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
2930
2998
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
2999
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
2931
3000
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
2932
3001
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
2933
3002
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -3155,7 +3224,7 @@ module Aws::MediaLive
|
|
3155
3224
|
# resp.encoder_settings.video_descriptions #=> Array
|
3156
3225
|
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
3157
3226
|
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
|
3158
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
3227
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
3159
3228
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
3160
3229
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
3161
3230
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
|
@@ -3196,7 +3265,7 @@ module Aws::MediaLive
|
|
3196
3265
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
3197
3266
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
3198
3267
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
3199
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
3268
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
3200
3269
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
3201
3270
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
3202
3271
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
@@ -3282,6 +3351,10 @@ module Aws::MediaLive
|
|
3282
3351
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
3283
3352
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
3284
3353
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
3354
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
3355
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
3356
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
3357
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
3285
3358
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
3286
3359
|
# resp.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
3287
3360
|
# resp.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -3294,7 +3367,9 @@ module Aws::MediaLive
|
|
3294
3367
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
3295
3368
|
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
3296
3369
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
3297
|
-
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
3370
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
3371
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
3372
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
3298
3373
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
3299
3374
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
3300
3375
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -3306,14 +3381,18 @@ module Aws::MediaLive
|
|
3306
3381
|
# resp.pipeline_details #=> Array
|
3307
3382
|
# resp.pipeline_details[0].active_input_attachment_name #=> String
|
3308
3383
|
# resp.pipeline_details[0].active_input_switch_action_name #=> String
|
3384
|
+
# resp.pipeline_details[0].active_motion_graphics_action_name #=> String
|
3385
|
+
# resp.pipeline_details[0].active_motion_graphics_uri #=> String
|
3309
3386
|
# resp.pipeline_details[0].pipeline_id #=> String
|
3310
3387
|
# resp.pipelines_running_count #=> Integer
|
3311
3388
|
# resp.role_arn #=> String
|
3312
3389
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
3313
3390
|
# resp.tags #=> Hash
|
3314
3391
|
# resp.tags["__string"] #=> String
|
3315
|
-
# resp.vpc.
|
3316
|
-
# resp.vpc.
|
3392
|
+
# resp.vpc.availability_zones #=> Array
|
3393
|
+
# resp.vpc.availability_zones[0] #=> String
|
3394
|
+
# resp.vpc.network_interface_ids #=> Array
|
3395
|
+
# resp.vpc.network_interface_ids[0] #=> String
|
3317
3396
|
# resp.vpc.security_group_ids #=> Array
|
3318
3397
|
# resp.vpc.security_group_ids[0] #=> String
|
3319
3398
|
# resp.vpc.subnet_ids #=> Array
|
@@ -3620,7 +3699,7 @@ module Aws::MediaLive
|
|
3620
3699
|
# * {Types::DescribeChannelResponse#role_arn #role_arn} => String
|
3621
3700
|
# * {Types::DescribeChannelResponse#state #state} => String
|
3622
3701
|
# * {Types::DescribeChannelResponse#tags #tags} => Hash<String,String>
|
3623
|
-
# * {Types::DescribeChannelResponse#vpc #vpc} => Types::
|
3702
|
+
# * {Types::DescribeChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
|
3624
3703
|
#
|
3625
3704
|
# @example Request syntax with placeholder values
|
3626
3705
|
#
|
@@ -3765,6 +3844,7 @@ module Aws::MediaLive
|
|
3765
3844
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
3766
3845
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
3767
3846
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
3847
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
3768
3848
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
3769
3849
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
3770
3850
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
@@ -3785,13 +3865,16 @@ module Aws::MediaLive
|
|
3785
3865
|
# resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
|
3786
3866
|
# resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
|
3787
3867
|
# resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
|
3868
|
+
# resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
3788
3869
|
# resp.encoder_settings.nielsen_configuration.distributor_id #=> String
|
3789
3870
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
3790
3871
|
# resp.encoder_settings.output_groups #=> Array
|
3791
3872
|
# resp.encoder_settings.output_groups[0].name #=> String
|
3873
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
3792
3874
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
3793
3875
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
3794
3876
|
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
3877
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
3795
3878
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
3796
3879
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
3797
3880
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -3826,6 +3909,7 @@ module Aws::MediaLive
|
|
3826
3909
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
3827
3910
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
3828
3911
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
3912
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
3829
3913
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
3830
3914
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
3831
3915
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -4053,7 +4137,7 @@ module Aws::MediaLive
|
|
4053
4137
|
# resp.encoder_settings.video_descriptions #=> Array
|
4054
4138
|
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
4055
4139
|
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
|
4056
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
4140
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
4057
4141
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
4058
4142
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
4059
4143
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
|
@@ -4094,7 +4178,7 @@ module Aws::MediaLive
|
|
4094
4178
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
4095
4179
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
4096
4180
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
4097
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
4181
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
4098
4182
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
4099
4183
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
4100
4184
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
@@ -4180,6 +4264,10 @@ module Aws::MediaLive
|
|
4180
4264
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
4181
4265
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
4182
4266
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
4267
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
4268
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
4269
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
4270
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
4183
4271
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
4184
4272
|
# resp.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
4185
4273
|
# resp.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -4192,7 +4280,9 @@ module Aws::MediaLive
|
|
4192
4280
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
4193
4281
|
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
4194
4282
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
4195
|
-
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
4283
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
4284
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
4285
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
4196
4286
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
4197
4287
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
4198
4288
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -4204,14 +4294,18 @@ module Aws::MediaLive
|
|
4204
4294
|
# resp.pipeline_details #=> Array
|
4205
4295
|
# resp.pipeline_details[0].active_input_attachment_name #=> String
|
4206
4296
|
# resp.pipeline_details[0].active_input_switch_action_name #=> String
|
4297
|
+
# resp.pipeline_details[0].active_motion_graphics_action_name #=> String
|
4298
|
+
# resp.pipeline_details[0].active_motion_graphics_uri #=> String
|
4207
4299
|
# resp.pipeline_details[0].pipeline_id #=> String
|
4208
4300
|
# resp.pipelines_running_count #=> Integer
|
4209
4301
|
# resp.role_arn #=> String
|
4210
4302
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
4211
4303
|
# resp.tags #=> Hash
|
4212
4304
|
# resp.tags["__string"] #=> String
|
4213
|
-
# resp.vpc.
|
4214
|
-
# resp.vpc.
|
4305
|
+
# resp.vpc.availability_zones #=> Array
|
4306
|
+
# resp.vpc.availability_zones[0] #=> String
|
4307
|
+
# resp.vpc.network_interface_ids #=> Array
|
4308
|
+
# resp.vpc.network_interface_ids[0] #=> String
|
4215
4309
|
# resp.vpc.security_group_ids #=> Array
|
4216
4310
|
# resp.vpc.security_group_ids[0] #=> String
|
4217
4311
|
# resp.vpc.subnet_ids #=> Array
|
@@ -4747,6 +4841,10 @@ module Aws::MediaLive
|
|
4747
4841
|
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.stop_timecode.timecode #=> String
|
4748
4842
|
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path #=> Array
|
4749
4843
|
# resp.schedule_actions[0].schedule_action_settings.input_switch_settings.url_path[0] #=> String
|
4844
|
+
# resp.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.duration #=> Integer
|
4845
|
+
# resp.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.password_param #=> String
|
4846
|
+
# resp.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.url #=> String
|
4847
|
+
# resp.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.username #=> String
|
4750
4848
|
# resp.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
|
4751
4849
|
# resp.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
|
4752
4850
|
# resp.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
|
@@ -4865,6 +4963,10 @@ module Aws::MediaLive
|
|
4865
4963
|
# 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"
|
4866
4964
|
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
4867
4965
|
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
4966
|
+
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
4967
|
+
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
4968
|
+
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
4969
|
+
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
4868
4970
|
# resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
4869
4971
|
# resp.channels[0].input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
4870
4972
|
# resp.channels[0].input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -4877,7 +4979,9 @@ module Aws::MediaLive
|
|
4877
4979
|
# resp.channels[0].input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
4878
4980
|
# resp.channels[0].input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
4879
4981
|
# resp.channels[0].input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
4880
|
-
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
4982
|
+
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
4983
|
+
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
4984
|
+
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
4881
4985
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
4882
4986
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
4883
4987
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -4891,8 +4995,10 @@ module Aws::MediaLive
|
|
4891
4995
|
# resp.channels[0].state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
4892
4996
|
# resp.channels[0].tags #=> Hash
|
4893
4997
|
# resp.channels[0].tags["__string"] #=> String
|
4894
|
-
# resp.channels[0].vpc.
|
4895
|
-
# resp.channels[0].vpc.
|
4998
|
+
# resp.channels[0].vpc.availability_zones #=> Array
|
4999
|
+
# resp.channels[0].vpc.availability_zones[0] #=> String
|
5000
|
+
# resp.channels[0].vpc.network_interface_ids #=> Array
|
5001
|
+
# resp.channels[0].vpc.network_interface_ids[0] #=> String
|
4896
5002
|
# resp.channels[0].vpc.security_group_ids #=> Array
|
4897
5003
|
# resp.channels[0].vpc.security_group_ids[0] #=> String
|
4898
5004
|
# resp.channels[0].vpc.subnet_ids #=> Array
|
@@ -4939,6 +5045,7 @@ module Aws::MediaLive
|
|
4939
5045
|
# resp.input_device_transfers[0].id #=> String
|
4940
5046
|
# resp.input_device_transfers[0].message #=> String
|
4941
5047
|
# resp.input_device_transfers[0].target_customer_id #=> String
|
5048
|
+
# resp.input_device_transfers[0].target_region #=> String
|
4942
5049
|
# resp.input_device_transfers[0].transfer_type #=> String, one of "OUTGOING", "INCOMING"
|
4943
5050
|
# resp.next_token #=> String
|
4944
5051
|
#
|
@@ -5515,7 +5622,7 @@ module Aws::MediaLive
|
|
5515
5622
|
# * {Types::StartChannelResponse#role_arn #role_arn} => String
|
5516
5623
|
# * {Types::StartChannelResponse#state #state} => String
|
5517
5624
|
# * {Types::StartChannelResponse#tags #tags} => Hash<String,String>
|
5518
|
-
# * {Types::StartChannelResponse#vpc #vpc} => Types::
|
5625
|
+
# * {Types::StartChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
|
5519
5626
|
#
|
5520
5627
|
# @example Request syntax with placeholder values
|
5521
5628
|
#
|
@@ -5660,6 +5767,7 @@ module Aws::MediaLive
|
|
5660
5767
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
5661
5768
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
5662
5769
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
5770
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
5663
5771
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
5664
5772
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
5665
5773
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
@@ -5680,13 +5788,16 @@ module Aws::MediaLive
|
|
5680
5788
|
# resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
|
5681
5789
|
# resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
|
5682
5790
|
# resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
|
5791
|
+
# resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
5683
5792
|
# resp.encoder_settings.nielsen_configuration.distributor_id #=> String
|
5684
5793
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
5685
5794
|
# resp.encoder_settings.output_groups #=> Array
|
5686
5795
|
# resp.encoder_settings.output_groups[0].name #=> String
|
5796
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
5687
5797
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
5688
5798
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
5689
5799
|
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
5800
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
5690
5801
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
5691
5802
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
5692
5803
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -5721,6 +5832,7 @@ module Aws::MediaLive
|
|
5721
5832
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
5722
5833
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
5723
5834
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
5835
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
5724
5836
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
5725
5837
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
5726
5838
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -5948,7 +6060,7 @@ module Aws::MediaLive
|
|
5948
6060
|
# resp.encoder_settings.video_descriptions #=> Array
|
5949
6061
|
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
5950
6062
|
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
|
5951
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
6063
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
5952
6064
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
5953
6065
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
5954
6066
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
|
@@ -5989,7 +6101,7 @@ module Aws::MediaLive
|
|
5989
6101
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
5990
6102
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
5991
6103
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
5992
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
6104
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
5993
6105
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
5994
6106
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
5995
6107
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
@@ -6075,6 +6187,10 @@ module Aws::MediaLive
|
|
6075
6187
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
6076
6188
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
6077
6189
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
6190
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
6191
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
6192
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
6193
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
6078
6194
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
6079
6195
|
# resp.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
6080
6196
|
# resp.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -6087,7 +6203,9 @@ module Aws::MediaLive
|
|
6087
6203
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
6088
6204
|
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
6089
6205
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
6090
|
-
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
6206
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
6207
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
6208
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
6091
6209
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
6092
6210
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
6093
6211
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -6099,14 +6217,18 @@ module Aws::MediaLive
|
|
6099
6217
|
# resp.pipeline_details #=> Array
|
6100
6218
|
# resp.pipeline_details[0].active_input_attachment_name #=> String
|
6101
6219
|
# resp.pipeline_details[0].active_input_switch_action_name #=> String
|
6220
|
+
# resp.pipeline_details[0].active_motion_graphics_action_name #=> String
|
6221
|
+
# resp.pipeline_details[0].active_motion_graphics_uri #=> String
|
6102
6222
|
# resp.pipeline_details[0].pipeline_id #=> String
|
6103
6223
|
# resp.pipelines_running_count #=> Integer
|
6104
6224
|
# resp.role_arn #=> String
|
6105
6225
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
6106
6226
|
# resp.tags #=> Hash
|
6107
6227
|
# resp.tags["__string"] #=> String
|
6108
|
-
# resp.vpc.
|
6109
|
-
# resp.vpc.
|
6228
|
+
# resp.vpc.availability_zones #=> Array
|
6229
|
+
# resp.vpc.availability_zones[0] #=> String
|
6230
|
+
# resp.vpc.network_interface_ids #=> Array
|
6231
|
+
# resp.vpc.network_interface_ids[0] #=> String
|
6110
6232
|
# resp.vpc.security_group_ids #=> Array
|
6111
6233
|
# resp.vpc.security_group_ids[0] #=> String
|
6112
6234
|
# resp.vpc.subnet_ids #=> Array
|
@@ -6195,7 +6317,7 @@ module Aws::MediaLive
|
|
6195
6317
|
# * {Types::StopChannelResponse#role_arn #role_arn} => String
|
6196
6318
|
# * {Types::StopChannelResponse#state #state} => String
|
6197
6319
|
# * {Types::StopChannelResponse#tags #tags} => Hash<String,String>
|
6198
|
-
# * {Types::StopChannelResponse#vpc #vpc} => Types::
|
6320
|
+
# * {Types::StopChannelResponse#vpc #vpc} => Types::VpcOutputSettingsDescription
|
6199
6321
|
#
|
6200
6322
|
# @example Request syntax with placeholder values
|
6201
6323
|
#
|
@@ -6340,6 +6462,7 @@ module Aws::MediaLive
|
|
6340
6462
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
6341
6463
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
6342
6464
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
6465
|
+
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
6343
6466
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
6344
6467
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
6345
6468
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
@@ -6360,13 +6483,16 @@ module Aws::MediaLive
|
|
6360
6483
|
# resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
|
6361
6484
|
# resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
|
6362
6485
|
# resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
|
6486
|
+
# resp.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
6363
6487
|
# resp.encoder_settings.nielsen_configuration.distributor_id #=> String
|
6364
6488
|
# resp.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
6365
6489
|
# resp.encoder_settings.output_groups #=> Array
|
6366
6490
|
# resp.encoder_settings.output_groups[0].name #=> String
|
6491
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
6367
6492
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
6368
6493
|
# resp.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
6369
6494
|
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
6495
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
6370
6496
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
6371
6497
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
6372
6498
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -6401,6 +6527,7 @@ module Aws::MediaLive
|
|
6401
6527
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
6402
6528
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
6403
6529
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
6530
|
+
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
6404
6531
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
6405
6532
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
6406
6533
|
# resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -6628,7 +6755,7 @@ module Aws::MediaLive
|
|
6628
6755
|
# resp.encoder_settings.video_descriptions #=> Array
|
6629
6756
|
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
6630
6757
|
# resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
|
6631
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
6758
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
6632
6759
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
6633
6760
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
6634
6761
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
|
@@ -6669,7 +6796,7 @@ module Aws::MediaLive
|
|
6669
6796
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
6670
6797
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
6671
6798
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
6672
|
-
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
6799
|
+
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
6673
6800
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
6674
6801
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
6675
6802
|
# resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
@@ -6755,6 +6882,10 @@ module Aws::MediaLive
|
|
6755
6882
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
|
6756
6883
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
6757
6884
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
6885
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
6886
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
6887
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
6888
|
+
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
6758
6889
|
# resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
6759
6890
|
# resp.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
6760
6891
|
# resp.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -6767,7 +6898,9 @@ module Aws::MediaLive
|
|
6767
6898
|
# resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
6768
6899
|
# resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
6769
6900
|
# resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
6770
|
-
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
6901
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
6902
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
6903
|
+
# resp.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
6771
6904
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
6772
6905
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
6773
6906
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -6779,14 +6912,18 @@ module Aws::MediaLive
|
|
6779
6912
|
# resp.pipeline_details #=> Array
|
6780
6913
|
# resp.pipeline_details[0].active_input_attachment_name #=> String
|
6781
6914
|
# resp.pipeline_details[0].active_input_switch_action_name #=> String
|
6915
|
+
# resp.pipeline_details[0].active_motion_graphics_action_name #=> String
|
6916
|
+
# resp.pipeline_details[0].active_motion_graphics_uri #=> String
|
6782
6917
|
# resp.pipeline_details[0].pipeline_id #=> String
|
6783
6918
|
# resp.pipelines_running_count #=> Integer
|
6784
6919
|
# resp.role_arn #=> String
|
6785
6920
|
# resp.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
6786
6921
|
# resp.tags #=> Hash
|
6787
6922
|
# resp.tags["__string"] #=> String
|
6788
|
-
# resp.vpc.
|
6789
|
-
# resp.vpc.
|
6923
|
+
# resp.vpc.availability_zones #=> Array
|
6924
|
+
# resp.vpc.availability_zones[0] #=> String
|
6925
|
+
# resp.vpc.network_interface_ids #=> Array
|
6926
|
+
# resp.vpc.network_interface_ids[0] #=> String
|
6790
6927
|
# resp.vpc.security_group_ids #=> Array
|
6791
6928
|
# resp.vpc.security_group_ids[0] #=> String
|
6792
6929
|
# resp.vpc.subnet_ids #=> Array
|
@@ -7117,6 +7254,7 @@ module Aws::MediaLive
|
|
7117
7254
|
# y_position: 1,
|
7118
7255
|
# },
|
7119
7256
|
# ebu_tt_d_destination_settings: {
|
7257
|
+
# copyright_holder: "__stringMax1000",
|
7120
7258
|
# fill_line_gap: "DISABLED", # accepts DISABLED, ENABLED
|
7121
7259
|
# font_family: "__string",
|
7122
7260
|
# style_control: "EXCLUDE", # accepts EXCLUDE, INCLUDE
|
@@ -7167,6 +7305,13 @@ module Aws::MediaLive
|
|
7167
7305
|
# output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
|
7168
7306
|
# support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
|
7169
7307
|
# },
|
7308
|
+
# motion_graphics_configuration: {
|
7309
|
+
# motion_graphics_insertion: "DISABLED", # accepts DISABLED, ENABLED
|
7310
|
+
# motion_graphics_settings: { # required
|
7311
|
+
# html_motion_graphics_settings: {
|
7312
|
+
# },
|
7313
|
+
# },
|
7314
|
+
# },
|
7170
7315
|
# nielsen_configuration: {
|
7171
7316
|
# distributor_id: "__string",
|
7172
7317
|
# nielsen_pcm_to_id_3_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -7176,6 +7321,11 @@ module Aws::MediaLive
|
|
7176
7321
|
# name: "__stringMax32",
|
7177
7322
|
# output_group_settings: { # required
|
7178
7323
|
# archive_group_settings: {
|
7324
|
+
# archive_cdn_settings: {
|
7325
|
+
# archive_s3_settings: {
|
7326
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7327
|
+
# },
|
7328
|
+
# },
|
7179
7329
|
# destination: { # required
|
7180
7330
|
# destination_ref_id: "__string",
|
7181
7331
|
# },
|
@@ -7185,6 +7335,11 @@ module Aws::MediaLive
|
|
7185
7335
|
# destination: { # required
|
7186
7336
|
# destination_ref_id: "__string",
|
7187
7337
|
# },
|
7338
|
+
# frame_capture_cdn_settings: {
|
7339
|
+
# frame_capture_s3_settings: {
|
7340
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7341
|
+
# },
|
7342
|
+
# },
|
7188
7343
|
# },
|
7189
7344
|
# hls_group_settings: {
|
7190
7345
|
# ad_markers: ["ADOBE"], # accepts ADOBE, ELEMENTAL, ELEMENTAL_SCTE35
|
@@ -7232,6 +7387,9 @@ module Aws::MediaLive
|
|
7232
7387
|
# num_retries: 1,
|
7233
7388
|
# restart_delay: 1,
|
7234
7389
|
# },
|
7390
|
+
# hls_s3_settings: {
|
7391
|
+
# canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
|
7392
|
+
# },
|
7235
7393
|
# hls_webdav_settings: {
|
7236
7394
|
# connection_retry_interval: 1,
|
7237
7395
|
# filecache_duration: 1,
|
@@ -7555,7 +7713,7 @@ module Aws::MediaLive
|
|
7555
7713
|
# capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
|
7556
7714
|
# },
|
7557
7715
|
# h264_settings: {
|
7558
|
-
# adaptive_quantization: "
|
7716
|
+
# adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
7559
7717
|
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
7560
7718
|
# bitrate: 1,
|
7561
7719
|
# buf_fill_pct: 1,
|
@@ -7610,7 +7768,7 @@ module Aws::MediaLive
|
|
7610
7768
|
# timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
|
7611
7769
|
# },
|
7612
7770
|
# h265_settings: {
|
7613
|
-
# adaptive_quantization: "
|
7771
|
+
# adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
|
7614
7772
|
# afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
|
7615
7773
|
# alternative_transfer_function: "INSERT", # accepts INSERT, OMIT
|
7616
7774
|
# bitrate: 1,
|
@@ -7764,6 +7922,12 @@ module Aws::MediaLive
|
|
7764
7922
|
# pid: 1,
|
7765
7923
|
# },
|
7766
7924
|
# teletext_source_settings: {
|
7925
|
+
# output_rectangle: {
|
7926
|
+
# height: 1.0, # required
|
7927
|
+
# left_offset: 1.0, # required
|
7928
|
+
# top_offset: 1.0, # required
|
7929
|
+
# width: 1.0, # required
|
7930
|
+
# },
|
7767
7931
|
# page_number: "__string",
|
7768
7932
|
# },
|
7769
7933
|
# },
|
@@ -7785,7 +7949,13 @@ module Aws::MediaLive
|
|
7785
7949
|
# smpte_2038_data_preference: "IGNORE", # accepts IGNORE, PREFER
|
7786
7950
|
# source_end_behavior: "CONTINUE", # accepts CONTINUE, LOOP
|
7787
7951
|
# video_selector: {
|
7788
|
-
# color_space: "FOLLOW", # accepts FOLLOW, REC_601, REC_709
|
7952
|
+
# color_space: "FOLLOW", # accepts FOLLOW, HDR10, HLG_2020, REC_601, REC_709
|
7953
|
+
# color_space_settings: {
|
7954
|
+
# hdr_10_settings: {
|
7955
|
+
# max_cll: 1,
|
7956
|
+
# max_fall: 1,
|
7957
|
+
# },
|
7958
|
+
# },
|
7789
7959
|
# color_space_usage: "FALLBACK", # accepts FALLBACK, FORCE
|
7790
7960
|
# selector_settings: {
|
7791
7961
|
# video_selector_pid: {
|
@@ -7946,6 +8116,7 @@ module Aws::MediaLive
|
|
7946
8116
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
7947
8117
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
7948
8118
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
8119
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
7949
8120
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
7950
8121
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
7951
8122
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
@@ -7966,13 +8137,16 @@ module Aws::MediaLive
|
|
7966
8137
|
# resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
|
7967
8138
|
# resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
|
7968
8139
|
# resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
|
8140
|
+
# resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
7969
8141
|
# resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
|
7970
8142
|
# resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
7971
8143
|
# resp.channel.encoder_settings.output_groups #=> Array
|
7972
8144
|
# resp.channel.encoder_settings.output_groups[0].name #=> String
|
8145
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
7973
8146
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
7974
8147
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
7975
8148
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
8149
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
7976
8150
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
7977
8151
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
7978
8152
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -8007,6 +8181,7 @@ module Aws::MediaLive
|
|
8007
8181
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
8008
8182
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
8009
8183
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
8184
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
8010
8185
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
8011
8186
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
8012
8187
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -8234,7 +8409,7 @@ module Aws::MediaLive
|
|
8234
8409
|
# resp.channel.encoder_settings.video_descriptions #=> Array
|
8235
8410
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
8236
8411
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
|
8237
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
8412
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
8238
8413
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
8239
8414
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
8240
8415
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
|
@@ -8275,7 +8450,7 @@ module Aws::MediaLive
|
|
8275
8450
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
8276
8451
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
8277
8452
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
8278
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
8453
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
8279
8454
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
8280
8455
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
8281
8456
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
@@ -8361,6 +8536,10 @@ module Aws::MediaLive
|
|
8361
8536
|
# 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"
|
8362
8537
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
8363
8538
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
8539
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
8540
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
8541
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
8542
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
8364
8543
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
8365
8544
|
# resp.channel.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
8366
8545
|
# resp.channel.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -8373,7 +8552,9 @@ module Aws::MediaLive
|
|
8373
8552
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
8374
8553
|
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
8375
8554
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
8376
|
-
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
8555
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
8556
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
8557
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
8377
8558
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
8378
8559
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
8379
8560
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -8385,14 +8566,18 @@ module Aws::MediaLive
|
|
8385
8566
|
# resp.channel.pipeline_details #=> Array
|
8386
8567
|
# resp.channel.pipeline_details[0].active_input_attachment_name #=> String
|
8387
8568
|
# resp.channel.pipeline_details[0].active_input_switch_action_name #=> String
|
8569
|
+
# resp.channel.pipeline_details[0].active_motion_graphics_action_name #=> String
|
8570
|
+
# resp.channel.pipeline_details[0].active_motion_graphics_uri #=> String
|
8388
8571
|
# resp.channel.pipeline_details[0].pipeline_id #=> String
|
8389
8572
|
# resp.channel.pipelines_running_count #=> Integer
|
8390
8573
|
# resp.channel.role_arn #=> String
|
8391
8574
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
8392
8575
|
# resp.channel.tags #=> Hash
|
8393
8576
|
# resp.channel.tags["__string"] #=> String
|
8394
|
-
# resp.channel.vpc.
|
8395
|
-
# resp.channel.vpc.
|
8577
|
+
# resp.channel.vpc.availability_zones #=> Array
|
8578
|
+
# resp.channel.vpc.availability_zones[0] #=> String
|
8579
|
+
# resp.channel.vpc.network_interface_ids #=> Array
|
8580
|
+
# resp.channel.vpc.network_interface_ids[0] #=> String
|
8396
8581
|
# resp.channel.vpc.security_group_ids #=> Array
|
8397
8582
|
# resp.channel.vpc.security_group_ids[0] #=> String
|
8398
8583
|
# resp.channel.vpc.subnet_ids #=> Array
|
@@ -8587,6 +8772,7 @@ module Aws::MediaLive
|
|
8587
8772
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.teletext_grid_control #=> String, one of "FIXED", "SCALED"
|
8588
8773
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.x_position #=> Integer
|
8589
8774
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.dvb_sub_destination_settings.y_position #=> Integer
|
8775
|
+
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.copyright_holder #=> String
|
8590
8776
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.fill_line_gap #=> String, one of "DISABLED", "ENABLED"
|
8591
8777
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
|
8592
8778
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
|
@@ -8607,13 +8793,16 @@ module Aws::MediaLive
|
|
8607
8793
|
# resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
|
8608
8794
|
# resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
|
8609
8795
|
# resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
|
8796
|
+
# resp.channel.encoder_settings.motion_graphics_configuration.motion_graphics_insertion #=> String, one of "DISABLED", "ENABLED"
|
8610
8797
|
# resp.channel.encoder_settings.nielsen_configuration.distributor_id #=> String
|
8611
8798
|
# resp.channel.encoder_settings.nielsen_configuration.nielsen_pcm_to_id_3_tagging #=> String, one of "DISABLED", "ENABLED"
|
8612
8799
|
# resp.channel.encoder_settings.output_groups #=> Array
|
8613
8800
|
# resp.channel.encoder_settings.output_groups[0].name #=> String
|
8801
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.archive_cdn_settings.archive_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
8614
8802
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.destination.destination_ref_id #=> String
|
8615
8803
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.archive_group_settings.rollover_interval #=> Integer
|
8616
8804
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.destination.destination_ref_id #=> String
|
8805
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.frame_capture_group_settings.frame_capture_cdn_settings.frame_capture_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
8617
8806
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers #=> Array
|
8618
8807
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ad_markers[0] #=> String, one of "ADOBE", "ELEMENTAL", "ELEMENTAL_SCTE35"
|
8619
8808
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.base_url_content #=> String
|
@@ -8648,6 +8837,7 @@ module Aws::MediaLive
|
|
8648
8837
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.media_store_storage_class #=> String, one of "TEMPORAL"
|
8649
8838
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.num_retries #=> Integer
|
8650
8839
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_media_store_settings.restart_delay #=> Integer
|
8840
|
+
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_s3_settings.canned_acl #=> String, one of "AUTHENTICATED_READ", "BUCKET_OWNER_FULL_CONTROL", "BUCKET_OWNER_READ", "PUBLIC_READ"
|
8651
8841
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.connection_retry_interval #=> Integer
|
8652
8842
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.filecache_duration #=> Integer
|
8653
8843
|
# resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.hls_cdn_settings.hls_webdav_settings.http_transfer_mode #=> String, one of "CHUNKED", "NON_CHUNKED"
|
@@ -8875,7 +9065,7 @@ module Aws::MediaLive
|
|
8875
9065
|
# resp.channel.encoder_settings.video_descriptions #=> Array
|
8876
9066
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
|
8877
9067
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
|
8878
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
9068
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
8879
9069
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
8880
9070
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
|
8881
9071
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
|
@@ -8916,7 +9106,7 @@ module Aws::MediaLive
|
|
8916
9106
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
|
8917
9107
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
|
8918
9108
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
|
8919
|
-
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
9109
|
+
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
|
8920
9110
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
|
8921
9111
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
|
8922
9112
|
# resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
|
@@ -9002,6 +9192,10 @@ module Aws::MediaLive
|
|
9002
9192
|
# 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"
|
9003
9193
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
|
9004
9194
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
|
9195
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
|
9196
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
|
9197
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.top_offset #=> Float
|
9198
|
+
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.width #=> Float
|
9005
9199
|
# resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.page_number #=> String
|
9006
9200
|
# resp.channel.input_attachments[0].input_settings.deblock_filter #=> String, one of "DISABLED", "ENABLED"
|
9007
9201
|
# resp.channel.input_attachments[0].input_settings.denoise_filter #=> String, one of "DISABLED", "ENABLED"
|
@@ -9014,7 +9208,9 @@ module Aws::MediaLive
|
|
9014
9208
|
# resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
|
9015
9209
|
# resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
|
9016
9210
|
# resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
|
9017
|
-
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "REC_601", "REC_709"
|
9211
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space #=> String, one of "FOLLOW", "HDR10", "HLG_2020", "REC_601", "REC_709"
|
9212
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_cll #=> Integer
|
9213
|
+
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_settings.hdr_10_settings.max_fall #=> Integer
|
9018
9214
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
9019
9215
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
9020
9216
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
@@ -9026,14 +9222,18 @@ module Aws::MediaLive
|
|
9026
9222
|
# resp.channel.pipeline_details #=> Array
|
9027
9223
|
# resp.channel.pipeline_details[0].active_input_attachment_name #=> String
|
9028
9224
|
# resp.channel.pipeline_details[0].active_input_switch_action_name #=> String
|
9225
|
+
# resp.channel.pipeline_details[0].active_motion_graphics_action_name #=> String
|
9226
|
+
# resp.channel.pipeline_details[0].active_motion_graphics_uri #=> String
|
9029
9227
|
# resp.channel.pipeline_details[0].pipeline_id #=> String
|
9030
9228
|
# resp.channel.pipelines_running_count #=> Integer
|
9031
9229
|
# resp.channel.role_arn #=> String
|
9032
9230
|
# resp.channel.state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED", "UPDATING", "UPDATE_FAILED"
|
9033
9231
|
# resp.channel.tags #=> Hash
|
9034
9232
|
# resp.channel.tags["__string"] #=> String
|
9035
|
-
# resp.channel.vpc.
|
9036
|
-
# resp.channel.vpc.
|
9233
|
+
# resp.channel.vpc.availability_zones #=> Array
|
9234
|
+
# resp.channel.vpc.availability_zones[0] #=> String
|
9235
|
+
# resp.channel.vpc.network_interface_ids #=> Array
|
9236
|
+
# resp.channel.vpc.network_interface_ids[0] #=> String
|
9037
9237
|
# resp.channel.vpc.security_group_ids #=> Array
|
9038
9238
|
# resp.channel.vpc.security_group_ids[0] #=> String
|
9039
9239
|
# resp.channel.vpc.subnet_ids #=> Array
|
@@ -9475,7 +9675,7 @@ module Aws::MediaLive
|
|
9475
9675
|
params: params,
|
9476
9676
|
config: config)
|
9477
9677
|
context[:gem_name] = 'aws-sdk-medialive'
|
9478
|
-
context[:gem_version] = '1.
|
9678
|
+
context[:gem_version] = '1.71.0'
|
9479
9679
|
Seahorse::Client::Request.new(handlers, context)
|
9480
9680
|
end
|
9481
9681
|
|