aws-sdk-medialive 1.71.0 → 1.72.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4d78aad6f4135e388cadf20ac424b764b7afb53cfde9c450dc292eea058da79
4
- data.tar.gz: f6d778d23bb2fbb94d9dfc4e705d1230e5a35f6422e04dfcacff2800683a271b
3
+ metadata.gz: 5b71042c59b89c69171cd6963b591c396a77e789c0ab973a1c16ac19b6a36053
4
+ data.tar.gz: f5303474b06427766630e6b7782cb6ad2abb126528baa00c9c6d76bc752fbcc5
5
5
  SHA512:
6
- metadata.gz: b24440200d1f6ce196f9a2536c8298de5c8ac78cd1fb747c74bc3074769195b40b74b1dbfaeec37ee19b67898cc787b596ce8708ed34980dcbc6acb18f57b56d
7
- data.tar.gz: debf75c600f9d305740620222520db014f3355884a81b4d31e12b8c93c809c1ab2c5920a38e080531f7f24e66201ad5dcf3548e158a7f670c6f24fce514aeac3
6
+ metadata.gz: 3c9cefa476ab6afec5f97c6517f0ad0cee038b676befcef507425e293ee7d528d7f63952b1d22264059499b3506d5ea3a7a3249f481786512d6c7ddb3fe24c32
7
+ data.tar.gz: dc7fe86d318aa424aad4dac7ae31441152c5e6d192894d1b7b09e5d265e203c927a00a9570f100b36e14b57dfb65c5d38d17a256fc3fc95af5253f16119c2f8b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.0 (2021-06-11)
5
+ ------------------
6
+
7
+ * Feature - AWS MediaLive now supports OCR-based conversion of DVB-Sub and SCTE-27 image-based source captions to WebVTT, and supports ingest of ad avail decorations in HLS input manifests.
8
+
4
9
  1.71.0 (2021-06-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-medialive/customizations'
49
49
  # @!group service
50
50
  module Aws::MediaLive
51
51
 
52
- GEM_VERSION = '1.71.0'
52
+ GEM_VERSION = '1.72.0'
53
53
 
54
54
  end
@@ -1669,6 +1669,7 @@ module Aws::MediaLive
1669
1669
  # arib_source_settings: {
1670
1670
  # },
1671
1671
  # dvb_sub_source_settings: {
1672
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
1672
1673
  # pid: 1,
1673
1674
  # },
1674
1675
  # embedded_source_settings: {
@@ -1682,6 +1683,7 @@ module Aws::MediaLive
1682
1683
  # source_608_channel_number: 1,
1683
1684
  # },
1684
1685
  # scte_27_source_settings: {
1686
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
1685
1687
  # pid: 1,
1686
1688
  # },
1687
1689
  # teletext_source_settings: {
@@ -1706,6 +1708,7 @@ module Aws::MediaLive
1706
1708
  # buffer_segments: 1,
1707
1709
  # retries: 1,
1708
1710
  # retry_interval: 1,
1711
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
1709
1712
  # },
1710
1713
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
1711
1714
  # },
@@ -2301,6 +2304,7 @@ module Aws::MediaLive
2301
2304
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
2302
2305
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
2303
2306
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
2307
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
2304
2308
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
2305
2309
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
2306
2310
  # 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 +2312,7 @@ module Aws::MediaLive
2308
2312
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
2309
2313
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
2310
2314
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
2315
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
2311
2316
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
2312
2317
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
2313
2318
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -2322,6 +2327,7 @@ module Aws::MediaLive
2322
2327
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
2323
2328
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
2324
2329
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
2330
+ # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
2325
2331
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
2326
2332
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
2327
2333
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -3343,6 +3349,7 @@ module Aws::MediaLive
3343
3349
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
3344
3350
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
3345
3351
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
3352
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
3346
3353
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
3347
3354
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
3348
3355
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -3350,6 +3357,7 @@ module Aws::MediaLive
3350
3357
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
3351
3358
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
3352
3359
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
3360
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
3353
3361
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
3354
3362
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
3355
3363
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -3364,6 +3372,7 @@ module Aws::MediaLive
3364
3372
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
3365
3373
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
3366
3374
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
3375
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
3367
3376
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
3368
3377
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
3369
3378
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -3615,7 +3624,7 @@ module Aws::MediaLive
3615
3624
  # resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
3616
3625
  # resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
3617
3626
  # 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"
3627
+ # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
3619
3628
  # resp.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
3620
3629
  # resp.start #=> String
3621
3630
  # resp.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -4256,6 +4265,7 @@ module Aws::MediaLive
4256
4265
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
4257
4266
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
4258
4267
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
4268
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4259
4269
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
4260
4270
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
4261
4271
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -4263,6 +4273,7 @@ module Aws::MediaLive
4263
4273
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
4264
4274
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
4265
4275
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
4276
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4266
4277
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
4267
4278
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
4268
4279
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -4277,6 +4288,7 @@ module Aws::MediaLive
4277
4288
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
4278
4289
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
4279
4290
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
4291
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
4280
4292
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
4281
4293
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
4282
4294
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -4715,7 +4727,7 @@ module Aws::MediaLive
4715
4727
  # resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
4716
4728
  # resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
4717
4729
  # 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"
4730
+ # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
4719
4731
  # resp.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
4720
4732
  # resp.usage_price #=> Float
4721
4733
  #
@@ -4780,7 +4792,7 @@ module Aws::MediaLive
4780
4792
  # resp.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
4781
4793
  # resp.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
4782
4794
  # 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"
4795
+ # resp.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
4784
4796
  # resp.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
4785
4797
  # resp.start #=> String
4786
4798
  # resp.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -4955,6 +4967,7 @@ module Aws::MediaLive
4955
4967
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
4956
4968
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].name #=> String
4957
4969
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
4970
+ # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4958
4971
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
4959
4972
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
4960
4973
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -4962,6 +4975,7 @@ module Aws::MediaLive
4962
4975
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
4963
4976
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
4964
4977
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
4978
+ # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
4965
4979
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
4966
4980
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
4967
4981
  # resp.channels[0].input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -4976,6 +4990,7 @@ module Aws::MediaLive
