aws-sdk-medialive 1.70.0 → 1.74.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c410e74479cf3f0c7bfaa6fe16ad6303dac2a5af16d2e4d51dc0b2d3e0a287e6
4
- data.tar.gz: f1954335265eb634bf1b14a5bd99463851434e2c794519a50982a8dc01fb7959
3
+ metadata.gz: 9f7a7f7a74ec24fcd48b80bb3b2c500aa167a5b877e889216dbd80e583b6256e
4
+ data.tar.gz: 5585672c452840eb79b91f9b8bcd398a41e5fbac6db75b00cf418f147741bc1c
5
5
  SHA512:
6
- metadata.gz: 6212ea054f1dbffe33e019279ac231cc291d9121356730c2c01853aa1d64a05ed8fb90e4c27fee55d7c6909ccbac20dc5943078019c439d157e002e3daebb9fb
7
- data.tar.gz: a3661e697a562c4ae6a5bd352e8eb1ffd0019239fc5b4e5d55e2f97c04a4c5e6eb2d55668c4541f86fa87f2dfd7934898e3cbf78a6a4fc10c29ef0f98d43c7a7
6
+ metadata.gz: 1d5be1ebc31b984f75c9912a34b6b45a0f49524a025c66de7a301b5287841915b78a8e0503a248479d547ad57633eb97cd31dc7777c2badcdcd58aab8ae4eeae
7
+ data.tar.gz: 48de90a1bc8849a33cc6b416d3ae6b5a3bc97ddaf361e6329c2566264ad1ed28571d82720473809fc30569afddc34b6dfdf39c19b33527cc50e604f8e4860cf1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.73.0 (2021-07-22)
10
+ ------------------
11
+
12
+ * Feature - MediaLive now supports passing through style data on WebVTT caption outputs.
13
+
14
+ 1.72.0 (2021-06-11)
15
+ ------------------
16
+
17
+ * Feature - AWS MediaLive now supports OCR-based conversion of DVB-Sub and SCTE-27 image-based source captions to WebVTT, and supports ingest of ad avail decorations in HLS input manifests.
18
+
19
+ 1.71.0 (2021-06-04)
20
+ ------------------
21
+
22
+ * Feature - Add support for automatically setting the H.264 adaptive quantization and GOP B-frame fields.
23
+
4
24
  1.70.0 (2021-04-06)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.74.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-medialive/customizations'
49
49
  # @!group service
50
50
  module Aws::MediaLive
51
51
 
52
- GEM_VERSION = '1.70.0'
52
+ GEM_VERSION = '1.74.0'
53
53
 
54
54
  end
@@ -1040,6 +1040,7 @@ module Aws::MediaLive
1040
1040
  # style_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED
1041
1041
  # },
1042
1042
  # webvtt_destination_settings: {
1043
+ # style_control: "NO_STYLE_DATA", # accepts NO_STYLE_DATA, PASSTHROUGH
1043
1044
  # },
1044
1045
  # },
1045
1046
  # language_code: "__string",
@@ -1476,7 +1477,7 @@ module Aws::MediaLive
1476
1477
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
1477
1478
  # },
1478
1479
  # h264_settings: {
1479
- # adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
1480
+ # adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
1480
1481
  # afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
1481
1482
  # bitrate: 1,
1482
1483
  # buf_fill_pct: 1,
@@ -1531,7 +1532,7 @@ module Aws::MediaLive
1531
1532
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
1532
1533
  # },
1533
1534
  # h265_settings: {
1534
- # adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
1535
+ # adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
1535
1536
  # afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
1536
1537
  # alternative_transfer_function: "INSERT", # accepts INSERT, OMIT
1537
1538
  # bitrate: 1,
@@ -1641,6 +1642,10 @@ module Aws::MediaLive
1641
1642
  # {
1642
1643
  # name: "__stringMin1", # required
1643
1644
  # selector_settings: {
1645
+ # audio_hls_rendition_selection: {
1646
+ # group_id: "__stringMin1", # required
1647
+ # name: "__stringMin1", # required
1648
+ # },
1644
1649
  # audio_language_selection: {
1645
1650
  # language_code: "__string", # required
1646
1651
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
@@ -1669,6 +1674,7 @@ module Aws::MediaLive
1669
1674
  # arib_source_settings: {
1670
1675
  # },
1671
1676
  # dvb_sub_source_settings: {
