aws-sdk-medialive 1.71.0 → 1.75.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: b4d78aad6f4135e388cadf20ac424b764b7afb53cfde9c450dc292eea058da79
4
- data.tar.gz: f6d778d23bb2fbb94d9dfc4e705d1230e5a35f6422e04dfcacff2800683a271b
3
+ metadata.gz: c12c05555d8d43f9d2d9c4278ca818aa3242709c299f5b9cc3f9094bbe33780c
4
+ data.tar.gz: 59b8b9fc94aee933daef10d6698ec3f159fc24a9f3de338bfc55a37edee37cde
5
5
  SHA512:
6
- metadata.gz: b24440200d1f6ce196f9a2536c8298de5c8ac78cd1fb747c74bc3074769195b40b74b1dbfaeec37ee19b67898cc787b596ce8708ed34980dcbc6acb18f57b56d
7
- data.tar.gz: debf75c600f9d305740620222520db014f3355884a81b4d31e12b8c93c809c1ab2c5920a38e080531f7f24e66201ad5dcf3548e158a7f670c6f24fce514aeac3
6
+ metadata.gz: 5e80b9ddbe9580d321a76c8720343b4e4c4504399571b4fc414cadb9407b1ea704edc73be3b18392e1c7b3a94a4d7ddf97ef613d15fc6fe25149f2b4be187f4c
7
+ data.tar.gz: 7a03c97427ef902c7e066d138a50fc021fd1c7ef3ee916be1466d32b1ae9ee86263bc096824fe37b1bc7234ff34518264a289ad0392961a0e6475649f4ebd96f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2021-07-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.74.0 (2021-07-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.73.0 (2021-07-22)
15
+ ------------------
16
+
17
+ * Feature - MediaLive now supports passing through style data on WebVTT caption outputs.
18
+
19
+ 1.72.0 (2021-06-11)
20
+ ------------------
21
+
22
+ * 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.
23
+
4
24
  1.71.0 (2021-06-04)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.75.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.71.0'
52
+ GEM_VERSION = '1.75.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",
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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",
@@ -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
@@ -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
@@ -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.71.0'
9740
+ context[:gem_version] = '1.75.0'
9679
9741
  Seahorse::Client::Request.new(handlers, context)
9680
9742
  end
9681
9743
 
@@ -46,6 +46,7 @@ module Aws::MediaLive
46
46
  AudioDescription = Shapes::StructureShape.new(name: 'AudioDescription')
47
47
  AudioDescriptionAudioTypeControl = Shapes::StringShape.new(name: 'AudioDescriptionAudioTypeControl')
48
48
  AudioDescriptionLanguageCodeControl = Shapes::StringShape.new(name: 'AudioDescriptionLanguageCodeControl')
49
+ AudioHlsRenditionSelection = Shapes::StructureShape.new(name: 'AudioHlsRenditionSelection')
49
50
  AudioLanguageSelection = Shapes::StructureShape.new(name: 'AudioLanguageSelection')
50
51
  AudioLanguageSelectionPolicy = Shapes::StringShape.new(name: 'AudioLanguageSelectionPolicy')
51
52
  AudioNormalizationAlgorithm = Shapes::StringShape.new(name: 'AudioNormalizationAlgorithm')
@@ -190,6 +191,7 @@ module Aws::MediaLive
190
191
  DvbSubDestinationSettings = Shapes::StructureShape.new(name: 'DvbSubDestinationSettings')
191
192
  DvbSubDestinationShadowColor = Shapes::StringShape.new(name: 'DvbSubDestinationShadowColor')
192
193
  DvbSubDestinationTeletextGridControl = Shapes::StringShape.new(name: 'DvbSubDestinationTeletextGridControl')
194
+ DvbSubOcrLanguage = Shapes::StringShape.new(name: 'DvbSubOcrLanguage')
193
195
  DvbSubSourceSettings = Shapes::StructureShape.new(name: 'DvbSubSourceSettings')
194
196
  DvbTdtSettings = Shapes::StructureShape.new(name: 'DvbTdtSettings')
195
197
  Eac3AttenuationControl = Shapes::StringShape.new(name: 'Eac3AttenuationControl')
@@ -316,6 +318,7 @@ module Aws::MediaLive
316
318
  HlsRedundantManifest = Shapes::StringShape.new(name: 'HlsRedundantManifest')
317
319
  HlsS3LogUploads = Shapes::StringShape.new(name: 'HlsS3LogUploads')
318
320
  HlsS3Settings = Shapes::StructureShape.new(name: 'HlsS3Settings')
321
+ HlsScte35SourceType = Shapes::StringShape.new(name: 'HlsScte35SourceType')
319
322
  HlsSegmentationMode = Shapes::StringShape.new(name: 'HlsSegmentationMode')
320
323
  HlsSettings = Shapes::StructureShape.new(name: 'HlsSettings')
321
324
  HlsStreamInfResolution = Shapes::StringShape.new(name: 'HlsStreamInfResolution')
@@ -551,6 +554,7 @@ module Aws::MediaLive
551
554
  Scte20PlusEmbeddedDestinationSettings = Shapes::StructureShape.new(name: 'Scte20PlusEmbeddedDestinationSettings')
552
555
  Scte20SourceSettings = Shapes::StructureShape.new(name: 'Scte20SourceSettings')
553
556
  Scte27DestinationSettings = Shapes::StructureShape.new(name: 'Scte27DestinationSettings')
557
+ Scte27OcrLanguage = Shapes::StringShape.new(name: 'Scte27OcrLanguage')
554
558
  Scte27SourceSettings = Shapes::StructureShape.new(name: 'Scte27SourceSettings')
555
559
  Scte35AposNoRegionalBlackoutBehavior = Shapes::StringShape.new(name: 'Scte35AposNoRegionalBlackoutBehavior')
556
560
  Scte35AposWebDeliveryAllowedBehavior = Shapes::StringShape.new(name: 'Scte35AposWebDeliveryAllowedBehavior')
@@ -663,6 +667,7 @@ module Aws::MediaLive
663
667
  WavCodingMode = Shapes::StringShape.new(name: 'WavCodingMode')
664
668
  WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
665
669
  WebvttDestinationSettings = Shapes::StructureShape.new(name: 'WebvttDestinationSettings')
670
+ WebvttDestinationStyleControl = Shapes::StringShape.new(name: 'WebvttDestinationStyleControl')
666
671
  __boolean = Shapes::BooleanShape.new(name: '__boolean')
667
672
  __double = Shapes::FloatShape.new(name: '__double')
668
673
  __doubleMin0 = Shapes::FloatShape.new(name: '__doubleMin0')
@@ -870,6 +875,10 @@ module Aws::MediaLive
870
875
  AudioDescription.add_member(:stream_name, Shapes::ShapeRef.new(shape: __string, location_name: "streamName"))
871
876
  AudioDescription.struct_class = Types::AudioDescription
872
877
 
878
+ AudioHlsRenditionSelection.add_member(:group_id, Shapes::ShapeRef.new(shape: __stringMin1, required: true, location_name: "groupId"))
879
+ AudioHlsRenditionSelection.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1, required: true, location_name: "name"))
880
+ AudioHlsRenditionSelection.struct_class = Types::AudioHlsRenditionSelection
881
+
873
882
  AudioLanguageSelection.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "languageCode"))
