@aws-sdk/client-mediapackagev2 3.1038.0 → 3.1040.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 +34 -0
- package/dist-cjs/schemas/schemas_0.js +35 -30
- package/dist-es/models/enums.js +30 -0
- package/dist-es/schemas/schemas_0.js +35 -30
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +50 -12
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +20 -4
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +7 -3
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +44 -12
- package/dist-types/models/enums.d.ts +62 -0
- package/dist-types/models/models_0.d.ts +77 -2
- package/dist-types/ts3.4/models/enums.d.ts +35 -0
- package/dist-types/ts3.4/models/models_0.d.ts +19 -0
- package/package.json +7 -7
|
@@ -49,9 +49,12 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
49
49
|
* TsIncludeDvbSubtitles: true || false,
|
|
50
50
|
* Scte: { // Scte
|
|
51
51
|
* ScteFilter: [ // ScteFilterList
|
|
52
|
-
* "SPLICE_INSERT" || "BREAK" || "PROVIDER_ADVERTISEMENT" || "DISTRIBUTOR_ADVERTISEMENT" || "PROVIDER_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" || "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" || "PROGRAM",
|
|
52
|
+
* "SPLICE_INSERT" || "BREAK" || "PROVIDER_ADVERTISEMENT" || "DISTRIBUTOR_ADVERTISEMENT" || "PROVIDER_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" || "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" || "PROGRAM" || "CHAPTER" || "UNSCHEDULED_EVENT" || "ALTERNATE_CONTENT_OPPORTUNITY" || "NETWORK" || "PROVIDER_PROMO" || "DISTRIBUTOR_PROMO" || "PROVIDER_AD_BLOCK" || "DISTRIBUTOR_AD_BLOCK",
|
|
53
|
+
* ],
|
|
54
|
+
* ScteInSegments: "NONE" || "ALL" || "MATCHES_FILTER",
|
|
55
|
+
* CustomAdTypes: [ // CustomAdTypeList
|
|
56
|
+
* "PROGRAM" || "CHAPTER" || "UNSCHEDULED_EVENT" || "ALTERNATE_CONTENT_OPPORTUNITY" || "NETWORK",
|
|
53
57
|
* ],
|
|
54
|
-
* ScteInSegments: "NONE" || "ALL",
|
|
55
58
|
* },
|
|
56
59
|
* Encryption: { // Encryption
|
|
57
60
|
* ConstantInitializationVector: "STRING_VALUE",
|
|
@@ -85,6 +88,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
85
88
|
* ChildManifestName: "STRING_VALUE",
|
|
86
89
|
* ScteHls: { // ScteHls
|
|
87
90
|
* AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
|
|
91
|
+
* ScteInManifests: "ALL" || "MATCHES_FILTER",
|
|
88
92
|
* },
|
|
89
93
|
* StartTag: { // StartTag
|
|
90
94
|
* TimeOffset: Number("float"), // required
|
|
@@ -101,6 +105,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
101
105
|
* ClipStartTime: new Date("TIMESTAMP"),
|
|
102
106
|
* },
|
|
103
107
|
* UrlEncodeChildManifest: true || false,
|
|
108
|
+
* UriPathType: "LEAF" || "ROOT",
|
|
104
109
|
* },
|
|
105
110
|
* ],
|
|
106
111
|
* LowLatencyHlsManifests: [ // CreateLowLatencyHlsManifests
|
|
@@ -109,6 +114,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
109
114
|
* ChildManifestName: "STRING_VALUE",
|
|
110
115
|
* ScteHls: {
|
|
111
116
|
* AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
|
|
117
|
+
* ScteInManifests: "ALL" || "MATCHES_FILTER",
|
|
112
118
|
* },
|
|
113
119
|
* StartTag: {
|
|
114
120
|
* TimeOffset: Number("float"), // required
|
|
@@ -125,6 +131,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
125
131
|
* ClipStartTime: new Date("TIMESTAMP"),
|
|
126
132
|
* },
|
|
127
133
|
* UrlEncodeChildManifest: true || false,
|
|
134
|
+
* UriPathType: "LEAF" || "ROOT",
|
|
128
135
|
* },
|
|
129
136
|
* ],
|
|
130
137
|
* DashManifests: [ // CreateDashManifests
|
|
@@ -148,6 +155,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
148
155
|
* ],
|
|
149
156
|
* ScteDash: { // ScteDash
|
|
150
157
|
* AdMarkerDash: "BINARY" || "XML",
|
|
158
|
+
* ScteInManifests: "ALL" || "MATCHES_FILTER",
|
|
151
159
|
* },
|
|
152
160
|
* DrmSignaling: "INDIVIDUAL" || "REFERENCED",
|
|
153
161
|
* UtcTiming: { // DashUtcTiming
|
|
@@ -191,6 +199,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
191
199
|
* TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
|
|
192
200
|
* },
|
|
193
201
|
* },
|
|
202
|
+
* UriPathType: "LEAF" || "ROOT",
|
|
194
203
|
* },
|
|
195
204
|
* ],
|
|
196
205
|
* MssManifests: [ // CreateMssManifests
|
|
@@ -213,6 +222,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
213
222
|
* "STALE_MANIFEST" || "INCOMPLETE_MANIFEST" || "MISSING_DRM_KEY" || "SLATE_INPUT",
|
|
214
223
|
* ],
|
|
215
224
|
* },
|
|
225
|
+
* UriSeparator: "UNDERSCORE" || "HYPHEN",
|
|
216
226
|
* ETag: "STRING_VALUE",
|
|
217
227
|
* };
|
|
218
228
|
* const command = new UpdateOriginEndpointCommand(input);
|
|
@@ -231,9 +241,12 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
231
241
|
* // TsIncludeDvbSubtitles: true || false,
|
|
232
242
|
* // Scte: { // Scte
|
|
233
243
|
* // ScteFilter: [ // ScteFilterList
|
|
234
|
-
* // "SPLICE_INSERT" || "BREAK" || "PROVIDER_ADVERTISEMENT" || "DISTRIBUTOR_ADVERTISEMENT" || "PROVIDER_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" || "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" || "PROGRAM",
|
|
244
|
+
* // "SPLICE_INSERT" || "BREAK" || "PROVIDER_ADVERTISEMENT" || "DISTRIBUTOR_ADVERTISEMENT" || "PROVIDER_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" || "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" || "PROGRAM" || "CHAPTER" || "UNSCHEDULED_EVENT" || "ALTERNATE_CONTENT_OPPORTUNITY" || "NETWORK" || "PROVIDER_PROMO" || "DISTRIBUTOR_PROMO" || "PROVIDER_AD_BLOCK" || "DISTRIBUTOR_AD_BLOCK",
|
|
245
|
+
* // ],
|
|
246
|
+
* // ScteInSegments: "NONE" || "ALL" || "MATCHES_FILTER",
|
|
247
|
+
* // CustomAdTypes: [ // CustomAdTypeList
|
|
248
|
+
* // "PROGRAM" || "CHAPTER" || "UNSCHEDULED_EVENT" || "ALTERNATE_CONTENT_OPPORTUNITY" || "NETWORK",
|
|
235
249
|
* // ],
|
|
236
|
-
* // ScteInSegments: "NONE" || "ALL",
|
|
237
250
|
* // },
|
|
238
251
|
* // Encryption: { // Encryption
|
|
239
252
|
* // ConstantInitializationVector: "STRING_VALUE",
|
|
@@ -272,6 +285,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
272
285
|
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
273
286
|
* // ScteHls: { // ScteHls
|
|
274
287
|
* // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
|
|
288
|
+
* // ScteInManifests: "ALL" || "MATCHES_FILTER",
|
|
275
289
|
* // },
|
|
276
290
|
* // FilterConfiguration: { // FilterConfiguration
|
|
277
291
|
* // ManifestFilter: "STRING_VALUE",
|
|
@@ -286,6 +300,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
286
300
|
* // Precise: true || false,
|
|
287
301
|
* // },
|
|
288
302
|
* // UrlEncodeChildManifest: true || false,
|
|
303
|
+
* // UriPathType: "LEAF" || "ROOT",
|
|
289
304
|
* // },
|
|
290
305
|
* // ],
|
|
291
306
|
* // LowLatencyHlsManifests: [ // GetLowLatencyHlsManifests
|
|
@@ -297,6 +312,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
297
312
|
* // ProgramDateTimeIntervalSeconds: Number("int"),
|
|
298
313
|
* // ScteHls: {
|
|
299
314
|
* // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
|
|
315
|
+
* // ScteInManifests: "ALL" || "MATCHES_FILTER",
|
|
300
316
|
* // },
|
|
301
317
|
* // FilterConfiguration: {
|
|
302
318
|
* // ManifestFilter: "STRING_VALUE",
|
|
@@ -311,6 +327,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
311
327
|
* // Precise: true || false,
|
|
312
328
|
* // },
|
|
313
329
|
* // UrlEncodeChildManifest: true || false,
|
|
330
|
+
* // UriPathType: "LEAF" || "ROOT",
|
|
314
331
|
* // },
|
|
315
332
|
* // ],
|
|
316
333
|
* // MssManifests: [ // GetMssManifests
|
|
@@ -334,6 +351,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
334
351
|
* // "STALE_MANIFEST" || "INCOMPLETE_MANIFEST" || "MISSING_DRM_KEY" || "SLATE_INPUT",
|
|
335
352
|
* // ],
|
|
336
353
|
* // },
|
|
354
|
+
* // UriSeparator: "UNDERSCORE" || "HYPHEN",
|
|
337
355
|
* // ETag: "STRING_VALUE",
|
|
338
356
|
* // Tags: { // TagMap
|
|
339
357
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -360,6 +378,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
360
378
|
* // ],
|
|
361
379
|
* // ScteDash: { // ScteDash
|
|
362
380
|
* // AdMarkerDash: "BINARY" || "XML",
|
|
381
|
+
* // ScteInManifests: "ALL" || "MATCHES_FILTER",
|
|
363
382
|
* // },
|
|
364
383
|
* // DrmSignaling: "INDIVIDUAL" || "REFERENCED",
|
|
365
384
|
* // UtcTiming: { // DashUtcTiming
|
|
@@ -403,6 +422,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
403
422
|
* // TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
|
|
404
423
|
* // },
|
|
405
424
|
* // },
|
|
425
|
+
* // UriPathType: "LEAF" || "ROOT",
|
|
406
426
|
* // },
|
|
407
427
|
* // ],
|
|
408
428
|
* // };
|
|
@@ -464,7 +484,8 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
464
484
|
* ProgramDateTimeIntervalSeconds: 60,
|
|
465
485
|
* ScteHls: {
|
|
466
486
|
* AdMarkerHls: "DATERANGE"
|
|
467
|
-
* }
|
|
487
|
+
* },
|
|
488
|
+
* UriPathType: "LEAF"
|
|
468
489
|
* },
|
|
469
490
|
* {
|
|
470
491
|
* ChildManifestName: "exampleManifest2",
|
|
@@ -473,7 +494,8 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
473
494
|
* ProgramDateTimeIntervalSeconds: 60,
|
|
474
495
|
* ScteHls: {
|
|
475
496
|
* AdMarkerHls: "DATERANGE"
|
|
476
|
-
* }
|
|
497
|
+
* },
|
|
498
|
+
* UriPathType: "LEAF"
|
|
477
499
|
* }
|
|
478
500
|
* ],
|
|
479
501
|
* LowLatencyHlsManifests: [
|
|
@@ -484,7 +506,8 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
484
506
|
* ProgramDateTimeIntervalSeconds: 60,
|
|
485
507
|
* ScteHls: {
|
|
486
508
|
* AdMarkerHls: "DATERANGE"
|
|
487
|
-
* }
|
|
509
|
+
* },
|
|
510
|
+
* UriPathType: "ROOT"
|
|
488
511
|
* },
|
|
489
512
|
* {
|
|
490
513
|
* ChildManifestName: "exampleLLManifest2",
|
|
@@ -493,7 +516,8 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
493
516
|
* ProgramDateTimeIntervalSeconds: 60,
|
|
494
517
|
* ScteHls: {
|
|
495
518
|
* AdMarkerHls: "DATERANGE"
|
|
496
|
-
* }
|
|
519
|
+
* },
|
|
520
|
+
* UriPathType: "ROOT"
|
|
497
521
|
* }
|
|
498
522
|
* ],
|
|
499
523
|
* OriginEndpointName: "exampleOriginEndpointTS",
|
|
@@ -529,7 +553,8 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
529
553
|
* TsIncludeDvbSubtitles: false,
|
|
530
554
|
* TsUseAudioRenditionGroup: true
|
|
531
555
|
* },
|
|
532
|
-
* StartoverWindowSeconds: 600
|
|
556
|
+
* StartoverWindowSeconds: 600,
|
|
557
|
+
* UriSeparator: "HYPHEN"
|
|
533
558
|
* };
|
|
534
559
|
* const command = new UpdateOriginEndpointCommand(input);
|
|
535
560
|
* const response = await client.send(command);
|
|
@@ -559,6 +584,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
559
584
|
* ScteHls: {
|
|
560
585
|
* AdMarkerHls: "DATERANGE"
|
|
561
586
|
* },
|
|
587
|
+
* UriPathType: "LEAF",
|
|
562
588
|
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
|
|
563
589
|
* },
|
|
564
590
|
* {
|
|
@@ -569,6 +595,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
569
595
|
* ScteHls: {
|
|
570
596
|
* AdMarkerHls: "DATERANGE"
|
|
571
597
|
* },
|
|
598
|
+
* UriPathType: "LEAF",
|
|
572
599
|
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
|
|
573
600
|
* }
|
|
574
601
|
* ],
|
|
@@ -581,6 +608,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
581
608
|
* ScteHls: {
|
|
582
609
|
* AdMarkerHls: "DATERANGE"
|
|
583
610
|
* },
|
|
611
|
+
* UriPathType: "ROOT",
|
|
584
612
|
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
|
|
585
613
|
* },
|
|
586
614
|
* {
|
|
@@ -591,6 +619,7 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
591
619
|
* ScteHls: {
|
|
592
620
|
* AdMarkerHls: "DATERANGE"
|
|
593
621
|
* },
|
|
622
|
+
* UriPathType: "ROOT",
|
|
594
623
|
* Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
|
|
595
624
|
* }
|
|
596
625
|
* ],
|
|
@@ -632,7 +661,8 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
632
661
|
* Tags: {
|
|
633
662
|
* key1: "value1",
|
|
634
663
|
* key2: "value2"
|
|
635
|
-
* }
|
|
664
|
+
* },
|
|
665
|
+
* UriSeparator: "HYPHEN"
|
|
636
666
|
* }
|
|
637
667
|
* *\/
|
|
638
668
|
* ```
|
|
@@ -687,7 +717,8 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
687
717
|
* SegmentDurationSeconds: 2,
|
|
688
718
|
* SegmentName: "segmentName2"
|
|
689
719
|
* },
|
|
690
|
-
* StartoverWindowSeconds: 600
|
|
720
|
+
* StartoverWindowSeconds: 600,
|
|
721
|
+
* UriSeparator: "HYPHEN"
|
|
691
722
|
* };
|
|
692
723
|
* const command = new UpdateOriginEndpointCommand(input);
|
|
693
724
|
* const response = await client.send(command);
|
|
@@ -749,7 +780,8 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
749
780
|
* Tags: {
|
|
750
781
|
* key1: "value1",
|
|
751
782
|
* key2: "value2"
|
|
752
|
-
* }
|
|
783
|
+
* },
|
|
784
|
+
* UriSeparator: "HYPHEN"
|
|
753
785
|
* }
|
|
754
786
|
* *\/
|
|
755
787
|
* ```
|
|
@@ -63,6 +63,7 @@ export declare const ValidationExceptionType: {
|
|
|
63
63
|
readonly CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST: "CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST";
|
|
64
64
|
readonly CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE: "CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE";
|
|
65
65
|
readonly CONTAINER_TYPE_IMMUTABLE: "CONTAINER_TYPE_IMMUTABLE";
|
|
66
|
+
readonly CUSTOM_AD_TYPES_INVALID_CONFIGURATION: "CUSTOM_AD_TYPES_INVALID_CONFIGURATION";
|
|
66
67
|
readonly DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE: "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE";
|
|
67
68
|
readonly DECRYPT_SECRET_FAILED: "DECRYPT_SECRET_FAILED";
|
|
68
69
|
readonly DESCRIBE_CERTIFICATE_FAILED: "DESCRIBE_CERTIFICATE_FAILED";
|
|
@@ -132,6 +133,7 @@ export declare const ValidationExceptionType: {
|
|
|
132
133
|
readonly ROLE_ARN_INVALID_FORMAT: "ROLE_ARN_INVALID_FORMAT";
|
|
133
134
|
readonly ROLE_ARN_LENGTH_OUT_OF_RANGE: "ROLE_ARN_LENGTH_OUT_OF_RANGE";
|
|
134
135
|
readonly ROLE_ARN_NOT_ASSUMABLE: "ROLE_ARN_NOT_ASSUMABLE";
|
|
136
|
+
readonly SCTE_IN_MANIFESTS_INVALID_CONFIGURATION: "SCTE_IN_MANIFESTS_INVALID_CONFIGURATION";
|
|
135
137
|
readonly SECRET_ARN_RESOURCE_NOT_FOUND: "SECRET_ARN_RESOURCE_NOT_FOUND";
|
|
136
138
|
readonly SECRET_FROM_DIFFERENT_ACCOUNT: "SECRET_FROM_DIFFERENT_ACCOUNT";
|
|
137
139
|
readonly SECRET_FROM_DIFFERENT_REGION: "SECRET_FROM_DIFFERENT_REGION";
|
|
@@ -233,6 +235,18 @@ export declare const DashProfile: {
|
|
|
233
235
|
* @public
|
|
234
236
|
*/
|
|
235
237
|
export type DashProfile = (typeof DashProfile)[keyof typeof DashProfile];
|
|
238
|
+
/**
|
|
239
|
+
* @public
|
|
240
|
+
* @enum
|
|
241
|
+
*/
|
|
242
|
+
export declare const ScteInManifests: {
|
|
243
|
+
readonly ALL: "ALL";
|
|
244
|
+
readonly MATCHES_FILTER: "MATCHES_FILTER";
|
|
245
|
+
};
|
|
246
|
+
/**
|
|
247
|
+
* @public
|
|
248
|
+
*/
|
|
249
|
+
export type ScteInManifests = (typeof ScteInManifests)[keyof typeof ScteInManifests];
|
|
236
250
|
/**
|
|
237
251
|
* @public
|
|
238
252
|
* @enum
|
|
@@ -256,6 +270,18 @@ export declare const DashTtmlProfile: {
|
|
|
256
270
|
* @public
|
|
257
271
|
*/
|
|
258
272
|
export type DashTtmlProfile = (typeof DashTtmlProfile)[keyof typeof DashTtmlProfile];
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
* @enum
|
|
276
|
+
*/
|
|
277
|
+
export declare const UriPathType: {
|
|
278
|
+
readonly LEAF: "LEAF";
|
|
279
|
+
readonly ROOT: "ROOT";
|
|
280
|
+
};
|
|
281
|
+
/**
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
export type UriPathType = (typeof UriPathType)[keyof typeof UriPathType];
|
|
259
285
|
/**
|
|
260
286
|
* @public
|
|
261
287
|
* @enum
|
|
@@ -381,20 +407,43 @@ export declare const PresetSpeke20Video: {
|
|
|
381
407
|
* @public
|
|
382
408
|
*/
|
|
383
409
|
export type PresetSpeke20Video = (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
|
|
410
|
+
/**
|
|
411
|
+
* @public
|
|
412
|
+
* @enum
|
|
413
|
+
*/
|
|
414
|
+
export declare const CustomAdType: {
|
|
415
|
+
readonly ALTERNATE_CONTENT_OPPORTUNITY: "ALTERNATE_CONTENT_OPPORTUNITY";
|
|
416
|
+
readonly CHAPTER: "CHAPTER";
|
|
417
|
+
readonly NETWORK: "NETWORK";
|
|
418
|
+
readonly PROGRAM: "PROGRAM";
|
|
419
|
+
readonly UNSCHEDULED_EVENT: "UNSCHEDULED_EVENT";
|
|
420
|
+
};
|
|
421
|
+
/**
|
|
422
|
+
* @public
|
|
423
|
+
*/
|
|
424
|
+
export type CustomAdType = (typeof CustomAdType)[keyof typeof CustomAdType];
|
|
384
425
|
/**
|
|
385
426
|
* @public
|
|
386
427
|
* @enum
|
|
387
428
|
*/
|
|
388
429
|
export declare const ScteFilter: {
|
|
430
|
+
readonly ALTERNATE_CONTENT_OPPORTUNITY: "ALTERNATE_CONTENT_OPPORTUNITY";
|
|
389
431
|
readonly BREAK: "BREAK";
|
|
432
|
+
readonly CHAPTER: "CHAPTER";
|
|
390
433
|
readonly DISTRIBUTOR_ADVERTISEMENT: "DISTRIBUTOR_ADVERTISEMENT";
|
|
434
|
+
readonly DISTRIBUTOR_AD_BLOCK: "DISTRIBUTOR_AD_BLOCK";
|
|
391
435
|
readonly DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY";
|
|
392
436
|
readonly DISTRIBUTOR_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_PLACEMENT_OPPORTUNITY";
|
|
437
|
+
readonly DISTRIBUTOR_PROMO: "DISTRIBUTOR_PROMO";
|
|
438
|
+
readonly NETWORK: "NETWORK";
|
|
393
439
|
readonly PROGRAM: "PROGRAM";
|
|
394
440
|
readonly PROVIDER_ADVERTISEMENT: "PROVIDER_ADVERTISEMENT";
|
|
441
|
+
readonly PROVIDER_AD_BLOCK: "PROVIDER_AD_BLOCK";
|
|
395
442
|
readonly PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY: "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY";
|
|
396
443
|
readonly PROVIDER_PLACEMENT_OPPORTUNITY: "PROVIDER_PLACEMENT_OPPORTUNITY";
|
|
444
|
+
readonly PROVIDER_PROMO: "PROVIDER_PROMO";
|
|
397
445
|
readonly SPLICE_INSERT: "SPLICE_INSERT";
|
|
446
|
+
readonly UNSCHEDULED_EVENT: "UNSCHEDULED_EVENT";
|
|
398
447
|
};
|
|
399
448
|
/**
|
|
400
449
|
* @public
|
|
@@ -406,12 +455,25 @@ export type ScteFilter = (typeof ScteFilter)[keyof typeof ScteFilter];
|
|
|
406
455
|
*/
|
|
407
456
|
export declare const ScteInSegments: {
|
|
408
457
|
readonly ALL: "ALL";
|
|
458
|
+
readonly MATCHES_FILTER: "MATCHES_FILTER";
|
|
409
459
|
readonly NONE: "NONE";
|
|
410
460
|
};
|
|
411
461
|
/**
|
|
412
462
|
* @public
|
|
413
463
|
*/
|
|
414
464
|
export type ScteInSegments = (typeof ScteInSegments)[keyof typeof ScteInSegments];
|
|
465
|
+
/**
|
|
466
|
+
* @public
|
|
467
|
+
* @enum
|
|
468
|
+
*/
|
|
469
|
+
export declare const UriSeparator: {
|
|
470
|
+
readonly HYPHEN: "HYPHEN";
|
|
471
|
+
readonly UNDERSCORE: "UNDERSCORE";
|
|
472
|
+
};
|
|
473
|
+
/**
|
|
474
|
+
* @public
|
|
475
|
+
*/
|
|
476
|
+
export type UriSeparator = (typeof UriSeparator)[keyof typeof UriSeparator];
|
|
415
477
|
/**
|
|
416
478
|
* @public
|
|
417
479
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AdMarkerDash, AdMarkerHls, CmafEncryptionMethod, ContainerType, DashCompactness, DashDrmSignaling, DashPeriodTrigger, DashProfile, DashSegmentTemplateFormat, DashTtmlProfile, DashUtcTimingMode, DrmSystem, EndpointErrorCondition, HarvestJobStatus, InputType, IsmEncryptionMethod, MssManifestLayout, PresetSpeke20Audio, PresetSpeke20Video, ScteFilter, ScteInSegments, TsEncryptionMethod } from "./enums";
|
|
1
|
+
import type { AdMarkerDash, AdMarkerHls, CmafEncryptionMethod, ContainerType, CustomAdType, DashCompactness, DashDrmSignaling, DashPeriodTrigger, DashProfile, DashSegmentTemplateFormat, DashTtmlProfile, DashUtcTimingMode, DrmSystem, EndpointErrorCondition, HarvestJobStatus, InputType, IsmEncryptionMethod, MssManifestLayout, PresetSpeke20Audio, PresetSpeke20Video, ScteFilter, ScteInManifests, ScteInSegments, TsEncryptionMethod, UriPathType, UriSeparator } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -651,6 +651,11 @@ export interface ScteDash {
|
|
|
651
651
|
* @public
|
|
652
652
|
*/
|
|
653
653
|
AdMarkerDash?: AdMarkerDash | undefined;
|
|
654
|
+
/**
|
|
655
|
+
* <p>Controls which SCTE-35 events appear in DASH manifests. <code>ALL</code> includes all non-implicit SCTE-35 events. <code>MATCHES_FILTER</code> includes only events whose type matches the configured <code>ScteFilter</code>.</p> <p>If you don't specify a value, the default is <code>ALL</code>.</p>
|
|
656
|
+
* @public
|
|
657
|
+
*/
|
|
658
|
+
ScteInManifests?: ScteInManifests | undefined;
|
|
654
659
|
}
|
|
655
660
|
/**
|
|
656
661
|
* <p>The settings for TTML subtitles.</p>
|
|
@@ -780,6 +785,11 @@ export interface CreateDashManifestConfiguration {
|
|
|
780
785
|
* @public
|
|
781
786
|
*/
|
|
782
787
|
SubtitleConfiguration?: DashSubtitleConfiguration | undefined;
|
|
788
|
+
/**
|
|
789
|
+
* <p>The type of path to use in manifest URIs. <code>LEAF</code> uses leaf-relative paths (for example, <code>index_1.mpd</code>). <code>ROOT</code> uses root-relative paths that include the full path from root (for example, <code>/out/v1/channel-group/channel/endpoint/index_1.mpd</code>). If you don't specify a value, the default is <code>LEAF</code>.</p>
|
|
790
|
+
* @public
|
|
791
|
+
*/
|
|
792
|
+
UriPathType?: UriPathType | undefined;
|
|
783
793
|
}
|
|
784
794
|
/**
|
|
785
795
|
* <p>The failover settings for the endpoint.</p>
|
|
@@ -802,6 +812,11 @@ export interface ScteHls {
|
|
|
802
812
|
* @public
|
|
803
813
|
*/
|
|
804
814
|
AdMarkerHls?: AdMarkerHls | undefined;
|
|
815
|
+
/**
|
|
816
|
+
* <p>Controls which SCTE-35 events appear in HLS manifests. <code>ALL</code> includes all non-implicit SCTE-35 events. <code>MATCHES_FILTER</code> includes only events whose type matches the configured <code>ScteFilter</code>.</p> <p>If you don't specify a value, the default is <code>ALL</code>.</p>
|
|
817
|
+
* @public
|
|
818
|
+
*/
|
|
819
|
+
ScteInManifests?: ScteInManifests | undefined;
|
|
805
820
|
}
|
|
806
821
|
/**
|
|
807
822
|
* <p>To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.</p>
|
|
@@ -864,6 +879,11 @@ export interface CreateHlsManifestConfiguration {
|
|
|
864
879
|
* @public
|
|
865
880
|
*/
|
|
866
881
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
882
|
+
/**
|
|
883
|
+
* <p>The type of path to use in manifest URIs. <code>LEAF</code> uses leaf-relative paths (for example, <code>index_1.m3u8</code>). <code>ROOT</code> uses root-relative paths that include the full path from root (for example, <code>/out/v1/channel-group/channel/endpoint/index_1.m3u8</code>). If you don't specify a value, the default is <code>LEAF</code>.</p>
|
|
884
|
+
* @public
|
|
885
|
+
*/
|
|
886
|
+
UriPathType?: UriPathType | undefined;
|
|
867
887
|
}
|
|
868
888
|
/**
|
|
869
889
|
* <p>Create a low-latency HTTP live streaming (HLS) manifest configuration.</p>
|
|
@@ -910,6 +930,11 @@ export interface CreateLowLatencyHlsManifestConfiguration {
|
|
|
910
930
|
* @public
|
|
911
931
|
*/
|
|
912
932
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
933
|
+
/**
|
|
934
|
+
* <p>The type of path to use in manifest URIs. <code>LEAF</code> uses leaf-relative paths (for example, <code>index_1.m3u8</code>). <code>ROOT</code> uses root-relative paths that include the full path from root (for example, <code>/out/v1/channel-group/channel/endpoint/index_1.m3u8</code>). If you don't specify a value, the default is <code>LEAF</code>.</p>
|
|
935
|
+
* @public
|
|
936
|
+
*/
|
|
937
|
+
UriPathType?: UriPathType | undefined;
|
|
913
938
|
}
|
|
914
939
|
/**
|
|
915
940
|
* <p>Configuration parameters for creating a Microsoft Smooth Streaming (MSS) manifest. MSS is a streaming media format developed by Microsoft that delivers adaptive bitrate streaming content to compatible players and devices.</p>
|
|
@@ -1052,10 +1077,15 @@ export interface Scte {
|
|
|
1052
1077
|
*/
|
|
1053
1078
|
ScteFilter?: ScteFilter[] | undefined;
|
|
1054
1079
|
/**
|
|
1055
|
-
* <p>Controls whether SCTE-35 messages are included in segment files.</p> <ul> <li> <p>None – SCTE-35 messages are not included in segments (default)</p> </li> <li> <p>All – SCTE-35 messages are embedded in segment data</p> </li> </ul> <p> For DASH manifests, when set to <code>All</code>, an <code>InbandEventStream</code> tag signals that SCTE messages are present in segments. This setting works independently of manifest ad markers.</p>
|
|
1080
|
+
* <p>Controls whether SCTE-35 messages are included in segment files.</p> <ul> <li> <p>None – SCTE-35 messages are not included in segments (default)</p> </li> <li> <p>All – SCTE-35 messages are embedded in segment data</p> </li> <li> <p>MatchesFilter – SCTE-35 messages which match the ScteFilter are embedded in segment data</p> </li> </ul> <p> For DASH manifests, when set to <code>All</code> or <code>MatchesFilter</code>, an <code>InbandEventStream</code> tag signals that SCTE messages are present in segments. This setting works independently of manifest ad markers.</p>
|
|
1056
1081
|
* @public
|
|
1057
1082
|
*/
|
|
1058
1083
|
ScteInSegments?: ScteInSegments | undefined;
|
|
1084
|
+
/**
|
|
1085
|
+
* <p>A list of additional non-Ad SCTE-35 event types to treat as advertisements. When configured, events matching these types produce ad markers (such as <code>SCTE35-OUT</code> and <code>SCTE35-IN</code> in HLS DATERANGE tags) in manifests.</p> <p>Valid values: <code>PROGRAM</code> | <code>CHAPTER</code> | <code>UNSCHEDULED_EVENT</code> | <code>ALTERNATE_CONTENT_OPPORTUNITY</code> | <code>NETWORK</code> </p> <p>If you don't specify any values, the default is empty (only default ad types are used).</p>
|
|
1086
|
+
* @public
|
|
1087
|
+
*/
|
|
1088
|
+
CustomAdTypes?: CustomAdType[] | undefined;
|
|
1059
1089
|
}
|
|
1060
1090
|
/**
|
|
1061
1091
|
* <p>The segment configuration, including the segment name, duration, and other configuration values.</p>
|
|
@@ -1167,6 +1197,11 @@ export interface CreateOriginEndpointRequest {
|
|
|
1167
1197
|
* @public
|
|
1168
1198
|
*/
|
|
1169
1199
|
ForceEndpointErrorConfiguration?: ForceEndpointErrorConfiguration | undefined;
|
|
1200
|
+
/**
|
|
1201
|
+
* <p>The separator character to use in generated URIs for this origin endpoint. This setting applies to all manifest types on the endpoint. If you don't specify a value, the default is <code>UNDERSCORE</code>.</p>
|
|
1202
|
+
* @public
|
|
1203
|
+
*/
|
|
1204
|
+
UriSeparator?: UriSeparator | undefined;
|
|
1170
1205
|
/**
|
|
1171
1206
|
* <p>A comma-separated list of tag key:value pairs that you define. For example:</p> <p> <code>"Key1": "Value1",</code> </p> <p> <code>"Key2": "Value2"</code> </p>
|
|
1172
1207
|
* @public
|
|
@@ -1268,6 +1303,11 @@ export interface GetDashManifestConfiguration {
|
|
|
1268
1303
|
* @public
|
|
1269
1304
|
*/
|
|
1270
1305
|
SubtitleConfiguration?: DashSubtitleConfiguration | undefined;
|
|
1306
|
+
/**
|
|
1307
|
+
* <p>The type of path used in manifest URIs. <code>LEAF</code> indicates leaf-relative paths. <code>ROOT</code> indicates root-relative paths that include the full path from root.</p>
|
|
1308
|
+
* @public
|
|
1309
|
+
*/
|
|
1310
|
+
UriPathType?: UriPathType | undefined;
|
|
1271
1311
|
}
|
|
1272
1312
|
/**
|
|
1273
1313
|
* <p>Retrieve the HTTP live streaming (HLS) manifest configuration.</p>
|
|
@@ -1319,6 +1359,11 @@ export interface GetHlsManifestConfiguration {
|
|
|
1319
1359
|
* @public
|
|
1320
1360
|
*/
|
|
1321
1361
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
1362
|
+
/**
|
|
1363
|
+
* <p>The type of path used in manifest URIs. <code>LEAF</code> indicates leaf-relative paths. <code>ROOT</code> indicates root-relative paths that include the full path from root.</p>
|
|
1364
|
+
* @public
|
|
1365
|
+
*/
|
|
1366
|
+
UriPathType?: UriPathType | undefined;
|
|
1322
1367
|
}
|
|
1323
1368
|
/**
|
|
1324
1369
|
* <p>Retrieve the low-latency HTTP live streaming (HLS) manifest configuration.</p>
|
|
@@ -1370,6 +1415,11 @@ export interface GetLowLatencyHlsManifestConfiguration {
|
|
|
1370
1415
|
* @public
|
|
1371
1416
|
*/
|
|
1372
1417
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
1418
|
+
/**
|
|
1419
|
+
* <p>The type of path used in manifest URIs. <code>LEAF</code> indicates leaf-relative paths. <code>ROOT</code> indicates root-relative paths that include the full path from root.</p>
|
|
1420
|
+
* @public
|
|
1421
|
+
*/
|
|
1422
|
+
UriPathType?: UriPathType | undefined;
|
|
1373
1423
|
}
|
|
1374
1424
|
/**
|
|
1375
1425
|
* <p>Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint. This includes all the settings and properties that define how the MSS content is packaged and delivered.</p>
|
|
@@ -1481,6 +1531,11 @@ export interface CreateOriginEndpointResponse {
|
|
|
1481
1531
|
* @public
|
|
1482
1532
|
*/
|
|
1483
1533
|
ForceEndpointErrorConfiguration?: ForceEndpointErrorConfiguration | undefined;
|
|
1534
|
+
/**
|
|
1535
|
+
* <p>The separator character used in generated URIs for this origin endpoint.</p>
|
|
1536
|
+
* @public
|
|
1537
|
+
*/
|
|
1538
|
+
UriSeparator?: UriSeparator | undefined;
|
|
1484
1539
|
/**
|
|
1485
1540
|
* <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
|
|
1486
1541
|
* @public
|
|
@@ -1621,6 +1676,11 @@ export interface GetOriginEndpointResponse {
|
|
|
1621
1676
|
* @public
|
|
1622
1677
|
*/
|
|
1623
1678
|
ForceEndpointErrorConfiguration?: ForceEndpointErrorConfiguration | undefined;
|
|
1679
|
+
/**
|
|
1680
|
+
* <p>The separator character used in generated URIs for this origin endpoint.</p>
|
|
1681
|
+
* @public
|
|
1682
|
+
*/
|
|
1683
|
+
UriSeparator?: UriSeparator | undefined;
|
|
1624
1684
|
/**
|
|
1625
1685
|
* <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
|
|
1626
1686
|
* @public
|
|
@@ -1801,6 +1861,11 @@ export interface OriginEndpointListConfiguration {
|
|
|
1801
1861
|
* @public
|
|
1802
1862
|
*/
|
|
1803
1863
|
ForceEndpointErrorConfiguration?: ForceEndpointErrorConfiguration | undefined;
|
|
1864
|
+
/**
|
|
1865
|
+
* <p>The separator character used in generated URIs for this origin endpoint.</p>
|
|
1866
|
+
* @public
|
|
1867
|
+
*/
|
|
1868
|
+
UriSeparator?: UriSeparator | undefined;
|
|
1804
1869
|
}
|
|
1805
1870
|
/**
|
|
1806
1871
|
* @public
|
|
@@ -2041,6 +2106,11 @@ export interface UpdateOriginEndpointRequest {
|
|
|
2041
2106
|
* @public
|
|
2042
2107
|
*/
|
|
2043
2108
|
ForceEndpointErrorConfiguration?: ForceEndpointErrorConfiguration | undefined;
|
|
2109
|
+
/**
|
|
2110
|
+
* <p>The separator character to use in generated URIs for this origin endpoint. This setting applies to all manifest types on the endpoint. If you don't specify a value in the update request, the current value is preserved.</p>
|
|
2111
|
+
* @public
|
|
2112
|
+
*/
|
|
2113
|
+
UriSeparator?: UriSeparator | undefined;
|
|
2044
2114
|
/**
|
|
2045
2115
|
* <p>The expected current Entity Tag (ETag) for the resource. If the specified ETag does not match the resource's current entity tag, the update request will be rejected.</p>
|
|
2046
2116
|
* @public
|
|
@@ -2121,6 +2191,11 @@ export interface UpdateOriginEndpointResponse {
|
|
|
2121
2191
|
* @public
|
|
2122
2192
|
*/
|
|
2123
2193
|
ForceEndpointErrorConfiguration?: ForceEndpointErrorConfiguration | undefined;
|
|
2194
|
+
/**
|
|
2195
|
+
* <p>The separator character used in generated URIs for this origin endpoint.</p>
|
|
2196
|
+
* @public
|
|
2197
|
+
*/
|
|
2198
|
+
UriSeparator?: UriSeparator | undefined;
|
|
2124
2199
|
/**
|
|
2125
2200
|
* <p>The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.</p>
|
|
2126
2201
|
* @public
|
|
@@ -33,6 +33,7 @@ export declare const ValidationExceptionType: {
|
|
|
33
33
|
readonly CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST: "CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST";
|
|
34
34
|
readonly CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE: "CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE";
|
|
35
35
|
readonly CONTAINER_TYPE_IMMUTABLE: "CONTAINER_TYPE_IMMUTABLE";
|
|
36
|
+
readonly CUSTOM_AD_TYPES_INVALID_CONFIGURATION: "CUSTOM_AD_TYPES_INVALID_CONFIGURATION";
|
|
36
37
|
readonly DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE: "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE";
|
|
37
38
|
readonly DECRYPT_SECRET_FAILED: "DECRYPT_SECRET_FAILED";
|
|
38
39
|
readonly DESCRIBE_CERTIFICATE_FAILED: "DESCRIBE_CERTIFICATE_FAILED";
|
|
@@ -102,6 +103,7 @@ export declare const ValidationExceptionType: {
|
|
|
102
103
|
readonly ROLE_ARN_INVALID_FORMAT: "ROLE_ARN_INVALID_FORMAT";
|
|
103
104
|
readonly ROLE_ARN_LENGTH_OUT_OF_RANGE: "ROLE_ARN_LENGTH_OUT_OF_RANGE";
|
|
104
105
|
readonly ROLE_ARN_NOT_ASSUMABLE: "ROLE_ARN_NOT_ASSUMABLE";
|
|
106
|
+
readonly SCTE_IN_MANIFESTS_INVALID_CONFIGURATION: "SCTE_IN_MANIFESTS_INVALID_CONFIGURATION";
|
|
105
107
|
readonly SECRET_ARN_RESOURCE_NOT_FOUND: "SECRET_ARN_RESOURCE_NOT_FOUND";
|
|
106
108
|
readonly SECRET_FROM_DIFFERENT_ACCOUNT: "SECRET_FROM_DIFFERENT_ACCOUNT";
|
|
107
109
|
readonly SECRET_FROM_DIFFERENT_REGION: "SECRET_FROM_DIFFERENT_REGION";
|
|
@@ -162,6 +164,12 @@ export declare const DashProfile: {
|
|
|
162
164
|
readonly DVB_DASH: "DVB_DASH";
|
|
163
165
|
};
|
|
164
166
|
export type DashProfile = (typeof DashProfile)[keyof typeof DashProfile];
|
|
167
|
+
export declare const ScteInManifests: {
|
|
168
|
+
readonly ALL: "ALL";
|
|
169
|
+
readonly MATCHES_FILTER: "MATCHES_FILTER";
|
|
170
|
+
};
|
|
171
|
+
export type ScteInManifests =
|
|
172
|
+
(typeof ScteInManifests)[keyof typeof ScteInManifests];
|
|
165
173
|
export declare const DashSegmentTemplateFormat: {
|
|
166
174
|
readonly NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE";
|
|
167
175
|
};
|
|
@@ -173,6 +181,11 @@ export declare const DashTtmlProfile: {
|
|
|
173
181
|
};
|
|
174
182
|
export type DashTtmlProfile =
|
|
175
183
|
(typeof DashTtmlProfile)[keyof typeof DashTtmlProfile];
|
|
184
|
+
export declare const UriPathType: {
|
|
185
|
+
readonly LEAF: "LEAF";
|
|
186
|
+
readonly ROOT: "ROOT";
|
|
187
|
+
};
|
|
188
|
+
export type UriPathType = (typeof UriPathType)[keyof typeof UriPathType];
|
|
176
189
|
export declare const DashUtcTimingMode: {
|
|
177
190
|
readonly HTTP_HEAD: "HTTP_HEAD";
|
|
178
191
|
readonly HTTP_ISO: "HTTP_ISO";
|
|
@@ -243,24 +256,46 @@ export declare const PresetSpeke20Video: {
|
|
|
243
256
|
};
|
|
244
257
|
export type PresetSpeke20Video =
|
|
245
258
|
(typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
|
|
259
|
+
export declare const CustomAdType: {
|
|
260
|
+
readonly ALTERNATE_CONTENT_OPPORTUNITY: "ALTERNATE_CONTENT_OPPORTUNITY";
|
|
261
|
+
readonly CHAPTER: "CHAPTER";
|
|
262
|
+
readonly NETWORK: "NETWORK";
|
|
263
|
+
readonly PROGRAM: "PROGRAM";
|
|
264
|
+
readonly UNSCHEDULED_EVENT: "UNSCHEDULED_EVENT";
|
|
265
|
+
};
|
|
266
|
+
export type CustomAdType = (typeof CustomAdType)[keyof typeof CustomAdType];
|
|
246
267
|
export declare const ScteFilter: {
|
|
268
|
+
readonly ALTERNATE_CONTENT_OPPORTUNITY: "ALTERNATE_CONTENT_OPPORTUNITY";
|
|
247
269
|
readonly BREAK: "BREAK";
|
|
270
|
+
readonly CHAPTER: "CHAPTER";
|
|
248
271
|
readonly DISTRIBUTOR_ADVERTISEMENT: "DISTRIBUTOR_ADVERTISEMENT";
|
|
272
|
+
readonly DISTRIBUTOR_AD_BLOCK: "DISTRIBUTOR_AD_BLOCK";
|
|
249
273
|
readonly DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY";
|
|
250
274
|
readonly DISTRIBUTOR_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_PLACEMENT_OPPORTUNITY";
|
|
275
|
+
readonly DISTRIBUTOR_PROMO: "DISTRIBUTOR_PROMO";
|
|
276
|
+
readonly NETWORK: "NETWORK";
|
|
251
277
|
readonly PROGRAM: "PROGRAM";
|
|
252
278
|
readonly PROVIDER_ADVERTISEMENT: "PROVIDER_ADVERTISEMENT";
|
|
279
|
+
readonly PROVIDER_AD_BLOCK: "PROVIDER_AD_BLOCK";
|
|
253
280
|
readonly PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY: "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY";
|
|
254
281
|
readonly PROVIDER_PLACEMENT_OPPORTUNITY: "PROVIDER_PLACEMENT_OPPORTUNITY";
|
|
282
|
+
readonly PROVIDER_PROMO: "PROVIDER_PROMO";
|
|
255
283
|
readonly SPLICE_INSERT: "SPLICE_INSERT";
|
|
284
|
+
readonly UNSCHEDULED_EVENT: "UNSCHEDULED_EVENT";
|
|
256
285
|
};
|
|
257
286
|
export type ScteFilter = (typeof ScteFilter)[keyof typeof ScteFilter];
|
|
258
287
|
export declare const ScteInSegments: {
|
|
259
288
|
readonly ALL: "ALL";
|
|
289
|
+
readonly MATCHES_FILTER: "MATCHES_FILTER";
|
|
260
290
|
readonly NONE: "NONE";
|
|
261
291
|
};
|
|
262
292
|
export type ScteInSegments =
|
|
263
293
|
(typeof ScteInSegments)[keyof typeof ScteInSegments];
|
|
294
|
+
export declare const UriSeparator: {
|
|
295
|
+
readonly HYPHEN: "HYPHEN";
|
|
296
|
+
readonly UNDERSCORE: "UNDERSCORE";
|
|
297
|
+
};
|
|
298
|
+
export type UriSeparator = (typeof UriSeparator)[keyof typeof UriSeparator];
|
|
264
299
|
export declare const HarvestJobStatus: {
|
|
265
300
|
readonly CANCELLED: "CANCELLED";
|
|
266
301
|
readonly COMPLETED: "COMPLETED";
|