@aws-sdk/client-mediapackagev2 3.812.0 → 3.813.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.
package/dist-cjs/index.js CHANGED
@@ -33,9 +33,12 @@ __export(index_exports, {
33
33
  CreateChannelGroupCommand: () => CreateChannelGroupCommand,
34
34
  CreateHarvestJobCommand: () => CreateHarvestJobCommand,
35
35
  CreateOriginEndpointCommand: () => CreateOriginEndpointCommand,
36
+ DashCompactness: () => DashCompactness,
36
37
  DashDrmSignaling: () => DashDrmSignaling,
37
38
  DashPeriodTrigger: () => DashPeriodTrigger,
39
+ DashProfile: () => DashProfile,
38
40
  DashSegmentTemplateFormat: () => DashSegmentTemplateFormat,
41
+ DashTtmlProfile: () => DashTtmlProfile,
39
42
  DashUtcTimingMode: () => DashUtcTimingMode,
40
43
  DeleteChannelCommand: () => DeleteChannelCommand,
41
44
  DeleteChannelGroupCommand: () => DeleteChannelGroupCommand,
@@ -396,6 +399,7 @@ var ValidationExceptionType = {
396
399
  CENC_IV_INCOMPATIBLE: "CENC_IV_INCOMPATIBLE",
397
400
  CLIP_START_TIME_WITH_START_OR_END: "CLIP_START_TIME_WITH_START_OR_END",
398
401
  CONTAINER_TYPE_IMMUTABLE: "CONTAINER_TYPE_IMMUTABLE",
402
+ DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE: "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE",
399
403
  DIRECT_MODE_WITH_TIMING_SOURCE: "DIRECT_MODE_WITH_TIMING_SOURCE",
400
404
  DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS: "DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS",
401
405
  DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE: "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE",
@@ -410,6 +414,9 @@ var ValidationExceptionType = {
410
414
  HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION: "HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION",
411
415
  HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE: "HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE",
412
416
  HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION: "HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION",
417
+ INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION: "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION",
418
+ INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION: "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION",
419
+ INCOMPATIBLE_XML_ENCODING: "INCOMPATIBLE_XML_ENCODING",
413
420
  INVALID_HARVEST_JOB_DURATION: "INVALID_HARVEST_JOB_DURATION",
414
421
  INVALID_MANIFEST_FILTER: "INVALID_MANIFEST_FILTER",
415
422
  INVALID_PAGINATION_MAX_RESULTS: "INVALID_PAGINATION_MAX_RESULTS",
@@ -507,6 +514,10 @@ var ContainerType = {
507
514
  CMAF: "CMAF",
508
515
  TS: "TS"
509
516
  };
517
+ var DashCompactness = {
518
+ NONE: "NONE",
519
+ STANDARD: "STANDARD"
520
+ };
510
521
  var DashDrmSignaling = {
511
522
  INDIVIDUAL: "INDIVIDUAL",
512
523
  REFERENCED: "REFERENCED"
@@ -518,9 +529,16 @@ var DashPeriodTrigger = {
518
529
  SOURCE_CHANGES: "SOURCE_CHANGES",
519
530
  SOURCE_DISRUPTIONS: "SOURCE_DISRUPTIONS"
520
531
  };
532
+ var DashProfile = {
533
+ DVB_DASH: "DVB_DASH"
534
+ };
521
535
  var DashSegmentTemplateFormat = {
522
536
  NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE"
523
537
  };
538
+ var DashTtmlProfile = {
539
+ EBU_TT_D_101: "EBU_TT_D_101",
540
+ IMSC_1: "IMSC_1"
541
+ };
524
542
  var DashUtcTimingMode = {
525
543
  HTTP_HEAD: "HTTP_HEAD",
526
544
  HTTP_ISO: "HTTP_ISO",
@@ -1680,15 +1698,21 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
1680
1698
  }, "de_ValidationExceptionRes");
1681
1699
  var se_CreateDashManifestConfiguration = /* @__PURE__ */ __name((input, context) => {
1682
1700
  return (0, import_smithy_client.take)(input, {
1701
+ BaseUrls: import_smithy_client._json,
1702
+ Compactness: [],
1683
1703
  DrmSignaling: [],
1704
+ DvbSettings: import_smithy_client._json,
1684
1705
  FilterConfiguration: /* @__PURE__ */ __name((_) => se_FilterConfiguration(_, context), "FilterConfiguration"),
1685
1706
  ManifestName: [],
1686
1707
  ManifestWindowSeconds: [],
1687
1708
  MinBufferTimeSeconds: [],
1688
1709
  MinUpdatePeriodSeconds: [],
1689
1710
  PeriodTriggers: import_smithy_client._json,
1711
+ Profiles: import_smithy_client._json,
1712
+ ProgramInformation: import_smithy_client._json,
1690
1713
  ScteDash: import_smithy_client._json,
1691
1714
  SegmentTemplateFormat: [],
1715
+ SubtitleConfiguration: import_smithy_client._json,
1692
1716
  SuggestedPresentationDelaySeconds: [],
1693
1717
  UtcTiming: import_smithy_client._json
1694
1718
  });
@@ -1796,15 +1820,21 @@ var de_FilterConfiguration = /* @__PURE__ */ __name((output, context) => {
1796
1820
  }, "de_FilterConfiguration");
1797
1821
  var de_GetDashManifestConfiguration = /* @__PURE__ */ __name((output, context) => {
1798
1822
  return (0, import_smithy_client.take)(output, {
1823
+ BaseUrls: import_smithy_client._json,
1824
+ Compactness: import_smithy_client.expectString,
1799
1825
  DrmSignaling: import_smithy_client.expectString,
1826
+ DvbSettings: import_smithy_client._json,
1800
1827
  FilterConfiguration: /* @__PURE__ */ __name((_) => de_FilterConfiguration(_, context), "FilterConfiguration"),
1801
1828
  ManifestName: import_smithy_client.expectString,
1802
1829
  ManifestWindowSeconds: import_smithy_client.expectInt32,
1803
1830
  MinBufferTimeSeconds: import_smithy_client.expectInt32,
1804
1831
  MinUpdatePeriodSeconds: import_smithy_client.expectInt32,
1805
1832
  PeriodTriggers: import_smithy_client._json,
1833
+ Profiles: import_smithy_client._json,
1834
+ ProgramInformation: import_smithy_client._json,
1806
1835
  ScteDash: import_smithy_client._json,
1807
1836
  SegmentTemplateFormat: import_smithy_client.expectString,
1837
+ SubtitleConfiguration: import_smithy_client._json,
1808
1838
  SuggestedPresentationDelaySeconds: import_smithy_client.expectInt32,
1809
1839
  Url: import_smithy_client.expectString,
1810
1840
  UtcTiming: import_smithy_client._json
@@ -2562,9 +2592,12 @@ var waitUntilHarvestJobFinished = /* @__PURE__ */ __name(async (params, input) =
2562
2592
  InputType,
2563
2593
  ServiceQuotaExceededException,
2564
2594
  ContainerType,
2595
+ DashCompactness,
2565
2596
  DashDrmSignaling,
2566
2597
  DashPeriodTrigger,
2598
+ DashProfile,
2567
2599
  DashSegmentTemplateFormat,
2600
+ DashTtmlProfile,
2568
2601
  DashUtcTimingMode,
2569
2602
  EndpointErrorCondition,
2570
2603
  CmafEncryptionMethod,
@@ -96,6 +96,7 @@ export const ValidationExceptionType = {
96
96
  CENC_IV_INCOMPATIBLE: "CENC_IV_INCOMPATIBLE",
97
97
  CLIP_START_TIME_WITH_START_OR_END: "CLIP_START_TIME_WITH_START_OR_END",
98
98
  CONTAINER_TYPE_IMMUTABLE: "CONTAINER_TYPE_IMMUTABLE",
99
+ DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE: "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE",
99
100
  DIRECT_MODE_WITH_TIMING_SOURCE: "DIRECT_MODE_WITH_TIMING_SOURCE",
100
101
  DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS: "DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS",
101
102
  DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE: "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE",
@@ -110,6 +111,9 @@ export const ValidationExceptionType = {
110
111
  HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION: "HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION",
111
112
  HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE: "HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE",
112
113
  HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION: "HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION",
114
+ INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION: "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION",
115
+ INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION: "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION",
116
+ INCOMPATIBLE_XML_ENCODING: "INCOMPATIBLE_XML_ENCODING",
113
117
  INVALID_HARVEST_JOB_DURATION: "INVALID_HARVEST_JOB_DURATION",
114
118
  INVALID_MANIFEST_FILTER: "INVALID_MANIFEST_FILTER",
115
119
  INVALID_PAGINATION_MAX_RESULTS: "INVALID_PAGINATION_MAX_RESULTS",
@@ -191,6 +195,10 @@ export const ContainerType = {
191
195
  CMAF: "CMAF",
192
196
  TS: "TS",
193
197
  };
198
+ export const DashCompactness = {
199
+ NONE: "NONE",
200
+ STANDARD: "STANDARD",
201
+ };
194
202
  export const DashDrmSignaling = {
195
203
  INDIVIDUAL: "INDIVIDUAL",
196
204
  REFERENCED: "REFERENCED",
@@ -202,9 +210,16 @@ export const DashPeriodTrigger = {
202
210
  SOURCE_CHANGES: "SOURCE_CHANGES",
203
211
  SOURCE_DISRUPTIONS: "SOURCE_DISRUPTIONS",
204
212
  };
213
+ export const DashProfile = {
214
+ DVB_DASH: "DVB_DASH",
215
+ };
205
216
  export const DashSegmentTemplateFormat = {
206
217
  NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE",
207
218
  };
219
+ export const DashTtmlProfile = {
220
+ EBU_TT_D_101: "EBU_TT_D_101",
221
+ IMSC_1: "IMSC_1",
222
+ };
208
223
  export const DashUtcTimingMode = {
209
224
  HTTP_HEAD: "HTTP_HEAD",
210
225
  HTTP_ISO: "HTTP_ISO",
@@ -1073,15 +1073,21 @@ const de_ValidationExceptionRes = async (parsedOutput, context) => {
1073
1073
  };
1074
1074
  const se_CreateDashManifestConfiguration = (input, context) => {
1075
1075
  return take(input, {
1076
+ BaseUrls: _json,
1077
+ Compactness: [],
1076
1078
  DrmSignaling: [],
1079
+ DvbSettings: _json,
1077
1080
  FilterConfiguration: (_) => se_FilterConfiguration(_, context),
1078
1081
  ManifestName: [],
1079
1082
  ManifestWindowSeconds: [],
1080
1083
  MinBufferTimeSeconds: [],
1081
1084
  MinUpdatePeriodSeconds: [],
1082
1085
  PeriodTriggers: _json,
1086
+ Profiles: _json,
1087
+ ProgramInformation: _json,
1083
1088
  ScteDash: _json,
1084
1089
  SegmentTemplateFormat: [],
1090
+ SubtitleConfiguration: _json,
1085
1091
  SuggestedPresentationDelaySeconds: [],
1086
1092
  UtcTiming: _json,
1087
1093
  });
@@ -1199,15 +1205,21 @@ const de_FilterConfiguration = (output, context) => {
1199
1205
  };
1200
1206
  const de_GetDashManifestConfiguration = (output, context) => {
1201
1207
  return take(output, {
1208
+ BaseUrls: _json,
1209
+ Compactness: __expectString,
1202
1210
  DrmSignaling: __expectString,
1211
+ DvbSettings: _json,
1203
1212
  FilterConfiguration: (_) => de_FilterConfiguration(_, context),
1204
1213
  ManifestName: __expectString,
1205
1214
  ManifestWindowSeconds: __expectInt32,
1206
1215
  MinBufferTimeSeconds: __expectInt32,
1207
1216
  MinUpdatePeriodSeconds: __expectInt32,
1208
1217
  PeriodTriggers: _json,
1218
+ Profiles: _json,
1219
+ ProgramInformation: _json,
1209
1220
  ScteDash: _json,
1210
1221
  SegmentTemplateFormat: __expectString,
1222
+ SubtitleConfiguration: _json,
1211
1223
  SuggestedPresentationDelaySeconds: __expectInt32,
1212
1224
  Url: __expectString,
1213
1225
  UtcTiming: _json,
@@ -146,6 +146,43 @@ declare const CreateOriginEndpointCommand_base: {
146
146
  * TimingMode: "HTTP_HEAD" || "HTTP_ISO" || "HTTP_XSDATE" || "UTC_DIRECT",
147
147
  * TimingSource: "STRING_VALUE",
148
148
  * },
149
+ * Profiles: [ // DashProfiles
150
+ * "DVB_DASH",
151
+ * ],
152
+ * BaseUrls: [ // DashBaseUrls
153
+ * { // DashBaseUrl
154
+ * Url: "STRING_VALUE", // required
155
+ * ServiceLocation: "STRING_VALUE",
156
+ * DvbPriority: Number("int"),
157
+ * DvbWeight: Number("int"),
158
+ * },
159
+ * ],
160
+ * ProgramInformation: { // DashProgramInformation
161
+ * Title: "STRING_VALUE",
162
+ * Source: "STRING_VALUE",
163
+ * Copyright: "STRING_VALUE",
164
+ * LanguageCode: "STRING_VALUE",
165
+ * MoreInformationUrl: "STRING_VALUE",
166
+ * },
167
+ * DvbSettings: { // DashDvbSettings
168
+ * FontDownload: { // DashDvbFontDownload
169
+ * Url: "STRING_VALUE",
170
+ * MimeType: "STRING_VALUE",
171
+ * FontFamily: "STRING_VALUE",
172
+ * },
173
+ * ErrorMetrics: [ // DashDvbErrorMetrics
174
+ * { // DashDvbMetricsReporting
175
+ * ReportingUrl: "STRING_VALUE", // required
176
+ * Probability: Number("int"),
177
+ * },
178
+ * ],
179
+ * },
180
+ * Compactness: "STANDARD" || "NONE",
181
+ * SubtitleConfiguration: { // DashSubtitleConfiguration
182
+ * TtmlConfiguration: { // DashTtmlConfiguration
183
+ * TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
184
+ * },
185
+ * },
149
186
  * },
150
187
  * ],
151
188
  * ForceEndpointErrorConfiguration: { // ForceEndpointErrorConfiguration
@@ -276,6 +313,43 @@ declare const CreateOriginEndpointCommand_base: {
276
313
  * // TimingMode: "HTTP_HEAD" || "HTTP_ISO" || "HTTP_XSDATE" || "UTC_DIRECT",
277
314
  * // TimingSource: "STRING_VALUE",
278
315
  * // },
316
+ * // Profiles: [ // DashProfiles
317
+ * // "DVB_DASH",
318
+ * // ],
319
+ * // BaseUrls: [ // DashBaseUrls
320
+ * // { // DashBaseUrl
321
+ * // Url: "STRING_VALUE", // required
322
+ * // ServiceLocation: "STRING_VALUE",
323
+ * // DvbPriority: Number("int"),
324
+ * // DvbWeight: Number("int"),
325
+ * // },
326
+ * // ],
327
+ * // ProgramInformation: { // DashProgramInformation
328
+ * // Title: "STRING_VALUE",
329
+ * // Source: "STRING_VALUE",
330
+ * // Copyright: "STRING_VALUE",
331
+ * // LanguageCode: "STRING_VALUE",
332
+ * // MoreInformationUrl: "STRING_VALUE",
333
+ * // },
334
+ * // DvbSettings: { // DashDvbSettings
335
+ * // FontDownload: { // DashDvbFontDownload
336
+ * // Url: "STRING_VALUE",
337
+ * // MimeType: "STRING_VALUE",
338
+ * // FontFamily: "STRING_VALUE",
339
+ * // },
340
+ * // ErrorMetrics: [ // DashDvbErrorMetrics
341
+ * // { // DashDvbMetricsReporting
342
+ * // ReportingUrl: "STRING_VALUE", // required
343
+ * // Probability: Number("int"),
344
+ * // },
345
+ * // ],
346
+ * // },
347
+ * // Compactness: "STANDARD" || "NONE",
348
+ * // SubtitleConfiguration: { // DashSubtitleConfiguration
349
+ * // TtmlConfiguration: { // DashTtmlConfiguration
350
+ * // TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
351
+ * // },
352
+ * // },
279
353
  * // },
280
354
  * // ],
281
355
  * // ForceEndpointErrorConfiguration: { // ForceEndpointErrorConfiguration
@@ -532,7 +606,29 @@ declare const CreateOriginEndpointCommand_base: {
532
606
  * ContainerType: "CMAF",
533
607
  * DashManifests: [
534
608
  * {
609
+ * BaseUrls: [
610
+ * {
611
+ * DvbPriority: 1,
612
+ * DvbWeight: 3,
613
+ * ServiceLocation: "A",
614
+ * Url: "http://example.com/"
615
+ * }
616
+ * ],
617
+ * Compactness: "STANDARD",
535
618
  * DrmSignaling: "INDIVIDUAL",
619
+ * DvbSettings: {
620
+ * ErrorMetrics: [
621
+ * {
622
+ * Probability: 500,
623
+ * ReportingUrl: "https://example.com/dvb-errors/errors"
624
+ * }
625
+ * ],
626
+ * FontDownload: {
627
+ * FontFamily: "SubtitleDisplay",
628
+ * MimeType: "application/font",
629
+ * Url: "https://example.com/fonts/SubtitleDisplay.woff"
630
+ * }
631
+ * },
536
632
  * ManifestName: "exampleDashManifest1",
537
633
  * ManifestWindowSeconds: 300,
538
634
  * MinBufferTimeSeconds: 30,
@@ -540,14 +636,50 @@ declare const CreateOriginEndpointCommand_base: {
540
636
  * PeriodTriggers: [
541
637
  * "AVAILS"
542
638
  * ],
639
+ * Profiles: [
640
+ * "DVB_DASH"
641
+ * ],
642
+ * ProgramInformation: {
643
+ * Copyright: "(c) Example. All rights reserved",
644
+ * LanguageCode: "en",
645
+ * MoreInformationUrl: "https://example.com/more-information",
646
+ * Source: "exampleSource",
647
+ * Title: "exampleTitle"
648
+ * },
543
649
  * ScteDash: {
544
650
  * AdMarkerDash: "XML"
545
651
  * },
546
652
  * SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
547
- * SuggestedPresentationDelaySeconds: 2
653
+ * SuggestedPresentationDelaySeconds: 2,
654
+ * UtcTiming: {
655
+ * TimingMode: "HTTP_HEAD",
656
+ * TimingSource: "example"
657
+ * }
548
658
  * },
549
659
  * {
660
+ * BaseUrls: [
661
+ * {
662
+ * DvbPriority: 2,
663
+ * DvbWeight: 2,
664
+ * ServiceLocation: "B",
665
+ * Url: "http://example2.com/"
666
+ * }
667
+ * ],
668
+ * Compactness: "STANDARD",
550
669
  * DrmSignaling: "INDIVIDUAL",
670
+ * DvbSettings: {
671
+ * ErrorMetrics: [
672
+ * {
673
+ * Probability: 600,
674
+ * ReportingUrl: "https://example2.com/dvb-errors/errors"
675
+ * }
676
+ * ],
677
+ * FontDownload: {
678
+ * FontFamily: "SubtitleDisplay",
679
+ * MimeType: "application/font",
680
+ * Url: "https://example.com/fonts/SubtitleDisplay.woff"
681
+ * }
682
+ * },
551
683
  * ManifestName: "exampleDashManifest2",
552
684
  * ManifestWindowSeconds: 60,
553
685
  * MinBufferTimeSeconds: 9,
@@ -558,11 +690,25 @@ declare const CreateOriginEndpointCommand_base: {
558
690
  * "SOURCE_CHANGES",
559
691
  * "SOURCE_DISRUPTIONS"
560
692
  * ],
693
+ * Profiles: [
694
+ * "DVB_DASH"
695
+ * ],
696
+ * ProgramInformation: {
697
+ * Copyright: "(c) Example. All rights reserved",
698
+ * LanguageCode: "en",
699
+ * MoreInformationUrl: "https://example2.com/more-information",
700
+ * Source: "exampleSource2",
701
+ * Title: "exampleTitle2"
702
+ * },
561
703
  * ScteDash: {
562
704
  * AdMarkerDash: "XML"
563
705
  * },
564
706
  * SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
565
- * SuggestedPresentationDelaySeconds: 12
707
+ * SuggestedPresentationDelaySeconds: 12,
708
+ * UtcTiming: {
709
+ * TimingMode: "HTTP_HEAD",
710
+ * TimingSource: "example"
711
+ * }
566
712
  * }
567
713
  * ],
568
714
  * ForceEndpointErrorConfiguration: {
@@ -662,7 +808,29 @@ declare const CreateOriginEndpointCommand_base: {
662
808
  * CreatedAt: "2022-10-18T09:36:00.00Z",
663
809
  * DashManifests: [
664
810
  * {
811
+ * BaseUrls: [
812
+ * {
813
+ * DvbPriority: 1,
814
+ * DvbWeight: 3,
815
+ * ServiceLocation: "A",
816
+ * Url: "http://example.com/"
817
+ * }
818
+ * ],
819
+ * Compactness: "STANDARD",
665
820
  * DrmSignaling: "INDIVIDUAL",
821
+ * DvbSettings: {
822
+ * ErrorMetrics: [
823
+ * {
824
+ * Probability: 500,
825
+ * ReportingUrl: "https://example.com/dvb-errors/errors"
826
+ * }
827
+ * ],
828
+ * FontDownload: {
829
+ * FontFamily: "SubtitleDisplay",
830
+ * MimeType: "application/font",
831
+ * Url: "https://example.com/fonts/SubtitleDisplay.woff"
832
+ * }
833
+ * },
666
834
  * ManifestName: "exampleDashManifest1",
667
835
  * ManifestWindowSeconds: 300,
668
836
  * MinBufferTimeSeconds: 30,
@@ -670,15 +838,51 @@ declare const CreateOriginEndpointCommand_base: {
670
838
  * PeriodTriggers: [
671
839
  * "AVAILS"
672
840
  * ],
841
+ * Profiles: [
842
+ * "DVB_DASH"
843
+ * ],
844
+ * ProgramInformation: {
845
+ * Copyright: "(c) Example. All rights reserved",
846
+ * LanguageCode: "en",
847
+ * MoreInformationUrl: "https://example.com/more-information",
848
+ * Source: "exampleSource",
849
+ * Title: "exampleTitle"
850
+ * },
673
851
  * ScteDash: {
674
852
  * AdMarkerDash: "XML"
675
853
  * },
676
854
  * SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
677
855
  * SuggestedPresentationDelaySeconds: 2,
678
- * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest1.mpd"
856
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest1.mpd",
857
+ * UtcTiming: {
858
+ * TimingMode: "HTTP_HEAD",
859
+ * TimingSource: "example"
860
+ * }
679
861
  * },
680
862
  * {
863
+ * BaseUrls: [
864
+ * {
865
+ * DvbPriority: 2,
866
+ * DvbWeight: 2,
867
+ * ServiceLocation: "B",
868
+ * Url: "http://example2.com/"
869
+ * }
870
+ * ],
871
+ * Compactness: "STANDARD",
681
872
  * DrmSignaling: "INDIVIDUAL",
873
+ * DvbSettings: {
874
+ * ErrorMetrics: [
875
+ * {
876
+ * Probability: 600,
877
+ * ReportingUrl: "https://example2.com/dvb-errors/errors"
878
+ * }
879
+ * ],
880
+ * FontDownload: {
881
+ * FontFamily: "SubtitleDisplay",
882
+ * MimeType: "application/font",
883
+ * Url: "https://example.com/fonts/SubtitleDisplay.woff"
884
+ * }
885
+ * },
682
886
  * ManifestName: "exampleDashManifest2",
683
887
  * ManifestWindowSeconds: 60,
684
888
  * MinBufferTimeSeconds: 9,
@@ -689,12 +893,26 @@ declare const CreateOriginEndpointCommand_base: {
689
893
  * "SOURCE_CHANGES",
690
894
  * "SOURCE_DISRUPTIONS"
691
895
  * ],
896
+ * Profiles: [
897
+ * "DVB_DASH"
898
+ * ],
899
+ * ProgramInformation: {
900
+ * Copyright: "(c) Example. All rights reserved",
901
+ * LanguageCode: "en",
902
+ * MoreInformationUrl: "https://example2.com/more-information",
903
+ * Source: "exampleSource2",
904
+ * Title: "exampleTitle2"
905
+ * },
692
906
  * ScteDash: {
693
907
  * AdMarkerDash: "XML"
694
908
  * },
695
909
  * SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
696
910
  * SuggestedPresentationDelaySeconds: 12,
697
- * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest2.mpd"
911
+ * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest2.mpd",
912
+ * UtcTiming: {
913
+ * TimingMode: "HTTP_HEAD",
914
+ * TimingSource: "example"
915
+ * }
698
916
  * }
699
917
  * ],
700
918
  * ETag: "GlfT+dwAyGIR4wuy8nKWl1RDPwSrjQej9qUutLZxoxk=",
@@ -159,6 +159,43 @@ declare const GetOriginEndpointCommand_base: {
159
159
  * // TimingMode: "HTTP_HEAD" || "HTTP_ISO" || "HTTP_XSDATE" || "UTC_DIRECT",
160
160
  * // TimingSource: "STRING_VALUE",
161
161
  * // },
162
+ * // Profiles: [ // DashProfiles
163
+ * // "DVB_DASH",
164
+ * // ],
165
+ * // BaseUrls: [ // DashBaseUrls
166
+ * // { // DashBaseUrl
167
+ * // Url: "STRING_VALUE", // required
168
+ * // ServiceLocation: "STRING_VALUE",
169
+ * // DvbPriority: Number("int"),
170
+ * // DvbWeight: Number("int"),
171
+ * // },
172
+ * // ],
173
+ * // ProgramInformation: { // DashProgramInformation
174
+ * // Title: "STRING_VALUE",
175
+ * // Source: "STRING_VALUE",
176
+ * // Copyright: "STRING_VALUE",
177
+ * // LanguageCode: "STRING_VALUE",
178
+ * // MoreInformationUrl: "STRING_VALUE",
179
+ * // },
180
+ * // DvbSettings: { // DashDvbSettings
181
+ * // FontDownload: { // DashDvbFontDownload
182
+ * // Url: "STRING_VALUE",
183
+ * // MimeType: "STRING_VALUE",
184
+ * // FontFamily: "STRING_VALUE",
185
+ * // },
186
+ * // ErrorMetrics: [ // DashDvbErrorMetrics
187
+ * // { // DashDvbMetricsReporting
188
+ * // ReportingUrl: "STRING_VALUE", // required
189
+ * // Probability: Number("int"),
190
+ * // },
191
+ * // ],
192
+ * // },
193
+ * // Compactness: "STANDARD" || "NONE",
194
+ * // SubtitleConfiguration: { // DashSubtitleConfiguration
195
+ * // TtmlConfiguration: { // DashTtmlConfiguration
196
+ * // TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
197
+ * // },
198
+ * // },
162
199
  * // },
163
200
  * // ],
164
201
  * // ForceEndpointErrorConfiguration: { // ForceEndpointErrorConfiguration
@@ -146,6 +146,43 @@ declare const UpdateOriginEndpointCommand_base: {
146
146
  * TimingMode: "HTTP_HEAD" || "HTTP_ISO" || "HTTP_XSDATE" || "UTC_DIRECT",
147
147
  * TimingSource: "STRING_VALUE",
148
148
  * },
149
+ * Profiles: [ // DashProfiles
150
+ * "DVB_DASH",
151
+ * ],
152
+ * BaseUrls: [ // DashBaseUrls
153
+ * { // DashBaseUrl
154
+ * Url: "STRING_VALUE", // required
155
+ * ServiceLocation: "STRING_VALUE",
156
+ * DvbPriority: Number("int"),
157
+ * DvbWeight: Number("int"),
158
+ * },
159
+ * ],
160
+ * ProgramInformation: { // DashProgramInformation
161
+ * Title: "STRING_VALUE",
162
+ * Source: "STRING_VALUE",
163
+ * Copyright: "STRING_VALUE",
164
+ * LanguageCode: "STRING_VALUE",
165
+ * MoreInformationUrl: "STRING_VALUE",
166
+ * },
167
+ * DvbSettings: { // DashDvbSettings
168
+ * FontDownload: { // DashDvbFontDownload
169
+ * Url: "STRING_VALUE",
170
+ * MimeType: "STRING_VALUE",
171
+ * FontFamily: "STRING_VALUE",
172
+ * },
173
+ * ErrorMetrics: [ // DashDvbErrorMetrics
174
+ * { // DashDvbMetricsReporting
175
+ * ReportingUrl: "STRING_VALUE", // required
176
+ * Probability: Number("int"),
177
+ * },
178
+ * ],
179
+ * },
180
+ * Compactness: "STANDARD" || "NONE",
181
+ * SubtitleConfiguration: { // DashSubtitleConfiguration
182
+ * TtmlConfiguration: { // DashTtmlConfiguration
183
+ * TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
184
+ * },
185
+ * },
149
186
  * },
150
187
  * ],
151
188
  * ForceEndpointErrorConfiguration: { // ForceEndpointErrorConfiguration
@@ -283,6 +320,43 @@ declare const UpdateOriginEndpointCommand_base: {
283
320
  * // TimingMode: "HTTP_HEAD" || "HTTP_ISO" || "HTTP_XSDATE" || "UTC_DIRECT",
284
321
  * // TimingSource: "STRING_VALUE",
285
322
  * // },
323
+ * // Profiles: [ // DashProfiles
324
+ * // "DVB_DASH",
325
+ * // ],
326
+ * // BaseUrls: [ // DashBaseUrls
327
+ * // { // DashBaseUrl
328
+ * // Url: "STRING_VALUE", // required
329
+ * // ServiceLocation: "STRING_VALUE",
330
+ * // DvbPriority: Number("int"),
331
+ * // DvbWeight: Number("int"),
332
+ * // },
333
+ * // ],
334
+ * // ProgramInformation: { // DashProgramInformation
335
+ * // Title: "STRING_VALUE",
336
+ * // Source: "STRING_VALUE",
337
+ * // Copyright: "STRING_VALUE",
338
+ * // LanguageCode: "STRING_VALUE",
339
+ * // MoreInformationUrl: "STRING_VALUE",
340
+ * // },
341
+ * // DvbSettings: { // DashDvbSettings
342
+ * // FontDownload: { // DashDvbFontDownload
343
+ * // Url: "STRING_VALUE",
344
+ * // MimeType: "STRING_VALUE",
345
+ * // FontFamily: "STRING_VALUE",
346
+ * // },
347
+ * // ErrorMetrics: [ // DashDvbErrorMetrics
348
+ * // { // DashDvbMetricsReporting
349
+ * // ReportingUrl: "STRING_VALUE", // required
350
+ * // Probability: Number("int"),
351
+ * // },
352
+ * // ],
353
+ * // },
354
+ * // Compactness: "STANDARD" || "NONE",
355
+ * // SubtitleConfiguration: { // DashSubtitleConfiguration
356
+ * // TtmlConfiguration: { // DashTtmlConfiguration
357
+ * // TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
358
+ * // },
359
+ * // },
286
360
  * // },
287
361
  * // ],
288
362
  * // };
@@ -169,6 +169,7 @@ export declare const ValidationExceptionType: {
169
169
  readonly CENC_IV_INCOMPATIBLE: "CENC_IV_INCOMPATIBLE";
170
170
  readonly CLIP_START_TIME_WITH_START_OR_END: "CLIP_START_TIME_WITH_START_OR_END";
171
171
  readonly CONTAINER_TYPE_IMMUTABLE: "CONTAINER_TYPE_IMMUTABLE";
172
+ readonly DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE: "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE";
172
173
  readonly DIRECT_MODE_WITH_TIMING_SOURCE: "DIRECT_MODE_WITH_TIMING_SOURCE";
173
174
  readonly DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS: "DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS";
174
175
  readonly DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE: "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE";
@@ -183,6 +184,9 @@ export declare const ValidationExceptionType: {
183
184
  readonly HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION: "HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION";
184
185
  readonly HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE: "HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE";
185
186
  readonly HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION: "HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION";
187
+ readonly INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION: "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION";
188
+ readonly INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION: "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION";
189
+ readonly INCOMPATIBLE_XML_ENCODING: "INCOMPATIBLE_XML_ENCODING";
186
190
  readonly INVALID_HARVEST_JOB_DURATION: "INVALID_HARVEST_JOB_DURATION";
187
191
  readonly INVALID_MANIFEST_FILTER: "INVALID_MANIFEST_FILTER";
188
192
  readonly INVALID_PAGINATION_MAX_RESULTS: "INVALID_PAGINATION_MAX_RESULTS";
@@ -775,6 +779,44 @@ export declare const ContainerType: {
775
779
  * @public
776
780
  */
777
781
  export type ContainerType = (typeof ContainerType)[keyof typeof ContainerType];
782
+ /**
783
+ * <p>The base URLs to use for retrieving segments. You can specify multiple locations and indicate the priority and weight for when each should be used, for use in mutli-CDN workflows.</p>
784
+ * @public
785
+ */
786
+ export interface DashBaseUrl {
787
+ /**
788
+ * <p>A source location for segments.</p>
789
+ * @public
790
+ */
791
+ Url: string | undefined;
792
+ /**
793
+ * <p>The name of the source location.</p>
794
+ * @public
795
+ */
796
+ ServiceLocation?: string | undefined;
797
+ /**
798
+ * <p>For use with DVB-DASH profiles only. The priority of this location for servings segments. The lower the number, the higher the priority.</p>
799
+ * @public
800
+ */
801
+ DvbPriority?: number | undefined;
802
+ /**
803
+ * <p>For use with DVB-DASH profiles only. The weighting for source locations that have the same priority. </p>
804
+ * @public
805
+ */
806
+ DvbWeight?: number | undefined;
807
+ }
808
+ /**
809
+ * @public
810
+ * @enum
811
+ */
812
+ export declare const DashCompactness: {
813
+ readonly NONE: "NONE";
814
+ readonly STANDARD: "STANDARD";
815
+ };
816
+ /**
817
+ * @public
818
+ */
819
+ export type DashCompactness = (typeof DashCompactness)[keyof typeof DashCompactness];
778
820
  /**
779
821
  * @public
780
822
  * @enum
@@ -787,6 +829,60 @@ export declare const DashDrmSignaling: {
787
829
  * @public
788
830
  */
789
831
  export type DashDrmSignaling = (typeof DashDrmSignaling)[keyof typeof DashDrmSignaling];
832
+ /**
833
+ * <p>For use with DVB-DASH profiles only. The settings for error reporting from the playback device that you want Elemental MediaPackage to pass through to the manifest.</p>
834
+ * @public
835
+ */
836
+ export interface DashDvbMetricsReporting {
837
+ /**
838
+ * <p>The URL where playback devices send error reports.</p>
839
+ * @public
840
+ */
841
+ ReportingUrl: string | undefined;
842
+ /**
843
+ * <p>The number of playback devices per 1000 that will send error reports to the reporting URL. This represents the probability that a playback device will be a reporting player for this session.</p>
844
+ * @public
845
+ */
846
+ Probability?: number | undefined;
847
+ }
848
+ /**
849
+ * <p>For use with DVB-DASH profiles only. The settings for font downloads that you want Elemental MediaPackage to pass through to the manifest.</p>
850
+ * @public
851
+ */
852
+ export interface DashDvbFontDownload {
853
+ /**
854
+ * <p>The URL for downloading fonts for subtitles.</p>
855
+ * @public
856
+ */
857
+ Url?: string | undefined;
858
+ /**
859
+ * <p>The <code>mimeType</code> of the resource that's at the font download URL.</p>
860
+ * <p>For information about font MIME types, see the <a href="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">MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks</a> document. </p>
861
+ * @public
862
+ */
863
+ MimeType?: string | undefined;
864
+ /**
865
+ * <p>The <code>fontFamily</code> name for subtitles, as described in <a href="https://tech.ebu.ch/publications/tech3380">EBU-TT-D Subtitling Distribution Format</a>. </p>
866
+ * @public
867
+ */
868
+ FontFamily?: string | undefined;
869
+ }
870
+ /**
871
+ * <p>For endpoints that use the DVB-DASH profile only. The font download and error reporting information that you want MediaPackage to pass through to the manifest.</p>
872
+ * @public
873
+ */
874
+ export interface DashDvbSettings {
875
+ /**
876
+ * <p>Subtitle font settings.</p>
877
+ * @public
878
+ */
879
+ FontDownload?: DashDvbFontDownload | undefined;
880
+ /**
881
+ * <p>Playback device error reporting settings.</p>
882
+ * @public
883
+ */
884
+ ErrorMetrics?: DashDvbMetricsReporting[] | undefined;
885
+ }
790
886
  /**
791
887
  * <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
792
888
  * @public
@@ -833,6 +929,48 @@ export declare const DashPeriodTrigger: {
833
929
  * @public
834
930
  */
835
931
  export type DashPeriodTrigger = (typeof DashPeriodTrigger)[keyof typeof DashPeriodTrigger];
932
+ /**
933
+ * @public
934
+ * @enum
935
+ */
936
+ export declare const DashProfile: {
937
+ readonly DVB_DASH: "DVB_DASH";
938
+ };
939
+ /**
940
+ * @public
941
+ */
942
+ export type DashProfile = (typeof DashProfile)[keyof typeof DashProfile];
943
+ /**
944
+ * <p>Details about the content that you want MediaPackage to pass through in the manifest to the playback device.</p>
945
+ * @public
946
+ */
947
+ export interface DashProgramInformation {
948
+ /**
949
+ * <p>The title for the manifest.</p>
950
+ * @public
951
+ */
952
+ Title?: string | undefined;
953
+ /**
954
+ * <p>Information about the content provider.</p>
955
+ * @public
956
+ */
957
+ Source?: string | undefined;
958
+ /**
959
+ * <p>A copyright statement about the content.</p>
960
+ * @public
961
+ */
962
+ Copyright?: string | undefined;
963
+ /**
964
+ * <p>The language code for this manifest.</p>
965
+ * @public
966
+ */
967
+ LanguageCode?: string | undefined;
968
+ /**
969
+ * <p>An absolute URL that contains more information about this content.</p>
970
+ * @public
971
+ */
972
+ MoreInformationUrl?: string | undefined;
973
+ }
836
974
  /**
837
975
  * <p>The SCTE configuration.</p>
838
976
  * @public
@@ -866,6 +1004,42 @@ export declare const DashSegmentTemplateFormat: {
866
1004
  * @public
867
1005
  */
868
1006
  export type DashSegmentTemplateFormat = (typeof DashSegmentTemplateFormat)[keyof typeof DashSegmentTemplateFormat];
1007
+ /**
1008
+ * @public
1009
+ * @enum
1010
+ */
1011
+ export declare const DashTtmlProfile: {
1012
+ readonly EBU_TT_D_101: "EBU_TT_D_101";
1013
+ readonly IMSC_1: "IMSC_1";
1014
+ };
1015
+ /**
1016
+ * @public
1017
+ */
1018
+ export type DashTtmlProfile = (typeof DashTtmlProfile)[keyof typeof DashTtmlProfile];
1019
+ /**
1020
+ * <p>The settings for TTML subtitles.</p>
1021
+ * @public
1022
+ */
1023
+ export interface DashTtmlConfiguration {
1024
+ /**
1025
+ * <p>The profile that MediaPackage uses when signaling subtitles in the manifest. <code>IMSC</code> is the default profile.
1026
+ * <code>EBU-TT-D</code> produces subtitles that are compliant with the EBU-TT-D TTML profile.
1027
+ * MediaPackage passes through subtitle styles to the manifest. For more information about EBU-TT-D subtitles, see <a href="https://tech.ebu.ch/publications/tech3380">EBU-TT-D Subtitling Distribution Format</a>.</p>
1028
+ * @public
1029
+ */
1030
+ TtmlProfile: DashTtmlProfile | undefined;
1031
+ }
1032
+ /**
1033
+ * <p>The configuration for DASH subtitles.</p>
1034
+ * @public
1035
+ */
1036
+ export interface DashSubtitleConfiguration {
1037
+ /**
1038
+ * <p>Settings for TTML subtitles.</p>
1039
+ * @public
1040
+ */
1041
+ TtmlConfiguration?: DashTtmlConfiguration | undefined;
1042
+ }
869
1043
  /**
870
1044
  * @public
871
1045
  * @enum
@@ -964,6 +1138,37 @@ export interface CreateDashManifestConfiguration {
964
1138
  * @public
965
1139
  */
966
1140
  UtcTiming?: DashUtcTiming | undefined;
1141
+ /**
1142
+ * <p>The profile that the output is compliant with.</p>
1143
+ * @public
1144
+ */
1145
+ Profiles?: DashProfile[] | undefined;
1146
+ /**
1147
+ * <p>The base URLs to use for retrieving segments.</p>
1148
+ * @public
1149
+ */
1150
+ BaseUrls?: DashBaseUrl[] | undefined;
1151
+ /**
1152
+ * <p>Details about the content that you want MediaPackage to pass through in the manifest to the playback device.</p>
1153
+ * @public
1154
+ */
1155
+ ProgramInformation?: DashProgramInformation | undefined;
1156
+ /**
1157
+ * <p>For endpoints that use the DVB-DASH profile only. The font download and error reporting information that you want MediaPackage to pass through to the manifest.</p>
1158
+ * @public
1159
+ */
1160
+ DvbSettings?: DashDvbSettings | undefined;
1161
+ /**
1162
+ * <p>The layout of the DASH manifest that MediaPackage produces. <code>STANDARD</code> indicates a default manifest, which is compacted. <code>NONE</code> indicates a full manifest.</p>
1163
+ * <p>For information about compactness, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/compacted.html">DASH manifest compactness</a> in the <i>Elemental MediaPackage v2 User Guide</i>.</p>
1164
+ * @public
1165
+ */
1166
+ Compactness?: DashCompactness | undefined;
1167
+ /**
1168
+ * <p>The configuration for DASH subtitles.</p>
1169
+ * @public
1170
+ */
1171
+ SubtitleConfiguration?: DashSubtitleConfiguration | undefined;
967
1172
  }
968
1173
  /**
969
1174
  * @public
@@ -1608,6 +1813,36 @@ export interface GetDashManifestConfiguration {
1608
1813
  * @public
1609
1814
  */
1610
1815
  UtcTiming?: DashUtcTiming | undefined;
1816
+ /**
1817
+ * <p>The profile that the output is compliant with.</p>
1818
+ * @public
1819
+ */
1820
+ Profiles?: DashProfile[] | undefined;
1821
+ /**
1822
+ * <p>The base URL to use for retrieving segments.</p>
1823
+ * @public
1824
+ */
1825
+ BaseUrls?: DashBaseUrl[] | undefined;
1826
+ /**
1827
+ * <p>Details about the content that you want MediaPackage to pass through in the manifest to the playback device.</p>
1828
+ * @public
1829
+ */
1830
+ ProgramInformation?: DashProgramInformation | undefined;
1831
+ /**
1832
+ * <p>For endpoints that use the DVB-DASH profile only. The font download and error reporting information that you want MediaPackage to pass through to the manifest.</p>
1833
+ * @public
1834
+ */
1835
+ DvbSettings?: DashDvbSettings | undefined;
1836
+ /**
1837
+ * <p>The layout of the DASH manifest that MediaPackage produces. <code>STANDARD</code> indicates a default manifest, which is compacted. <code>NONE</code> indicates a full manifest.</p>
1838
+ * @public
1839
+ */
1840
+ Compactness?: DashCompactness | undefined;
1841
+ /**
1842
+ * <p>The configuration for DASH subtitles.</p>
1843
+ * @public
1844
+ */
1845
+ SubtitleConfiguration?: DashSubtitleConfiguration | undefined;
1611
1846
  }
1612
1847
  /**
1613
1848
  * <p>Retrieve the HTTP live streaming (HLS) manifest configuration.</p>
@@ -77,6 +77,7 @@ export declare const ValidationExceptionType: {
77
77
  readonly CENC_IV_INCOMPATIBLE: "CENC_IV_INCOMPATIBLE";
78
78
  readonly CLIP_START_TIME_WITH_START_OR_END: "CLIP_START_TIME_WITH_START_OR_END";
79
79
  readonly CONTAINER_TYPE_IMMUTABLE: "CONTAINER_TYPE_IMMUTABLE";
80
+ readonly DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE: "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE";
80
81
  readonly DIRECT_MODE_WITH_TIMING_SOURCE: "DIRECT_MODE_WITH_TIMING_SOURCE";
81
82
  readonly DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS: "DRM_SIGNALING_MISMATCH_SEGMENT_ENCRYPTION_STATUS";
82
83
  readonly DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE: "DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE";
@@ -91,6 +92,9 @@ export declare const ValidationExceptionType: {
91
92
  readonly HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION: "HARVEST_JOB_INELIGIBLE_FOR_CANCELLATION";
92
93
  readonly HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE: "HARVEST_JOB_S3_DESTINATION_MISSING_OR_INCOMPLETE";
93
94
  readonly HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION: "HARVEST_JOB_UNABLE_TO_WRITE_TO_S3_DESTINATION";
95
+ readonly INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION: "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION";
96
+ readonly INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION: "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION";
97
+ readonly INCOMPATIBLE_XML_ENCODING: "INCOMPATIBLE_XML_ENCODING";
94
98
  readonly INVALID_HARVEST_JOB_DURATION: "INVALID_HARVEST_JOB_DURATION";
95
99
  readonly INVALID_MANIFEST_FILTER: "INVALID_MANIFEST_FILTER";
96
100
  readonly INVALID_PAGINATION_MAX_RESULTS: "INVALID_PAGINATION_MAX_RESULTS";
@@ -266,12 +270,37 @@ export declare const ContainerType: {
266
270
  readonly TS: "TS";
267
271
  };
268
272
  export type ContainerType = (typeof ContainerType)[keyof typeof ContainerType];
273
+ export interface DashBaseUrl {
274
+ Url: string | undefined;
275
+ ServiceLocation?: string | undefined;
276
+ DvbPriority?: number | undefined;
277
+ DvbWeight?: number | undefined;
278
+ }
279
+ export declare const DashCompactness: {
280
+ readonly NONE: "NONE";
281
+ readonly STANDARD: "STANDARD";
282
+ };
283
+ export type DashCompactness =
284
+ (typeof DashCompactness)[keyof typeof DashCompactness];
269
285
  export declare const DashDrmSignaling: {
270
286
  readonly INDIVIDUAL: "INDIVIDUAL";
271
287
  readonly REFERENCED: "REFERENCED";
272
288
  };
273
289
  export type DashDrmSignaling =
274
290
  (typeof DashDrmSignaling)[keyof typeof DashDrmSignaling];
291
+ export interface DashDvbMetricsReporting {
292
+ ReportingUrl: string | undefined;
293
+ Probability?: number | undefined;
294
+ }
295
+ export interface DashDvbFontDownload {
296
+ Url?: string | undefined;
297
+ MimeType?: string | undefined;
298
+ FontFamily?: string | undefined;
299
+ }
300
+ export interface DashDvbSettings {
301
+ FontDownload?: DashDvbFontDownload | undefined;
302
+ ErrorMetrics?: DashDvbMetricsReporting[] | undefined;
303
+ }
275
304
  export interface FilterConfiguration {
276
305
  ManifestFilter?: string | undefined;
277
306
  Start?: Date | undefined;
@@ -288,6 +317,17 @@ export declare const DashPeriodTrigger: {
288
317
  };
289
318
  export type DashPeriodTrigger =
290
319
  (typeof DashPeriodTrigger)[keyof typeof DashPeriodTrigger];
320
+ export declare const DashProfile: {
321
+ readonly DVB_DASH: "DVB_DASH";
322
+ };
323
+ export type DashProfile = (typeof DashProfile)[keyof typeof DashProfile];
324
+ export interface DashProgramInformation {
325
+ Title?: string | undefined;
326
+ Source?: string | undefined;
327
+ Copyright?: string | undefined;
328
+ LanguageCode?: string | undefined;
329
+ MoreInformationUrl?: string | undefined;
330
+ }
291
331
  export interface ScteDash {
292
332
  AdMarkerDash?: AdMarkerDash | undefined;
293
333
  }
@@ -296,6 +336,18 @@ export declare const DashSegmentTemplateFormat: {
296
336
  };
297
337
  export type DashSegmentTemplateFormat =
298
338
  (typeof DashSegmentTemplateFormat)[keyof typeof DashSegmentTemplateFormat];
339
+ export declare const DashTtmlProfile: {
340
+ readonly EBU_TT_D_101: "EBU_TT_D_101";
341
+ readonly IMSC_1: "IMSC_1";
342
+ };
343
+ export type DashTtmlProfile =
344
+ (typeof DashTtmlProfile)[keyof typeof DashTtmlProfile];
345
+ export interface DashTtmlConfiguration {
346
+ TtmlProfile: DashTtmlProfile | undefined;
347
+ }
348
+ export interface DashSubtitleConfiguration {
349
+ TtmlConfiguration?: DashTtmlConfiguration | undefined;
350
+ }
299
351
  export declare const DashUtcTimingMode: {
300
352
  readonly HTTP_HEAD: "HTTP_HEAD";
301
353
  readonly HTTP_ISO: "HTTP_ISO";
@@ -320,6 +372,12 @@ export interface CreateDashManifestConfiguration {
320
372
  ScteDash?: ScteDash | undefined;
321
373
  DrmSignaling?: DashDrmSignaling | undefined;
322
374
  UtcTiming?: DashUtcTiming | undefined;
375
+ Profiles?: DashProfile[] | undefined;
376
+ BaseUrls?: DashBaseUrl[] | undefined;
377
+ ProgramInformation?: DashProgramInformation | undefined;
378
+ DvbSettings?: DashDvbSettings | undefined;
379
+ Compactness?: DashCompactness | undefined;
380
+ SubtitleConfiguration?: DashSubtitleConfiguration | undefined;
323
381
  }
324
382
  export declare const EndpointErrorCondition: {
325
383
  readonly INCOMPLETE_MANIFEST: "INCOMPLETE_MANIFEST";
@@ -477,6 +535,12 @@ export interface GetDashManifestConfiguration {
477
535
  ScteDash?: ScteDash | undefined;
478
536
  DrmSignaling?: DashDrmSignaling | undefined;
479
537
  UtcTiming?: DashUtcTiming | undefined;
538
+ Profiles?: DashProfile[] | undefined;
539
+ BaseUrls?: DashBaseUrl[] | undefined;
540
+ ProgramInformation?: DashProgramInformation | undefined;
541
+ DvbSettings?: DashDvbSettings | undefined;
542
+ Compactness?: DashCompactness | undefined;
543
+ SubtitleConfiguration?: DashSubtitleConfiguration | undefined;
480
544
  }
481
545
  export interface GetHlsManifestConfiguration {
482
546
  ManifestName: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediapackagev2",
3
3
  "description": "AWS SDK for JavaScript Mediapackagev2 Client for Node.js, Browser and React Native",
4
- "version": "3.812.0",
4
+ "version": "3.813.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediapackagev2",