aws-sdk-medialive 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -178,15 +178,15 @@ module Aws::MediaLive
178
178
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
179
179
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
180
180
  # dvb_nit_settings: {
181
- # network_id: 1,
182
- # network_name: "__string",
181
+ # network_id: 1, # required
182
+ # network_name: "__stringMin1Max256", # required
183
183
  # rep_interval: 1,
184
184
  # },
185
185
  # dvb_sdt_settings: {
186
186
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
187
187
  # rep_interval: 1,
188
- # service_name: "__string",
189
- # service_provider_name: "__string",
188
+ # service_name: "__stringMin1Max256",
189
+ # service_provider_name: "__stringMin1Max256",
190
190
  # },
191
191
  # dvb_sub_pids: "__string",
192
192
  # dvb_tdt_settings: {
@@ -240,7 +240,7 @@ module Aws::MediaLive
240
240
  # data as a hash:
241
241
  #
242
242
  # {
243
- # destination: {
243
+ # destination: { # required
244
244
  # destination_ref_id: "__string",
245
245
  # },
246
246
  # rollover_interval: 1,
@@ -269,7 +269,7 @@ module Aws::MediaLive
269
269
  # data as a hash:
270
270
  #
271
271
  # {
272
- # container_settings: {
272
+ # container_settings: { # required
273
273
  # m2ts_settings: {
274
274
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
275
275
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -283,15 +283,15 @@ module Aws::MediaLive
283
283
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
284
284
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
285
285
  # dvb_nit_settings: {
286
- # network_id: 1,
287
- # network_name: "__string",
286
+ # network_id: 1, # required
287
+ # network_name: "__stringMin1Max256", # required
288
288
  # rep_interval: 1,
289
289
  # },
290
290
  # dvb_sdt_settings: {
291
291
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
292
292
  # rep_interval: 1,
293
- # service_name: "__string",
294
- # service_provider_name: "__string",
293
+ # service_name: "__stringMin1Max256",
294
+ # service_provider_name: "__stringMin1Max256",
295
295
  # },
296
296
  # dvb_sub_pids: "__string",
297
297
  # dvb_tdt_settings: {
@@ -373,13 +373,13 @@ module Aws::MediaLive
373
373
  # data as a hash:
374
374
  #
375
375
  # {
376
- # input_channel_levels: [
376
+ # input_channel_levels: [ # required
377
377
  # {
378
- # gain: 1,
379
- # input_channel: 1,
378
+ # gain: 1, # required
379
+ # input_channel: 1, # required
380
380
  # },
381
381
  # ],
382
- # output_channel: 1,
382
+ # output_channel: 1, # required
383
383
  # }
384
384
  #
385
385
  # @!attribute [rw] input_channel_levels
@@ -489,7 +489,7 @@ module Aws::MediaLive
489
489
  # algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO
490
490
  # target_lkfs: 1.0,
491
491
  # },
492
- # audio_selector_name: "__string",
492
+ # audio_selector_name: "__string", # required
493
493
  # audio_type: "CLEAN_EFFECTS", # accepts CLEAN_EFFECTS, HEARING_IMPAIRED, UNDEFINED, VISUAL_IMPAIRED_COMMENTARY
494
494
  # audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
495
495
  # codec_settings: {
@@ -543,19 +543,19 @@ module Aws::MediaLive
543
543
  # pass_through_settings: {
544
544
  # },
545
545
  # },
546
- # language_code: "__string",
546
+ # language_code: "__stringMin3Max3",
547
547
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
548
- # name: "__string",
548
+ # name: "__string", # required
549
549
  # remix_settings: {
550
- # channel_mappings: [
550
+ # channel_mappings: [ # required
551
551
  # {
552
- # input_channel_levels: [
552
+ # input_channel_levels: [ # required
553
553
  # {
554
- # gain: 1,
555
- # input_channel: 1,
554
+ # gain: 1, # required
555
+ # input_channel: 1, # required
556
556
  # },
557
557
  # ],
558
- # output_channel: 1,
558
+ # output_channel: 1, # required
559
559
  # },
560
560
  # ],
561
561
  # channels_in: 1,
@@ -641,7 +641,7 @@ module Aws::MediaLive
641
641
  # data as a hash:
642
642
  #
643
643
  # {
644
- # language_code: "__string",
644
+ # language_code: "__string", # required
645
645
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
646
646
  # }
647
647
  #
@@ -711,7 +711,7 @@ module Aws::MediaLive
711
711
  # audio_group_id: "__string",
712
712
  # audio_only_image: {
713
713
  # password_param: "__string",
714
- # uri: "__string",
714
+ # uri: "__string", # required
715
715
  # username: "__string",
716
716
  # },
717
717
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
@@ -760,7 +760,7 @@ module Aws::MediaLive
760
760
  # data as a hash:
761
761
  #
762
762
  # {
763
- # pid: 1,
763
+ # pid: 1, # required
764
764
  # }
765
765
  #
766
766
  # @!attribute [rw] pid
@@ -778,14 +778,14 @@ module Aws::MediaLive
778
778
  # data as a hash:
779
779
  #
780
780
  # {
781
- # name: "__string",
781
+ # name: "__string", # required
782
782
  # selector_settings: {
783
783
  # audio_language_selection: {
784
- # language_code: "__string",
784
+ # language_code: "__string", # required
785
785
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
786
786
  # },
787
787
  # audio_pid_selection: {
788
- # pid: 1,
788
+ # pid: 1, # required
789
789
  # },
790
790
  # },
791
791
  # }
@@ -813,11 +813,11 @@ module Aws::MediaLive
813
813
  #
814
814
  # {
815
815
  # audio_language_selection: {
816
- # language_code: "__string",
816
+ # language_code: "__string", # required
817
817
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
818
818
  # },
819
819
  # audio_pid_selection: {
820
- # pid: 1,
820
+ # pid: 1, # required
821
821
  # },
822
822
  # }
823
823
  #
@@ -841,7 +841,7 @@ module Aws::MediaLive
841
841
  # {
842
842
  # avail_blanking_image: {
843
843
  # password_param: "__string",
844
- # uri: "__string",
844
+ # uri: "__string", # required
845
845
  # username: "__string",
846
846
  # },
847
847
  # state: "DISABLED", # accepts DISABLED, ENABLED
@@ -930,16 +930,16 @@ module Aws::MediaLive
930
930
  # {
931
931
  # blackout_slate_image: {
932
932
  # password_param: "__string",
933
- # uri: "__string",
933
+ # uri: "__string", # required
934
934
  # username: "__string",
935
935
  # },
936
936
  # network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
937
937
  # network_end_blackout_image: {
938
938
  # password_param: "__string",
939
- # uri: "__string",
939
+ # uri: "__string", # required
940
940
  # username: "__string",
941
941
  # },
942
- # network_id: "__string",
942
+ # network_id: "__stringMin34Max34",
943
943
  # state: "DISABLED", # accepts DISABLED, ENABLED
944
944
  # }
945
945
  #
@@ -993,7 +993,7 @@ module Aws::MediaLive
993
993
  # background_opacity: 1,
994
994
  # font: {
995
995
  # password_param: "__string",
996
- # uri: "__string",
996
+ # uri: "__string", # required
997
997
  # username: "__string",
998
998
  # },
999
999
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -1160,7 +1160,7 @@ module Aws::MediaLive
1160
1160
  # data as a hash:
1161
1161
  #
1162
1162
  # {
1163
- # caption_selector_name: "__string",
1163
+ # caption_selector_name: "__string", # required
1164
1164
  # destination_settings: {
1165
1165
  # arib_destination_settings: {
1166
1166
  # },
@@ -1170,7 +1170,7 @@ module Aws::MediaLive
1170
1170
  # background_opacity: 1,
1171
1171
  # font: {
1172
1172
  # password_param: "__string",
1173
- # uri: "__string",
1173
+ # uri: "__string", # required
1174
1174
  # username: "__string",
1175
1175
  # },
1176
1176
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -1193,7 +1193,7 @@ module Aws::MediaLive
1193
1193
  # background_opacity: 1,
1194
1194
  # font: {
1195
1195
  # password_param: "__string",
1196
- # uri: "__string",
1196
+ # uri: "__string", # required
1197
1197
  # username: "__string",
1198
1198
  # },
1199
1199
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -1230,7 +1230,7 @@ module Aws::MediaLive
1230
1230
  # },
1231
1231
  # language_code: "__string",
1232
1232
  # language_description: "__string",
1233
- # name: "__string",
1233
+ # name: "__string", # required
1234
1234
  # }
1235
1235
  #
1236
1236
  # @!attribute [rw] caption_selector_name
@@ -1281,7 +1281,7 @@ module Aws::MediaLive
1281
1281
  # background_opacity: 1,
1282
1282
  # font: {
1283
1283
  # password_param: "__string",
1284
- # uri: "__string",
1284
+ # uri: "__string", # required
1285
1285
  # username: "__string",
1286
1286
  # },
1287
1287
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -1304,7 +1304,7 @@ module Aws::MediaLive
1304
1304
  # background_opacity: 1,
1305
1305
  # font: {
1306
1306
  # password_param: "__string",
1307
- # uri: "__string",
1307
+ # uri: "__string", # required
1308
1308
  # username: "__string",
1309
1309
  # },
1310
1310
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -1397,9 +1397,9 @@ module Aws::MediaLive
1397
1397
  # data as a hash:
1398
1398
  #
1399
1399
  # {
1400
- # caption_channel: 1,
1401
- # language_code: "__string",
1402
- # language_description: "__string",
1400
+ # caption_channel: 1, # required
1401
+ # language_code: "__stringMin3Max3", # required
1402
+ # language_description: "__stringMin1", # required
1403
1403
  # }
1404
1404
  #
1405
1405
  # @!attribute [rw] caption_channel
@@ -1434,7 +1434,7 @@ module Aws::MediaLive
1434
1434
  #
1435
1435
  # {
1436
1436
  # language_code: "__string",
1437
- # name: "__string",
1437
+ # name: "__string", # required
1438
1438
  # selector_settings: {
1439
1439
  # arib_source_settings: {
1440
1440
  # },
@@ -1750,14 +1750,14 @@ module Aws::MediaLive
1750
1750
  # },
1751
1751
  # ],
1752
1752
  # encoder_settings: {
