@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.
@@ -49,9 +49,12 @@ declare const CreateOriginEndpointCommand_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",
@@ -86,6 +89,7 @@ declare const CreateOriginEndpointCommand_base: {
86
89
  * ChildManifestName: "STRING_VALUE",
87
90
  * ScteHls: { // ScteHls
88
91
  * AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
92
+ * ScteInManifests: "ALL" || "MATCHES_FILTER",
89
93
  * },
90
94
  * StartTag: { // StartTag
91
95
  * TimeOffset: Number("float"), // required
@@ -102,6 +106,7 @@ declare const CreateOriginEndpointCommand_base: {
102
106
  * ClipStartTime: new Date("TIMESTAMP"),
103
107
  * },
104
108
  * UrlEncodeChildManifest: true || false,
109
+ * UriPathType: "LEAF" || "ROOT",
105
110
  * },
106
111
  * ],
107
112
  * LowLatencyHlsManifests: [ // CreateLowLatencyHlsManifests
@@ -110,6 +115,7 @@ declare const CreateOriginEndpointCommand_base: {
110
115
  * ChildManifestName: "STRING_VALUE",
111
116
  * ScteHls: {
112
117
  * AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
118
+ * ScteInManifests: "ALL" || "MATCHES_FILTER",
113
119
  * },
114
120
  * StartTag: {
115
121
  * TimeOffset: Number("float"), // required
@@ -126,6 +132,7 @@ declare const CreateOriginEndpointCommand_base: {
126
132
  * ClipStartTime: new Date("TIMESTAMP"),
127
133
  * },
128
134
  * UrlEncodeChildManifest: true || false,
135
+ * UriPathType: "LEAF" || "ROOT",
129
136
  * },
130
137
  * ],
131
138
  * DashManifests: [ // CreateDashManifests
@@ -149,6 +156,7 @@ declare const CreateOriginEndpointCommand_base: {
149
156
  * ],
150
157
  * ScteDash: { // ScteDash
151
158
  * AdMarkerDash: "BINARY" || "XML",
159
+ * ScteInManifests: "ALL" || "MATCHES_FILTER",
152
160
  * },
153
161
  * DrmSignaling: "INDIVIDUAL" || "REFERENCED",
154
162
  * UtcTiming: { // DashUtcTiming
@@ -192,6 +200,7 @@ declare const CreateOriginEndpointCommand_base: {
192
200
  * TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
193
201
  * },
194
202
  * },
203
+ * UriPathType: "LEAF" || "ROOT",
195
204
  * },
196
205
  * ],
197
206
  * MssManifests: [ // CreateMssManifests
@@ -214,6 +223,7 @@ declare const CreateOriginEndpointCommand_base: {
214
223
  * "STALE_MANIFEST" || "INCOMPLETE_MANIFEST" || "MISSING_DRM_KEY" || "SLATE_INPUT",
215
224
  * ],
216
225
  * },
226
+ * UriSeparator: "UNDERSCORE" || "HYPHEN",
217
227
  * Tags: { // TagMap
218
228
  * "<keys>": "STRING_VALUE",
219
229
  * },
