aws-sdk-mediapackagev2 1.39.0 → 1.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediapackagev2/client.rb +275 -1
- data/lib/aws-sdk-mediapackagev2/client_api.rb +77 -0
- data/lib/aws-sdk-mediapackagev2/types.rb +267 -2
- data/lib/aws-sdk-mediapackagev2.rb +1 -1
- data/sig/client.rbs +70 -0
- data/sig/types.rbs +59 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51e7432c86174fd975af6fbb12ba5c7a851b38e335406824248dbbe8aa4106de
|
4
|
+
data.tar.gz: 94c4cce794cf8f68758dd33849b57ad72e686cd9f88bd330ab7e06ba1f94bcb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93450bd5fea7becee05b2f9441619ef0f321ab123e8b0a17d08d7e400d8b569c7d9f2027fe65ea9369c59870cdef1e8ace13877395fc803a5efbd79c23b1e857
|
7
|
+
data.tar.gz: e4b22fd722d651298559b892aa287ebb6fd0abb65a8a2e3e0ff302db59b30253bea7230d8335ab8e4dd60a552ce0ef3dbcb3b55bc3f54386c3730576e2aae831
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.40.0 (2025-05-19)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for DVB-DASH, EBU-TT-D subtitle format, and non-compacted manifests for DASH in MediaPackage v2 Origin Endpoints.
|
8
|
+
|
4
9
|
1.39.0 (2025-05-12)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.40.0
|
@@ -1301,7 +1301,29 @@ module Aws::MediaPackageV2
|
|
1301
1301
|
# container_type: "CMAF",
|
1302
1302
|
# dash_manifests: [
|
1303
1303
|
# {
|
1304
|
+
# base_urls: [
|
1305
|
+
# {
|
1306
|
+
# dvb_priority: 1,
|
1307
|
+
# dvb_weight: 3,
|
1308
|
+
# service_location: "A",
|
1309
|
+
# url: "http://example.com/",
|
1310
|
+
# },
|
1311
|
+
# ],
|
1312
|
+
# compactness: "STANDARD",
|
1304
1313
|
# drm_signaling: "INDIVIDUAL",
|
1314
|
+
# dvb_settings: {
|
1315
|
+
# error_metrics: [
|
1316
|
+
# {
|
1317
|
+
# probability: 500,
|
1318
|
+
# reporting_url: "https://example.com/dvb-errors/errors",
|
1319
|
+
# },
|
1320
|
+
# ],
|
1321
|
+
# font_download: {
|
1322
|
+
# font_family: "SubtitleDisplay",
|
1323
|
+
# mime_type: "application/font",
|
1324
|
+
# url: "https://example.com/fonts/SubtitleDisplay.woff",
|
1325
|
+
# },
|
1326
|
+
# },
|
1305
1327
|
# manifest_name: "exampleDashManifest1",
|
1306
1328
|
# manifest_window_seconds: 300,
|
1307
1329
|
# min_buffer_time_seconds: 30,
|
@@ -1309,14 +1331,50 @@ module Aws::MediaPackageV2
|
|
1309
1331
|
# period_triggers: [
|
1310
1332
|
# "AVAILS",
|
1311
1333
|
# ],
|
1334
|
+
# profiles: [
|
1335
|
+
# "DVB_DASH",
|
1336
|
+
# ],
|
1337
|
+
# program_information: {
|
1338
|
+
# copyright: "(c) Example. All rights reserved",
|
1339
|
+
# language_code: "en",
|
1340
|
+
# more_information_url: "https://example.com/more-information",
|
1341
|
+
# source: "exampleSource",
|
1342
|
+
# title: "exampleTitle",
|
1343
|
+
# },
|
1312
1344
|
# scte_dash: {
|
1313
1345
|
# ad_marker_dash: "XML",
|
1314
1346
|
# },
|
1315
1347
|
# segment_template_format: "NUMBER_WITH_TIMELINE",
|
1316
1348
|
# suggested_presentation_delay_seconds: 2,
|
1349
|
+
# utc_timing: {
|
1350
|
+
# timing_mode: "HTTP_HEAD",
|
1351
|
+
# timing_source: "example",
|
1352
|
+
# },
|
1317
1353
|
# },
|
1318
1354
|
# {
|
1355
|
+
# base_urls: [
|
1356
|
+
# {
|
1357
|
+
# dvb_priority: 2,
|
1358
|
+
# dvb_weight: 2,
|
1359
|
+
# service_location: "B",
|
1360
|
+
# url: "http://example2.com/",
|
1361
|
+
# },
|
1362
|
+
# ],
|
1363
|
+
# compactness: "STANDARD",
|
1319
1364
|
# drm_signaling: "INDIVIDUAL",
|
1365
|
+
# dvb_settings: {
|
1366
|
+
# error_metrics: [
|
1367
|
+
# {
|
1368
|
+
# probability: 600,
|
1369
|
+
# reporting_url: "https://example2.com/dvb-errors/errors",
|
1370
|
+
# },
|
1371
|
+
# ],
|
1372
|
+
# font_download: {
|
1373
|
+
# font_family: "SubtitleDisplay",
|
1374
|
+
# mime_type: "application/font",
|
1375
|
+
# url: "https://example.com/fonts/SubtitleDisplay.woff",
|
1376
|
+
# },
|
1377
|
+
# },
|
1320
1378
|
# manifest_name: "exampleDashManifest2",
|
1321
1379
|
# manifest_window_seconds: 60,
|
1322
1380
|
# min_buffer_time_seconds: 9,
|
@@ -1327,11 +1385,25 @@ module Aws::MediaPackageV2
|
|
1327
1385
|
# "SOURCE_CHANGES",
|
1328
1386
|
# "SOURCE_DISRUPTIONS",
|
1329
1387
|
# ],
|
1388
|
+
# profiles: [
|
1389
|
+
# "DVB_DASH",
|
1390
|
+
# ],
|
1391
|
+
# program_information: {
|
1392
|
+
# copyright: "(c) Example. All rights reserved",
|
1393
|
+
# language_code: "en",
|
1394
|
+
# more_information_url: "https://example2.com/more-information",
|
1395
|
+
# source: "exampleSource2",
|
1396
|
+
# title: "exampleTitle2",
|
1397
|
+
# },
|
1330
1398
|
# scte_dash: {
|
1331
1399
|
# ad_marker_dash: "XML",
|
1332
1400
|
# },
|
1333
1401
|
# segment_template_format: "NUMBER_WITH_TIMELINE",
|
1334
1402
|
# suggested_presentation_delay_seconds: 12,
|
1403
|
+
# utc_timing: {
|
1404
|
+
# timing_mode: "HTTP_HEAD",
|
1405
|
+
# timing_source: "example",
|
1406
|
+
# },
|
1335
1407
|
# },
|
1336
1408
|
# ],
|
1337
1409
|
# force_endpoint_error_configuration: {
|
@@ -1430,7 +1502,29 @@ module Aws::MediaPackageV2
|
|
1430
1502
|
# created_at: Time.parse("2022-10-18T09:36:00.00Z"),
|
1431
1503
|
# dash_manifests: [
|
1432
1504
|
# {
|
1505
|
+
# base_urls: [
|
1506
|
+
# {
|
1507
|
+
# dvb_priority: 1,
|
1508
|
+
# dvb_weight: 3,
|
1509
|
+
# service_location: "A",
|
1510
|
+
# url: "http://example.com/",
|
1511
|
+
# },
|
1512
|
+
# ],
|
1513
|
+
# compactness: "STANDARD",
|
1433
1514
|
# drm_signaling: "INDIVIDUAL",
|
1515
|
+
# dvb_settings: {
|
1516
|
+
# error_metrics: [
|
1517
|
+
# {
|
1518
|
+
# probability: 500,
|
1519
|
+
# reporting_url: "https://example.com/dvb-errors/errors",
|
1520
|
+
# },
|
1521
|
+
# ],
|
1522
|
+
# font_download: {
|
1523
|
+
# font_family: "SubtitleDisplay",
|
1524
|
+
# mime_type: "application/font",
|
1525
|
+
# url: "https://example.com/fonts/SubtitleDisplay.woff",
|
1526
|
+
# },
|
1527
|
+
# },
|
1434
1528
|
# manifest_name: "exampleDashManifest1",
|
1435
1529
|
# manifest_window_seconds: 300,
|
1436
1530
|
# min_buffer_time_seconds: 30,
|
@@ -1438,15 +1532,51 @@ module Aws::MediaPackageV2
|
|
1438
1532
|
# period_triggers: [
|
1439
1533
|
# "AVAILS",
|
1440
1534
|
# ],
|
1535
|
+
# profiles: [
|
1536
|
+
# "DVB_DASH",
|
1537
|
+
# ],
|
1538
|
+
# program_information: {
|
1539
|
+
# copyright: "(c) Example. All rights reserved",
|
1540
|
+
# language_code: "en",
|
1541
|
+
# more_information_url: "https://example.com/more-information",
|
1542
|
+
# source: "exampleSource",
|
1543
|
+
# title: "exampleTitle",
|
1544
|
+
# },
|
1441
1545
|
# scte_dash: {
|
1442
1546
|
# ad_marker_dash: "XML",
|
1443
1547
|
# },
|
1444
1548
|
# segment_template_format: "NUMBER_WITH_TIMELINE",
|
1445
1549
|
# suggested_presentation_delay_seconds: 2,
|
1446
1550
|
# url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest1.mpd",
|
1551
|
+
# utc_timing: {
|
1552
|
+
# timing_mode: "HTTP_HEAD",
|
1553
|
+
# timing_source: "example",
|
1554
|
+
# },
|
1447
1555
|
# },
|
1448
1556
|
# {
|
1557
|
+
# base_urls: [
|
1558
|
+
# {
|
1559
|
+
# dvb_priority: 2,
|
1560
|
+
# dvb_weight: 2,
|
1561
|
+
# service_location: "B",
|
1562
|
+
# url: "http://example2.com/",
|
1563
|
+
# },
|
1564
|
+
# ],
|
1565
|
+
# compactness: "STANDARD",
|
1449
1566
|
# drm_signaling: "INDIVIDUAL",
|
1567
|
+
# dvb_settings: {
|
1568
|
+
# error_metrics: [
|
1569
|
+
# {
|
1570
|
+
# probability: 600,
|
1571
|
+
# reporting_url: "https://example2.com/dvb-errors/errors",
|
1572
|
+
# },
|
1573
|
+
# ],
|
1574
|
+
# font_download: {
|
1575
|
+
# font_family: "SubtitleDisplay",
|
1576
|
+
# mime_type: "application/font",
|
1577
|
+
# url: "https://example.com/fonts/SubtitleDisplay.woff",
|
1578
|
+
# },
|
1579
|
+
# },
|
1450
1580
|
# manifest_name: "exampleDashManifest2",
|
1451
1581
|
# manifest_window_seconds: 60,
|
1452
1582
|
# min_buffer_time_seconds: 9,
|
@@ -1457,12 +1587,26 @@ module Aws::MediaPackageV2
|
|
1457
1587
|
# "SOURCE_CHANGES",
|
1458
1588
|
# "SOURCE_DISRUPTIONS",
|
1459
1589
|
# ],
|
1590
|
+
# profiles: [
|
1591
|
+
# "DVB_DASH",
|
1592
|
+
# ],
|
1593
|
+
# program_information: {
|
1594
|
+
# copyright: "(c) Example. All rights reserved",
|
1595
|
+
# language_code: "en",
|
1596
|
+
# more_information_url: "https://example2.com/more-information",
|
1597
|
+
# source: "exampleSource2",
|
1598
|
+
# title: "exampleTitle2",
|
1599
|
+
# },
|
1460
1600
|
# scte_dash: {
|
1461
1601
|
# ad_marker_dash: "XML",
|
1462
1602
|
# },
|
1463
1603
|
# segment_template_format: "NUMBER_WITH_TIMELINE",
|
1464
1604
|
# suggested_presentation_delay_seconds: 12,
|
1465
1605
|
# url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest2.mpd",
|
1606
|
+
# utc_timing: {
|
1607
|
+
# timing_mode: "HTTP_HEAD",
|
1608
|
+
# timing_source: "example",
|
1609
|
+
# },
|
1466
1610
|
# },
|
1467
1611
|
# ],
|
1468
1612
|
# etag: "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
|
@@ -1666,6 +1810,41 @@ module Aws::MediaPackageV2
|
|
1666
1810
|
# timing_mode: "HTTP_HEAD", # accepts HTTP_HEAD, HTTP_ISO, HTTP_XSDATE, UTC_DIRECT
|
1667
1811
|
# timing_source: "DashUtcTimingTimingSourceString",
|
1668
1812
|
# },
|
1813
|
+
# profiles: ["DVB_DASH"], # accepts DVB_DASH
|
1814
|
+
# base_urls: [
|
1815
|
+
# {
|
1816
|
+
# url: "DashBaseUrlUrlString", # required
|
1817
|
+
# service_location: "DashBaseUrlServiceLocationString",
|
1818
|
+
# dvb_priority: 1,
|
1819
|
+
# dvb_weight: 1,
|
1820
|
+
# },
|
1821
|
+
# ],
|
1822
|
+
# program_information: {
|
1823
|
+
# title: "DashProgramInformationTitleString",
|
1824
|
+
# source: "DashProgramInformationSourceString",
|
1825
|
+
# copyright: "DashProgramInformationCopyrightString",
|
1826
|
+
# language_code: "DashProgramInformationLanguageCodeString",
|
1827
|
+
# more_information_url: "DashProgramInformationMoreInformationUrlString",
|
1828
|
+
# },
|
1829
|
+
# dvb_settings: {
|
1830
|
+
# font_download: {
|
1831
|
+
# url: "DashDvbFontDownloadUrlString",
|
1832
|
+
# mime_type: "DashDvbFontDownloadMimeTypeString",
|
1833
|
+
# font_family: "DashDvbFontDownloadFontFamilyString",
|
1834
|
+
# },
|
1835
|
+
# error_metrics: [
|
1836
|
+
# {
|
1837
|
+
# reporting_url: "DashDvbMetricsReportingReportingUrlString", # required
|
1838
|
+
# probability: 1,
|
1839
|
+
# },
|
1840
|
+
# ],
|
1841
|
+
# },
|
1842
|
+
# compactness: "STANDARD", # accepts STANDARD, NONE
|
1843
|
+
# subtitle_configuration: {
|
1844
|
+
# ttml_configuration: {
|
1845
|
+
# ttml_profile: "IMSC_1", # required, accepts IMSC_1, EBU_TT_D_101
|
1846
|
+
# },
|
1847
|
+
# },
|
1669
1848
|
# },
|
1670
1849
|
# ],
|
1671
1850
|
# force_endpoint_error_configuration: {
|
@@ -1754,6 +1933,26 @@ module Aws::MediaPackageV2
|
|
1754
1933
|
# resp.dash_manifests[0].drm_signaling #=> String, one of "INDIVIDUAL", "REFERENCED"
|
1755
1934
|
# resp.dash_manifests[0].utc_timing.timing_mode #=> String, one of "HTTP_HEAD", "HTTP_ISO", "HTTP_XSDATE", "UTC_DIRECT"
|
1756
1935
|
# resp.dash_manifests[0].utc_timing.timing_source #=> String
|
1936
|
+
# resp.dash_manifests[0].profiles #=> Array
|
1937
|
+
# resp.dash_manifests[0].profiles[0] #=> String, one of "DVB_DASH"
|
1938
|
+
# resp.dash_manifests[0].base_urls #=> Array
|
1939
|
+
# resp.dash_manifests[0].base_urls[0].url #=> String
|
1940
|
+
# resp.dash_manifests[0].base_urls[0].service_location #=> String
|
1941
|
+
# resp.dash_manifests[0].base_urls[0].dvb_priority #=> Integer
|
1942
|
+
# resp.dash_manifests[0].base_urls[0].dvb_weight #=> Integer
|
1943
|
+
# resp.dash_manifests[0].program_information.title #=> String
|
1944
|
+
# resp.dash_manifests[0].program_information.source #=> String
|
1945
|
+
# resp.dash_manifests[0].program_information.copyright #=> String
|
1946
|
+
# resp.dash_manifests[0].program_information.language_code #=> String
|
1947
|
+
# resp.dash_manifests[0].program_information.more_information_url #=> String
|
1948
|
+
# resp.dash_manifests[0].dvb_settings.font_download.url #=> String
|
1949
|
+
# resp.dash_manifests[0].dvb_settings.font_download.mime_type #=> String
|
1950
|
+
# resp.dash_manifests[0].dvb_settings.font_download.font_family #=> String
|
1951
|
+
# resp.dash_manifests[0].dvb_settings.error_metrics #=> Array
|
1952
|
+
# resp.dash_manifests[0].dvb_settings.error_metrics[0].reporting_url #=> String
|
1953
|
+
# resp.dash_manifests[0].dvb_settings.error_metrics[0].probability #=> Integer
|
1954
|
+
# resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
|
1955
|
+
# resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
|
1757
1956
|
# resp.force_endpoint_error_configuration.endpoint_error_conditions #=> Array
|
1758
1957
|
# resp.force_endpoint_error_configuration.endpoint_error_conditions[0] #=> String, one of "STALE_MANIFEST", "INCOMPLETE_MANIFEST", "MISSING_DRM_KEY", "SLATE_INPUT"
|
1759
1958
|
# resp.etag #=> String
|
@@ -2592,6 +2791,26 @@ module Aws::MediaPackageV2
|
|
2592
2791
|
# resp.dash_manifests[0].drm_signaling #=> String, one of "INDIVIDUAL", "REFERENCED"
|
2593
2792
|
# resp.dash_manifests[0].utc_timing.timing_mode #=> String, one of "HTTP_HEAD", "HTTP_ISO", "HTTP_XSDATE", "UTC_DIRECT"
|
2594
2793
|
# resp.dash_manifests[0].utc_timing.timing_source #=> String
|
2794
|
+
# resp.dash_manifests[0].profiles #=> Array
|
2795
|
+
# resp.dash_manifests[0].profiles[0] #=> String, one of "DVB_DASH"
|
2796
|
+
# resp.dash_manifests[0].base_urls #=> Array
|
2797
|
+
# resp.dash_manifests[0].base_urls[0].url #=> String
|
2798
|
+
# resp.dash_manifests[0].base_urls[0].service_location #=> String
|
2799
|
+
# resp.dash_manifests[0].base_urls[0].dvb_priority #=> Integer
|
2800
|
+
# resp.dash_manifests[0].base_urls[0].dvb_weight #=> Integer
|
2801
|
+
# resp.dash_manifests[0].program_information.title #=> String
|
2802
|
+
# resp.dash_manifests[0].program_information.source #=> String
|
2803
|
+
# resp.dash_manifests[0].program_information.copyright #=> String
|
2804
|
+
# resp.dash_manifests[0].program_information.language_code #=> String
|
2805
|
+
# resp.dash_manifests[0].program_information.more_information_url #=> String
|
2806
|
+
# resp.dash_manifests[0].dvb_settings.font_download.url #=> String
|
2807
|
+
# resp.dash_manifests[0].dvb_settings.font_download.mime_type #=> String
|
2808
|
+
# resp.dash_manifests[0].dvb_settings.font_download.font_family #=> String
|
2809
|
+
# resp.dash_manifests[0].dvb_settings.error_metrics #=> Array
|
2810
|
+
# resp.dash_manifests[0].dvb_settings.error_metrics[0].reporting_url #=> String
|
2811
|
+
# resp.dash_manifests[0].dvb_settings.error_metrics[0].probability #=> Integer
|
2812
|
+
# resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
|
2813
|
+
# resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
|
2595
2814
|
# resp.force_endpoint_error_configuration.endpoint_error_conditions #=> Array
|
2596
2815
|
# resp.force_endpoint_error_configuration.endpoint_error_conditions[0] #=> String, one of "STALE_MANIFEST", "INCOMPLETE_MANIFEST", "MISSING_DRM_KEY", "SLATE_INPUT"
|
2597
2816
|
# resp.etag #=> String
|
@@ -4047,6 +4266,41 @@ module Aws::MediaPackageV2
|
|
4047
4266
|
# timing_mode: "HTTP_HEAD", # accepts HTTP_HEAD, HTTP_ISO, HTTP_XSDATE, UTC_DIRECT
|
4048
4267
|
# timing_source: "DashUtcTimingTimingSourceString",
|
4049
4268
|
# },
|
4269
|
+
# profiles: ["DVB_DASH"], # accepts DVB_DASH
|
4270
|
+
# base_urls: [
|
4271
|
+
# {
|
4272
|
+
# url: "DashBaseUrlUrlString", # required
|
4273
|
+
# service_location: "DashBaseUrlServiceLocationString",
|
4274
|
+
# dvb_priority: 1,
|
4275
|
+
# dvb_weight: 1,
|
4276
|
+
# },
|
4277
|
+
# ],
|
4278
|
+
# program_information: {
|
4279
|
+
# title: "DashProgramInformationTitleString",
|
4280
|
+
# source: "DashProgramInformationSourceString",
|
4281
|
+
# copyright: "DashProgramInformationCopyrightString",
|
4282
|
+
# language_code: "DashProgramInformationLanguageCodeString",
|
4283
|
+
# more_information_url: "DashProgramInformationMoreInformationUrlString",
|
4284
|
+
# },
|
4285
|
+
# dvb_settings: {
|
4286
|
+
# font_download: {
|
4287
|
+
# url: "DashDvbFontDownloadUrlString",
|
4288
|
+
# mime_type: "DashDvbFontDownloadMimeTypeString",
|
4289
|
+
# font_family: "DashDvbFontDownloadFontFamilyString",
|
4290
|
+
# },
|
4291
|
+
# error_metrics: [
|
4292
|
+
# {
|
4293
|
+
# reporting_url: "DashDvbMetricsReportingReportingUrlString", # required
|
4294
|
+
# probability: 1,
|
4295
|
+
# },
|
4296
|
+
# ],
|
4297
|
+
# },
|
4298
|
+
# compactness: "STANDARD", # accepts STANDARD, NONE
|
4299
|
+
# subtitle_configuration: {
|
4300
|
+
# ttml_configuration: {
|
4301
|
+
# ttml_profile: "IMSC_1", # required, accepts IMSC_1, EBU_TT_D_101
|
4302
|
+
# },
|
4303
|
+
# },
|
4050
4304
|
# },
|
4051
4305
|
# ],
|
4052
4306
|
# force_endpoint_error_configuration: {
|
@@ -4138,6 +4392,26 @@ module Aws::MediaPackageV2
|
|
4138
4392
|
# resp.dash_manifests[0].drm_signaling #=> String, one of "INDIVIDUAL", "REFERENCED"
|
4139
4393
|
# resp.dash_manifests[0].utc_timing.timing_mode #=> String, one of "HTTP_HEAD", "HTTP_ISO", "HTTP_XSDATE", "UTC_DIRECT"
|
4140
4394
|
# resp.dash_manifests[0].utc_timing.timing_source #=> String
|
4395
|
+
# resp.dash_manifests[0].profiles #=> Array
|
4396
|
+
# resp.dash_manifests[0].profiles[0] #=> String, one of "DVB_DASH"
|
4397
|
+
# resp.dash_manifests[0].base_urls #=> Array
|
4398
|
+
# resp.dash_manifests[0].base_urls[0].url #=> String
|
4399
|
+
# resp.dash_manifests[0].base_urls[0].service_location #=> String
|
4400
|
+
# resp.dash_manifests[0].base_urls[0].dvb_priority #=> Integer
|
4401
|
+
# resp.dash_manifests[0].base_urls[0].dvb_weight #=> Integer
|
4402
|
+
# resp.dash_manifests[0].program_information.title #=> String
|
4403
|
+
# resp.dash_manifests[0].program_information.source #=> String
|
4404
|
+
# resp.dash_manifests[0].program_information.copyright #=> String
|
4405
|
+
# resp.dash_manifests[0].program_information.language_code #=> String
|
4406
|
+
# resp.dash_manifests[0].program_information.more_information_url #=> String
|
4407
|
+
# resp.dash_manifests[0].dvb_settings.font_download.url #=> String
|
4408
|
+
# resp.dash_manifests[0].dvb_settings.font_download.mime_type #=> String
|
4409
|
+
# resp.dash_manifests[0].dvb_settings.font_download.font_family #=> String
|
4410
|
+
# resp.dash_manifests[0].dvb_settings.error_metrics #=> Array
|
4411
|
+
# resp.dash_manifests[0].dvb_settings.error_metrics[0].reporting_url #=> String
|
4412
|
+
# resp.dash_manifests[0].dvb_settings.error_metrics[0].probability #=> Integer
|
4413
|
+
# resp.dash_manifests[0].compactness #=> String, one of "STANDARD", "NONE"
|
4414
|
+
# resp.dash_manifests[0].subtitle_configuration.ttml_configuration.ttml_profile #=> String, one of "IMSC_1", "EBU_TT_D_101"
|
4141
4415
|
#
|
4142
4416
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/UpdateOriginEndpoint AWS API Documentation
|
4143
4417
|
#
|
@@ -4166,7 +4440,7 @@ module Aws::MediaPackageV2
|
|
4166
4440
|
tracer: tracer
|
4167
4441
|
)
|
4168
4442
|
context[:gem_name] = 'aws-sdk-mediapackagev2'
|
4169
|
-
context[:gem_version] = '1.
|
4443
|
+
context[:gem_version] = '1.40.0'
|
4170
4444
|
Seahorse::Client::Request.new(handlers, context)
|
4171
4445
|
end
|
4172
4446
|
|
@@ -51,10 +51,37 @@ module Aws::MediaPackageV2
|
|
51
51
|
CreateOriginEndpointRequest = Shapes::StructureShape.new(name: 'CreateOriginEndpointRequest')
|
52
52
|
CreateOriginEndpointRequestStartoverWindowSecondsInteger = Shapes::IntegerShape.new(name: 'CreateOriginEndpointRequestStartoverWindowSecondsInteger')
|
53
53
|
CreateOriginEndpointResponse = Shapes::StructureShape.new(name: 'CreateOriginEndpointResponse')
|
54
|
+
DashBaseUrl = Shapes::StructureShape.new(name: 'DashBaseUrl')
|
55
|
+
DashBaseUrlDvbPriorityInteger = Shapes::IntegerShape.new(name: 'DashBaseUrlDvbPriorityInteger')
|
56
|
+
DashBaseUrlDvbWeightInteger = Shapes::IntegerShape.new(name: 'DashBaseUrlDvbWeightInteger')
|
57
|
+
DashBaseUrlServiceLocationString = Shapes::StringShape.new(name: 'DashBaseUrlServiceLocationString')
|
58
|
+
DashBaseUrlUrlString = Shapes::StringShape.new(name: 'DashBaseUrlUrlString')
|
59
|
+
DashBaseUrls = Shapes::ListShape.new(name: 'DashBaseUrls')
|
60
|
+
DashCompactness = Shapes::StringShape.new(name: 'DashCompactness')
|
54
61
|
DashDrmSignaling = Shapes::StringShape.new(name: 'DashDrmSignaling')
|
62
|
+
DashDvbErrorMetrics = Shapes::ListShape.new(name: 'DashDvbErrorMetrics')
|
63
|
+
DashDvbFontDownload = Shapes::StructureShape.new(name: 'DashDvbFontDownload')
|
64
|
+
DashDvbFontDownloadFontFamilyString = Shapes::StringShape.new(name: 'DashDvbFontDownloadFontFamilyString')
|
65
|
+
DashDvbFontDownloadMimeTypeString = Shapes::StringShape.new(name: 'DashDvbFontDownloadMimeTypeString')
|
66
|
+
DashDvbFontDownloadUrlString = Shapes::StringShape.new(name: 'DashDvbFontDownloadUrlString')
|
67
|
+
DashDvbMetricsReporting = Shapes::StructureShape.new(name: 'DashDvbMetricsReporting')
|
68
|
+
DashDvbMetricsReportingProbabilityInteger = Shapes::IntegerShape.new(name: 'DashDvbMetricsReportingProbabilityInteger')
|
69
|
+
DashDvbMetricsReportingReportingUrlString = Shapes::StringShape.new(name: 'DashDvbMetricsReportingReportingUrlString')
|
70
|
+
DashDvbSettings = Shapes::StructureShape.new(name: 'DashDvbSettings')
|
55
71
|
DashPeriodTrigger = Shapes::StringShape.new(name: 'DashPeriodTrigger')
|
56
72
|
DashPeriodTriggers = Shapes::ListShape.new(name: 'DashPeriodTriggers')
|
73
|
+
DashProfile = Shapes::StringShape.new(name: 'DashProfile')
|
74
|
+
DashProfiles = Shapes::ListShape.new(name: 'DashProfiles')
|
75
|
+
DashProgramInformation = Shapes::StructureShape.new(name: 'DashProgramInformation')
|
76
|
+
DashProgramInformationCopyrightString = Shapes::StringShape.new(name: 'DashProgramInformationCopyrightString')
|
77
|
+
DashProgramInformationLanguageCodeString = Shapes::StringShape.new(name: 'DashProgramInformationLanguageCodeString')
|
78
|
+
DashProgramInformationMoreInformationUrlString = Shapes::StringShape.new(name: 'DashProgramInformationMoreInformationUrlString')
|
79
|
+
DashProgramInformationSourceString = Shapes::StringShape.new(name: 'DashProgramInformationSourceString')
|
80
|
+
DashProgramInformationTitleString = Shapes::StringShape.new(name: 'DashProgramInformationTitleString')
|
57
81
|
DashSegmentTemplateFormat = Shapes::StringShape.new(name: 'DashSegmentTemplateFormat')
|
82
|
+
DashSubtitleConfiguration = Shapes::StructureShape.new(name: 'DashSubtitleConfiguration')
|
83
|
+
DashTtmlConfiguration = Shapes::StructureShape.new(name: 'DashTtmlConfiguration')
|
84
|
+
DashTtmlProfile = Shapes::StringShape.new(name: 'DashTtmlProfile')
|
58
85
|
DashUtcTiming = Shapes::StructureShape.new(name: 'DashUtcTiming')
|
59
86
|
DashUtcTimingMode = Shapes::StringShape.new(name: 'DashUtcTimingMode')
|
60
87
|
DashUtcTimingTimingSourceString = Shapes::StringShape.new(name: 'DashUtcTimingTimingSourceString')
|
@@ -284,6 +311,12 @@ module Aws::MediaPackageV2
|
|
284
311
|
CreateDashManifestConfiguration.add_member(:scte_dash, Shapes::ShapeRef.new(shape: ScteDash, location_name: "ScteDash"))
|
285
312
|
CreateDashManifestConfiguration.add_member(:drm_signaling, Shapes::ShapeRef.new(shape: DashDrmSignaling, location_name: "DrmSignaling"))
|
286
313
|
CreateDashManifestConfiguration.add_member(:utc_timing, Shapes::ShapeRef.new(shape: DashUtcTiming, location_name: "UtcTiming"))
|
314
|
+
CreateDashManifestConfiguration.add_member(:profiles, Shapes::ShapeRef.new(shape: DashProfiles, location_name: "Profiles"))
|
315
|
+
CreateDashManifestConfiguration.add_member(:base_urls, Shapes::ShapeRef.new(shape: DashBaseUrls, location_name: "BaseUrls"))
|
316
|
+
CreateDashManifestConfiguration.add_member(:program_information, Shapes::ShapeRef.new(shape: DashProgramInformation, location_name: "ProgramInformation"))
|
317
|
+
CreateDashManifestConfiguration.add_member(:dvb_settings, Shapes::ShapeRef.new(shape: DashDvbSettings, location_name: "DvbSettings"))
|
318
|
+
CreateDashManifestConfiguration.add_member(:compactness, Shapes::ShapeRef.new(shape: DashCompactness, location_name: "Compactness"))
|
319
|
+
CreateDashManifestConfiguration.add_member(:subtitle_configuration, Shapes::ShapeRef.new(shape: DashSubtitleConfiguration, location_name: "SubtitleConfiguration"))
|
287
320
|
CreateDashManifestConfiguration.struct_class = Types::CreateDashManifestConfiguration
|
288
321
|
|
289
322
|
CreateDashManifests.member = Shapes::ShapeRef.new(shape: CreateDashManifestConfiguration)
|
@@ -374,8 +407,46 @@ module Aws::MediaPackageV2
|
|
374
407
|
CreateOriginEndpointResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
375
408
|
CreateOriginEndpointResponse.struct_class = Types::CreateOriginEndpointResponse
|
376
409
|
|
410
|
+
DashBaseUrl.add_member(:url, Shapes::ShapeRef.new(shape: DashBaseUrlUrlString, required: true, location_name: "Url"))
|
411
|
+
DashBaseUrl.add_member(:service_location, Shapes::ShapeRef.new(shape: DashBaseUrlServiceLocationString, location_name: "ServiceLocation"))
|
412
|
+
DashBaseUrl.add_member(:dvb_priority, Shapes::ShapeRef.new(shape: DashBaseUrlDvbPriorityInteger, location_name: "DvbPriority"))
|
413
|
+
DashBaseUrl.add_member(:dvb_weight, Shapes::ShapeRef.new(shape: DashBaseUrlDvbWeightInteger, location_name: "DvbWeight"))
|
414
|
+
DashBaseUrl.struct_class = Types::DashBaseUrl
|
415
|
+
|
416
|
+
DashBaseUrls.member = Shapes::ShapeRef.new(shape: DashBaseUrl)
|
417
|
+
|
418
|
+
DashDvbErrorMetrics.member = Shapes::ShapeRef.new(shape: DashDvbMetricsReporting)
|
419
|
+
|
420
|
+
DashDvbFontDownload.add_member(:url, Shapes::ShapeRef.new(shape: DashDvbFontDownloadUrlString, location_name: "Url"))
|
421
|
+
DashDvbFontDownload.add_member(:mime_type, Shapes::ShapeRef.new(shape: DashDvbFontDownloadMimeTypeString, location_name: "MimeType"))
|
422
|
+
DashDvbFontDownload.add_member(:font_family, Shapes::ShapeRef.new(shape: DashDvbFontDownloadFontFamilyString, location_name: "FontFamily"))
|
423
|
+
DashDvbFontDownload.struct_class = Types::DashDvbFontDownload
|
424
|
+
|
425
|
+
DashDvbMetricsReporting.add_member(:reporting_url, Shapes::ShapeRef.new(shape: DashDvbMetricsReportingReportingUrlString, required: true, location_name: "ReportingUrl"))
|
426
|
+
DashDvbMetricsReporting.add_member(:probability, Shapes::ShapeRef.new(shape: DashDvbMetricsReportingProbabilityInteger, location_name: "Probability"))
|
427
|
+
DashDvbMetricsReporting.struct_class = Types::DashDvbMetricsReporting
|
428
|
+
|
429
|
+
DashDvbSettings.add_member(:font_download, Shapes::ShapeRef.new(shape: DashDvbFontDownload, location_name: "FontDownload"))
|
430
|
+
DashDvbSettings.add_member(:error_metrics, Shapes::ShapeRef.new(shape: DashDvbErrorMetrics, location_name: "ErrorMetrics"))
|
431
|
+
DashDvbSettings.struct_class = Types::DashDvbSettings
|
432
|
+
|
377
433
|
DashPeriodTriggers.member = Shapes::ShapeRef.new(shape: DashPeriodTrigger)
|
378
434
|
|
435
|
+
DashProfiles.member = Shapes::ShapeRef.new(shape: DashProfile)
|
436
|
+
|
437
|
+
DashProgramInformation.add_member(:title, Shapes::ShapeRef.new(shape: DashProgramInformationTitleString, location_name: "Title"))
|
438
|
+
DashProgramInformation.add_member(:source, Shapes::ShapeRef.new(shape: DashProgramInformationSourceString, location_name: "Source"))
|
439
|
+
DashProgramInformation.add_member(:copyright, Shapes::ShapeRef.new(shape: DashProgramInformationCopyrightString, location_name: "Copyright"))
|
440
|
+
DashProgramInformation.add_member(:language_code, Shapes::ShapeRef.new(shape: DashProgramInformationLanguageCodeString, location_name: "LanguageCode"))
|
441
|
+
DashProgramInformation.add_member(:more_information_url, Shapes::ShapeRef.new(shape: DashProgramInformationMoreInformationUrlString, location_name: "MoreInformationUrl"))
|
442
|
+
DashProgramInformation.struct_class = Types::DashProgramInformation
|
443
|
+
|
444
|
+
DashSubtitleConfiguration.add_member(:ttml_configuration, Shapes::ShapeRef.new(shape: DashTtmlConfiguration, location_name: "TtmlConfiguration"))
|
445
|
+
DashSubtitleConfiguration.struct_class = Types::DashSubtitleConfiguration
|
446
|
+
|
447
|
+
DashTtmlConfiguration.add_member(:ttml_profile, Shapes::ShapeRef.new(shape: DashTtmlProfile, required: true, location_name: "TtmlProfile"))
|
448
|
+
DashTtmlConfiguration.struct_class = Types::DashTtmlConfiguration
|
449
|
+
|
379
450
|
DashUtcTiming.add_member(:timing_mode, Shapes::ShapeRef.new(shape: DashUtcTimingMode, location_name: "TimingMode"))
|
380
451
|
DashUtcTiming.add_member(:timing_source, Shapes::ShapeRef.new(shape: DashUtcTimingTimingSourceString, location_name: "TimingSource"))
|
381
452
|
DashUtcTiming.struct_class = Types::DashUtcTiming
|
@@ -493,6 +564,12 @@ module Aws::MediaPackageV2
|
|
493
564
|
GetDashManifestConfiguration.add_member(:scte_dash, Shapes::ShapeRef.new(shape: ScteDash, location_name: "ScteDash"))
|
494
565
|
GetDashManifestConfiguration.add_member(:drm_signaling, Shapes::ShapeRef.new(shape: DashDrmSignaling, location_name: "DrmSignaling"))
|
495
566
|
GetDashManifestConfiguration.add_member(:utc_timing, Shapes::ShapeRef.new(shape: DashUtcTiming, location_name: "UtcTiming"))
|
567
|
+
GetDashManifestConfiguration.add_member(:profiles, Shapes::ShapeRef.new(shape: DashProfiles, location_name: "Profiles"))
|
568
|
+
GetDashManifestConfiguration.add_member(:base_urls, Shapes::ShapeRef.new(shape: DashBaseUrls, location_name: "BaseUrls"))
|
569
|
+
GetDashManifestConfiguration.add_member(:program_information, Shapes::ShapeRef.new(shape: DashProgramInformation, location_name: "ProgramInformation"))
|
570
|
+
GetDashManifestConfiguration.add_member(:dvb_settings, Shapes::ShapeRef.new(shape: DashDvbSettings, location_name: "DvbSettings"))
|
571
|
+
GetDashManifestConfiguration.add_member(:compactness, Shapes::ShapeRef.new(shape: DashCompactness, location_name: "Compactness"))
|
572
|
+
GetDashManifestConfiguration.add_member(:subtitle_configuration, Shapes::ShapeRef.new(shape: DashSubtitleConfiguration, location_name: "SubtitleConfiguration"))
|
496
573
|
GetDashManifestConfiguration.struct_class = Types::GetDashManifestConfiguration
|
497
574
|
|
498
575
|
GetDashManifests.member = Shapes::ShapeRef.new(shape: GetDashManifestConfiguration)
|
@@ -514,6 +514,42 @@ module Aws::MediaPackageV2
|
|
514
514
|
# Presentation Description (MPD).
|
515
515
|
# @return [Types::DashUtcTiming]
|
516
516
|
#
|
517
|
+
# @!attribute [rw] profiles
|
518
|
+
# The profile that the output is compliant with.
|
519
|
+
# @return [Array<String>]
|
520
|
+
#
|
521
|
+
# @!attribute [rw] base_urls
|
522
|
+
# The base URLs to use for retrieving segments.
|
523
|
+
# @return [Array<Types::DashBaseUrl>]
|
524
|
+
#
|
525
|
+
# @!attribute [rw] program_information
|
526
|
+
# Details about the content that you want MediaPackage to pass through
|
527
|
+
# in the manifest to the playback device.
|
528
|
+
# @return [Types::DashProgramInformation]
|
529
|
+
#
|
530
|
+
# @!attribute [rw] dvb_settings
|
531
|
+
# For endpoints that use the DVB-DASH profile only. The font download
|
532
|
+
# and error reporting information that you want MediaPackage to pass
|
533
|
+
# through to the manifest.
|
534
|
+
# @return [Types::DashDvbSettings]
|
535
|
+
#
|
536
|
+
# @!attribute [rw] compactness
|
537
|
+
# The layout of the DASH manifest that MediaPackage produces.
|
538
|
+
# `STANDARD` indicates a default manifest, which is compacted. `NONE`
|
539
|
+
# indicates a full manifest.
|
540
|
+
#
|
541
|
+
# For information about compactness, see [DASH manifest
|
542
|
+
# compactness][1] in the *Elemental MediaPackage v2 User Guide*.
|
543
|
+
#
|
544
|
+
#
|
545
|
+
#
|
546
|
+
# [1]: https://docs.aws.amazon.com/mediapackage/latest/userguide/compacted.html
|
547
|
+
# @return [String]
|
548
|
+
#
|
549
|
+
# @!attribute [rw] subtitle_configuration
|
550
|
+
# The configuration for DASH subtitles.
|
551
|
+
# @return [Types::DashSubtitleConfiguration]
|
552
|
+
#
|
517
553
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/CreateDashManifestConfiguration AWS API Documentation
|
518
554
|
#
|
519
555
|
class CreateDashManifestConfiguration < Struct.new(
|
@@ -527,7 +563,13 @@ module Aws::MediaPackageV2
|
|
527
563
|
:period_triggers,
|
528
564
|
:scte_dash,
|
529
565
|
:drm_signaling,
|
530
|
-
:utc_timing
|
566
|
+
:utc_timing,
|
567
|
+
:profiles,
|
568
|
+
:base_urls,
|
569
|
+
:program_information,
|
570
|
+
:dvb_settings,
|
571
|
+
:compactness,
|
572
|
+
:subtitle_configuration)
|
531
573
|
SENSITIVE = []
|
532
574
|
include Aws::Structure
|
533
575
|
end
|
@@ -1044,6 +1086,194 @@ module Aws::MediaPackageV2
|
|
1044
1086
|
include Aws::Structure
|
1045
1087
|
end
|
1046
1088
|
|
1089
|
+
# The base URLs to use for retrieving segments. You can specify multiple
|
1090
|
+
# locations and indicate the priority and weight for when each should be
|
1091
|
+
# used, for use in mutli-CDN workflows.
|
1092
|
+
#
|
1093
|
+
# @!attribute [rw] url
|
1094
|
+
# A source location for segments.
|
1095
|
+
# @return [String]
|
1096
|
+
#
|
1097
|
+
# @!attribute [rw] service_location
|
1098
|
+
# The name of the source location.
|
1099
|
+
# @return [String]
|
1100
|
+
#
|
1101
|
+
# @!attribute [rw] dvb_priority
|
1102
|
+
# For use with DVB-DASH profiles only. The priority of this location
|
1103
|
+
# for servings segments. The lower the number, the higher the
|
1104
|
+
# priority.
|
1105
|
+
# @return [Integer]
|
1106
|
+
#
|
1107
|
+
# @!attribute [rw] dvb_weight
|
1108
|
+
# For use with DVB-DASH profiles only. The weighting for source
|
1109
|
+
# locations that have the same priority.
|
1110
|
+
# @return [Integer]
|
1111
|
+
#
|
1112
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/DashBaseUrl AWS API Documentation
|
1113
|
+
#
|
1114
|
+
class DashBaseUrl < Struct.new(
|
1115
|
+
:url,
|
1116
|
+
:service_location,
|
1117
|
+
:dvb_priority,
|
1118
|
+
:dvb_weight)
|
1119
|
+
SENSITIVE = []
|
1120
|
+
include Aws::Structure
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
# For use with DVB-DASH profiles only. The settings for font downloads
|
1124
|
+
# that you want Elemental MediaPackage to pass through to the manifest.
|
1125
|
+
#
|
1126
|
+
# @!attribute [rw] url
|
1127
|
+
# The URL for downloading fonts for subtitles.
|
1128
|
+
# @return [String]
|
1129
|
+
#
|
1130
|
+
# @!attribute [rw] mime_type
|
1131
|
+
# The `mimeType` of the resource that's at the font download URL.
|
1132
|
+
#
|
1133
|
+
# For information about font MIME types, see the [MPEG-DASH Profile
|
1134
|
+
# for Transport of ISO BMFF Based DVB Services over IP Based
|
1135
|
+
# Networks][1] document.
|
1136
|
+
#
|
1137
|
+
#
|
1138
|
+
#
|
1139
|
+
# [1]: https://dvb.org/wp-content/uploads/2021/06/A168r4_MPEG-DASH-Profile-for-Transport-of-ISO-BMFF-Based-DVB-Services_Draft-ts_103-285-v140_November_2021.pdf
|
1140
|
+
# @return [String]
|
1141
|
+
#
|
1142
|
+
# @!attribute [rw] font_family
|
1143
|
+
# The `fontFamily` name for subtitles, as described in [EBU-TT-D
|
1144
|
+
# Subtitling Distribution Format][1].
|
1145
|
+
#
|
1146
|
+
#
|
1147
|
+
#
|
1148
|
+
# [1]: https://tech.ebu.ch/publications/tech3380
|
1149
|
+
# @return [String]
|
1150
|
+
#
|
1151
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/DashDvbFontDownload AWS API Documentation
|
1152
|
+
#
|
1153
|
+
class DashDvbFontDownload < Struct.new(
|
1154
|
+
:url,
|
1155
|
+
:mime_type,
|
1156
|
+
:font_family)
|
1157
|
+
SENSITIVE = []
|
1158
|
+
include Aws::Structure
|
1159
|
+
end
|
1160
|
+
|
1161
|
+
# For use with DVB-DASH profiles only. The settings for error reporting
|
1162
|
+
# from the playback device that you want Elemental MediaPackage to pass
|
1163
|
+
# through to the manifest.
|
1164
|
+
#
|
1165
|
+
# @!attribute [rw] reporting_url
|
1166
|
+
# The URL where playback devices send error reports.
|
1167
|
+
# @return [String]
|
1168
|
+
#
|
1169
|
+
# @!attribute [rw] probability
|
1170
|
+
# The number of playback devices per 1000 that will send error reports
|
1171
|
+
# to the reporting URL. This represents the probability that a
|
1172
|
+
# playback device will be a reporting player for this session.
|
1173
|
+
# @return [Integer]
|
1174
|
+
#
|
1175
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/DashDvbMetricsReporting AWS API Documentation
|
1176
|
+
#
|
1177
|
+
class DashDvbMetricsReporting < Struct.new(
|
1178
|
+
:reporting_url,
|
1179
|
+
:probability)
|
1180
|
+
SENSITIVE = []
|
1181
|
+
include Aws::Structure
|
1182
|
+
end
|
1183
|
+
|
1184
|
+
# For endpoints that use the DVB-DASH profile only. The font download
|
1185
|
+
# and error reporting information that you want MediaPackage to pass
|
1186
|
+
# through to the manifest.
|
1187
|
+
#
|
1188
|
+
# @!attribute [rw] font_download
|
1189
|
+
# Subtitle font settings.
|
1190
|
+
# @return [Types::DashDvbFontDownload]
|
1191
|
+
#
|
1192
|
+
# @!attribute [rw] error_metrics
|
1193
|
+
# Playback device error reporting settings.
|
1194
|
+
# @return [Array<Types::DashDvbMetricsReporting>]
|
1195
|
+
#
|
1196
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/DashDvbSettings AWS API Documentation
|
1197
|
+
#
|
1198
|
+
class DashDvbSettings < Struct.new(
|
1199
|
+
:font_download,
|
1200
|
+
:error_metrics)
|
1201
|
+
SENSITIVE = []
|
1202
|
+
include Aws::Structure
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
# Details about the content that you want MediaPackage to pass through
|
1206
|
+
# in the manifest to the playback device.
|
1207
|
+
#
|
1208
|
+
# @!attribute [rw] title
|
1209
|
+
# The title for the manifest.
|
1210
|
+
# @return [String]
|
1211
|
+
#
|
1212
|
+
# @!attribute [rw] source
|
1213
|
+
# Information about the content provider.
|
1214
|
+
# @return [String]
|
1215
|
+
#
|
1216
|
+
# @!attribute [rw] copyright
|
1217
|
+
# A copyright statement about the content.
|
1218
|
+
# @return [String]
|
1219
|
+
#
|
1220
|
+
# @!attribute [rw] language_code
|
1221
|
+
# The language code for this manifest.
|
1222
|
+
# @return [String]
|
1223
|
+
#
|
1224
|
+
# @!attribute [rw] more_information_url
|
1225
|
+
# An absolute URL that contains more information about this content.
|
1226
|
+
# @return [String]
|
1227
|
+
#
|
1228
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/DashProgramInformation AWS API Documentation
|
1229
|
+
#
|
1230
|
+
class DashProgramInformation < Struct.new(
|
1231
|
+
:title,
|
1232
|
+
:source,
|
1233
|
+
:copyright,
|
1234
|
+
:language_code,
|
1235
|
+
:more_information_url)
|
1236
|
+
SENSITIVE = []
|
1237
|
+
include Aws::Structure
|
1238
|
+
end
|
1239
|
+
|
1240
|
+
# The configuration for DASH subtitles.
|
1241
|
+
#
|
1242
|
+
# @!attribute [rw] ttml_configuration
|
1243
|
+
# Settings for TTML subtitles.
|
1244
|
+
# @return [Types::DashTtmlConfiguration]
|
1245
|
+
#
|
1246
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/DashSubtitleConfiguration AWS API Documentation
|
1247
|
+
#
|
1248
|
+
class DashSubtitleConfiguration < Struct.new(
|
1249
|
+
:ttml_configuration)
|
1250
|
+
SENSITIVE = []
|
1251
|
+
include Aws::Structure
|
1252
|
+
end
|
1253
|
+
|
1254
|
+
# The settings for TTML subtitles.
|
1255
|
+
#
|
1256
|
+
# @!attribute [rw] ttml_profile
|
1257
|
+
# The profile that MediaPackage uses when signaling subtitles in the
|
1258
|
+
# manifest. `IMSC` is the default profile. `EBU-TT-D` produces
|
1259
|
+
# subtitles that are compliant with the EBU-TT-D TTML profile.
|
1260
|
+
# MediaPackage passes through subtitle styles to the manifest. For
|
1261
|
+
# more information about EBU-TT-D subtitles, see [EBU-TT-D Subtitling
|
1262
|
+
# Distribution Format][1].
|
1263
|
+
#
|
1264
|
+
#
|
1265
|
+
#
|
1266
|
+
# [1]: https://tech.ebu.ch/publications/tech3380
|
1267
|
+
# @return [String]
|
1268
|
+
#
|
1269
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/DashTtmlConfiguration AWS API Documentation
|
1270
|
+
#
|
1271
|
+
class DashTtmlConfiguration < Struct.new(
|
1272
|
+
:ttml_profile)
|
1273
|
+
SENSITIVE = []
|
1274
|
+
include Aws::Structure
|
1275
|
+
end
|
1276
|
+
|
1047
1277
|
# Determines the type of UTC timing included in the DASH Media
|
1048
1278
|
# Presentation Description (MPD).
|
1049
1279
|
#
|
@@ -1741,6 +1971,35 @@ module Aws::MediaPackageV2
|
|
1741
1971
|
# Presentation Description (MPD).
|
1742
1972
|
# @return [Types::DashUtcTiming]
|
1743
1973
|
#
|
1974
|
+
# @!attribute [rw] profiles
|
1975
|
+
# The profile that the output is compliant with.
|
1976
|
+
# @return [Array<String>]
|
1977
|
+
#
|
1978
|
+
# @!attribute [rw] base_urls
|
1979
|
+
# The base URL to use for retrieving segments.
|
1980
|
+
# @return [Array<Types::DashBaseUrl>]
|
1981
|
+
#
|
1982
|
+
# @!attribute [rw] program_information
|
1983
|
+
# Details about the content that you want MediaPackage to pass through
|
1984
|
+
# in the manifest to the playback device.
|
1985
|
+
# @return [Types::DashProgramInformation]
|
1986
|
+
#
|
1987
|
+
# @!attribute [rw] dvb_settings
|
1988
|
+
# For endpoints that use the DVB-DASH profile only. The font download
|
1989
|
+
# and error reporting information that you want MediaPackage to pass
|
1990
|
+
# through to the manifest.
|
1991
|
+
# @return [Types::DashDvbSettings]
|
1992
|
+
#
|
1993
|
+
# @!attribute [rw] compactness
|
1994
|
+
# The layout of the DASH manifest that MediaPackage produces.
|
1995
|
+
# `STANDARD` indicates a default manifest, which is compacted. `NONE`
|
1996
|
+
# indicates a full manifest.
|
1997
|
+
# @return [String]
|
1998
|
+
#
|
1999
|
+
# @!attribute [rw] subtitle_configuration
|
2000
|
+
# The configuration for DASH subtitles.
|
2001
|
+
# @return [Types::DashSubtitleConfiguration]
|
2002
|
+
#
|
1744
2003
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/GetDashManifestConfiguration AWS API Documentation
|
1745
2004
|
#
|
1746
2005
|
class GetDashManifestConfiguration < Struct.new(
|
@@ -1755,7 +2014,13 @@ module Aws::MediaPackageV2
|
|
1755
2014
|
:period_triggers,
|
1756
2015
|
:scte_dash,
|
1757
2016
|
:drm_signaling,
|
1758
|
-
:utc_timing
|
2017
|
+
:utc_timing,
|
2018
|
+
:profiles,
|
2019
|
+
:base_urls,
|
2020
|
+
:program_information,
|
2021
|
+
:dvb_settings,
|
2022
|
+
:compactness,
|
2023
|
+
:subtitle_configuration)
|
1759
2024
|
SENSITIVE = []
|
1760
2025
|
include Aws::Structure
|
1761
2026
|
end
|
data/sig/client.rbs
CHANGED
@@ -324,6 +324,41 @@ module Aws
|
|
324
324
|
utc_timing: {
|
325
325
|
timing_mode: ("HTTP_HEAD" | "HTTP_ISO" | "HTTP_XSDATE" | "UTC_DIRECT")?,
|
326
326
|
timing_source: ::String?
|
327
|
+
}?,
|
328
|
+
profiles: Array[("DVB_DASH")]?,
|
329
|
+
base_urls: Array[
|
330
|
+
{
|
331
|
+
url: ::String,
|
332
|
+
service_location: ::String?,
|
333
|
+
dvb_priority: ::Integer?,
|
334
|
+
dvb_weight: ::Integer?
|
335
|
+
},
|
336
|
+
]?,
|
337
|
+
program_information: {
|
338
|
+
title: ::String?,
|
339
|
+
source: ::String?,
|
340
|
+
copyright: ::String?,
|
341
|
+
language_code: ::String?,
|
342
|
+
more_information_url: ::String?
|
343
|
+
}?,
|
344
|
+
dvb_settings: {
|
345
|
+
font_download: {
|
346
|
+
url: ::String?,
|
347
|
+
mime_type: ::String?,
|
348
|
+
font_family: ::String?
|
349
|
+
}?,
|
350
|
+
error_metrics: Array[
|
351
|
+
{
|
352
|
+
reporting_url: ::String,
|
353
|
+
probability: ::Integer?
|
354
|
+
},
|
355
|
+
]?
|
356
|
+
}?,
|
357
|
+
compactness: ("STANDARD" | "NONE")?,
|
358
|
+
subtitle_configuration: {
|
359
|
+
ttml_configuration: {
|
360
|
+
ttml_profile: ("IMSC_1" | "EBU_TT_D_101")
|
361
|
+
}?
|
327
362
|
}?
|
328
363
|
},
|
329
364
|
],
|
@@ -813,6 +848,41 @@ module Aws
|
|
813
848
|
utc_timing: {
|
814
849
|
timing_mode: ("HTTP_HEAD" | "HTTP_ISO" | "HTTP_XSDATE" | "UTC_DIRECT")?,
|
815
850
|
timing_source: ::String?
|
851
|
+
}?,
|
852
|
+
profiles: Array[("DVB_DASH")]?,
|
853
|
+
base_urls: Array[
|
854
|
+
{
|
855
|
+
url: ::String,
|
856
|
+
service_location: ::String?,
|
857
|
+
dvb_priority: ::Integer?,
|
858
|
+
dvb_weight: ::Integer?
|
859
|
+
},
|
860
|
+
]?,
|
861
|
+
program_information: {
|
862
|
+
title: ::String?,
|
863
|
+
source: ::String?,
|
864
|
+
copyright: ::String?,
|
865
|
+
language_code: ::String?,
|
866
|
+
more_information_url: ::String?
|
867
|
+
}?,
|
868
|
+
dvb_settings: {
|
869
|
+
font_download: {
|
870
|
+
url: ::String?,
|
871
|
+
mime_type: ::String?,
|
872
|
+
font_family: ::String?
|
873
|
+
}?,
|
874
|
+
error_metrics: Array[
|
875
|
+
{
|
876
|
+
reporting_url: ::String,
|
877
|
+
probability: ::Integer?
|
878
|
+
},
|
879
|
+
]?
|
880
|
+
}?,
|
881
|
+
compactness: ("STANDARD" | "NONE")?,
|
882
|
+
subtitle_configuration: {
|
883
|
+
ttml_configuration: {
|
884
|
+
ttml_profile: ("IMSC_1" | "EBU_TT_D_101")
|
885
|
+
}?
|
816
886
|
}?
|
817
887
|
},
|
818
888
|
],
|
data/sig/types.rbs
CHANGED
@@ -111,6 +111,12 @@ module Aws::MediaPackageV2
|
|
111
111
|
attr_accessor scte_dash: Types::ScteDash
|
112
112
|
attr_accessor drm_signaling: ("INDIVIDUAL" | "REFERENCED")
|
113
113
|
attr_accessor utc_timing: Types::DashUtcTiming
|
114
|
+
attr_accessor profiles: ::Array[("DVB_DASH")]
|
115
|
+
attr_accessor base_urls: ::Array[Types::DashBaseUrl]
|
116
|
+
attr_accessor program_information: Types::DashProgramInformation
|
117
|
+
attr_accessor dvb_settings: Types::DashDvbSettings
|
118
|
+
attr_accessor compactness: ("STANDARD" | "NONE")
|
119
|
+
attr_accessor subtitle_configuration: Types::DashSubtitleConfiguration
|
114
120
|
SENSITIVE: []
|
115
121
|
end
|
116
122
|
|
@@ -208,6 +214,52 @@ module Aws::MediaPackageV2
|
|
208
214
|
SENSITIVE: []
|
209
215
|
end
|
210
216
|
|
217
|
+
class DashBaseUrl
|
218
|
+
attr_accessor url: ::String
|
219
|
+
attr_accessor service_location: ::String
|
220
|
+
attr_accessor dvb_priority: ::Integer
|
221
|
+
attr_accessor dvb_weight: ::Integer
|
222
|
+
SENSITIVE: []
|
223
|
+
end
|
224
|
+
|
225
|
+
class DashDvbFontDownload
|
226
|
+
attr_accessor url: ::String
|
227
|
+
attr_accessor mime_type: ::String
|
228
|
+
attr_accessor font_family: ::String
|
229
|
+
SENSITIVE: []
|
230
|
+
end
|
231
|
+
|
232
|
+
class DashDvbMetricsReporting
|
233
|
+
attr_accessor reporting_url: ::String
|
234
|
+
attr_accessor probability: ::Integer
|
235
|
+
SENSITIVE: []
|
236
|
+
end
|
237
|
+
|
238
|
+
class DashDvbSettings
|
239
|
+
attr_accessor font_download: Types::DashDvbFontDownload
|
240
|
+
attr_accessor error_metrics: ::Array[Types::DashDvbMetricsReporting]
|
241
|
+
SENSITIVE: []
|
242
|
+
end
|
243
|
+
|
244
|
+
class DashProgramInformation
|
245
|
+
attr_accessor title: ::String
|
246
|
+
attr_accessor source: ::String
|
247
|
+
attr_accessor copyright: ::String
|
248
|
+
attr_accessor language_code: ::String
|
249
|
+
attr_accessor more_information_url: ::String
|
250
|
+
SENSITIVE: []
|
251
|
+
end
|
252
|
+
|
253
|
+
class DashSubtitleConfiguration
|
254
|
+
attr_accessor ttml_configuration: Types::DashTtmlConfiguration
|
255
|
+
SENSITIVE: []
|
256
|
+
end
|
257
|
+
|
258
|
+
class DashTtmlConfiguration
|
259
|
+
attr_accessor ttml_profile: ("IMSC_1" | "EBU_TT_D_101")
|
260
|
+
SENSITIVE: []
|
261
|
+
end
|
262
|
+
|
211
263
|
class DashUtcTiming
|
212
264
|
attr_accessor timing_mode: ("HTTP_HEAD" | "HTTP_ISO" | "HTTP_XSDATE" | "UTC_DIRECT")
|
213
265
|
attr_accessor timing_source: ::String
|
@@ -365,6 +417,12 @@ module Aws::MediaPackageV2
|
|
365
417
|
attr_accessor scte_dash: Types::ScteDash
|
366
418
|
attr_accessor drm_signaling: ("INDIVIDUAL" | "REFERENCED")
|
367
419
|
attr_accessor utc_timing: Types::DashUtcTiming
|
420
|
+
attr_accessor profiles: ::Array[("DVB_DASH")]
|
421
|
+
attr_accessor base_urls: ::Array[Types::DashBaseUrl]
|
422
|
+
attr_accessor program_information: Types::DashProgramInformation
|
423
|
+
attr_accessor dvb_settings: Types::DashDvbSettings
|
424
|
+
attr_accessor compactness: ("STANDARD" | "NONE")
|
425
|
+
attr_accessor subtitle_configuration: Types::DashSubtitleConfiguration
|
368
426
|
SENSITIVE: []
|
369
427
|
end
|
370
428
|
|
@@ -841,7 +899,7 @@ module Aws::MediaPackageV2
|
|
841
899
|
|
842
900
|
class ValidationException
|
843
901
|
attr_accessor message: ::String
|
844
|
-
attr_accessor validation_exception_type: ("CONTAINER_TYPE_IMMUTABLE" | "INVALID_PAGINATION_TOKEN" | "INVALID_PAGINATION_MAX_RESULTS" | "INVALID_POLICY" | "INVALID_ROLE_ARN" | "MANIFEST_NAME_COLLISION" | "ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH" | "CENC_IV_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_UNENCRYPTED" | "ENCRYPTION_CONTRACT_SHARED" | "NUM_MANIFESTS_LOW" | "NUM_MANIFESTS_HIGH" | "MANIFEST_DRM_SYSTEMS_INCOMPATIBLE" | "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE" | "ROLE_ARN_NOT_ASSUMABLE" | "ROLE_ARN_LENGTH_OUT_OF_RANGE" | "ROLE_ARN_INVALID_FORMAT" | "URL_INVALID" | "URL_SCHEME" | "URL_USER_INFO" | "URL_PORT" | "URL_UNKNOWN_HOST" | "URL_LOCAL_ADDRESS" | "URL_LOOPBACK_ADDRESS" | "URL_LINK_LOCAL_ADDRESS" | "URL_MULTICAST_ADDRESS" | "MEMBER_INVALID" | "MEMBER_MISSING" | "MEMBER_MIN_VALUE" | "MEMBER_MAX_VALUE" | "MEMBER_MIN_LENGTH" | "MEMBER_MAX_LENGTH" | "MEMBER_INVALID_ENUM_VALUE" | "MEMBER_DOES_NOT_MATCH_PATTERN" | "INVALID_MANIFEST_FILTER" | "INVALID_TIME_DELAY_SECONDS" | "END_TIME_EARLIER_THAN_START_TIME" | "TS_CONTAINER_TYPE_WITH_DASH_MANIFEST" | "DIRECT_MODE_WITH_TIMING_SOURCE" | "NONE_MODE_WITH_TIMING_SOURCE" | "TIMING_SOURCE_MISSING" | "UPDATE_PERIOD_SMALLER_THAN_SEGMENT_DURATION" | "PERIOD_TRIGGERS_NONE_SPECIFIED_WITH_ADDITIONAL_VALUES" | "DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS" | "ONLY_CMAF_INPUT_TYPE_ALLOW_FORCE_ENDPOINT_ERROR_CONFIGURATION" | "SOURCE_DISRUPTIONS_ENABLED_INCORRECTLY" | "HARVESTED_MANIFEST_HAS_START_END_FILTER_CONFIGURATION" | "HARVESTED_MANIFEST_NOT_FOUND_ON_ENDPOINT" | "TOO_MANY_IN_PROGRESS_HARVEST_JOBS" | "HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION" | "INVALID_HARVEST_JOB_DURATION" | "HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE" | "HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION" | "HARVEST_JOB_CUSTOMER_ENDPOINT_READ_ACCESS_DENIED" | "CLIP_START_TIME_WITH_START_OR_END" | "START_TAG_TIME_OFFSET_INVALID" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_INPUT_SWITCHING" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION")
|
902
|
+
attr_accessor validation_exception_type: ("CONTAINER_TYPE_IMMUTABLE" | "INVALID_PAGINATION_TOKEN" | "INVALID_PAGINATION_MAX_RESULTS" | "INVALID_POLICY" | "INVALID_ROLE_ARN" | "MANIFEST_NAME_COLLISION" | "ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH" | "CENC_IV_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE" | "ENCRYPTION_CONTRACT_UNENCRYPTED" | "ENCRYPTION_CONTRACT_SHARED" | "NUM_MANIFESTS_LOW" | "NUM_MANIFESTS_HIGH" | "MANIFEST_DRM_SYSTEMS_INCOMPATIBLE" | "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE" | "ROLE_ARN_NOT_ASSUMABLE" | "ROLE_ARN_LENGTH_OUT_OF_RANGE" | "ROLE_ARN_INVALID_FORMAT" | "URL_INVALID" | "URL_SCHEME" | "URL_USER_INFO" | "URL_PORT" | "URL_UNKNOWN_HOST" | "URL_LOCAL_ADDRESS" | "URL_LOOPBACK_ADDRESS" | "URL_LINK_LOCAL_ADDRESS" | "URL_MULTICAST_ADDRESS" | "MEMBER_INVALID" | "MEMBER_MISSING" | "MEMBER_MIN_VALUE" | "MEMBER_MAX_VALUE" | "MEMBER_MIN_LENGTH" | "MEMBER_MAX_LENGTH" | "MEMBER_INVALID_ENUM_VALUE" | "MEMBER_DOES_NOT_MATCH_PATTERN" | "INVALID_MANIFEST_FILTER" | "INVALID_TIME_DELAY_SECONDS" | "END_TIME_EARLIER_THAN_START_TIME" | "TS_CONTAINER_TYPE_WITH_DASH_MANIFEST" | "DIRECT_MODE_WITH_TIMING_SOURCE" | "NONE_MODE_WITH_TIMING_SOURCE" | "TIMING_SOURCE_MISSING" | "UPDATE_PERIOD_SMALLER_THAN_SEGMENT_DURATION" | "PERIOD_TRIGGERS_NONE_SPECIFIED_WITH_ADDITIONAL_VALUES" | "DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS" | "ONLY_CMAF_INPUT_TYPE_ALLOW_FORCE_ENDPOINT_ERROR_CONFIGURATION" | "SOURCE_DISRUPTIONS_ENABLED_INCORRECTLY" | "HARVESTED_MANIFEST_HAS_START_END_FILTER_CONFIGURATION" | "HARVESTED_MANIFEST_NOT_FOUND_ON_ENDPOINT" | "TOO_MANY_IN_PROGRESS_HARVEST_JOBS" | "HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION" | "INVALID_HARVEST_JOB_DURATION" | "HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE" | "HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION" | "HARVEST_JOB_CUSTOMER_ENDPOINT_READ_ACCESS_DENIED" | "CLIP_START_TIME_WITH_START_OR_END" | "START_TAG_TIME_OFFSET_INVALID" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_INPUT_SWITCHING" | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION" | "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION" | "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE" | "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION" | "INCOMPATIBLE_XML_ENCODING")
|
845
903
|
SENSITIVE: []
|
846
904
|
end
|
847
905
|
end
|