4976
4990
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
4977
4991
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
4978
4992
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
4993
+ # resp.channels[0].input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
4979
4994
  # resp.channels[0].input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
4980
4995
  # resp.channels[0].input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
4981
4996
  # resp.channels[0].input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -5045,7 +5060,6 @@ module Aws::MediaLive
5045
5060
  # resp.input_device_transfers[0].id #=> String
5046
5061
  # resp.input_device_transfers[0].message #=> String
5047
5062
  # resp.input_device_transfers[0].target_customer_id #=> String
5048
- # resp.input_device_transfers[0].target_region #=> String
5049
5063
  # resp.input_device_transfers[0].transfer_type #=> String, one of "OUTGOING", "INCOMING"
5050
5064
  # resp.next_token #=> String
5051
5065
  #
@@ -5383,7 +5397,7 @@ module Aws::MediaLive
5383
5397
  # resp.offerings[0].resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
5384
5398
  # resp.offerings[0].resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
5385
5399
  # 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"
5400
+ # resp.offerings[0].resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
5387
5401
  # resp.offerings[0].resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
5388
5402
  # resp.offerings[0].usage_price #=> Float
5389
5403
  #
@@ -5463,7 +5477,7 @@ module Aws::MediaLive
5463
5477
  # resp.reservations[0].resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
5464
5478
  # resp.reservations[0].resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
5465
5479
  # 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"
5480
+ # resp.reservations[0].resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
5467
5481
  # resp.reservations[0].resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
5468
5482
  # resp.reservations[0].start #=> String
5469
5483
  # resp.reservations[0].state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -5562,7 +5576,7 @@ module Aws::MediaLive
5562
5576
  # resp.reservation.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
5563
5577
  # resp.reservation.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
5564
5578
  # 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"
5579
+ # resp.reservation.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
5566
5580
  # resp.reservation.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
5567
5581
  # resp.reservation.start #=> String
5568
5582
  # resp.reservation.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -6179,6 +6193,7 @@ module Aws::MediaLive