1753
- # audio_descriptions: [
1753
+ # audio_descriptions: [ # required
1754
1754
  # {
1755
1755
  # audio_normalization_settings: {
1756
1756
  # algorithm: "ITU_1770_1", # accepts ITU_1770_1, ITU_1770_2
1757
1757
  # algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO
1758
1758
  # target_lkfs: 1.0,
1759
1759
  # },
1760
- # audio_selector_name: "__string",
1760
+ # audio_selector_name: "__string", # required
1761
1761
  # audio_type: "CLEAN_EFFECTS", # accepts CLEAN_EFFECTS, HEARING_IMPAIRED, UNDEFINED, VISUAL_IMPAIRED_COMMENTARY
1762
1762
  # audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
1763
1763
  # codec_settings: {
@@ -1811,19 +1811,19 @@ module Aws::MediaLive
1811
1811
  # pass_through_settings: {
1812
1812
  # },
1813
1813
  # },
1814
- # language_code: "__string",
1814
+ # language_code: "__stringMin3Max3",
1815
1815
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
1816
- # name: "__string",
1816
+ # name: "__string", # required
1817
1817
  # remix_settings: {
1818
- # channel_mappings: [
1818
+ # channel_mappings: [ # required
1819
1819
  # {
1820
- # input_channel_levels: [
1820
+ # input_channel_levels: [ # required
1821
1821
  # {
1822
- # gain: 1,
1823
- # input_channel: 1,
1822
+ # gain: 1, # required
1823
+ # input_channel: 1, # required
1824
1824
  # },
1825
1825
  # ],
1826
- # output_channel: 1,
1826
+ # output_channel: 1, # required
1827
1827
  # },
1828
1828
  # ],
1829
1829
  # channels_in: 1,
@@ -1835,7 +1835,7 @@ module Aws::MediaLive
1835
1835
  # avail_blanking: {
1836
1836
  # avail_blanking_image: {
1837
1837
  # password_param: "__string",
1838
- # uri: "__string",
1838
+ # uri: "__string", # required
1839
1839
  # username: "__string",
1840
1840
  # },
1841
1841
  # state: "DISABLED", # accepts DISABLED, ENABLED
@@ -1857,21 +1857,21 @@ module Aws::MediaLive
1857
1857
  # blackout_slate: {
1858
1858
  # blackout_slate_image: {
1859
1859
  # password_param: "__string",
1860
- # uri: "__string",
1860
+ # uri: "__string", # required
1861
1861
  # username: "__string",
1862
1862
  # },
1863
1863
  # network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
1864
1864
  # network_end_blackout_image: {
1865
1865
  # password_param: "__string",
1866
- # uri: "__string",
1866
+ # uri: "__string", # required
1867
1867
  # username: "__string",
1868
1868
  # },
1869
- # network_id: "__string",
1869
+ # network_id: "__stringMin34Max34",
1870
1870
  # state: "DISABLED", # accepts DISABLED, ENABLED
1871
1871
  # },
1872
1872
  # caption_descriptions: [
1873
1873
  # {
1874
- # caption_selector_name: "__string",
1874
+ # caption_selector_name: "__string", # required
1875
1875
  # destination_settings: {
1876
1876
  # arib_destination_settings: {
1877
1877
  # },
@@ -1881,7 +1881,7 @@ module Aws::MediaLive
1881
1881
  # background_opacity: 1,
1882
1882
  # font: {
1883
1883
  # password_param: "__string",
1884
- # uri: "__string",
1884
+ # uri: "__string", # required
1885
1885
  # username: "__string",
1886
1886
  # },
1887
1887
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -1904,7 +1904,7 @@ module Aws::MediaLive
1904
1904
  # background_opacity: 1,
1905
1905
  # font: {
1906
1906
  # password_param: "__string",
1907
- # uri: "__string",
1907
+ # uri: "__string", # required
1908
1908
  # username: "__string",
1909
1909
  # },
1910
1910
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -1941,7 +1941,7 @@ module Aws::MediaLive
1941
1941
  # },
1942
1942
  # language_code: "__string",
1943
1943
  # language_description: "__string",
1944
- # name: "__string",
1944
+ # name: "__string", # required
1945
1945
  # },
1946
1946
  # ],
1947
1947
  # global_configuration: {
@@ -1949,10 +1949,10 @@ module Aws::MediaLive
1949
1949
  # input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
1950
1950
  # input_loss_behavior: {
1951
1951
  # black_frame_msec: 1,
1952
- # input_loss_image_color: "__string",
1952
+ # input_loss_image_color: "__stringMin6Max6",
1953
1953
  # input_loss_image_slate: {
1954
1954
  # password_param: "__string",
1955
- # uri: "__string",
1955
+ # uri: "__string", # required
1956
1956
  # username: "__string",
1957
1957
  # },
1958
1958
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -1961,12 +1961,12 @@ module Aws::MediaLive
1961
1961
  # output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
1962
1962
  # support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
1963
1963
  # },
1964
- # output_groups: [
1964
+ # output_groups: [ # required
1965
1965
  # {
1966
- # name: "__string",
1967
- # output_group_settings: {
1966
+ # name: "__stringMax32",
1967
+ # output_group_settings: { # required
1968
1968
  # archive_group_settings: {
1969
- # destination: {
1969
+ # destination: { # required
1970
1970
  # destination_ref_id: "__string",
1971
1971
  # },
1972
1972
  # rollover_interval: 1,
@@ -1977,16 +1977,16 @@ module Aws::MediaLive
1977
1977
  # base_url_manifest: "__string",
1978
1978
  # caption_language_mappings: [
1979
1979
  # {
1980
- # caption_channel: 1,
1981
- # language_code: "__string",
1982
- # language_description: "__string",
1980
+ # caption_channel: 1, # required
1981
+ # language_code: "__stringMin3Max3", # required
1982
+ # language_description: "__stringMin1", # required
1983
1983
  # },
1984
1984
  # ],
1985
1985
  # caption_language_setting: "INSERT", # accepts INSERT, NONE, OMIT
1986
1986
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
1987
1987
  # codec_specification: "RFC_4281", # accepts RFC_4281, RFC_6381
1988
- # constant_iv: "__string",
1989
- # destination: {
1988
+ # constant_iv: "__stringMin32Max32",
1989
+ # destination: { # required
1990
1990
  # destination_ref_id: "__string",
1991
1991
  # },
1992
1992
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
@@ -2033,10 +2033,10 @@ module Aws::MediaLive
2033
2033
  # static_key_settings: {
2034
2034
  # key_provider_server: {
2035
2035
  # password_param: "__string",
2036
- # uri: "__string",
2036
+ # uri: "__string", # required
2037
2037
  # username: "__string",
2038
2038
  # },
2039
- # static_key_value: "__string",
2039
+ # static_key_value: "__stringMin32Max32", # required
2040
2040
  # },
2041
2041
  # },
2042
2042
  # manifest_compression: "GZIP", # accepts GZIP, NONE
@@ -2060,7 +2060,7 @@ module Aws::MediaLive
2060
2060
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
2061
2061
  # certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
2062
2062
  # connection_retry_interval: 1,
2063
- # destination: {
2063
+ # destination: { # required
2064
2064
  # destination_ref_id: "__string",
2065
2065
  # },
2066
2066
  # event_id: "__string",
@@ -2084,14 +2084,14 @@ module Aws::MediaLive
2084
2084
  # timed_metadata_id_3_period: 1,
2085
2085
  # },
2086
2086
  # },
2087
- # outputs: [
2087
+ # outputs: [ # required
2088
2088
  # {
2089
2089
  # audio_description_names: ["__string"],
2090
2090
  # caption_description_names: ["__string"],
2091
- # output_name: "__string",
2092
- # output_settings: {
2091
+ # output_name: "__stringMin1Max255",
2092
+ # output_settings: { # required
2093
2093
  # archive_output_settings: {
2094
- # container_settings: {
2094
+ # container_settings: { # required
2095
2095
  # m2ts_settings: {
2096
2096
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
2097
2097
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -2105,15 +2105,15 @@ module Aws::MediaLive
2105
2105
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
2106
2106
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
2107
2107
  # dvb_nit_settings: {
2108
- # network_id: 1,
2109
- # network_name: "__string",
2108
+ # network_id: 1, # required
2109
+ # network_name: "__stringMin1Max256", # required
2110
2110
  # rep_interval: 1,
2111
2111
  # },
2112
2112
  # dvb_sdt_settings: {
2113
2113
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
2114
2114
  # rep_interval: 1,
2115
- # service_name: "__string",
2116
- # service_provider_name: "__string",
2115
+ # service_name: "__stringMin1Max256",
2116
+ # service_provider_name: "__stringMin1Max256",
2117
2117
  # },
2118
2118
  # dvb_sub_pids: "__string",
2119
2119
  # dvb_tdt_settings: {
@@ -2156,19 +2156,19 @@ module Aws::MediaLive
2156
2156
  # name_modifier: "__string",
2157
2157
  # },
2158
2158
  # hls_output_settings: {
2159
- # hls_settings: {
2159
+ # hls_settings: { # required
2160
2160
  # audio_only_hls_settings: {
2161
2161
  # audio_group_id: "__string",
2162
2162
  # audio_only_image: {
2163
2163
  # password_param: "__string",
2164
- # uri: "__string",
2164
+ # uri: "__string", # required
2165
2165
  # username: "__string",
2166
2166
  # },
2167
2167
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
2168
2168
  # },
2169
2169
  # standard_hls_settings: {
2170
2170
  # audio_rendition_sets: "__string",
2171
- # m3u_8_settings: {
2171
+ # m3u_8_settings: { # required
2172
2172
  # audio_frames_per_pes: 1,
2173
2173
  # audio_pids: "__string",
2174
2174
  # ecm_pid: "__string",
@@ -2187,7 +2187,7 @@ module Aws::MediaLive
2187
2187
  # },
2188
2188
  # },
2189
2189
  # },
2190
- # name_modifier: "__string",
2190
+ # name_modifier: "__stringMin1",
2191
2191
  # segment_modifier: "__string",
2192
2192
  # },
2193
2193
  # ms_smooth_output_settings: {
@@ -2195,7 +2195,7 @@ module Aws::MediaLive
2195
2195
  # },
2196
2196
  # udp_output_settings: {
2197
2197
  # buffer_msec: 1,
2198
- # container_settings: {
2198
+ # container_settings: { # required
2199
2199
  # m2ts_settings: {