1677
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
1672
1678
  # pid: 1,
1673
1679
  # },
1674
1680
  # embedded_source_settings: {
@@ -1682,6 +1688,7 @@ module Aws::MediaLive
1682
1688
  # source_608_channel_number: 1,
1683
1689
  # },
1684
1690
  # scte_27_source_settings: {
1691
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
1685
1692
  # pid: 1,
1686
1693
  # },
1687
1694
  # teletext_source_settings: {
@@ -1706,6 +1713,7 @@ module Aws::MediaLive
1706
1713
  # buffer_segments: 1,
1707
1714
  # retries: 1,
1708
1715
  # retry_interval: 1,
1716
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
1709
1717
  # },
1710
1718
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
1711
1719
  # },
@@ -1894,6 +1902,7 @@ module Aws::MediaLive
1894
1902
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
1895
1903
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
1896
1904
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
1905
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
1897
1906
  # resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
1898
1907
  # resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
1899
1908
  # resp.channel.encoder_settings.caption_descriptions[0].name #=> String
@@ -2182,7 +2191,7 @@ module Aws::MediaLive
2182
2191
  # resp.channel.encoder_settings.video_descriptions #=> Array
2183
2192
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
2184
2193
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
2185
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
2194
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
2186
2195
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
2187
2196
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
2188
2197
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -2223,7 +2232,7 @@ module Aws::MediaLive
2223
2232
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
2224
2233
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
2225
2234
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
2226
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
2235
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
2227
2236
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
2228
2237
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
2229
2238
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -2292,6 +2301,8 @@ module Aws::MediaLive
2292
2301
  # resp.channel.input_attachments[0].input_id #=> String
2293
2302
  # resp.channel.input_attachments[0].input_settings.audio_selectors #=> Array
2294
2303
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].name #=> String
2304
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.group_id #=> String
2305
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.name #=> String
2295
2306
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
2296
2307
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
2297
2308
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
@@ -2301,6 +2312,7 @@ module Aws::MediaLive
2301
2312
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
2302
2313
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
2303
2314
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
2315
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
2304
2316
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
2305
2317
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
2306
2318
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -2308,6 +2320,7 @@ module Aws::MediaLive
2308
2320
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
2309
2321
  # 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"
2310
2322
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
2323
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
2311
2324
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
2312
2325
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
2313
2326
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -2322,6 +2335,7 @@ module Aws::MediaLive
2322
2335
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
2323
2336
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
2324
2337
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
2338
+ # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
2325
2339
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
2326
2340
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
2327
2341
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -2936,6 +2950,7 @@ module Aws::MediaLive
2936
2950
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
2937
2951
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
2938
2952
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
2953
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
2939
2954
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
2940
2955
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
2941
2956
  # resp.encoder_settings.caption_descriptions[0].name #=> String
@@ -3224,7 +3239,7 @@ module Aws::MediaLive
3224
3239
  # resp.encoder_settings.video_descriptions #=> Array
3225
3240
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
3226
3241
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
3227
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
3242
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
3228
3243
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
3229
3244
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
3230
3245
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -3265,7 +3280,7 @@ module Aws::MediaLive
3265
3280
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
3266
3281
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
3267
3282
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
3268
- # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
3283
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
3269
3284
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
3270
3285
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
3271
3286
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -3334,6 +3349,8 @@ module Aws::MediaLive
3334
3349
  # resp.input_attachments[0].input_id #=> String
3335
3350
  # resp.input_attachments[0].input_settings.audio_selectors #=> Array
3336
3351
  # resp.input_attachments[0].input_settings.audio_selectors[0].name #=> String
3352
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.group_id #=> String
3353
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.name #=> String
3337
3354
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
3338
3355
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
3339
3356
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
@@ -3343,6 +3360,7 @@ module Aws::MediaLive
3343
3360
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
3344
3361
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
3345
3362
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
3363
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
3346
3364
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
3347
3365
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
3348
3366
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -3350,6 +3368,7 @@ module Aws::MediaLive
3350
3368
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
3351
3369
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
3352
3370
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
3371
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
3353
3372
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
3354
3373
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
3355
3374
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -3364,6 +3383,7 @@ module Aws::MediaLive
3364
3383
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
3365
3384
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
3366
3385
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
3386
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
3367
3387
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
3368
3388
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
3369
3389
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -3615,7 +3635,7 @@ module Aws::MediaLive
3615
3635
  # resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
3616
3636
  # resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