6179
6193
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
6180
6194
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
6181
6195
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
6196
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6182
6197
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
6183
6198
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6184
6199
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -6186,6 +6201,7 @@ module Aws::MediaLive
6186
6201
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
6187
6202
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6188
6203
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
6204
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6189
6205
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
6190
6206
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
6191
6207
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -6200,6 +6216,7 @@ module Aws::MediaLive
6200
6216
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
6201
6217
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
6202
6218
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
6219
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
6203
6220
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
6204
6221
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
6205
6222
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -6874,6 +6891,7 @@ module Aws::MediaLive
6874
6891
  # resp.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
6875
6892
  # resp.input_attachments[0].input_settings.caption_selectors[0].name #=> String
6876
6893
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
6894
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6877
6895
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
6878
6896
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6879
6897
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.scte_20_detection #=> String, one of "AUTO", "OFF"
@@ -6881,6 +6899,7 @@ module Aws::MediaLive
6881
6899
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
6882
6900
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
6883
6901
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
6902
+ # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
6884
6903
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
6885
6904
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
6886
6905
  # resp.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -6895,6 +6914,7 @@ module Aws::MediaLive
6895
6914
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
6896
6915
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
6897
6916
  # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
6917
+ # resp.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
6898
6918
  # resp.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
6899
6919
  # resp.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
6900
6920
  # resp.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -7906,6 +7926,7 @@ module Aws::MediaLive
7906
7926
  # arib_source_settings: {
7907
7927
  # },
7908
7928
  # dvb_sub_source_settings: {
7929
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
7909
7930
  # pid: 1,
7910
7931
  # },
7911
7932
  # embedded_source_settings: {
@@ -7919,6 +7940,7 @@ module Aws::MediaLive
7919
7940
  # source_608_channel_number: 1,
7920
7941
  # },
7921
7942
  # scte_27_source_settings: {
7943
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
7922
7944
  # pid: 1,
7923
7945
  # },
7924
7946
  # teletext_source_settings: {
@@ -7943,6 +7965,7 @@ module Aws::MediaLive
7943
7965
  # buffer_segments: 1,
7944
7966
  # retries: 1,
7945
7967
  # retry_interval: 1,
7968
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
7946
7969
  # },
7947
7970
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
7948
7971
  # },
@@ -8528,6 +8551,7 @@ module Aws::MediaLive
8528
8551
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
8529
8552
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
8530
8553
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
8554
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
8531
8555
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
8532
8556
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
8533
8557
  # 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 +8559,7 @@ module Aws::MediaLive
8535
8559
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
8536
8560
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
8537
8561
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
8562
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
8538
8563
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
8539
8564
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
8540
8565
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -8549,6 +8574,7 @@ module Aws::MediaLive
8549
8574
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
8550
8575
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
8551
8576
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
8577
+ # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
8552
8578
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
8553
8579
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
8554
8580
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -9184,6 +9210,7 @@ module Aws::MediaLive
9184
9210
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].language_code #=> String
9185
9211
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].name #=> String
9186
9212
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.ancillary_source_settings.source_ancillary_channel_number #=> Integer
9213
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
9187
9214
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.dvb_sub_source_settings.pid #=> Integer
9188
9215
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
9189
9216
  # 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 +9218,7 @@ module Aws::MediaLive
9191
9218
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.embedded_source_settings.source_608_track_number #=> Integer
9192
9219
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.convert_608_to_708 #=> String, one of "DISABLED", "UPCONVERT"
9193
9220
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_20_source_settings.source_608_channel_number #=> Integer
9221
+ # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.ocr_language #=> String, one of "DEU", "ENG", "FRA", "NLD", "POR", "SPA"
9194
9222
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.scte_27_source_settings.pid #=> Integer
9195
9223
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.height #=> Float
9196
9224
  # resp.channel.input_attachments[0].input_settings.caption_selectors[0].selector_settings.teletext_source_settings.output_rectangle.left_offset #=> Float
@@ -9205,6 +9233,7 @@ module Aws::MediaLive
9205
9233
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.buffer_segments #=> Integer
9206
9234
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retries #=> Integer
9207
9235
  # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.retry_interval #=> Integer
9236
+ # resp.channel.input_attachments[0].input_settings.network_input_settings.hls_input_settings.scte_35_source #=> String, one of "MANIFEST", "SEGMENTS"
9208
9237
  # resp.channel.input_attachments[0].input_settings.network_input_settings.server_validation #=> String, one of "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", "CHECK_CRYPTOGRAPHY_ONLY"