2200
2200
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
2201
2201
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -2209,15 +2209,15 @@ module Aws::MediaLive
2209
2209
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
2210
2210
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
2211
2211
  # dvb_nit_settings: {
2212
- # network_id: 1,
2213
- # network_name: "__string",
2212
+ # network_id: 1, # required
2213
+ # network_name: "__stringMin1Max256", # required
2214
2214
  # rep_interval: 1,
2215
2215
  # },
2216
2216
  # dvb_sdt_settings: {
2217
2217
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
2218
2218
  # rep_interval: 1,
2219
- # service_name: "__string",
2220
- # service_provider_name: "__string",
2219
+ # service_name: "__stringMin1Max256",
2220
+ # service_provider_name: "__stringMin1Max256",
2221
2221
  # },
2222
2222
  # dvb_sub_pids: "__string",
2223
2223
  # dvb_tdt_settings: {
@@ -2256,7 +2256,7 @@ module Aws::MediaLive
2256
2256
  # video_pid: "__string",
2257
2257
  # },
2258
2258
  # },
2259
- # destination: {
2259
+ # destination: { # required
2260
2260
  # destination_ref_id: "__string",
2261
2261
  # },
2262
2262
  # fec_output_settings: {
@@ -2271,11 +2271,11 @@ module Aws::MediaLive
2271
2271
  # ],
2272
2272
  # },
2273
2273
  # ],
2274
- # timecode_config: {
2275
- # source: "EMBEDDED", # accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
2274
+ # timecode_config: { # required
2275
+ # source: "EMBEDDED", # required, accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
2276
2276
  # sync_threshold: 1,
2277
2277
  # },
2278
- # video_descriptions: [
2278
+ # video_descriptions: [ # required
2279
2279
  # {
2280
2280
  # codec_settings: {
2281
2281
  # h264_settings: {
@@ -2317,7 +2317,7 @@ module Aws::MediaLive
2317
2317
  # },
2318
2318
  # },
2319
2319
  # height: 1,
2320
- # name: "__string",
2320
+ # name: "__string", # required
2321
2321
  # respond_to_afd: "NONE", # accepts NONE, PASSTHROUGH, RESPOND
2322
2322
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT
2323
2323
  # sharpness: 1,
@@ -2331,14 +2331,14 @@ module Aws::MediaLive
2331
2331
  # input_settings: {
2332
2332
  # audio_selectors: [
2333
2333
  # {
2334
- # name: "__string",
2334
+ # name: "__string", # required
2335
2335
  # selector_settings: {
2336
2336
  # audio_language_selection: {
2337
- # language_code: "__string",
2337
+ # language_code: "__string", # required
2338
2338
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
2339
2339
  # },
2340
2340
  # audio_pid_selection: {
2341
- # pid: 1,
2341
+ # pid: 1, # required
2342
2342
  # },
2343
2343
  # },
2344
2344
  # },
@@ -2346,7 +2346,7 @@ module Aws::MediaLive
2346
2346
  # caption_selectors: [
2347
2347
  # {
2348
2348
  # language_code: "__string",
2349
- # name: "__string",
2349
+ # name: "__string", # required
2350
2350
  # selector_settings: {
2351
2351
  # arib_source_settings: {
2352
2352
  # },
@@ -2903,8 +2903,8 @@ module Aws::MediaLive
2903
2903
  # data as a hash:
2904
2904
  #
2905
2905
  # {
2906
- # network_id: 1,
2907
- # network_name: "__string",
2906
+ # network_id: 1, # required
2907
+ # network_name: "__stringMin1Max256", # required
2908
2908
  # rep_interval: 1,
2909
2909
  # }
2910
2910
  #
@@ -2939,8 +2939,8 @@ module Aws::MediaLive
2939
2939
  # {
2940
2940
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
2941
2941
  # rep_interval: 1,
2942
- # service_name: "__string",
2943
- # service_provider_name: "__string",
2942
+ # service_name: "__stringMin1Max256",
2943
+ # service_provider_name: "__stringMin1Max256",
2944
2944
  # }
2945
2945
  #
2946
2946
  # @!attribute [rw] output_sdt
@@ -2988,7 +2988,7 @@ module Aws::MediaLive
2988
2988
  # background_opacity: 1,
2989
2989
  # font: {
2990
2990
  # password_param: "__string",
2991
- # uri: "__string",
2991
+ # uri: "__string", # required
2992
2992
  # username: "__string",
2993
2993
  # },
2994
2994
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -3409,14 +3409,14 @@ module Aws::MediaLive
3409
3409
  # data as a hash:
3410
3410
  #
3411
3411
  # {
3412
- # audio_descriptions: [
3412
+ # audio_descriptions: [ # required
3413
3413
  # {
3414
3414
  # audio_normalization_settings: {
3415
3415
  # algorithm: "ITU_1770_1", # accepts ITU_1770_1, ITU_1770_2
3416
3416
  # algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO
3417
3417
  # target_lkfs: 1.0,
3418
3418
  # },
3419
- # audio_selector_name: "__string",
3419
+ # audio_selector_name: "__string", # required
3420
3420
  # audio_type: "CLEAN_EFFECTS", # accepts CLEAN_EFFECTS, HEARING_IMPAIRED, UNDEFINED, VISUAL_IMPAIRED_COMMENTARY
3421
3421
  # audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
3422
3422
  # codec_settings: {
@@ -3470,19 +3470,19 @@ module Aws::MediaLive
3470
3470
  # pass_through_settings: {
3471
3471
  # },
3472
3472
  # },
3473
- # language_code: "__string",
3473
+ # language_code: "__stringMin3Max3",
3474
3474
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
3475
- # name: "__string",
3475
+ # name: "__string", # required
3476
3476
  # remix_settings: {
3477
- # channel_mappings: [
3477
+ # channel_mappings: [ # required
3478
3478
  # {
3479
- # input_channel_levels: [
3479
+ # input_channel_levels: [ # required
3480
3480
  # {
3481
- # gain: 1,
3482
- # input_channel: 1,
3481
+ # gain: 1, # required
3482
+ # input_channel: 1, # required
3483
3483
  # },
3484
3484
  # ],
3485
- # output_channel: 1,
3485
+ # output_channel: 1, # required
3486
3486
  # },
3487
3487
  # ],
3488
3488
  # channels_in: 1,
@@ -3494,7 +3494,7 @@ module Aws::MediaLive
3494
3494
  # avail_blanking: {
3495
3495
  # avail_blanking_image: {
3496
3496
  # password_param: "__string",
3497
- # uri: "__string",
3497
+ # uri: "__string", # required
3498
3498
  # username: "__string",
3499
3499
  # },
3500
3500
  # state: "DISABLED", # accepts DISABLED, ENABLED
@@ -3516,21 +3516,21 @@ module Aws::MediaLive
3516
3516
  # blackout_slate: {
3517
3517
  # blackout_slate_image: {
3518
3518
  # password_param: "__string",
3519
- # uri: "__string",
3519
+ # uri: "__string", # required
3520
3520
  # username: "__string",
3521
3521
  # },
3522
3522
  # network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
3523
3523
  # network_end_blackout_image: {
3524
3524
  # password_param: "__string",
3525
- # uri: "__string",
3525
+ # uri: "__string", # required
3526
3526
  # username: "__string",
3527
3527
  # },
3528
- # network_id: "__string",
3528
+ # network_id: "__stringMin34Max34",
3529
3529
  # state: "DISABLED", # accepts DISABLED, ENABLED
3530
3530
  # },
3531
3531
  # caption_descriptions: [
3532
3532
  # {
3533
- # caption_selector_name: "__string",
3533
+ # caption_selector_name: "__string", # required
3534
3534
  # destination_settings: {
3535
3535
  # arib_destination_settings: {
3536
3536
  # },
@@ -3540,7 +3540,7 @@ module Aws::MediaLive
3540
3540
  # background_opacity: 1,
3541
3541
  # font: {
3542
3542
  # password_param: "__string",
3543
- # uri: "__string",
3543
+ # uri: "__string", # required
3544
3544
  # username: "__string",
3545
3545
  # },
3546
3546
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -3563,7 +3563,7 @@ module Aws::MediaLive
3563
3563
  # background_opacity: 1,
3564
3564
  # font: {
3565
3565
  # password_param: "__string",
3566
- # uri: "__string",
3566
+ # uri: "__string", # required
3567
3567
  # username: "__string",
3568
3568
  # },
3569
3569
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -3600,7 +3600,7 @@ module Aws::MediaLive
3600
3600
  # },
3601
3601
  # language_code: "__string",
3602
3602
  # language_description: "__string",
3603
- # name: "__string",
3603
+ # name: "__string", # required
3604
3604
  # },
3605
3605
  # ],
3606
3606
  # global_configuration: {
@@ -3608,10 +3608,10 @@ module Aws::MediaLive
3608
3608
  # input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
3609
3609
  # input_loss_behavior: {
3610
3610
  # black_frame_msec: 1,
3611
- # input_loss_image_color: "__string",
3611
+ # input_loss_image_color: "__stringMin6Max6",
3612
3612
  # input_loss_image_slate: {
3613
3613
  # password_param: "__string",
3614
- # uri: "__string",
3614
+ # uri: "__string", # required
3615
3615
  # username: "__string",
3616
3616
  # },
3617
3617
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -3620,12 +3620,12 @@ module Aws::MediaLive
3620
3620
  # output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
3621
3621
  # support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
3622
3622
  # },
3623
- # output_groups: [
3623
+ # output_groups: [ # required
3624
3624
  # {
3625
- # name: "__string",
3626
- # output_group_settings: {
3625
+ # name: "__stringMax32",
3626
+ # output_group_settings: { # required
3627
3627
  # archive_group_settings: {
3628
- # destination: {
3628
+ # destination: { # required
3629
3629
  # destination_ref_id: "__string",
3630
3630
  # },
3631
3631
  # rollover_interval: 1,
@@ -3636,16 +3636,16 @@ module Aws::MediaLive
3636
3636
  # base_url_manifest: "__string",
3637
3637
  # caption_language_mappings: [
3638
3638
  # {
3639
- # caption_channel: 1,
3640
- # language_code: "__string",
3641
- # language_description: "__string",
3639
+ # caption_channel: 1, # required
3640
+ # language_code: "__stringMin3Max3", # required
3641
+ # language_description: "__stringMin1", # required
3642
3642
  # },