874
883
  AudioLanguageSelection.add_member(:language_selection_policy, Shapes::ShapeRef.new(shape: AudioLanguageSelectionPolicy, location_name: "languageSelectionPolicy"))
875
884
  AudioLanguageSelection.struct_class = Types::AudioLanguageSelection
@@ -892,6 +901,7 @@ module Aws::MediaLive
892
901
  AudioSelector.add_member(:selector_settings, Shapes::ShapeRef.new(shape: AudioSelectorSettings, location_name: "selectorSettings"))
893
902
  AudioSelector.struct_class = Types::AudioSelector
894
903
 
904
+ AudioSelectorSettings.add_member(:audio_hls_rendition_selection, Shapes::ShapeRef.new(shape: AudioHlsRenditionSelection, location_name: "audioHlsRenditionSelection"))
895
905
  AudioSelectorSettings.add_member(:audio_language_selection, Shapes::ShapeRef.new(shape: AudioLanguageSelection, location_name: "audioLanguageSelection"))
896
906
  AudioSelectorSettings.add_member(:audio_pid_selection, Shapes::ShapeRef.new(shape: AudioPidSelection, location_name: "audioPidSelection"))
897
907
  AudioSelectorSettings.add_member(:audio_track_selection, Shapes::ShapeRef.new(shape: AudioTrackSelection, location_name: "audioTrackSelection"))