9209
9238
  # resp.channel.input_attachments[0].input_settings.smpte_2038_data_preference #=> String, one of "IGNORE", "PREFER"
9210
9239
  # resp.channel.input_attachments[0].input_settings.source_end_behavior #=> String, one of "CONTINUE", "LOOP"
@@ -9645,7 +9674,7 @@ module Aws::MediaLive
9645
9674
  # resp.reservation.resource_specification.maximum_framerate #=> String, one of "MAX_30_FPS", "MAX_60_FPS"
9646
9675
  # resp.reservation.resource_specification.resolution #=> String, one of "SD", "HD", "FHD", "UHD"
9647
9676
  # 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"
9677
+ # resp.reservation.resource_specification.special_feature #=> String, one of "ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"
9649
9678
  # resp.reservation.resource_specification.video_quality #=> String, one of "STANDARD", "ENHANCED", "PREMIUM"
9650
9679
  # resp.reservation.start #=> String
9651
9680
  # resp.reservation.state #=> String, one of "ACTIVE", "EXPIRED", "CANCELED", "DELETED"
@@ -9675,7 +9704,7 @@ module Aws::MediaLive
9675
9704
  params: params,
9676
9705
  config: config)
9677
9706
  context[:gem_name] = 'aws-sdk-medialive'
9678
- context[:gem_version] = '1.71.0'
9707
+ context[:gem_version] = '1.72.0'
9679
9708
  Seahorse::Client::Request.new(handlers, context)
9680
9709
  end
9681
9710
 
@@ -190,6 +190,7 @@ module Aws::MediaLive
190
190
  DvbSubDestinationSettings = Shapes::StructureShape.new(name: 'DvbSubDestinationSettings')
191
191
  DvbSubDestinationShadowColor = Shapes::StringShape.new(name: 'DvbSubDestinationShadowColor')
192
192
  DvbSubDestinationTeletextGridControl = Shapes::StringShape.new(name: 'DvbSubDestinationTeletextGridControl')
193
+ DvbSubOcrLanguage = Shapes::StringShape.new(name: 'DvbSubOcrLanguage')
193
194
  DvbSubSourceSettings = Shapes::StructureShape.new(name: 'DvbSubSourceSettings')
194
195
  DvbTdtSettings = Shapes::StructureShape.new(name: 'DvbTdtSettings')
195
196
  Eac3AttenuationControl = Shapes::StringShape.new(name: 'Eac3AttenuationControl')
@@ -316,6 +317,7 @@ module Aws::MediaLive
316
317
  HlsRedundantManifest = Shapes::StringShape.new(name: 'HlsRedundantManifest')
317
318
  HlsS3LogUploads = Shapes::StringShape.new(name: 'HlsS3LogUploads')
318
319
  HlsS3Settings = Shapes::StructureShape.new(name: 'HlsS3Settings')
320
+ HlsScte35SourceType = Shapes::StringShape.new(name: 'HlsScte35SourceType')
319
321
  HlsSegmentationMode = Shapes::StringShape.new(name: 'HlsSegmentationMode')
320
322
  HlsSettings = Shapes::StructureShape.new(name: 'HlsSettings')
321
323
  HlsStreamInfResolution = Shapes::StringShape.new(name: 'HlsStreamInfResolution')
@@ -551,6 +553,7 @@ module Aws::MediaLive
551
553
  Scte20PlusEmbeddedDestinationSettings = Shapes::StructureShape.new(name: 'Scte20PlusEmbeddedDestinationSettings')
552
554
  Scte20SourceSettings = Shapes::StructureShape.new(name: 'Scte20SourceSettings')
553
555
  Scte27DestinationSettings = Shapes::StructureShape.new(name: 'Scte27DestinationSettings')
556
+ Scte27OcrLanguage = Shapes::StringShape.new(name: 'Scte27OcrLanguage')
554
557
  Scte27SourceSettings = Shapes::StructureShape.new(name: 'Scte27SourceSettings')
555
558
  Scte35AposNoRegionalBlackoutBehavior = Shapes::StringShape.new(name: 'Scte35AposNoRegionalBlackoutBehavior')