3643
3643
  # ],
3644
3644
  # caption_language_setting: "INSERT", # accepts INSERT, NONE, OMIT
3645
3645
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
3646
3646
  # codec_specification: "RFC_4281", # accepts RFC_4281, RFC_6381
3647
- # constant_iv: "__string",
3648
- # destination: {
3647
+ # constant_iv: "__stringMin32Max32",
3648
+ # destination: { # required
3649
3649
  # destination_ref_id: "__string",
3650
3650
  # },
3651
3651
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
@@ -3692,10 +3692,10 @@ module Aws::MediaLive
3692
3692
  # static_key_settings: {
3693
3693
  # key_provider_server: {
3694
3694
  # password_param: "__string",
3695
- # uri: "__string",
3695
+ # uri: "__string", # required
3696
3696
  # username: "__string",
3697
3697
  # },
3698
- # static_key_value: "__string",
3698
+ # static_key_value: "__stringMin32Max32", # required
3699
3699
  # },
3700
3700
  # },
3701
3701
  # manifest_compression: "GZIP", # accepts GZIP, NONE
@@ -3719,7 +3719,7 @@ module Aws::MediaLive
3719
3719
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
3720
3720
  # certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
3721
3721
  # connection_retry_interval: 1,
3722
- # destination: {
3722
+ # destination: { # required
3723
3723
  # destination_ref_id: "__string",
3724
3724
  # },
3725
3725
  # event_id: "__string",
@@ -3743,14 +3743,14 @@ module Aws::MediaLive
3743
3743
  # timed_metadata_id_3_period: 1,
3744
3744
  # },
3745
3745
  # },
3746
- # outputs: [
3746
+ # outputs: [ # required
3747
3747
  # {
3748
3748
  # audio_description_names: ["__string"],
3749
3749
  # caption_description_names: ["__string"],
3750
- # output_name: "__string",
3751
- # output_settings: {
3750
+ # output_name: "__stringMin1Max255",
3751
+ # output_settings: { # required
3752
3752
  # archive_output_settings: {
3753
- # container_settings: {
3753
+ # container_settings: { # required
3754
3754
  # m2ts_settings: {
3755
3755
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
3756
3756
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -3764,15 +3764,15 @@ module Aws::MediaLive
3764
3764
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
3765
3765
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
3766
3766
  # dvb_nit_settings: {
3767
- # network_id: 1,
3768
- # network_name: "__string",
3767
+ # network_id: 1, # required
3768
+ # network_name: "__stringMin1Max256", # required
3769
3769
  # rep_interval: 1,
3770
3770
  # },
3771
3771
  # dvb_sdt_settings: {
3772
3772
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
3773
3773
  # rep_interval: 1,
3774
- # service_name: "__string",
3775
- # service_provider_name: "__string",
3774
+ # service_name: "__stringMin1Max256",
3775
+ # service_provider_name: "__stringMin1Max256",
3776
3776
  # },
3777
3777
  # dvb_sub_pids: "__string",
3778
3778
  # dvb_tdt_settings: {
@@ -3815,19 +3815,19 @@ module Aws::MediaLive
3815
3815
  # name_modifier: "__string",
3816
3816
  # },
3817
3817
  # hls_output_settings: {
3818
- # hls_settings: {
3818
+ # hls_settings: { # required
3819
3819
  # audio_only_hls_settings: {
3820
3820
  # audio_group_id: "__string",
3821
3821
  # audio_only_image: {
3822
3822
  # password_param: "__string",
3823
- # uri: "__string",
3823
+ # uri: "__string", # required
3824
3824
  # username: "__string",
3825
3825
  # },
3826
3826
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
3827
3827
  # },
3828
3828
  # standard_hls_settings: {
3829
3829
  # audio_rendition_sets: "__string",
3830
- # m3u_8_settings: {
3830
+ # m3u_8_settings: { # required
3831
3831
  # audio_frames_per_pes: 1,
3832
3832
  # audio_pids: "__string",
3833
3833
  # ecm_pid: "__string",
@@ -3846,7 +3846,7 @@ module Aws::MediaLive
3846
3846
  # },
3847
3847
  # },
3848
3848
  # },
3849
- # name_modifier: "__string",
3849
+ # name_modifier: "__stringMin1",
3850
3850
  # segment_modifier: "__string",
3851
3851
  # },
3852
3852
  # ms_smooth_output_settings: {
@@ -3854,7 +3854,7 @@ module Aws::MediaLive
3854
3854
  # },
3855
3855
  # udp_output_settings: {
3856
3856
  # buffer_msec: 1,
3857
- # container_settings: {
3857
+ # container_settings: { # required
3858
3858
  # m2ts_settings: {
3859
3859
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
3860
3860
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -3868,15 +3868,15 @@ module Aws::MediaLive
3868
3868
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
3869
3869
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
3870
3870
  # dvb_nit_settings: {
3871
- # network_id: 1,
3872
- # network_name: "__string",
3871
+ # network_id: 1, # required
3872
+ # network_name: "__stringMin1Max256", # required
3873
3873
  # rep_interval: 1,
3874
3874
  # },
3875
3875
  # dvb_sdt_settings: {
3876
3876
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
3877
3877
  # rep_interval: 1,
3878
- # service_name: "__string",
3879
- # service_provider_name: "__string",
3878
+ # service_name: "__stringMin1Max256",
3879
+ # service_provider_name: "__stringMin1Max256",
3880
3880
  # },
3881
3881
  # dvb_sub_pids: "__string",
3882
3882
  # dvb_tdt_settings: {
@@ -3915,7 +3915,7 @@ module Aws::MediaLive
3915
3915
  # video_pid: "__string",
3916
3916
  # },
3917
3917
  # },
3918
- # destination: {
3918
+ # destination: { # required
3919
3919
  # destination_ref_id: "__string",
3920
3920
  # },
3921
3921
  # fec_output_settings: {
@@ -3930,11 +3930,11 @@ module Aws::MediaLive
3930
3930
  # ],
3931
3931
  # },
3932
3932
  # ],
3933
- # timecode_config: {
3934
- # source: "EMBEDDED", # accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
3933
+ # timecode_config: { # required
3934
+ # source: "EMBEDDED", # required, accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
3935
3935
  # sync_threshold: 1,
3936
3936
  # },
3937
- # video_descriptions: [
3937
+ # video_descriptions: [ # required
3938
3938
  # {
3939
3939
  # codec_settings: {
3940
3940
  # h264_settings: {
@@ -3976,7 +3976,7 @@ module Aws::MediaLive
3976
3976
  # },
3977
3977
  # },
3978
3978
  # height: 1,
3979
- # name: "__string",
3979
+ # name: "__string", # required
3980
3980
  # respond_to_afd: "NONE", # accepts NONE, PASSTHROUGH, RESPOND
3981
3981
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT
3982
3982
  # sharpness: 1,
@@ -4080,10 +4080,10 @@ module Aws::MediaLive
4080
4080
  # input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
4081
4081
  # input_loss_behavior: {
4082
4082
  # black_frame_msec: 1,
4083
- # input_loss_image_color: "__string",
4083
+ # input_loss_image_color: "__stringMin6Max6",
4084
4084
  # input_loss_image_slate: {
4085
4085
  # password_param: "__string",
4086
- # uri: "__string",
4086
+ # uri: "__string", # required
4087
4087
  # username: "__string",
4088
4088
  # },
4089
4089
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -4572,16 +4572,16 @@ module Aws::MediaLive
4572
4572
  # base_url_manifest: "__string",
4573
4573
  # caption_language_mappings: [
4574
4574
  # {
4575
- # caption_channel: 1,
4576
- # language_code: "__string",
4577
- # language_description: "__string",
4575
+ # caption_channel: 1, # required
4576
+ # language_code: "__stringMin3Max3", # required
4577
+ # language_description: "__stringMin1", # required
4578
4578
  # },
4579
4579
  # ],
4580
4580
  # caption_language_setting: "INSERT", # accepts INSERT, NONE, OMIT
4581
4581
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
4582
4582
  # codec_specification: "RFC_4281", # accepts RFC_4281, RFC_6381
4583
- # constant_iv: "__string",
4584
- # destination: {
4583
+ # constant_iv: "__stringMin32Max32",
4584
+ # destination: { # required
4585
4585
  # destination_ref_id: "__string",
4586
4586
  # },
4587
4587
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
@@ -4628,10 +4628,10 @@ module Aws::MediaLive
4628
4628
  # static_key_settings: {
4629
4629
  # key_provider_server: {
4630
4630
  # password_param: "__string",
4631
- # uri: "__string",
4631
+ # uri: "__string", # required
4632
4632
  # username: "__string",
4633
4633
  # },
4634
- # static_key_value: "__string",
4634
+ # static_key_value: "__stringMin32Max32", # required
4635
4635
  # },
4636
4636
  # },
4637
4637
  # manifest_compression: "GZIP", # accepts GZIP, NONE
@@ -4988,19 +4988,19 @@ module Aws::MediaLive
4988
4988
  # data as a hash:
4989
4989
  #
4990
4990
  # {
4991
- # hls_settings: {
4991
+ # hls_settings: { # required
4992
4992
  # audio_only_hls_settings: {
4993
4993
  # audio_group_id: "__string",
4994
4994
  # audio_only_image: {
4995
4995
  # password_param: "__string",
4996
- # uri: "__string",
4996
+ # uri: "__string", # required
4997
4997
  # username: "__string",
4998
4998
  # },
4999
4999
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
5000
5000
  # },
5001
5001
  # standard_hls_settings: {
5002
5002
  # audio_rendition_sets: "__string",
5003
- # m3u_8_settings: {
5003
+ # m3u_8_settings: { # required
5004
5004
  # audio_frames_per_pes: 1,
5005
5005
  # audio_pids: "__string",
5006
5006
  # ecm_pid: "__string",
@@ -5019,7 +5019,7 @@ module Aws::MediaLive
5019
5019
  # },
5020
5020
  # },
5021
5021
  # },
5022
- # name_modifier: "__string",
5022
+ # name_modifier: "__stringMin1",
5023
5023
  # segment_modifier: "__string",
5024
5024
  # }
5025
5025
  #
@@ -5054,14 +5054,14 @@ module Aws::MediaLive
5054
5054
  # audio_group_id: "__string",