3617
3637
  # resp.resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
3618
- # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
3638
+ # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
3619
3639
  # resp.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
3620
3640
  # resp.start #=> String
3621
3641
  # resp.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -3849,6 +3869,7 @@ module Aws::MediaLive
3849
3869
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
3850
3870
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
3851
3871
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
3872
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
3852
3873
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
3853
3874
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
3854
3875
  # resp.encoder_settings.caption_descriptions[0].name #=> String
@@ -4137,7 +4158,7 @@ module Aws::MediaLive
4137
4158
  # resp.encoder_settings.video_descriptions #=> Array
4138
4159
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
4139
4160
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
4140
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
4161
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
4141
4162
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
4142
4163
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
4143
4164
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -4178,7 +4199,7 @@ module Aws::MediaLive
4178
4199
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
4179
4200
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
4180
4201
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
4181
- # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
4202
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
4182
4203
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
4183
4204
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
4184
4205
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -4247,6 +4268,8 @@ module Aws::MediaLive
4247
4268
  # resp.input_attachments[0].input_id #=> String
4248
4269
  # resp.input_attachments[0].input_settings.audio_selectors #=> Array
4249
4270
  # resp.input_attachments[0].input_settings.audio_selectors[0].name #=> String
4271
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.group_id #=> String
4272
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.name #=> String
4250
4273
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
4251
4274
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
4252
4275
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
@@ -4256,6 +4279,7 @@ module Aws::MediaLive
4256
4279
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
4257
4280
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
4258
4281
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
4282
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4259
4283
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
4260
4284
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
4261
4285
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -4263,6 +4287,7 @@ module Aws::MediaLive
4263
4287
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
4264
4288
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
4265
4289
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
4290
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4266
4291
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
4267
4292
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
4268
4293
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -4277,6 +4302,7 @@ module Aws::MediaLive
4277
4302
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
4278
4303
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
4279
4304
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
4305
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
4280
4306
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
4281
4307
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
4282
4308
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -4715,7 +4741,7 @@ module Aws::MediaLive
4715
4741
  # resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
4716
4742
  # resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
4717
4743
  # resp.resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
4718
- # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
4744
+ # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
4719
4745
  # resp.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
4720
4746
  # resp.usage_price #=> Float
4721
4747
  #
@@ -4780,7 +4806,7 @@ module Aws::MediaLive
4780
4806
  # resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
4781
4807
  # resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
4782
4808
  # resp.resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
4783
- # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
4809
+ # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
4784
4810
  # resp.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
4785
4811
  # resp.start #=> String
4786
4812
  # resp.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -4946,6 +4972,8 @@ module Aws::MediaLive
4946
4972
  # resp.channels[0].input_attachments[0].input_id #=> String
4947
4973
  # resp.channels[0].input_attachments[0].input_settings.audio_selectors #=> Array
4948
4974
  # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].name #=> String
4975
+ # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.group_id #=> String
4976
+ # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.name #=> String
4949
4977
  # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
4950
4978
  # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
4951
4979
  # resp.channels[0].input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
@@ -4955,6 +4983,7 @@ module Aws::MediaLive
4955
4983
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
4956
4984
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].name #=> String
4957
4985
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
4986
+ # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4958
4987
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
4959
4988
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
4960
4989
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -4962,6 +4991,7 @@ module Aws::MediaLive
4962
4991
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
4963
4992
  # 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"
4964
4993
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
4994
+ # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4965
4995
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
4966
4996
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
4967
4997
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -4976,6 +5006,7 @@ module Aws::MediaLive
4976
5006
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
4977
5007
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
4978
5008
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
5009
+ # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
4979
5010
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
4980
5011
  # resp.channels[0].input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
4981
5012
  # resp.channels[0].input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -5045,7 +5076,6 @@ module Aws::MediaLive
5045
5076
  # resp.input_device_transfers[0].id #=> String
5046
5077
  # resp.input_device_transfers[0].message #=> String
5047
5078
  # resp.input_device_transfers[0].target_customer_id #=> String
5048
- # resp.input_device_transfers[0].target_region #=> String
5049
5079
  # resp.input_device_transfers[0].transfer_type #=> String, one of "OUTGOING", "INCOMING"
5050
5080
  # resp.next_token #=> String
5051
5081
  #
@@ -5383,7 +5413,7 @@ module Aws::MediaLive
5383
5413
  # resp.offerings[0].resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