556
559
  Scte35AposWebDeliveryAllowedBehavior = Shapes::StringShape.new(name: 'Scte35AposWebDeliveryAllowedBehavior')
@@ -1559,6 +1562,7 @@ module Aws::MediaLive
1559
1562
  DvbSubDestinationSettings.add_member(:y_position, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "yPosition"))
1560
1563
  DvbSubDestinationSettings.struct_class = Types::DvbSubDestinationSettings
1561
1564
 
1565
+ DvbSubSourceSettings.add_member(:ocr_language, Shapes::ShapeRef.new(shape: DvbSubOcrLanguage, location_name: "ocrLanguage"))
1562
1566
  DvbSubSourceSettings.add_member(:pid, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "pid"))
1563
1567
  DvbSubSourceSettings.struct_class = Types::DvbSubSourceSettings
1564
1568
 
@@ -1848,6 +1852,7 @@ module Aws::MediaLive
1848
1852
  HlsInputSettings.add_member(:buffer_segments, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "bufferSegments"))
1849
1853
  HlsInputSettings.add_member(:retries, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "retries"))
1850
1854
  HlsInputSettings.add_member(:retry_interval, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "retryInterval"))
1855
+ HlsInputSettings.add_member(:scte_35_source, Shapes::ShapeRef.new(shape: HlsScte35SourceType, location_name: "scte35Source"))
1851
1856
  HlsInputSettings.struct_class = Types::HlsInputSettings
1852
1857
 
1853
1858
  HlsMediaStoreSettings.add_member(:connection_retry_interval, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "connectionRetryInterval"))
@@ -2686,6 +2691,7 @@ module Aws::MediaLive
2686
2691
 
2687
2692
  Scte27DestinationSettings.struct_class = Types::Scte27DestinationSettings
2688
2693
 
2694
+ Scte27SourceSettings.add_member(:ocr_language, Shapes::ShapeRef.new(shape: Scte27OcrLanguage, location_name: "ocrLanguage"))
2689
2695
  Scte27SourceSettings.add_member(:pid, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "pid"))
2690
2696
  Scte27SourceSettings.struct_class = Types::Scte27SourceSettings
2691
2697
 
@@ -2883,7 +2889,6 @@ module Aws::MediaLive
2883
2889
  TransferringInputDeviceSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
2884
2890
  TransferringInputDeviceSummary.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
2885
2891
  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
2892
  TransferringInputDeviceSummary.add_member(:transfer_type, Shapes::ShapeRef.new(shape: InputDeviceTransferType, location_name: "transferType"))
2888
2893
  TransferringInputDeviceSummary.struct_class = Types::TransferringInputDeviceSummary
2889
2894
 
@@ -2641,6 +2641,7 @@ module Aws::MediaLive
2641
2641
  # arib_source_settings: {
2642
2642
  # },
2643
2643
  # dvb_sub_source_settings: {
2644
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
2644
2645
  # pid: 1,
2645
2646
  # },
2646
2647
  # embedded_source_settings: {
@@ -2654,6 +2655,7 @@ module Aws::MediaLive
2654
2655
  # source_608_channel_number: 1,
2655
2656
  # },
2656
2657
  # scte_27_source_settings: {
2658
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
2657
2659
  # pid: 1,
2658
2660
  # },
2659
2661
  # teletext_source_settings: {
@@ -2705,6 +2707,7 @@ module Aws::MediaLive
2705
2707
  # arib_source_settings: {
2706
2708
  # },
2707
2709
  # dvb_sub_source_settings: {
2710
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
2708
2711
  # pid: 1,
2709
2712
  # },
2710
2713
  # embedded_source_settings: {
@@ -2718,6 +2721,7 @@ module Aws::MediaLive
2718
2721
  # source_608_channel_number: 1,
2719
2722
  # },
2720
2723
  # scte_27_source_settings: {
2724
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
2721
2725
  # pid: 1,
2722
2726
  # },
2723
2727
  # teletext_source_settings: {
@@ -3953,6 +3957,7 @@ module Aws::MediaLive
3953
3957
  # arib_source_settings: {
3954
3958
  # },