5055
5055
  # audio_only_image: {
5056
5056
  # password_param: "__string",
5057
- # uri: "__string",
5057
+ # uri: "__string", # required
5058
5058
  # username: "__string",
5059
5059
  # },
5060
5060
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
5061
5061
  # },
5062
5062
  # standard_hls_settings: {
5063
5063
  # audio_rendition_sets: "__string",
5064
- # m3u_8_settings: {
5064
+ # m3u_8_settings: { # required
5065
5065
  # audio_frames_per_pes: 1,
5066
5066
  # audio_pids: "__string",
5067
5067
  # ecm_pid: "__string",
@@ -5198,14 +5198,14 @@ module Aws::MediaLive
5198
5198
  # input_settings: {
5199
5199
  # audio_selectors: [
5200
5200
  # {
5201
- # name: "__string",
5201
+ # name: "__string", # required
5202
5202
  # selector_settings: {
5203
5203
  # audio_language_selection: {
5204
- # language_code: "__string",
5204
+ # language_code: "__string", # required
5205
5205
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
5206
5206
  # },
5207
5207
  # audio_pid_selection: {
5208
- # pid: 1,
5208
+ # pid: 1, # required
5209
5209
  # },
5210
5210
  # },
5211
5211
  # },
@@ -5213,7 +5213,7 @@ module Aws::MediaLive
5213
5213
  # caption_selectors: [
5214
5214
  # {
5215
5215
  # language_code: "__string",
5216
- # name: "__string",
5216
+ # name: "__string", # required
5217
5217
  # selector_settings: {
5218
5218
  # arib_source_settings: {
5219
5219
  # },
@@ -5288,8 +5288,8 @@ module Aws::MediaLive
5288
5288
  # data as a hash:
5289
5289
  #
5290
5290
  # {
5291
- # gain: 1,
5292
- # input_channel: 1,
5291
+ # gain: 1, # required
5292
+ # input_channel: 1, # required
5293
5293
  # }
5294
5294
  #
5295
5295
  # @!attribute [rw] gain
@@ -5359,7 +5359,7 @@ module Aws::MediaLive
5359
5359
  #
5360
5360
  # {
5361
5361
  # password_param: "__string",
5362
- # uri: "__string",
5362
+ # uri: "__string", # required
5363
5363
  # username: "__string",
5364
5364
  # }
5365
5365
  #
@@ -5396,10 +5396,10 @@ module Aws::MediaLive
5396
5396
  #
5397
5397
  # {
5398
5398
  # black_frame_msec: 1,
5399
- # input_loss_image_color: "__string",
5399
+ # input_loss_image_color: "__stringMin6Max6",
5400
5400
  # input_loss_image_slate: {
5401
5401
  # password_param: "__string",
5402
- # uri: "__string",
5402
+ # uri: "__string", # required
5403
5403
  # username: "__string",
5404
5404
  # },
5405
5405
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -5492,14 +5492,14 @@ module Aws::MediaLive
5492
5492
  # {
5493
5493
  # audio_selectors: [
5494
5494
  # {
5495
- # name: "__string",
5495
+ # name: "__string", # required
5496
5496
  # selector_settings: {
5497
5497
  # audio_language_selection: {
5498
- # language_code: "__string",
5498
+ # language_code: "__string", # required
5499
5499
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
5500
5500
  # },
5501
5501
  # audio_pid_selection: {
5502
- # pid: 1,
5502
+ # pid: 1, # required
5503
5503
  # },
5504
5504
  # },
5505
5505
  # },
@@ -5507,7 +5507,7 @@ module Aws::MediaLive
5507
5507
  # caption_selectors: [
5508
5508
  # {
5509
5509
  # language_code: "__string",
5510
- # name: "__string",
5510
+ # name: "__string", # required
5511
5511
  # selector_settings: {
5512
5512
  # arib_source_settings: {
5513
5513
  # },
@@ -5768,10 +5768,10 @@ module Aws::MediaLive
5768
5768
  # static_key_settings: {
5769
5769
  # key_provider_server: {
5770
5770
  # password_param: "__string",
5771
- # uri: "__string",
5771
+ # uri: "__string", # required
5772
5772
  # username: "__string",
5773
5773
  # },
5774
- # static_key_value: "__string",
5774
+ # static_key_value: "__stringMin32Max32", # required
5775
5775
  # },
5776
5776
  # }
5777
5777
  #
@@ -5964,15 +5964,15 @@ module Aws::MediaLive
5964
5964
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
5965
5965
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
5966
5966
  # dvb_nit_settings: {
5967
- # network_id: 1,
5968
- # network_name: "__string",
5967
+ # network_id: 1, # required
5968
+ # network_name: "__stringMin1Max256", # required
5969
5969
  # rep_interval: 1,
5970
5970
  # },
5971
5971
  # dvb_sdt_settings: {
5972
5972
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
5973
5973
  # rep_interval: 1,
5974
- # service_name: "__string",
5975
- # service_provider_name: "__string",
5974
+ # service_name: "__stringMin1Max256",
5975
+ # service_provider_name: "__stringMin1Max256",
5976
5976
  # },
5977
5977
  # dvb_sub_pids: "__string",
5978
5978
  # dvb_tdt_settings: {
@@ -6511,7 +6511,7 @@ module Aws::MediaLive
6511
6511
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
6512
6512
  # certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
6513
6513
  # connection_retry_interval: 1,
6514
- # destination: {
6514
+ # destination: { # required
6515
6515
  # destination_ref_id: "__string",
6516
6516
  # },
6517
6517
  # event_id: "__string",
@@ -6733,10 +6733,10 @@ module Aws::MediaLive
6733
6733
  # {
6734
6734
  # audio_description_names: ["__string"],
6735
6735
  # caption_description_names: ["__string"],
6736
- # output_name: "__string",
6737
- # output_settings: {
6736
+ # output_name: "__stringMin1Max255",
6737
+ # output_settings: { # required
6738
6738
  # archive_output_settings: {
6739
- # container_settings: {
6739
+ # container_settings: { # required
6740
6740
  # m2ts_settings: {
6741
6741
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
6742
6742
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -6750,15 +6750,15 @@ module Aws::MediaLive
6750
6750
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
6751
6751
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
6752
6752
  # dvb_nit_settings: {
6753
- # network_id: 1,
6754
- # network_name: "__string",
6753
+ # network_id: 1, # required
6754
+ # network_name: "__stringMin1Max256", # required
6755
6755
  # rep_interval: 1,
6756
6756
  # },
6757
6757
  # dvb_sdt_settings: {
6758
6758
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
6759
6759
  # rep_interval: 1,
6760
- # service_name: "__string",
6761
- # service_provider_name: "__string",
6760
+ # service_name: "__stringMin1Max256",
6761
+ # service_provider_name: "__stringMin1Max256",
6762
6762
  # },
6763
6763
  # dvb_sub_pids: "__string",
6764
6764
  # dvb_tdt_settings: {
@@ -6801,19 +6801,19 @@ module Aws::MediaLive
6801
6801
  # name_modifier: "__string",
6802
6802
  # },
6803
6803
  # hls_output_settings: {
6804
- # hls_settings: {
6804
+ # hls_settings: { # required
6805
6805
  # audio_only_hls_settings: {
6806
6806
  # audio_group_id: "__string",
6807
6807
  # audio_only_image: {
6808
6808
  # password_param: "__string",
6809
- # uri: "__string",
6809
+ # uri: "__string", # required
6810
6810
  # username: "__string",
6811
6811
  # },
6812
6812
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
6813
6813
  # },
6814
6814
  # standard_hls_settings: {
6815
6815
  # audio_rendition_sets: "__string",
6816
- # m3u_8_settings: {
6816
+ # m3u_8_settings: { # required
6817
6817
  # audio_frames_per_pes: 1,
6818
6818
  # audio_pids: "__string",
6819
6819
  # ecm_pid: "__string",
@@ -6832,7 +6832,7 @@ module Aws::MediaLive
6832
6832
  # },
6833
6833
  # },
6834
6834
  # },
6835
- # name_modifier: "__string",
6835
+ # name_modifier: "__stringMin1",
6836
6836
  # segment_modifier: "__string",
6837
6837
  # },
6838
6838
  # ms_smooth_output_settings: {
@@ -6840,7 +6840,7 @@ module Aws::MediaLive
6840
6840
  # },
6841
6841
  # udp_output_settings: {
6842
6842
  # buffer_msec: 1,
6843
- # container_settings: {
6843
+ # container_settings: { # required
6844
6844
  # m2ts_settings: {
6845
6845
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
6846
6846
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -6854,15 +6854,15 @@ module Aws::MediaLive
6854
6854
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
6855
6855
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
6856
6856
  # dvb_nit_settings: {
6857
- # network_id: 1,
6858
- # network_name: "__string",
6857
+ # network_id: 1, # required
6858
+ # network_name: "__stringMin1Max256", # required
6859
6859
  # rep_interval: 1,
6860
6860
  # },
6861
6861
  # dvb_sdt_settings: {
6862
6862
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
6863
6863
  # rep_interval: 1,
6864
- # service_name: "__string",
6865
- # service_provider_name: "__string",
6864
+ # service_name: "__stringMin1Max256",
6865
+ # service_provider_name: "__stringMin1Max256",
6866
6866
  # },
6867
6867
  # dvb_sub_pids: "__string",
6868
6868
  # dvb_tdt_settings: {
@@ -6901,7 +6901,7 @@ module Aws::MediaLive
6901
6901
  # video_pid: "__string",
6902
6902
  # },
6903
6903
  # },
6904
- # destination: {
6904
+ # destination: { # required
6905
6905
  # destination_ref_id: "__string",
6906
6906
  # },
6907
6907
  # fec_output_settings: {
@@ -7014,10 +7014,10 @@ module Aws::MediaLive
7014
7014
  # data as a hash:
7015
7015
  #
7016
7016
  # {
7017
- # name: "__string",
7018
- # output_group_settings: {
7017
+ # name: "__stringMax32",
7018
+ # output_group_settings: { # required
7019
7019
  # archive_group_settings: {
7020
- # destination: {
7020
+ # destination: { # required
7021
7021
  # destination_ref_id: "__string",
7022
7022
  # },
7023
7023
  # rollover_interval: 1,