@@ -1559,6 +1569,7 @@ module Aws::MediaLive
1559
1569
  DvbSubDestinationSettings.add_member(:y_position, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "yPosition"))
1560
1570
  DvbSubDestinationSettings.struct_class = Types::DvbSubDestinationSettings
1561
1571
 
1572
+ DvbSubSourceSettings.add_member(:ocr_language, Shapes::ShapeRef.new(shape: DvbSubOcrLanguage, location_name: "ocrLanguage"))
1562
1573
  DvbSubSourceSettings.add_member(:pid, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "pid"))
1563
1574
  DvbSubSourceSettings.struct_class = Types::DvbSubSourceSettings
1564
1575
 
@@ -1848,6 +1859,7 @@ module Aws::MediaLive
1848
1859
  HlsInputSettings.add_member(:buffer_segments, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "bufferSegments"))
1849
1860
  HlsInputSettings.add_member(:retries, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "retries"))
1850
1861
  HlsInputSettings.add_member(:retry_interval, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "retryInterval"))
1862
+ HlsInputSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: HlsScte35SourceType, location_name: "scte35Source"))
1851
1863
  HlsInputSettings.struct_class = Types::HlsInputSettings
1852
1864
 
1853
1865
  HlsMediaStoreSettings.add_member(:connection_retry_interval, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "connectionRetryInterval"))
@@ -2686,6 +2698,7 @@ module Aws::MediaLive
2686
2698
 
2687
2699
  Scte27DestinationSettings.struct_class = Types::Scte27DestinationSettings
2688
2700
 
2701
+ Scte27SourceSettings.add_member(:ocr_language, Shapes::ShapeRef.new(shape: Scte27OcrLanguage, location_name: "ocrLanguage"))
2689
2702
  Scte27SourceSettings.add_member(:pid, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "pid"))
2690
2703
  Scte27SourceSettings.struct_class = Types::Scte27SourceSettings
2691
2704
 
@@ -2883,7 +2896,6 @@ module Aws::MediaLive
2883
2896
  TransferringInputDeviceSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
2884
2897
  TransferringInputDeviceSummary.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
2885
2898
  TransferringInputDeviceSummary.add_member(:target_customer_id, Shapes::ShapeRef.new(shape: __string, location_name: "targetCustomerId"))
2886
- TransferringInputDeviceSummary.add_member(:target_region, Shapes::ShapeRef.new(shape: __string, location_name: "targetRegion"))
2887
2899
  TransferringInputDeviceSummary.add_member(:transfer_type, Shapes::ShapeRef.new(shape: InputDeviceTransferType, location_name: "transferType"))
2888
2900
  TransferringInputDeviceSummary.struct_class = Types::TransferringInputDeviceSummary
2889
2901
 
@@ -3108,6 +3120,7 @@ module Aws::MediaLive
3108
3120
  WavSettings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
3109
3121
  WavSettings.struct_class = Types::WavSettings
3110
3122
 
3123
+ WebvttDestinationSettings.add_member(:style_control, Shapes::ShapeRef.new(shape: WebvttDestinationStyleControl, location_name: "styleControl"))
3111
3124
  WebvttDestinationSettings.struct_class = Types::WebvttDestinationSettings
3112
3125
 
3113
3126
  __listOfAudioChannelMapping.member = Shapes::ShapeRef.new(shape: AudioChannelMapping)
@@ -801,6 +801,35 @@ module Aws::MediaLive
801
801
  include Aws::Structure
802
802
  end
803
803
 
804
+ # Audio Hls Rendition Selection
805
+ #
806
+ # @note When making an API call, you may pass AudioHlsRenditionSelection
807
+ # data as a hash:
808
+ #
809
+ # {
810
+ # group_id: "__stringMin1", # required
811
+ # name: "__stringMin1", # required
812
+ # }
813
+ #
814
+ # @!attribute [rw] group_id
815
+ # Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS
816
+ # audio rendition.
817
+ # @return [String]
818
+ #
819
+ # @!attribute [rw] name
820
+ # Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio
821
+ # rendition.
822
+ # @return [String]
823
+ #
824
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioHlsRenditionSelection AWS API Documentation
825
+ #
826
+ class AudioHlsRenditionSelection < Struct.new(
827
+ :group_id,
828
+ :name)
829
+ SENSITIVE = []
830
+ include Aws::Structure
831
+ end
832
+
804
833
  # Audio Language Selection