3955
3959
  # dvb_sub_source_settings: {
3960
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
3956
3961
  # pid: 1,
3957
3962
  # },
3958
3963
  # embedded_source_settings: {
@@ -3966,6 +3971,7 @@ module Aws::MediaLive
3966
3971
  # source_608_channel_number: 1,
3967
3972
  # },
3968
3973
  # scte_27_source_settings: {
3974
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
3969
3975
  # pid: 1,
3970
3976
  # },
3971
3977
  # teletext_source_settings: {
@@ -3990,6 +3996,7 @@ module Aws::MediaLive
3990
3996
  # buffer_segments: 1,
3991
3997
  # retries: 1,
3992
3998
  # retry_interval: 1,
3999
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
3993
4000
  # },
3994
4001
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
3995
4002
  # },
@@ -6064,9 +6071,16 @@ module Aws::MediaLive
6064
6071
  # data as a hash:
6065
6072
  #
6066
6073
  # {
6074
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
6067
6075
  # pid: 1,
6068
6076
  # }
6069
6077
  #
6078
+ # @!attribute [rw] ocr_language
6079
+ # If you will configure a WebVTT caption description that references
6080
+ # this caption selector, use this field to provide the language to
6081
+ # consider when translating the image-based source to text.
6082
+ # @return [String]
6083
+ #
6070
6084
  # @!attribute [rw] pid
6071
6085
  # When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the
6072
6086
  # source content. Unused for DVB-Sub passthrough. All DVB-Sub content
@@ -6076,6 +6090,7 @@ module Aws::MediaLive
6076
6090
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DvbSubSourceSettings AWS API Documentation
6077
6091
  #
6078
6092
  class DvbSubSourceSettings < Struct.new(
6093
+ :ocr_language,
6079
6094
  :pid)
6080
6095
  SENSITIVE = []
6081
6096
  include Aws::Structure
@@ -9168,6 +9183,7 @@ module Aws::MediaLive
9168
9183
  # buffer_segments: 1,
9169
9184
  # retries: 1,
9170
9185
  # retry_interval: 1,
9186
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
9171
9187
  # }
9172
9188
  #
9173
9189
  # @!attribute [rw] bandwidth
@@ -9194,13 +9210,21 @@ module Aws::MediaLive
9194
9210
  # manifest or segment fails.
9195
9211
  # @return [Integer]
9196
9212
  #
9213
+ # @!attribute [rw] scte_35_source
9214
+ # Identifies the source for the SCTE-35 messages that MediaLive will
9215
+ # ingest. Messages can be ingested from the content segments (in the
9216
+ # stream) or from tags in the playlist (the HLS manifest). MediaLive
9217
+ # ignores SCTE-35 information in the source that is not selected.
9218
+ # @return [String]
9219
+ #
9197
9220
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/HlsInputSettings AWS API Documentation
9198
9221
  #
9199
9222
  class HlsInputSettings < Struct.new(
9200
9223
  :bandwidth,
9201
9224
  :buffer_segments,
9202
9225
  :retries,
9203
- :retry_interval)
9226
+ :retry_interval,
9227
+ :scte_35_source)
9204
9228
  SENSITIVE = []
9205
9229
  include Aws::Structure
9206
9230
  end
@@ -9677,6 +9701,7 @@ module Aws::MediaLive
9677
9701
  # arib_source_settings: {
9678
9702
  # },
9679
9703
  # dvb_sub_source_settings: {
9704
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
9680
9705
  # pid: 1,
9681
9706
  # },
9682
9707
  # embedded_source_settings: {
@@ -9690,6 +9715,7 @@ module Aws::MediaLive
9690
9715
  # source_608_channel_number: 1,
9691
9716
  # },
9692
9717
  # scte_27_source_settings: {
9718
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
9693
9719
  # pid: 1,
9694
9720
  # },
9695
9721
  # teletext_source_settings: {
@@ -9714,6 +9740,7 @@ module Aws::MediaLive
9714
9740
  # buffer_segments: 1,
9715
9741
  # retries: 1,
9716
9742
  # retry_interval: 1,
9743
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
9717
9744
  # },
9718
9745
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
9719
9746
  # },