5384
5414
  # resp.offerings[0].resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
5385
5415
  # resp.offerings[0].resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
5386
- # resp.offerings[0].resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
5416
+ # resp.offerings[0].resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
5387
5417
  # resp.offerings[0].resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
5388
5418
  # resp.offerings[0].usage_price #=> Float
5389
5419
  #
@@ -5463,7 +5493,7 @@ module Aws::MediaLive
5463
5493
  # resp.reservations[0].resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
5464
5494
  # resp.reservations[0].resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
5465
5495
  # resp.reservations[0].resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
5466
- # resp.reservations[0].resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
5496
+ # resp.reservations[0].resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
5467
5497
  # resp.reservations[0].resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
5468
5498
  # resp.reservations[0].start #=> String
5469
5499
  # resp.reservations[0].state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -5562,7 +5592,7 @@ module Aws::MediaLive
5562
5592
  # resp.reservation.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
5563
5593
  # resp.reservation.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
5564
5594
  # resp.reservation.resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
5565
- # resp.reservation.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
5595
+ # resp.reservation.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
5566
5596
  # resp.reservation.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
5567
5597
  # resp.reservation.start #=> String
5568
5598
  # resp.reservation.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -5772,6 +5802,7 @@ module Aws::MediaLive
5772
5802
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
5773
5803
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
5774
5804
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
5805
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
5775
5806
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
5776
5807
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
5777
5808
  # resp.encoder_settings.caption_descriptions[0].name #=> String
@@ -6060,7 +6091,7 @@ module Aws::MediaLive
6060
6091
  # resp.encoder_settings.video_descriptions #=> Array
6061
6092
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
6062
6093
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
6063
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6094
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6064
6095
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6065
6096
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
6066
6097
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -6101,7 +6132,7 @@ module Aws::MediaLive
6101
6132
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
6102
6133
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
6103
6134
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
6104
- # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6135
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6105
6136
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6106
6137
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
6107
6138
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -6170,6 +6201,8 @@ module Aws::MediaLive
6170
6201
  # resp.input_attachments[0].input_id #=> String
6171
6202
  # resp.input_attachments[0].input_settings.audio_selectors #=> Array
6172
6203
  # resp.input_attachments[0].input_settings.audio_selectors[0].name #=> String
6204
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.group_id #=> String
6205
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.name #=> String
6173
6206
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
6174
6207
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
6175
6208
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
@@ -6179,6 +6212,7 @@ module Aws::MediaLive
6179
6212
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
6180
6213
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
6181
6214
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
6215
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6182
6216
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
6183
6217
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6184
6218
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -6186,6 +6220,7 @@ module Aws::MediaLive
6186
6220
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
6187
6221
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6188
6222
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
6223
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6189
6224
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
6190
6225
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
6191
6226
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -6200,6 +6235,7 @@ module Aws::MediaLive
6200
6235
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
6201
6236
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
6202
6237
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
6238
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
6203
6239
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
6204
6240
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
6205
6241
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -6467,6 +6503,7 @@ module Aws::MediaLive
6467
6503
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
6468
6504
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
6469
6505
  # resp.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
6506
+ # resp.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
6470
6507
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
6471
6508
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
6472
6509
  # resp.encoder_settings.caption_descriptions[0].name #=> String
@@ -6755,7 +6792,7 @@ module Aws::MediaLive
6755
6792
  # resp.encoder_settings.video_descriptions #=> Array
6756
6793
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
6757
6794
  # resp.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
6758
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6795
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6759
6796
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6760
6797
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
6761
6798
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -6796,7 +6833,7 @@ module Aws::MediaLive
6796
6833
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
6797
6834
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
6798
6835
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
6799
- # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6836
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
6800
6837
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
6801
6838
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
6802
6839
  # resp.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -6865,6 +6902,8 @@ module Aws::MediaLive
6865
6902
  # resp.input_attachments[0].input_id #=> String
6866
6903
  # resp.input_attachments[0].input_settings.audio_selectors #=> Array
6867
6904
  # resp.input_attachments[0].input_settings.audio_selectors[0].name #=> String
6905
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.group_id #=> String
6906
+ # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.name #=> String
6868
6907
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
6869
6908
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
6870
6909
  # resp.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