805
834
  #
806
835
  # @note When making an API call, you may pass AudioLanguageSelection
@@ -961,6 +990,10 @@ module Aws::MediaLive
961
990
  # {
962
991
  # name: "__stringMin1", # required
963
992
  # selector_settings: {
993
+ # audio_hls_rendition_selection: {
994
+ # group_id: "__stringMin1", # required
995
+ # name: "__stringMin1", # required
996
+ # },
964
997
  # audio_language_selection: {
965
998
  # language_code: "__string", # required
966
999
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
@@ -1003,6 +1036,10 @@ module Aws::MediaLive
1003
1036
  # data as a hash:
1004
1037
  #
1005
1038
  # {
1039
+ # audio_hls_rendition_selection: {
1040
+ # group_id: "__stringMin1", # required
1041
+ # name: "__stringMin1", # required
1042
+ # },
1006
1043
  # audio_language_selection: {
1007
1044
  # language_code: "__string", # required
1008
1045
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
@@ -1019,6 +1056,10 @@ module Aws::MediaLive
1019
1056
  # },
1020
1057
  # }
1021
1058
  #
1059
+ # @!attribute [rw] audio_hls_rendition_selection
1060
+ # Audio Hls Rendition Selection
1061
+ # @return [Types::AudioHlsRenditionSelection]
1062
+ #
1022
1063
  # @!attribute [rw] audio_language_selection
1023
1064
  # Audio Language Selection
1024
1065
  # @return [Types::AudioLanguageSelection]
@@ -1034,6 +1075,7 @@ module Aws::MediaLive
1034
1075
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioSelectorSettings AWS API Documentation
1035
1076
  #
1036
1077
  class AudioSelectorSettings < Struct.new(
1078
+ :audio_hls_rendition_selection,
1037
1079
  :audio_language_selection,
1038
1080
  :audio_pid_selection,
1039
1081
  :audio_track_selection)
@@ -2322,6 +2364,7 @@ module Aws::MediaLive
2322
2364
  # style_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED
2323
2365
  # },
2324
2366
  # webvtt_destination_settings: {
2367
+ # style_control: "NO_STYLE_DATA", # accepts NO_STYLE_DATA, PASSTHROUGH
2325
2368
  # },
2326
2369
  # },
2327
2370
  # language_code: "__string",
@@ -2444,6 +2487,7 @@ module Aws::MediaLive
2444
2487
  # style_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED
2445
2488
  # },
2446
2489
  # webvtt_destination_settings: {
2490
+ # style_control: "NO_STYLE_DATA", # accepts NO_STYLE_DATA, PASSTHROUGH
2447
2491
  # },
2448
2492
  # }
2449
2493
  #
@@ -2641,6 +2685,7 @@ module Aws::MediaLive
2641
2685
  # arib_source_settings: {
2642
2686
  # },
2643
2687
  # dvb_sub_source_settings: {
2688
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
2644
2689
  # pid: 1,
2645
2690
  # },
2646
2691
  # embedded_source_settings: {
@@ -2654,6 +2699,7 @@ module Aws::MediaLive
2654
2699
  # source_608_channel_number: 1,
2655
2700
  # },
2656
2701
  # scte_27_source_settings: {
2702
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
2657
2703
  # pid: 1,
2658
2704
  # },
2659
2705
  # teletext_source_settings: {
@@ -2705,6 +2751,7 @@ module Aws::MediaLive
2705
2751
  # arib_source_settings: {
2706
2752
  # },
2707
2753
  # dvb_sub_source_settings: {
2754
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
2708
2755
  # pid: 1,
2709
2756
  # },
2710
2757
  # embedded_source_settings: {
@@ -2718,6 +2765,7 @@ module Aws::MediaLive
2718
2765
  # source_608_channel_number: 1,
2719
2766
  # },
2720
2767
  # scte_27_source_settings: {
2768
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
2721
2769
  # pid: 1,
2722
2770
  # },
2723
2771
  # teletext_source_settings: {