@@ -10555,6 +10582,7 @@ module Aws::MediaLive
10555
10582
  # arib_source_settings: {
10556
10583
  # },
10557
10584
  # dvb_sub_source_settings: {
10585
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
10558
10586
  # pid: 1,
10559
10587
  # },
10560
10588
  # embedded_source_settings: {
@@ -10568,6 +10596,7 @@ module Aws::MediaLive
10568
10596
  # source_608_channel_number: 1,
10569
10597
  # },
10570
10598
  # scte_27_source_settings: {
10599
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
10571
10600
  # pid: 1,
10572
10601
  # },
10573
10602
  # teletext_source_settings: {
@@ -10592,6 +10621,7 @@ module Aws::MediaLive
10592
10621
  # buffer_segments: 1,
10593
10622
  # retries: 1,
10594
10623
  # retry_interval: 1,
10624
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
10595
10625
  # },
10596
10626
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
10597
10627
  # },
@@ -13338,6 +13368,7 @@ module Aws::MediaLive
13338
13368
  # buffer_segments: 1,
13339
13369
  # retries: 1,
13340
13370
  # retry_interval: 1,
13371
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
13341
13372
  # },
13342
13373
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
13343
13374
  # }
@@ -15776,9 +15807,16 @@ module Aws::MediaLive
15776
15807
  # data as a hash:
15777
15808
  #
15778
15809
  # {
15810
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
15779
15811
  # pid: 1,
15780
15812
  # }
15781
15813
  #
15814
+ # @!attribute [rw] ocr_language
15815
+ # If you will configure a WebVTT caption description that references
15816
+ # this caption selector, use this field to provide the language to
15817
+ # consider when translating the image-based source to text.
15818
+ # @return [String]
15819
+ #
15782
15820
  # @!attribute [rw] pid
15783
15821
  # The pid field is used in conjunction with the caption selector
15784
15822
  # languageCode field as follows: - Specify PID and Language: Extracts
@@ -15793,6 +15831,7 @@ module Aws::MediaLive
15793
15831
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Scte27SourceSettings AWS API Documentation
15794
15832
  #
15795
15833
  class Scte27SourceSettings < Struct.new(
15834
+ :ocr_language,
15796
15835
  :pid)
15797
15836
  SENSITIVE = []
15798
15837
  include Aws::Structure
@@ -17031,9 +17070,6 @@ module Aws::MediaLive
17031
17070
  # The AWS account ID for the recipient of the input device transfer.
17032
17071
  # @return [String]
17033
17072
  #
17034
- # @!attribute [rw] target_region
17035
- # @return [String]
17036
- #
17037
17073
  # @!attribute [rw] transfer_type
17038
17074
  # The type (direction) of the input device transfer.
17039
17075
  # @return [String]
@@ -17044,7 +17080,6 @@ module Aws::MediaLive
17044
17080
  :id,
17045
17081
  :message,
17046
17082
  :target_customer_id,
17047
- :target_region,
17048
17083
  :transfer_type)
17049
17084
  SENSITIVE = []
17050
17085
  include Aws::Structure
@@ -18308,6 +18343,7 @@ module Aws::MediaLive
18308
18343
  # arib_source_settings: {
18309
18344
  # },
18310
18345
  # dvb_sub_source_settings: {
18346
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
18311
18347
  # pid: 1,
18312
18348
  # },
18313
18349
  # embedded_source_settings: {
@@ -18321,6 +18357,7 @@ module Aws::MediaLive
18321
18357
  # source_608_channel_number: 1,
18322
18358
  # },
18323
18359
  # scte_27_source_settings: {
18360
+ # ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
18324
18361
  # pid: 1,
18325
18362
  # },
18326
18363
  # teletext_source_settings: {
@@ -18345,6 +18382,7 @@ module Aws::MediaLive
18345
18382
  # buffer_segments: 1,
18346
18383
  # retries: 1,
18347
18384
  # retry_interval: 1,
18385
+ # scte_35_source: "MANIFEST", # accepts MANIFEST, SEGMENTS
18348
18386
  # },
18349
18387
  # server_validation: "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME", # accepts CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME, CHECK_CRYPTOGRAPHY_ONLY
18350
18388
  # },
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.72.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-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core