@@ -7028,16 +7028,16 @@ module Aws::MediaLive
7028
7028
  # base_url_manifest: "__string",
7029
7029
  # caption_language_mappings: [
7030
7030
  # {
7031
- # caption_channel: 1,
7032
- # language_code: "__string",
7033
- # language_description: "__string",
7031
+ # caption_channel: 1, # required
7032
+ # language_code: "__stringMin3Max3", # required
7033
+ # language_description: "__stringMin1", # required
7034
7034
  # },
7035
7035
  # ],
7036
7036
  # caption_language_setting: "INSERT", # accepts INSERT, NONE, OMIT
7037
7037
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
7038
7038
  # codec_specification: "RFC_4281", # accepts RFC_4281, RFC_6381
7039
- # constant_iv: "__string",
7040
- # destination: {
7039
+ # constant_iv: "__stringMin32Max32",
7040
+ # destination: { # required
7041
7041
  # destination_ref_id: "__string",
7042
7042
  # },
7043
7043
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
@@ -7084,10 +7084,10 @@ module Aws::MediaLive
7084
7084
  # static_key_settings: {
7085
7085
  # key_provider_server: {
7086
7086
  # password_param: "__string",
7087
- # uri: "__string",
7087
+ # uri: "__string", # required
7088
7088
  # username: "__string",
7089
7089
  # },
7090
- # static_key_value: "__string",
7090
+ # static_key_value: "__stringMin32Max32", # required
7091
7091
  # },
7092
7092
  # },
7093
7093
  # manifest_compression: "GZIP", # accepts GZIP, NONE
@@ -7111,7 +7111,7 @@ module Aws::MediaLive
7111
7111
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
7112
7112
  # certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
7113
7113
  # connection_retry_interval: 1,
7114
- # destination: {
7114
+ # destination: { # required
7115
7115
  # destination_ref_id: "__string",
7116
7116
  # },
7117
7117
  # event_id: "__string",
@@ -7135,14 +7135,14 @@ module Aws::MediaLive
7135
7135
  # timed_metadata_id_3_period: 1,
7136
7136
  # },
7137
7137
  # },
7138
- # outputs: [
7138
+ # outputs: [ # required
7139
7139
  # {
7140
7140
  # audio_description_names: ["__string"],
7141
7141
  # caption_description_names: ["__string"],
7142
- # output_name: "__string",
7143
- # output_settings: {
7142
+ # output_name: "__stringMin1Max255",
7143
+ # output_settings: { # required
7144
7144
  # archive_output_settings: {
7145
- # container_settings: {
7145
+ # container_settings: { # required
7146
7146
  # m2ts_settings: {
7147
7147
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
7148
7148
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -7156,15 +7156,15 @@ module Aws::MediaLive
7156
7156
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
7157
7157
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
7158
7158
  # dvb_nit_settings: {
7159
- # network_id: 1,
7160
- # network_name: "__string",
7159
+ # network_id: 1, # required
7160
+ # network_name: "__stringMin1Max256", # required
7161
7161
  # rep_interval: 1,
7162
7162
  # },
7163
7163
  # dvb_sdt_settings: {
7164
7164
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
7165
7165
  # rep_interval: 1,
7166
- # service_name: "__string",
7167
- # service_provider_name: "__string",
7166
+ # service_name: "__stringMin1Max256",
7167
+ # service_provider_name: "__stringMin1Max256",
7168
7168
  # },
7169
7169
  # dvb_sub_pids: "__string",
7170
7170
  # dvb_tdt_settings: {
@@ -7207,19 +7207,19 @@ module Aws::MediaLive
7207
7207
  # name_modifier: "__string",
7208
7208
  # },
7209
7209
  # hls_output_settings: {
7210
- # hls_settings: {
7210
+ # hls_settings: { # required
7211
7211
  # audio_only_hls_settings: {
7212
7212
  # audio_group_id: "__string",
7213
7213
  # audio_only_image: {
7214
7214
  # password_param: "__string",
7215
- # uri: "__string",
7215
+ # uri: "__string", # required
7216
7216
  # username: "__string",
7217
7217
  # },
7218
7218
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
7219
7219
  # },
7220
7220
  # standard_hls_settings: {
7221
7221
  # audio_rendition_sets: "__string",
7222
- # m3u_8_settings: {
7222
+ # m3u_8_settings: { # required
7223
7223
  # audio_frames_per_pes: 1,
7224
7224
  # audio_pids: "__string",
7225
7225
  # ecm_pid: "__string",
@@ -7238,7 +7238,7 @@ module Aws::MediaLive
7238
7238
  # },
7239
7239
  # },
7240
7240
  # },
7241
- # name_modifier: "__string",
7241
+ # name_modifier: "__stringMin1",
7242
7242
  # segment_modifier: "__string",
7243
7243
  # },
7244
7244
  # ms_smooth_output_settings: {
@@ -7246,7 +7246,7 @@ module Aws::MediaLive
7246
7246
  # },
7247
7247
  # udp_output_settings: {
7248
7248
  # buffer_msec: 1,
7249
- # container_settings: {
7249
+ # container_settings: { # required
7250
7250
  # m2ts_settings: {
7251
7251
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
7252
7252
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -7260,15 +7260,15 @@ module Aws::MediaLive
7260
7260
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
7261
7261
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
7262
7262
  # dvb_nit_settings: {
7263
- # network_id: 1,
7264
- # network_name: "__string",
7263
+ # network_id: 1, # required
7264
+ # network_name: "__stringMin1Max256", # required
7265
7265
  # rep_interval: 1,
7266
7266
  # },
7267
7267
  # dvb_sdt_settings: {
7268
7268
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
7269
7269
  # rep_interval: 1,
7270
- # service_name: "__string",
7271
- # service_provider_name: "__string",
7270
+ # service_name: "__stringMin1Max256",
7271
+ # service_provider_name: "__stringMin1Max256",
7272
7272
  # },
7273
7273
  # dvb_sub_pids: "__string",
7274
7274
  # dvb_tdt_settings: {
@@ -7307,7 +7307,7 @@ module Aws::MediaLive
7307
7307
  # video_pid: "__string",
7308
7308
  # },
7309
7309
  # },
7310
- # destination: {
7310
+ # destination: { # required
7311
7311
  # destination_ref_id: "__string",
7312
7312
  # },
7313
7313
  # fec_output_settings: {
@@ -7349,7 +7349,7 @@ module Aws::MediaLive
7349
7349
  #
7350
7350
  # {
7351
7351
  # archive_group_settings: {
7352
- # destination: {
7352
+ # destination: { # required
7353
7353
  # destination_ref_id: "__string",
7354
7354
  # },
7355
7355
  # rollover_interval: 1,
@@ -7360,16 +7360,16 @@ module Aws::MediaLive
7360
7360
  # base_url_manifest: "__string",
7361
7361
  # caption_language_mappings: [
7362
7362
  # {
7363
- # caption_channel: 1,
7364
- # language_code: "__string",
7365
- # language_description: "__string",
7363
+ # caption_channel: 1, # required
7364
+ # language_code: "__stringMin3Max3", # required
7365
+ # language_description: "__stringMin1", # required
7366
7366
  # },
7367
7367
  # ],
7368
7368
  # caption_language_setting: "INSERT", # accepts INSERT, NONE, OMIT
7369
7369
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
7370
7370
  # codec_specification: "RFC_4281", # accepts RFC_4281, RFC_6381
7371
- # constant_iv: "__string",
7372
- # destination: {
7371
+ # constant_iv: "__stringMin32Max32",
7372
+ # destination: { # required
7373
7373
  # destination_ref_id: "__string",
7374
7374
  # },
7375
7375
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
@@ -7416,10 +7416,10 @@ module Aws::MediaLive
7416
7416
  # static_key_settings: {
7417
7417
  # key_provider_server: {
7418
7418
  # password_param: "__string",
7419
- # uri: "__string",
7419
+ # uri: "__string", # required
7420
7420
  # username: "__string",
7421
7421
  # },
7422
- # static_key_value: "__string",
7422
+ # static_key_value: "__stringMin32Max32", # required
7423
7423
  # },
7424
7424
  # },
7425
7425
  # manifest_compression: "GZIP", # accepts GZIP, NONE
@@ -7443,7 +7443,7 @@ module Aws::MediaLive
7443
7443
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
7444
7444
  # certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
7445
7445
  # connection_retry_interval: 1,
7446
- # destination: {
7446
+ # destination: { # required
7447
7447
  # destination_ref_id: "__string",
7448
7448
  # },
7449
7449
  # event_id: "__string",
@@ -7514,7 +7514,7 @@ module Aws::MediaLive
7514
7514
  #
7515
7515
  # {
7516
7516
  # archive_output_settings: {
7517
- # container_settings: {
7517
+ # container_settings: { # required
7518
7518
  # m2ts_settings: {
7519
7519
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
7520
7520
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -7528,15 +7528,15 @@ module Aws::MediaLive
7528
7528
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
7529
7529
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
7530
7530
  # dvb_nit_settings: {
7531
- # network_id: 1,
7532
- # network_name: "__string",
7531
+ # network_id: 1, # required
7532
+ # network_name: "__stringMin1Max256", # required
7533
7533
  # rep_interval: 1,
7534
7534
  # },
7535
7535
  # dvb_sdt_settings: {
7536
7536
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
7537
7537
  # rep_interval: 1,
7538
- # service_name: "__string",
7539
- # service_provider_name: "__string",
7538
+ # service_name: "__stringMin1Max256",
7539
+ # service_provider_name: "__stringMin1Max256",
7540
7540
  # },
7541
7541
  # dvb_sub_pids: "__string",
7542
7542
  # dvb_tdt_settings: {
@@ -7579,19 +7579,19 @@ module Aws::MediaLive
7579
7579
  # name_modifier: "__string",
7580
7580
  # },
7581
7581
  # hls_output_settings: {
7582
- # hls_settings: {
7582
+ # hls_settings: { # required
7583
7583
  # audio_only_hls_settings: {
7584
7584
  # audio_group_id: "__string",
7585
7585
  # audio_only_image: {
7586
7586
  # password_param: "__string",
7587
- # uri: "__string",
7587
+ # uri: "__string", # required
7588
7588
  # username: "__string",
7589
7589
  # },
7590
7590
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
7591
7591
  # },
7592
7592
  # standard_hls_settings: {