@@ -3324,6 +3372,7 @@ module Aws::MediaLive
3324
3372
  # style_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED
3325
3373
  # },
3326
3374
  # webvtt_destination_settings: {
3375
+ # style_control: "NO_STYLE_DATA", # accepts NO_STYLE_DATA, PASSTHROUGH
3327
3376
  # },
3328
3377
  # },
3329
3378
  # language_code: "__string",
@@ -3925,6 +3974,10 @@ module Aws::MediaLive
3925
3974
  # {
3926
3975
  # name: "__stringMin1", # required
3927
3976
  # selector_settings: {
3977
+ # audio_hls_rendition_selection: {
3978
+ # group_id: "__stringMin1", # required
3979
+ # name: "__stringMin1", # required
3980
+ # },
3928
3981
  # audio_language_selection: {
3929
3982
  # language_code: "__string", # required
3930
3983
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
@@ -3953,6 +4006,7 @@ module Aws::MediaLive
3953
4006
  # arib_source_settings: {
3954
4007
  # },
3955
4008
  # dvb_sub_source_settings: {
4009
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
3956
4010
  # pid: 1,
3957
4011
  # },
3958
4012
  # embedded_source_settings: {
@@ -3966,6 +4020,7 @@ module Aws::MediaLive
3966
4020
  # source_608_channel_number: 1,
3967
4021
  # },
3968
4022
  # scte_27_source_settings: {
4023
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
3969
4024
  # pid: 1,
3970
4025
  # },
3971
4026
  # teletext_source_settings: {
@@ -3990,6 +4045,7 @@ module Aws::MediaLive
3990
4045
  # buffer_segments: 1,
3991
4046
  # retries: 1,
3992
4047
  # retry_interval: 1,
4048
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
3993
4049
  # },
3994
4050
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
3995
4051
  # },
@@ -6064,9 +6120,16 @@ module Aws::MediaLive
6064
6120
  # data as a hash:
6065
6121
  #
6066
6122
  # {
6123
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
6067
6124
  # pid: 1,
6068
6125
  # }
6069
6126
  #
6127
+ # @!attribute [rw] ocr_language
6128
+ # If you will configure a WebVTT caption description that references
6129
+ # this caption selector, use this field to provide the language to
6130
+ # consider when translating the image-based source to text.
6131
+ # @return [String]
6132
+ #
6070
6133
  # @!attribute [rw] pid
6071
6134
  # When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the
6072
6135
  # source content. Unused for DVB-Sub passthrough. All DVB-Sub content
@@ -6076,6 +6139,7 @@ module Aws::MediaLive
6076
6139
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DvbSubSourceSettings AWS API Documentation
6077
6140
  #
6078
6141
  class DvbSubSourceSettings < Struct.new(
6142
+ :ocr_language,
6079
6143
  :pid)
6080
6144
  SENSITIVE = []
6081
6145
  include Aws::Structure
@@ -6594,6 +6658,7 @@ module Aws::MediaLive
6594
6658
  # style_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED
6595
6659
  # },
6596
6660
  # webvtt_destination_settings: {
6661
+ # style_control: "NO_STYLE_DATA", # accepts NO_STYLE_DATA, PASSTHROUGH
6597
6662
  # },
6598
6663
  # },
6599
6664
  # language_code: "__string",
@@ -9168,6 +9233,7 @@ module Aws::MediaLive
9168
9233
  # buffer_segments: 1,
9169
9234
  # retries: 1,
9170
9235
  # retry_interval: 1,
9236
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
9171
9237
  # }
9172
9238
  #
9173
9239
  # @!attribute [rw] bandwidth
@@ -9194,13 +9260,21 @@ module Aws::MediaLive
9194
9260
  # manifest or segment fails.
9195
9261
  # @return [Integer]
9196
9262
  #
9263
+ # @!attribute [rw] scte_35_source
9264
+ # Identifies the source for the SCTE-35 messages that MediaLive will
9265
+ # ingest. Messages can be ingested from the content segments (in the
9266
+ # stream) or from tags in the playlist (the HLS manifest). MediaLive
9267
+ # ignores SCTE-35 information in the source that is not selected.
9268
+ # @return [String]
9269
+ #
9197
9270
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/HlsInputSettings AWS API Documentation
9198
9271
  #