@@ -6874,6 +6913,7 @@ module Aws::MediaLive
6874
6913
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
6875
6914
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
6876
6915
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
6916
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6877
6917
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
6878
6918
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6879
6919
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -6881,6 +6921,7 @@ module Aws::MediaLive
6881
6921
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
6882
6922
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6883
6923
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
6924
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6884
6925
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
6885
6926
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
6886
6927
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -6895,6 +6936,7 @@ module Aws::MediaLive
6895
6936
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
6896
6937
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
6897
6938
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
6939
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
6898
6940
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
6899
6941
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
6900
6942
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -7277,6 +7319,7 @@ module Aws::MediaLive
7277
7319
  # style_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED
7278
7320
  # },
7279
7321
  # webvtt_destination_settings: {
7322
+ # style_control: "NO_STYLE_DATA", # accepts NO_STYLE_DATA, PASSTHROUGH
7280
7323
  # },
7281
7324
  # },
7282
7325
  # language_code: "__string",
@@ -7713,7 +7756,7 @@ module Aws::MediaLive
7713
7756
  # capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
7714
7757
  # },
7715
7758
  # h264_settings: {
7716
- # adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
7759
+ # adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
7717
7760
  # afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
7718
7761
  # bitrate: 1,
7719
7762
  # buf_fill_pct: 1,
@@ -7768,7 +7811,7 @@ module Aws::MediaLive
7768
7811
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
7769
7812
  # },
7770
7813
  # h265_settings: {
7771
- # adaptive_quantization: "HIGH", # accepts HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
7814
+ # adaptive_quantization: "AUTO", # accepts AUTO, HIGH, HIGHER, LOW, MAX, MEDIUM, OFF
7772
7815
  # afd_signaling: "AUTO", # accepts AUTO, FIXED, NONE
7773
7816
  # alternative_transfer_function: "INSERT", # accepts INSERT, OMIT
7774
7817
  # bitrate: 1,
@@ -7878,6 +7921,10 @@ module Aws::MediaLive
7878
7921
  # {
7879
7922
  # name: "__stringMin1", # required
7880
7923
  # selector_settings: {
7924
+ # audio_hls_rendition_selection: {
7925
+ # group_id: "__stringMin1", # required
7926
+ # name: "__stringMin1", # required
7927
+ # },
7881
7928
  # audio_language_selection: {
7882
7929
  # language_code: "__string", # required
7883
7930
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
@@ -7906,6 +7953,7 @@ module Aws::MediaLive
7906
7953
  # arib_source_settings: {
7907
7954
  # },
7908
7955
  # dvb_sub_source_settings: {
7956
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
7909
7957
  # pid: 1,
7910
7958
  # },
7911
7959
  # embedded_source_settings: {
@@ -7919,6 +7967,7 @@ module Aws::MediaLive
7919
7967
  # source_608_channel_number: 1,
7920
7968
  # },
7921
7969
  # scte_27_source_settings: {
7970
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
7922
7971
  # pid: 1,
7923
7972
  # },
7924
7973
  # teletext_source_settings: {
@@ -7943,6 +7992,7 @@ module Aws::MediaLive
7943
7992
  # buffer_segments: 1,
7944
7993
  # retries: 1,
7945
7994
  # retry_interval: 1,
7995
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
7946
7996
  # },
7947
7997
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
7948
7998
  # },
@@ -8121,6 +8171,7 @@ module Aws::MediaLive
8121
8171
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
8122
8172
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
8123
8173
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
8174
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
8124
8175
  # resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
8125
8176
  # resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
8126
8177
  # resp.channel.encoder_settings.caption_descriptions[0].name #=> String
@@ -8409,7 +8460,7 @@ module Aws::MediaLive
8409
8460
  # resp.channel.encoder_settings.video_descriptions #=> Array
8410
8461
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
8411
8462
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
8412
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
8463
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
8413
8464
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
8414
8465
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
8415
8466
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -8450,7 +8501,7 @@ module Aws::MediaLive
8450
8501
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
8451
8502
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
8452
8503
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
8453
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
8504
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
8454
8505
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
8455
8506
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
8456
8507
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -8519,6 +8570,8 @@ module Aws::MediaLive
8519
8570
  # resp.channel.input_attachments[0].input_id #=> String
8520
8571
  # resp.channel.input_attachments[0].input_settings.audio_selectors #=> Array