7593
7593
  # audio_rendition_sets: "__string",
7594
- # m3u_8_settings: {
7594
+ # m3u_8_settings: { # required
7595
7595
  # audio_frames_per_pes: 1,
7596
7596
  # audio_pids: "__string",
7597
7597
  # ecm_pid: "__string",
@@ -7610,7 +7610,7 @@ module Aws::MediaLive
7610
7610
  # },
7611
7611
  # },
7612
7612
  # },
7613
- # name_modifier: "__string",
7613
+ # name_modifier: "__stringMin1",
7614
7614
  # segment_modifier: "__string",
7615
7615
  # },
7616
7616
  # ms_smooth_output_settings: {
@@ -7618,7 +7618,7 @@ module Aws::MediaLive
7618
7618
  # },
7619
7619
  # udp_output_settings: {
7620
7620
  # buffer_msec: 1,
7621
- # container_settings: {
7621
+ # container_settings: { # required
7622
7622
  # m2ts_settings: {
7623
7623
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
7624
7624
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -7632,15 +7632,15 @@ module Aws::MediaLive
7632
7632
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
7633
7633
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
7634
7634
  # dvb_nit_settings: {
7635
- # network_id: 1,
7636
- # network_name: "__string",
7635
+ # network_id: 1, # required
7636
+ # network_name: "__stringMin1Max256", # required
7637
7637
  # rep_interval: 1,
7638
7638
  # },
7639
7639
  # dvb_sdt_settings: {
7640
7640
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
7641
7641
  # rep_interval: 1,
7642
- # service_name: "__string",
7643
- # service_provider_name: "__string",
7642
+ # service_name: "__stringMin1Max256",
7643
+ # service_provider_name: "__stringMin1Max256",
7644
7644
  # },
7645
7645
  # dvb_sub_pids: "__string",
7646
7646
  # dvb_tdt_settings: {
@@ -7679,7 +7679,7 @@ module Aws::MediaLive
7679
7679
  # video_pid: "__string",
7680
7680
  # },
7681
7681
  # },
7682
- # destination: {
7682
+ # destination: { # required
7683
7683
  # destination_ref_id: "__string",
7684
7684
  # },
7685
7685
  # fec_output_settings: {
@@ -7722,15 +7722,15 @@ module Aws::MediaLive
7722
7722
  # data as a hash:
7723
7723
  #
7724
7724
  # {
7725
- # channel_mappings: [
7725
+ # channel_mappings: [ # required
7726
7726
  # {
7727
- # input_channel_levels: [
7727
+ # input_channel_levels: [ # required
7728
7728
  # {
7729
- # gain: 1,
7730
- # input_channel: 1,
7729
+ # gain: 1, # required
7730
+ # input_channel: 1, # required
7731
7731
  # },
7732
7732
  # ],
7733
- # output_channel: 1,
7733
+ # output_channel: 1, # required
7734
7734
  # },
7735
7735
  # ],
7736
7736
  # channels_in: 1,
@@ -7924,7 +7924,7 @@ module Aws::MediaLive
7924
7924
  #
7925
7925
  # {
7926
7926
  # audio_rendition_sets: "__string",
7927
- # m3u_8_settings: {
7927
+ # m3u_8_settings: { # required
7928
7928
  # audio_frames_per_pes: 1,
7929
7929
  # audio_pids: "__string",
7930
7930
  # ecm_pid: "__string",
@@ -8034,10 +8034,10 @@ module Aws::MediaLive
8034
8034
  # {
8035
8035
  # key_provider_server: {
8036
8036
  # password_param: "__string",
8037
- # uri: "__string",
8037
+ # uri: "__string", # required
8038
8038
  # username: "__string",
8039
8039
  # },
8040
- # static_key_value: "__string",
8040
+ # static_key_value: "__stringMin32Max32", # required
8041
8041
  # }
8042
8042
  #
8043
8043
  # @!attribute [rw] key_provider_server
@@ -8154,7 +8154,7 @@ module Aws::MediaLive
8154
8154
  # data as a hash:
8155
8155
  #
8156
8156
  # {
8157
- # source: "EMBEDDED", # accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
8157
+ # source: "EMBEDDED", # required, accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
8158
8158
  # sync_threshold: 1,
8159
8159
  # }
8160
8160
  #
@@ -8220,15 +8220,15 @@ module Aws::MediaLive
8220
8220
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
8221
8221
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
8222
8222
  # dvb_nit_settings: {
8223
- # network_id: 1,
8224
- # network_name: "__string",
8223
+ # network_id: 1, # required
8224
+ # network_name: "__stringMin1Max256", # required
8225
8225
  # rep_interval: 1,
8226
8226
  # },
8227
8227
  # dvb_sdt_settings: {
8228
8228
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
8229
8229
  # rep_interval: 1,
8230
- # service_name: "__string",
8231
- # service_provider_name: "__string",
8230
+ # service_name: "__stringMin1Max256",
8231
+ # service_provider_name: "__stringMin1Max256",
8232
8232
  # },
8233
8233
  # dvb_sub_pids: "__string",
8234
8234
  # dvb_tdt_settings: {
@@ -8320,7 +8320,7 @@ module Aws::MediaLive
8320
8320
  #
8321
8321
  # {
8322
8322
  # buffer_msec: 1,
8323
- # container_settings: {
8323
+ # container_settings: { # required
8324
8324
  # m2ts_settings: {
8325
8325
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
8326
8326
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -8334,15 +8334,15 @@ module Aws::MediaLive
8334
8334
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
8335
8335
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
8336
8336
  # dvb_nit_settings: {
8337
- # network_id: 1,
8338
- # network_name: "__string",
8337
+ # network_id: 1, # required
8338
+ # network_name: "__stringMin1Max256", # required
8339
8339
  # rep_interval: 1,
8340
8340
  # },
8341
8341
  # dvb_sdt_settings: {
8342
8342
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
8343
8343
  # rep_interval: 1,
8344
- # service_name: "__string",
8345
- # service_provider_name: "__string",
8344
+ # service_name: "__stringMin1Max256",
8345
+ # service_provider_name: "__stringMin1Max256",
8346
8346
  # },
8347
8347
  # dvb_sub_pids: "__string",
8348
8348
  # dvb_tdt_settings: {
@@ -8381,7 +8381,7 @@ module Aws::MediaLive
8381
8381
  # video_pid: "__string",
8382
8382
  # },
8383
8383
  # },
8384
- # destination: {
8384
+ # destination: { # required
8385
8385
  # destination_ref_id: "__string",
8386
8386
  # },
8387
8387
  # fec_output_settings: {
@@ -8475,14 +8475,14 @@ module Aws::MediaLive
8475
8475
  # },
8476
8476
  # ],
8477
8477
  # encoder_settings: {
8478
- # audio_descriptions: [
8478
+ # audio_descriptions: [ # required
8479
8479
  # {
8480
8480
  # audio_normalization_settings: {
8481
8481
  # algorithm: "ITU_1770_1", # accepts ITU_1770_1, ITU_1770_2
8482
8482
  # algorithm_control: "CORRECT_AUDIO", # accepts CORRECT_AUDIO
8483
8483
  # target_lkfs: 1.0,
8484
8484
  # },
8485
- # audio_selector_name: "__string",
8485
+ # audio_selector_name: "__string", # required
8486
8486
  # audio_type: "CLEAN_EFFECTS", # accepts CLEAN_EFFECTS, HEARING_IMPAIRED, UNDEFINED, VISUAL_IMPAIRED_COMMENTARY
8487
8487
  # audio_type_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
8488
8488
  # codec_settings: {
@@ -8536,19 +8536,19 @@ module Aws::MediaLive
8536
8536
  # pass_through_settings: {
8537
8537
  # },
8538
8538
  # },
8539
- # language_code: "__string",
8539
+ # language_code: "__stringMin3Max3",
8540
8540
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
8541
- # name: "__string",
8541
+ # name: "__string", # required
8542
8542
  # remix_settings: {
8543
- # channel_mappings: [
8543
+ # channel_mappings: [ # required
8544
8544
  # {
8545
- # input_channel_levels: [
8545
+ # input_channel_levels: [ # required
8546
8546
  # {
8547
- # gain: 1,
8548
- # input_channel: 1,
8547
+ # gain: 1, # required
8548
+ # input_channel: 1, # required
8549
8549
  # },
8550
8550
  # ],
8551
- # output_channel: 1,
8551
+ # output_channel: 1, # required
8552
8552
  # },
8553
8553
  # ],
8554
8554
  # channels_in: 1,
@@ -8560,7 +8560,7 @@ module Aws::MediaLive
8560
8560
  # avail_blanking: {
8561
8561
  # avail_blanking_image: {
8562
8562
  # password_param: "__string",
8563
- # uri: "__string",
8563
+ # uri: "__string", # required
8564
8564
  # username: "__string",
8565
8565
  # },
8566
8566
  # state: "DISABLED", # accepts DISABLED, ENABLED
@@ -8582,21 +8582,21 @@ module Aws::MediaLive
8582
8582
  # blackout_slate: {
8583
8583
  # blackout_slate_image: {
8584
8584
  # password_param: "__string",
8585
- # uri: "__string",
8585
+ # uri: "__string", # required
8586
8586
  # username: "__string",
8587
8587
  # },
8588
8588
  # network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
8589
8589
  # network_end_blackout_image: {
8590
8590
  # password_param: "__string",
8591
- # uri: "__string",
8591
+ # uri: "__string", # required
8592
8592
  # username: "__string",
8593
8593
  # },
8594
- # network_id: "__string",
8594
+ # network_id: "__stringMin34Max34",
8595
8595
  # state: "DISABLED", # accepts DISABLED, ENABLED
8596
8596
  # },
8597
8597
  # caption_descriptions: [
8598
8598
  # {
8599
- # caption_selector_name: "__string",
8599
+ # caption_selector_name: "__string", # required
8600
8600
  # destination_settings: {
8601
8601
  # arib_destination_settings: {
8602
8602
  # },
@@ -8606,7 +8606,7 @@ module Aws::MediaLive
8606
8606
  # background_opacity: 1,
8607
8607
  # font: {
8608
8608
  # password_param: "__string",
8609
- # uri: "__string",
8609
+ # uri: "__string", # required
8610
8610
  # username: "__string",
8611
8611
  # },
8612
8612
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -8629,7 +8629,7 @@ module Aws::MediaLive
8629
8629
  # background_opacity: 1,
8630
8630
  # font: {
8631
8631
  # password_param: "__string",
8632
- # uri: "__string",
8632
+ # uri: "__string", # required
8633
8633
  # username: "__string",
8634
8634
  # },
8635
8635
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -8666,7 +8666,7 @@ module Aws::MediaLive
8666
8666
  # },
8667
8667
  # language_code: "__string",
8668
8668
  # language_description: "__string",
8669
- # name: "__string",
8669
+ # name: "__string", # required
8670
8670
  # },
8671
8671
  # ],
8672
8672
  # global_configuration: {
@@ -8674,10 +8674,10 @@ module Aws::MediaLive
8674
8674
  # input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
8675
8675
  # input_loss_behavior: {
8676
8676
  # black_frame_msec: 1,
8677
- # input_loss_image_color: "__string",
8677
+ # input_loss_image_color: "__stringMin6Max6",
8678
8678
  # input_loss_image_slate: {
8679
8679
  # password_param: "__string",
8680
- # uri: "__string",
8680
+ # uri: "__string", # required
8681
8681
  # username: "__string",
8682
8682
  # },
8683
8683
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -8686,12 +8686,12 @@ module Aws::MediaLive
8686
8686
  # output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
8687
8687
  # support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
8688
8688
  # },
8689
- # output_groups: [
8689
+ # output_groups: [ # required
8690
8690
  # {
8691
- # name: "__string",
8692
- # output_group_settings: {
8691
+ # name: "__stringMax32",
8692
+ # output_group_settings: { # required
8693
8693
  # archive_group_settings: {
8694
- # destination: {
8694
+ # destination: { # required
8695
8695
  # destination_ref_id: "__string",
8696
8696
  # },
8697
8697
  # rollover_interval: 1,
@@ -8702,16 +8702,16 @@ module Aws::MediaLive
8702
8702
  # base_url_manifest: "__string",
8703
8703
  # caption_language_mappings: [
8704
8704
  # {
8705
- # caption_channel: 1,
8706
- # language_code: "__string",
8707
- # language_description: "__string",
8705
+ # caption_channel: 1, # required
8706
+ # language_code: "__stringMin3Max3", # required
8707
+ # language_description: "__stringMin1", # required
8708
8708
  # },
8709
8709
  # ],
8710
8710
  # caption_language_setting: "INSERT", # accepts INSERT, NONE, OMIT
8711
8711
  # client_cache: "DISABLED", # accepts DISABLED, ENABLED
8712
8712
  # codec_specification: "RFC_4281", # accepts RFC_4281, RFC_6381
8713
- # constant_iv: "__string",
8714
- # destination: {
8713
+ # constant_iv: "__stringMin32Max32",
8714
+ # destination: { # required
8715
8715
  # destination_ref_id: "__string",
8716
8716
  # },
8717
8717
  # directory_structure: "SINGLE_DIRECTORY", # accepts SINGLE_DIRECTORY, SUBDIRECTORY_PER_STREAM
@@ -8758,10 +8758,10 @@ module Aws::MediaLive
8758
8758
  # static_key_settings: {
8759
8759
  # key_provider_server: {
8760
8760
  # password_param: "__string",
8761
- # uri: "__string",
8761
+ # uri: "__string", # required
8762
8762
  # username: "__string",
8763
8763
  # },
8764
- # static_key_value: "__string",
8764
+ # static_key_value: "__stringMin32Max32", # required
8765
8765
  # },
8766
8766
  # },
8767
8767
  # manifest_compression: "GZIP", # accepts GZIP, NONE
@@ -8785,7 +8785,7 @@ module Aws::MediaLive
8785
8785
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
8786
8786
  # certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
8787
8787
  # connection_retry_interval: 1,
8788
- # destination: {
8788
+ # destination: { # required
8789
8789
  # destination_ref_id: "__string",
8790
8790
  # },
8791
8791
  # event_id: "__string",
@@ -8809,14 +8809,14 @@ module Aws::MediaLive
8809
8809
  # timed_metadata_id_3_period: 1,
8810
8810
  # },
8811
8811
  # },
8812
- # outputs: [
8812
+ # outputs: [ # required
8813
8813
  # {
8814
8814
  # audio_description_names: ["__string"],
8815
8815
  # caption_description_names: ["__string"],
8816
- # output_name: "__string",
8817
- # output_settings: {
8816
+ # output_name: "__stringMin1Max255",
8817
+ # output_settings: { # required
8818
8818
  # archive_output_settings: {
8819
- # container_settings: {
8819
+ # container_settings: { # required
8820
8820
  # m2ts_settings: {
8821
8821
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
8822
8822
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -8830,15 +8830,15 @@ module Aws::MediaLive
8830
8830
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
8831
8831
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
8832
8832
  # dvb_nit_settings: {
8833
- # network_id: 1,
8834
- # network_name: "__string",
8833
+ # network_id: 1, # required
8834
+ # network_name: "__stringMin1Max256", # required
8835
8835
  # rep_interval: 1,
8836
8836
  # },
8837
8837
  # dvb_sdt_settings: {
8838
8838
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
8839
8839
  # rep_interval: 1,
8840
- # service_name: "__string",
8841
- # service_provider_name: "__string",
8840
+ # service_name: "__stringMin1Max256",
8841
+ # service_provider_name: "__stringMin1Max256",
8842
8842
  # },
8843
8843
  # dvb_sub_pids: "__string",
8844
8844
  # dvb_tdt_settings: {
@@ -8881,19 +8881,19 @@ module Aws::MediaLive
8881
8881
  # name_modifier: "__string",
8882
8882
  # },
8883
8883
  # hls_output_settings: {
8884
- # hls_settings: {
8884
+ # hls_settings: { # required
8885
8885
  # audio_only_hls_settings: {
8886
8886
  # audio_group_id: "__string",
8887
8887
  # audio_only_image: {
8888
8888
  # password_param: "__string",
8889
- # uri: "__string",
8889
+ # uri: "__string", # required
8890
8890
  # username: "__string",
8891
8891
  # },
8892
8892
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
8893
8893
  # },
8894
8894
  # standard_hls_settings: {
8895
8895
  # audio_rendition_sets: "__string",
8896
- # m3u_8_settings: {
8896
+ # m3u_8_settings: { # required
8897
8897
  # audio_frames_per_pes: 1,
8898
8898
  # audio_pids: "__string",
8899
8899
  # ecm_pid: "__string",
@@ -8912,7 +8912,7 @@ module Aws::MediaLive
8912
8912
  # },
8913
8913
  # },
8914
8914
  # },
8915
- # name_modifier: "__string",
8915
+ # name_modifier: "__stringMin1",
8916
8916
  # segment_modifier: "__string",
8917
8917
  # },
8918
8918
  # ms_smooth_output_settings: {
@@ -8920,7 +8920,7 @@ module Aws::MediaLive
8920
8920
  # },
8921
8921
  # udp_output_settings: {
8922
8922
  # buffer_msec: 1,
8923
- # container_settings: {
8923
+ # container_settings: { # required
8924
8924
  # m2ts_settings: {
8925
8925
  # absent_input_audio_behavior: "DROP", # accepts DROP, ENCODE_SILENCE
8926
8926
  # arib: "DISABLED", # accepts DISABLED, ENABLED
@@ -8934,15 +8934,15 @@ module Aws::MediaLive
8934
8934
  # buffer_model: "MULTIPLEX", # accepts MULTIPLEX, NONE
8935
8935
  # cc_descriptor: "DISABLED", # accepts DISABLED, ENABLED
8936
8936
  # dvb_nit_settings: {
8937
- # network_id: 1,
8938
- # network_name: "__string",
8937
+ # network_id: 1, # required
8938
+ # network_name: "__stringMin1Max256", # required
8939
8939
  # rep_interval: 1,
8940
8940
  # },
8941
8941
  # dvb_sdt_settings: {
8942
8942
  # output_sdt: "SDT_FOLLOW", # accepts SDT_FOLLOW, SDT_FOLLOW_IF_PRESENT, SDT_MANUAL, SDT_NONE
8943
8943
  # rep_interval: 1,
8944
- # service_name: "__string",
8945
- # service_provider_name: "__string",
8944
+ # service_name: "__stringMin1Max256",
8945
+ # service_provider_name: "__stringMin1Max256",
8946
8946
  # },
8947
8947
  # dvb_sub_pids: "__string",
8948
8948
  # dvb_tdt_settings: {
@@ -8981,7 +8981,7 @@ module Aws::MediaLive
8981
8981
  # video_pid: "__string",
8982
8982
  # },
8983
8983
  # },
8984
- # destination: {
8984
+ # destination: { # required
8985
8985
  # destination_ref_id: "__string",
8986
8986
  # },
8987
8987
  # fec_output_settings: {
@@ -8996,11 +8996,11 @@ module Aws::MediaLive
8996
8996
  # ],
8997
8997
  # },
8998
8998
  # ],
8999
- # timecode_config: {
9000
- # source: "EMBEDDED", # accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
8999
+ # timecode_config: { # required
9000
+ # source: "EMBEDDED", # required, accepts EMBEDDED, SYSTEMCLOCK, ZEROBASED
9001
9001
  # sync_threshold: 1,
9002
9002
  # },
9003
- # video_descriptions: [
9003
+ # video_descriptions: [ # required
9004
9004
  # {
9005
9005
  # codec_settings: {
9006
9006
  # h264_settings: {
@@ -9042,7 +9042,7 @@ module Aws::MediaLive
9042
9042
  # },
9043
9043
  # },
9044
9044
  # height: 1,
9045
- # name: "__string",
9045
+ # name: "__string", # required
9046
9046
  # respond_to_afd: "NONE", # accepts NONE, PASSTHROUGH, RESPOND
9047
9047
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT
9048
9048
  # sharpness: 1,
@@ -9224,7 +9224,7 @@ module Aws::MediaLive
9224
9224
  # },
9225
9225
  # },
9226
9226
  # height: 1,
9227
- # name: "__string",
9227
+ # name: "__string", # required
9228
9228
  # respond_to_afd: "NONE", # accepts NONE, PASSTHROUGH, RESPOND
9229
9229
  # scaling_behavior: "DEFAULT", # accepts DEFAULT, STRETCH_TO_OUTPUT
9230
9230
  # sharpness: 1,