9199
9272
  class HlsInputSettings < Struct.new(
9200
9273
  :bandwidth,
9201
9274
  :buffer_segments,
9202
9275
  :retries,
9203
- :retry_interval)
9276
+ :retry_interval,
9277
+ :scte_35_source)
9204
9278
  SENSITIVE = []
9205
9279
  include Aws::Structure
9206
9280
  end
@@ -9649,6 +9723,10 @@ module Aws::MediaLive
9649
9723
  # {
9650
9724
  # name: "__stringMin1", # required
9651
9725
  # selector_settings: {
9726
+ # audio_hls_rendition_selection: {
9727
+ # group_id: "__stringMin1", # required
9728
+ # name: "__stringMin1", # required
9729
+ # },
9652
9730
  # audio_language_selection: {
9653
9731
  # language_code: "__string", # required
9654
9732
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
@@ -9677,6 +9755,7 @@ module Aws::MediaLive
9677
9755
  # arib_source_settings: {
9678
9756
  # },
9679
9757
  # dvb_sub_source_settings: {
9758
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
9680
9759
  # pid: 1,
9681
9760
  # },
9682
9761
  # embedded_source_settings: {
@@ -9690,6 +9769,7 @@ module Aws::MediaLive
9690
9769
  # source_608_channel_number: 1,
9691
9770
  # },
9692
9771
  # scte_27_source_settings: {
9772
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
9693
9773
  # pid: 1,
9694
9774
  # },
9695
9775
  # teletext_source_settings: {
@@ -9714,6 +9794,7 @@ module Aws::MediaLive
9714
9794
  # buffer_segments: 1,
9715
9795
  # retries: 1,
9716
9796
  # retry_interval: 1,
9797
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
9717
9798
  # },
9718
9799
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
9719
9800
  # },
@@ -10527,6 +10608,10 @@ module Aws::MediaLive
10527
10608
  # {
10528
10609
  # name: "__stringMin1", # required
10529
10610
  # selector_settings: {
10611
+ # audio_hls_rendition_selection: {
10612
+ # group_id: "__stringMin1", # required
10613
+ # name: "__stringMin1", # required
10614
+ # },
10530
10615
  # audio_language_selection: {
10531
10616
  # language_code: "__string", # required
10532
10617
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
@@ -10555,6 +10640,7 @@ module Aws::MediaLive
10555
10640
  # arib_source_settings: {
10556
10641
  # },
10557
10642
  # dvb_sub_source_settings: {
10643
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
10558
10644
  # pid: 1,
10559
10645
  # },
10560
10646
  # embedded_source_settings: {
@@ -10568,6 +10654,7 @@ module Aws::MediaLive
10568
10654
  # source_608_channel_number: 1,
10569
10655
  # },
10570
10656
  # scte_27_source_settings: {
10657
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
10571
10658
  # pid: 1,
10572
10659
  # },
10573
10660
  # teletext_source_settings: {
@@ -10592,6 +10679,7 @@ module Aws::MediaLive
10592
10679
  # buffer_segments: 1,
10593
10680
  # retries: 1,
10594
10681
  # retry_interval: 1,
10682
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
10595
10683
  # },
10596
10684
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
10597
10685
  # },
@@ -13338,6 +13426,7 @@ module Aws::MediaLive
13338
13426
  # buffer_segments: 1,
13339
13427
  # retries: 1,
13340
13428
  # retry_interval: 1,
13429
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
13341
13430
  # },
13342
13431
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
13343
13432
  # }
@@ -15776,9 +15865,16 @@ module Aws::MediaLive
15776
15865
  # data as a hash:
15777
15866
  #
15778
15867
  # {
15868
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
15779
15869
  # pid: 1,
15780
15870
  # }
15781
15871
  #
15872
+ # @!attribute [rw] ocr_language
15873
+ # If you will configure a WebVTT caption description that references
15874
+ # this caption selector, use this field to provide the language to
15875
+ # consider when translating the image-based source to text.
15876
+ # @return [String]
15877
+ #
15782
15878
  # @!attribute [rw] pid
15783
15879
  # The pid field is used in conjunction with the caption selector
15784
15880
  # languageCode field as follows: - Specify PID and Language: Extracts
@@ -15793,6 +15889,7 @@ module Aws::MediaLive
15793
15889
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Scte27SourceSettings AWS API Documentation
15794
15890
  #