@@ -234,9 +244,12 @@ declare const CreateOriginEndpointCommand_base: {
234
244
  * // TsIncludeDvbSubtitles: true || false,
235
245
  * // Scte: { // Scte
236
246
  * // ScteFilter: [ // ScteFilterList
237
- * // "SPLICE_INSERT" || "BREAK" || "PROVIDER_ADVERTISEMENT" || "DISTRIBUTOR_ADVERTISEMENT" || "PROVIDER_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" || "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" || "PROGRAM",
247
+ * // "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",
248
+ * // ],
249
+ * // ScteInSegments: "NONE" || "ALL" || "MATCHES_FILTER",
250
+ * // CustomAdTypes: [ // CustomAdTypeList
251
+ * // "PROGRAM" || "CHAPTER" || "UNSCHEDULED_EVENT" || "ALTERNATE_CONTENT_OPPORTUNITY" || "NETWORK",
238
252
  * // ],
239
- * // ScteInSegments: "NONE" || "ALL",
240
253
  * // },
241
254
  * // Encryption: { // Encryption
242
255
  * // ConstantInitializationVector: "STRING_VALUE",
@@ -275,6 +288,7 @@ declare const CreateOriginEndpointCommand_base: {
275
288
  * // ProgramDateTimeIntervalSeconds: Number("int"),
276
289
  * // ScteHls: { // ScteHls
277
290
  * // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
291
+ * // ScteInManifests: "ALL" || "MATCHES_FILTER",
278
292
  * // },
279
293
  * // FilterConfiguration: { // FilterConfiguration
280
294
  * // ManifestFilter: "STRING_VALUE",
@@ -289,6 +303,7 @@ declare const CreateOriginEndpointCommand_base: {
289
303
  * // Precise: true || false,
290
304
  * // },
291
305
  * // UrlEncodeChildManifest: true || false,
306
+ * // UriPathType: "LEAF" || "ROOT",
292
307
  * // },
293
308
  * // ],
294
309
  * // LowLatencyHlsManifests: [ // GetLowLatencyHlsManifests
@@ -300,6 +315,7 @@ declare const CreateOriginEndpointCommand_base: {
300
315
  * // ProgramDateTimeIntervalSeconds: Number("int"),
301
316
  * // ScteHls: {
302
317
  * // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
318
+ * // ScteInManifests: "ALL" || "MATCHES_FILTER",
303
319
  * // },
304
320
  * // FilterConfiguration: {
305
321
  * // ManifestFilter: "STRING_VALUE",
@@ -314,6 +330,7 @@ declare const CreateOriginEndpointCommand_base: {
314
330
  * // Precise: true || false,
315
331
  * // },
316
332
  * // UrlEncodeChildManifest: true || false,
333
+ * // UriPathType: "LEAF" || "ROOT",
317
334
  * // },
318
335
  * // ],
319
336
  * // DashManifests: [ // GetDashManifests
@@ -338,6 +355,7 @@ declare const CreateOriginEndpointCommand_base: {
338
355
  * // ],
339
356
  * // ScteDash: { // ScteDash
340
357
  * // AdMarkerDash: "BINARY" || "XML",
358
+ * // ScteInManifests: "ALL" || "MATCHES_FILTER",
341
359
  * // },
342
360
  * // DrmSignaling: "INDIVIDUAL" || "REFERENCED",
343
361
  * // UtcTiming: { // DashUtcTiming
@@ -381,6 +399,7 @@ declare const CreateOriginEndpointCommand_base: {
381
399
  * // TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
382
400
  * // },
383
401
  * // },
402
+ * // UriPathType: "LEAF" || "ROOT",
384
403
  * // },
385
404
  * // ],
386
405
  * // MssManifests: [ // GetMssManifests
@@ -404,6 +423,7 @@ declare const CreateOriginEndpointCommand_base: {
404
423
  * // "STALE_MANIFEST" || "INCOMPLETE_MANIFEST" || "MISSING_DRM_KEY" || "SLATE_INPUT",
405
424
  * // ],
406
425
  * // },
426
+ * // UriSeparator: "UNDERSCORE" || "HYPHEN",
407
427
  * // ETag: "STRING_VALUE",
408
428
  * // Tags: { // TagMap
409
429
  * // "<keys>": "STRING_VALUE",
@@ -467,7 +487,8 @@ declare const CreateOriginEndpointCommand_base: {
467
487
  * ProgramDateTimeIntervalSeconds: 60,
468
488
  * ScteHls: {
469
489
  * AdMarkerHls: "DATERANGE"
470
- * }
490
+ * },
491
+ * UriPathType: "ROOT"
471
492
  * },
472
493
  * {
473
494
  * ChildManifestName: "exampleManifest2",
@@ -476,7 +497,8 @@ declare const CreateOriginEndpointCommand_base: {
476
497
  * ProgramDateTimeIntervalSeconds: 60,
477
498
  * ScteHls: {
478
499
  * AdMarkerHls: "DATERANGE"
479
- * }
500
+ * },
501
+ * UriPathType: "ROOT"
480
502
  * }
481
503
  * ],
482
504
  * LowLatencyHlsManifests: [
@@ -537,7 +559,8 @@ declare const CreateOriginEndpointCommand_base: {
537
559
  * Tags: {
538
560
  * key1: "value1",
539
561
  * key2: "value2"
540
- * }
562
+ * },
563
+ * UriSeparator: "UNDERSCORE"
541
564
  * };
542
565
  * const command = new CreateOriginEndpointCommand(input);
543
566
  * const response = await client.send(command);
@@ -567,6 +590,7 @@ declare const CreateOriginEndpointCommand_base: {
567
590
  * ScteHls: {
568
591
  * AdMarkerHls: "DATERANGE"
569
592
  * },
593
+ * UriPathType: "ROOT",
570
594
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
571
595
  * },
572
596
  * {
@@ -577,6 +601,7 @@ declare const CreateOriginEndpointCommand_base: {
577
601
  * ScteHls: {
578
602
  * AdMarkerHls: "DATERANGE"
579
603
  * },
604
+ * UriPathType: "ROOT",
580
605
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
581
606
  * }
582
607
  * ],
@@ -589,6 +614,7 @@ declare const CreateOriginEndpointCommand_base: {
589
614
  * ScteHls: {
590
615
  * AdMarkerHls: "DATERANGE"
591
616
  * },
617
+ * UriPathType: "LEAF",
592
618
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
593
619
  * },
594
620
  * {
@@ -599,6 +625,7 @@ declare const CreateOriginEndpointCommand_base: {
599
625
  * ScteHls: {
600
626
  * AdMarkerHls: "DATERANGE"
601
627
  * },
628
+ * UriPathType: "LEAF",
602
629
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
603
630
  * }
604
631
  * ],
@@ -641,7 +668,8 @@ declare const CreateOriginEndpointCommand_base: {
641
668
  * Tags: {
642
669
  * key1: "value1",
643
670
  * key2: "value2"
644
- * }
671
+ * },
672
+ * UriSeparator: "UNDERSCORE"
645
673
  * }
646
674
  * *\/
647
675
  * ```
@@ -845,7 +873,8 @@ declare const CreateOriginEndpointCommand_base: {
845
873
  * Tags: {
846
874
  * key1: "value1",
847
875
  * key2: "value2"
848
- * }
876
+ * },
877
+ * UriSeparator: "UNDERSCORE"
849
878
  * };
850
879
  * const command = new CreateOriginEndpointCommand(input);
851
880
  * const response = await client.send(command);
@@ -903,6 +932,7 @@ declare const CreateOriginEndpointCommand_base: {
903
932
  * },
904
933
  * SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
905
934
  * SuggestedPresentationDelaySeconds: 2,
935
+ * UriPathType: "LEAF",
906
936
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest1.mpd",
907
937
  * UtcTiming: {
908
938
  * TimingMode: "HTTP_HEAD",
@@ -958,6 +988,7 @@ declare const CreateOriginEndpointCommand_base: {
958
988
  * },
959
989
  * SegmentTemplateFormat: "NUMBER_WITH_TIMELINE",
960
990
  * SuggestedPresentationDelaySeconds: 12,
991
+ * UriPathType: "LEAF",
961
992
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleDashManifest2.mpd",
962
993
  * UtcTiming: {
963
994
  * TimingMode: "HTTP_HEAD",
@@ -983,6 +1014,7 @@ declare const CreateOriginEndpointCommand_base: {
983
1014
  * ScteHls: {
984
1015
  * AdMarkerHls: "DATERANGE"
985
1016
  * },
1017
+ * UriPathType: "LEAF",
986
1018
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest1.m3u8"
987
1019
  * },
988
1020
  * {
@@ -993,6 +1025,7 @@ declare const CreateOriginEndpointCommand_base: {
993
1025
  * ScteHls: {
994
1026
  * AdMarkerHls: "DATERANGE"
995
1027
  * },
1028
+ * UriPathType: "LEAF",
996
1029
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleManifest2.m3u8"
997
1030
  * }
998
1031
  * ],
@@ -1005,6 +1038,7 @@ declare const CreateOriginEndpointCommand_base: {
1005
1038
  * ScteHls: {
1006
1039
  * AdMarkerHls: "DATERANGE"
1007
1040
  * },
1041
+ * UriPathType: "LEAF",
1008
1042
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest1.m3u8"
1009
1043
  * },
1010
1044
  * {
@@ -1015,6 +1049,7 @@ declare const CreateOriginEndpointCommand_base: {
1015
1049
  * ScteHls: {
1016
1050
  * AdMarkerHls: "DATERANGE"
1017
1051
  * },
1052
+ * UriPathType: "LEAF",
1018
1053
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointCMAF/exampleLLManifest2.m3u8"
1019
1054
  * }
1020
1055
  * ],
@@ -1056,7 +1091,8 @@ declare const CreateOriginEndpointCommand_base: {
1056
1091
  * Tags: {
1057
1092
  * key1: "value1",
1058
1093
  * key2: "value2"
1059
- * }
1094
+ * },
1095
+ * UriSeparator: "UNDERSCORE"
1060
1096
  * }
1061
1097
  * *\/
1062
1098
  * ```
@@ -1110,7 +1146,8 @@ declare const CreateOriginEndpointCommand_base: {
1110
1146
  * Tags: {
1111
1147
  * key1: "value1",
1112
1148
  * key2: "value2"
1113
- * }
1149
+ * },
1150
+ * UriSeparator: "UNDERSCORE"
1114
1151
  * };
1115
1152
  * const command = new CreateOriginEndpointCommand(input);
1116
1153
  * const response = await client.send(command);
@@ -1166,7 +1203,8 @@ declare const CreateOriginEndpointCommand_base: {
1166
1203
  * Tags: {
1167
1204
  * key1: "value1",
1168
1205
  * key2: "value2"
1169
- * }
1206
+ * },
1207
+ * UriSeparator: "UNDERSCORE"
1170
1208
  * }
1171
1209
  * *\/
1172
1210
  * ```
@@ -57,9 +57,12 @@ declare const GetOriginEndpointCommand_base: {
57
57
  * // TsIncludeDvbSubtitles: true || false,
58
58
  * // Scte: { // Scte
59
59
  * // ScteFilter: [ // ScteFilterList
60
- * // "SPLICE_INSERT" || "BREAK" || "PROVIDER_ADVERTISEMENT" || "DISTRIBUTOR_ADVERTISEMENT" || "PROVIDER_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_PLACEMENT_OPPORTUNITY" || "PROVIDER_OVERLAY_PLACEMENT_OPPORTUNITY" || "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY" || "PROGRAM",
60
+ * // "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",
61
+ * // ],
62
+ * // ScteInSegments: "NONE" || "ALL" || "MATCHES_FILTER",
63
+ * // CustomAdTypes: [ // CustomAdTypeList
64
+ * // "PROGRAM" || "CHAPTER" || "UNSCHEDULED_EVENT" || "ALTERNATE_CONTENT_OPPORTUNITY" || "NETWORK",
61
65
  * // ],
62
- * // ScteInSegments: "NONE" || "ALL",
63
66
  * // },
64
67
  * // Encryption: { // Encryption
65
68
  * // ConstantInitializationVector: "STRING_VALUE",
@@ -99,6 +102,7 @@ declare const GetOriginEndpointCommand_base: {
99
102
  * // ProgramDateTimeIntervalSeconds: Number("int"),
100
103
  * // ScteHls: { // ScteHls
101
104
  * // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
105
+ * // ScteInManifests: "ALL" || "MATCHES_FILTER",
102
106
  * // },
103
107
  * // FilterConfiguration: { // FilterConfiguration
104
108
  * // ManifestFilter: "STRING_VALUE",
@@ -113,6 +117,7 @@ declare const GetOriginEndpointCommand_base: {
113
117
  * // Precise: true || false,
114
118
  * // },
115
119
  * // UrlEncodeChildManifest: true || false,
120
+ * // UriPathType: "LEAF" || "ROOT",
116
121
  * // },
117
122
  * // ],
118
123
  * // LowLatencyHlsManifests: [ // GetLowLatencyHlsManifests
@@ -124,6 +129,7 @@ declare const GetOriginEndpointCommand_base: {
124
129
  * // ProgramDateTimeIntervalSeconds: Number("int"),
125
130
  * // ScteHls: {
126
131
  * // AdMarkerHls: "DATERANGE" || "SCTE35_ENHANCED",
132
+ * // ScteInManifests: "ALL" || "MATCHES_FILTER",
127
133
  * // },
128
134
  * // FilterConfiguration: {
129
135
  * // ManifestFilter: "STRING_VALUE",
@@ -138,6 +144,7 @@ declare const GetOriginEndpointCommand_base: {
138
144
  * // Precise: true || false,
139
145
  * // },
140
146
  * // UrlEncodeChildManifest: true || false,
147
+ * // UriPathType: "LEAF" || "ROOT",
141
148
  * // },
142
149
  * // ],
143
150
  * // DashManifests: [ // GetDashManifests
@@ -162,6 +169,7 @@ declare const GetOriginEndpointCommand_base: {
162
169
  * // ],
163
170
  * // ScteDash: { // ScteDash
164
171
  * // AdMarkerDash: "BINARY" || "XML",
172
+ * // ScteInManifests: "ALL" || "MATCHES_FILTER",
165
173
  * // },
166
174
  * // DrmSignaling: "INDIVIDUAL" || "REFERENCED",
167
175
  * // UtcTiming: { // DashUtcTiming
@@ -205,6 +213,7 @@ declare const GetOriginEndpointCommand_base: {
205
213
  * // TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
206
214
  * // },
207
215
  * // },
216
+ * // UriPathType: "LEAF" || "ROOT",
208
217
  * // },
209
218
  * // ],
210
219
  * // MssManifests: [ // GetMssManifests
@@ -228,6 +237,7 @@ declare const GetOriginEndpointCommand_base: {
228
237
  * // "STALE_MANIFEST" || "INCOMPLETE_MANIFEST" || "MISSING_DRM_KEY" || "SLATE_INPUT",
229
238
  * // ],
230
239
  * // },
240
+ * // UriSeparator: "UNDERSCORE" || "HYPHEN",
231
241
  * // ETag: "STRING_VALUE",
232
242
  * // Tags: { // TagMap
233
243
  * // "<keys>": "STRING_VALUE",
@@ -297,6 +307,7 @@ declare const GetOriginEndpointCommand_base: {
297
307
  * ScteHls: {
298
308
  * AdMarkerHls: "DATERANGE"
299
309
  * },
310
+ * UriPathType: "ROOT",
300
311
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest1.m3u8"
301
312
  * },
302
313
  * {
@@ -307,6 +318,7 @@ declare const GetOriginEndpointCommand_base: {
307
318
  * ScteHls: {
308
319
  * AdMarkerHls: "DATERANGE"
309
320
  * },
321
+ * UriPathType: "ROOT",
310
322
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleManifest2.m3u8"
311
323
  * }
312
324
  * ],
@@ -319,6 +331,7 @@ declare const GetOriginEndpointCommand_base: {
319
331
  * ScteHls: {
320
332
  * AdMarkerHls: "DATERANGE"
321
333
  * },
334
+ * UriPathType: "LEAF",
322
335
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest1.m3u8"
323
336
  * },
324
337
  * {
@@ -329,6 +342,7 @@ declare const GetOriginEndpointCommand_base: {
329
342
  * ScteHls: {
330
343
  * AdMarkerHls: "DATERANGE"
331
344
  * },
345
+ * UriPathType: "LEAF",
332
346
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointTS/exampleLLManifest2.m3u8"
333
347
  * }
334
348
  * ],
@@ -371,7 +385,8 @@ declare const GetOriginEndpointCommand_base: {
371
385
  * Tags: {
372
386
  * key1: "value1",
373
387
  * key2: "value2"
374
- * }
388
+ * },
389
+ * UriSeparator: "UNDERSCORE"
375
390
  * }
376
391
  * *\/
377
392
  * ```
@@ -444,7 +459,8 @@ declare const GetOriginEndpointCommand_base: {
444
459
  * Tags: {
445
460
  * key1: "value1",
446
461
  * key2: "value2"
447
- * }
462
+ * },
463
+ * UriSeparator: "UNDERSCORE"
448
464
  * }
449
465
  * *\/
450
466
  * ```
@@ -86,6 +86,7 @@ declare const ListOriginEndpointsCommand_base: {
86
86
  * // "STALE_MANIFEST" || "INCOMPLETE_MANIFEST" || "MISSING_DRM_KEY" || "SLATE_INPUT",
87
87
  * // ],
88
88
  * // },
89
+ * // UriSeparator: "UNDERSCORE" || "HYPHEN",
89
90
  * // },
90
91
  * // ],
91
92
  * // NextToken: "STRING_VALUE",
@@ -170,7 +171,8 @@ declare const ListOriginEndpointsCommand_base: {
170
171
  * }
171
172
  * ],
172
173
  * ModifiedAt: "2022-10-18T09:36:00.00Z",
173
- * OriginEndpointName: "exampleOriginEndpointTS"
174
+ * OriginEndpointName: "exampleOriginEndpointTS",
175
+ * UriSeparator: "UNDERSCORE"
174
176
  * },
175
177
  * {
176
178
  * Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointCMAF",
@@ -221,7 +223,8 @@ declare const ListOriginEndpointsCommand_base: {
221
223
  * }
222
224
  * ],
223
225
  * ModifiedAt: "2022-10-18T09:36:00.00Z",
224
- * OriginEndpointName: "exampleOriginEndpointCMAF"
226
+ * OriginEndpointName: "exampleOriginEndpointCMAF",
227
+ * UriSeparator: "UNDERSCORE"
225
228
  * },
226
229
  * {
227
230
  * Arn: "arn:aws:mediapackagev2:us-west-2:123456789012:channelGroup/exampleChannelGroup/channel/exampleChannel/originEndpoint/exampleOriginEndpointISM",
@@ -249,7 +252,8 @@ declare const ListOriginEndpointsCommand_base: {
249
252
  * Url: "https://abcde.egress.vwxyz.mediapackagev2.us-west-2.amazonaws.com/out/v1/exampleChannelGroup/exampleChannel/exampleOriginEndpointISM/exampleMssManifest2.ism/Manifest"
250
253
  * }
251
254
  * ],
252
- * OriginEndpointName: "exampleOriginEndpointISM"
255
+ * OriginEndpointName: "exampleOriginEndpointISM",
256
+ * UriSeparator: "UNDERSCORE"
253
257
  * }
254
258
  * ]
255
259
  * }