8521
8572
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].name #=> String
8573
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.group_id #=> String
8574
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.name #=> String
8522
8575
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
8523
8576
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
8524
8577
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
@@ -8528,6 +8581,7 @@ module Aws::MediaLive
8528
8581
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
8529
8582
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
8530
8583
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
8584
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
8531
8585
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
8532
8586
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
8533
8587
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -8535,6 +8589,7 @@ module Aws::MediaLive
8535
8589
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
8536
8590
  # 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"
8537
8591
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
8592
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
8538
8593
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
8539
8594
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
8540
8595
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -8549,6 +8604,7 @@ module Aws::MediaLive
8549
8604
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
8550
8605
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
8551
8606
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
8607
+ # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
8552
8608
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
8553
8609
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
8554
8610
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -8777,6 +8833,7 @@ module Aws::MediaLive
8777
8833
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.font_family #=> String
8778
8834
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ebu_tt_d_destination_settings.style_control #=> String, one of "EXCLUDE", "INCLUDE"
8779
8835
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.ttml_destination_settings.style_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED"
8836
+ # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.webvtt_destination_settings.style_control #=> String, one of "NO_STYLE_DATA", "PASSTHROUGH"
8780
8837
  # resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
8781
8838
  # resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
8782
8839
  # resp.channel.encoder_settings.caption_descriptions[0].name #=> String
@@ -9065,7 +9122,7 @@ module Aws::MediaLive
9065
9122
  # resp.channel.encoder_settings.video_descriptions #=> Array
9066
9123
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval #=> Integer
9067
9124
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.frame_capture_settings.capture_interval_units #=> String, one of "MILLISECONDS", "SECONDS"
9068
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
9125
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
9069
9126
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
9070
9127
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.bitrate #=> Integer
9071
9128
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.buf_fill_pct #=> Integer
@@ -9106,7 +9163,7 @@ module Aws::MediaLive
9106
9163
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
9107
9164
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
9108
9165
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
9109
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
9166
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.adaptive_quantization #=> String, one of "AUTO", "HIGH", "HIGHER", "LOW", "MAX", "MEDIUM", "OFF"
9110
9167
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.afd_signaling #=> String, one of "AUTO", "FIXED", "NONE"
9111
9168
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.alternative_transfer_function #=> String, one of "INSERT", "OMIT"
9112
9169
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h265_settings.bitrate #=> Integer
@@ -9175,6 +9232,8 @@ module Aws::MediaLive
9175
9232
  # resp.channel.input_attachments[0].input_id #=> String
9176
9233
  # resp.channel.input_attachments[0].input_settings.audio_selectors #=> Array
9177
9234
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].name #=> String
9235
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.group_id #=> String
9236
+ # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_hls_rendition_selection.name #=> String
9178
9237
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_code #=> String
9179
9238
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_language_selection.language_selection_policy #=> String, one of "LOOSE", "STRICT"
9180
9239
  # resp.channel.input_attachments[0].input_settings.audio_selectors[0].selector_settings.audio_pid_selection.pid #=> Integer
@@ -9184,6 +9243,7 @@ module Aws::MediaLive
9184
9243
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
9185
9244
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
9186
9245
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
9246
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
9187
9247
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
9188
9248
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
9189
9249
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -9191,6 +9251,7 @@ module Aws::MediaLive
9191
9251
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
9192
9252
  # 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"
9193
9253
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
9254
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
9194
9255
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
9195
9256
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
9196
9257
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -9205,6 +9266,7 @@ module Aws::MediaLive
9205
9266
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
9206
9267
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
9207
9268
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
9269
+ # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
9208
9270
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
9209
9271
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
9210
9272
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -9645,7 +9707,7 @@ module Aws::MediaLive
9645
9707
  # resp.reservation.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
9646
9708
  # resp.reservation.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
9647
9709
  # resp.reservation.resource_specification.resource_type #=> String, one of "INPUT", "OUTPUT", "MULTIPLEX", "CHANNEL"
9648
- # resp.reservation.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION"
9710
+ # resp.reservation.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
9649
9711
  # resp.reservation.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
9650
9712
  # resp.reservation.start #=> String
9651
9713
  # resp.reservation.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -9675,7 +9737,7 @@ module Aws::MediaLive
9675
9737
  params: params,
9676
9738
  config: config)
9677
9739
  context[:gem_name] = 'aws-sdk-medialive'
9678
- context[:gem_version] = '1.70.0'
9740
+ context[:gem_version] = '1.74.0'
9679
9741
  Seahorse::Client::Request.new(handlers, context)
9680
9742
  end
9681
9743