15795
15891
  class Scte27SourceSettings < Struct.new(
15892
+ :ocr_language,
15796
15893
  :pid)
15797
15894
  SENSITIVE = []
15798
15895
  include Aws::Structure
@@ -17031,9 +17128,6 @@ module Aws::MediaLive
17031
17128
  # The AWS account ID for the recipient of the input device transfer.
17032
17129
  # @return [String]
17033
17130
  #
17034
- # @!attribute [rw] target_region
17035
- # @return [String]
17036
- #
17037
17131
  # @!attribute [rw] transfer_type
17038
17132
  # The type (direction) of the input device transfer.
17039
17133
  # @return [String]
@@ -17044,7 +17138,6 @@ module Aws::MediaLive
17044
17138
  :id,
17045
17139
  :message,
17046
17140
  :target_customer_id,
17047
- :target_region,
17048
17141
  :transfer_type)
17049
17142
  SENSITIVE = []
17050
17143
  include Aws::Structure
@@ -17679,6 +17772,7 @@ module Aws::MediaLive
17679
17772
  # style_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED
17680
17773
  # },
17681
17774
  # webvtt_destination_settings: {
17775
+ # style_control: "NO_STYLE_DATA", # accepts NO_STYLE_DATA, PASSTHROUGH
17682
17776
  # },
17683
17777
  # },
17684
17778
  # language_code: "__string",
@@ -18280,6 +18374,10 @@ module Aws::MediaLive
18280
18374
  # {
18281
18375
  # name: "__stringMin1", # required
18282
18376
  # selector_settings: {
18377
+ # audio_hls_rendition_selection: {
18378
+ # group_id: "__stringMin1", # required
18379
+ # name: "__stringMin1", # required
18380
+ # },
18283
18381
  # audio_language_selection: {
18284
18382
  # language_code: "__string", # required
18285
18383
  # language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
@@ -18308,6 +18406,7 @@ module Aws::MediaLive
18308
18406
  # arib_source_settings: {
18309
18407
  # },
18310
18408
  # dvb_sub_source_settings: {
18409
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
18311
18410
  # pid: 1,
18312
18411
  # },
18313
18412
  # embedded_source_settings: {
@@ -18321,6 +18420,7 @@ module Aws::MediaLive
18321
18420
  # source_608_channel_number: 1,
18322
18421
  # },
18323
18422
  # scte_27_source_settings: {
18423
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
18324
18424
  # pid: 1,
18325
18425
  # },
18326
18426
  # teletext_source_settings: {
@@ -18345,6 +18445,7 @@ module Aws::MediaLive
18345
18445
  # buffer_segments: 1,
18346
18446
  # retries: 1,
18347
18447
  # retry_interval: 1,
18448
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
18348
18449
  # },
18349
18450
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
18350
18451
  # },
@@ -19705,11 +19806,28 @@ module Aws::MediaLive
19705
19806
 
19706
19807
  # Webvtt Destination Settings
19707
19808
  #
19708
- # @api private
19809
+ # @note When making an API call, you may pass WebvttDestinationSettings
19810
+ # data as a hash:
19811
+ #
19812
+ # {
19813
+ # style_control: "NO_STYLE_DATA", # accepts NO_STYLE_DATA, PASSTHROUGH
19814
+ # }
19815
+ #
19816
+ # @!attribute [rw] style_control
19817
+ # Controls whether the color and position of the source captions is
19818
+ # passed through to the WebVTT output captions. PASSTHROUGH - Valid
19819
+ # only if the source captions are EMBEDDED or TELETEXT.
19820
+ # NO\_STYLE\_DATA - Don't pass through the style. The output captions
19821
+ # will not contain any font styling information.
19822
+ # @return [String]
19709
19823
  #
19710
19824
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/WebvttDestinationSettings AWS API Documentation
19711
19825
  #
19712
- class WebvttDestinationSettings < Aws::EmptyStructure; end
19826
+ class WebvttDestinationSettings < Struct.new(
19827
+ :style_control)
19828
+ SENSITIVE = []
19829
+ include Aws::Structure
19830
+ end
19713
19831
 
19714
19832
  end
19715
19833
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.71.0
4
+ version: 1.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-04 00:00:00.000000000 Z
11
+ date: 2021-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.119.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement