@aws-sdk/client-mediapackagev2 3.1062.0 → 3.1064.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
@@ -718,6 +718,10 @@ const ContainerType = {
718
718
  ISM: "ISM",
719
719
  TS: "TS",
720
720
  };
721
+ const DashAudioTimelinePattern = {
722
+ NONE: "NONE",
723
+ PATTERNED: "PATTERNED",
724
+ };
721
725
  const DashCompactness = {
722
726
  NONE: "NONE",
723
727
  STANDARD: "STANDARD",
@@ -814,7 +818,9 @@ const CustomAdType = {
814
818
  const ScteFilter = {
815
819
  ALTERNATE_CONTENT_OPPORTUNITY: "ALTERNATE_CONTENT_OPPORTUNITY",
816
820
  BREAK: "BREAK",
821
+ CALL_AD_SERVER: "CALL_AD_SERVER",
817
822
  CHAPTER: "CHAPTER",
823
+ CONTENT_IDENTIFICATION: "CONTENT_IDENTIFICATION",
818
824
  DISTRIBUTOR_ADVERTISEMENT: "DISTRIBUTOR_ADVERTISEMENT",
819
825
  DISTRIBUTOR_AD_BLOCK: "DISTRIBUTOR_AD_BLOCK",
820
826
  DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY",
@@ -861,6 +867,7 @@ exports.CreateChannelGroupCommand = CreateChannelGroupCommand;
861
867
  exports.CreateHarvestJobCommand = CreateHarvestJobCommand;
862
868
  exports.CreateOriginEndpointCommand = CreateOriginEndpointCommand;
863
869
  exports.CustomAdType = CustomAdType;
870
+ exports.DashAudioTimelinePattern = DashAudioTimelinePattern;
864
871
  exports.DashCompactness = DashCompactness;
865
872
  exports.DashDrmSignaling = DashDrmSignaling;
866
873
  exports.DashPeriodTrigger = DashPeriodTrigger;
@@ -8,6 +8,7 @@ const _ADE = "AccessDeniedException";
8
8
  const _AMD = "AdMarkerDash";
9
9
  const _AMH = "AdMarkerHls";
10
10
  const _ASTC = "AvailabilityStartTimeConfiguration";
11
+ const _ATP = "AudioTimelinePattern";
11
12
  const _BN = "BucketName";
12
13
  const _BU = "BaseUrls";
13
14
  const _C = "Compactness";
@@ -406,8 +407,8 @@ exports.CreateChannelResponse$ = [3, n0, _CCRr,
406
407
  ];
407
408
  exports.CreateDashManifestConfiguration$ = [3, n0, _CDMC,
408
409
  0,
409
- [_MN, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _SC, _UPT, _ASTC],
410
- [0, 1, () => exports.FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => exports.ScteDash$, 0, () => exports.DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => exports.DashProgramInformation$, () => exports.DashDvbSettings$, 0, () => exports.DashSubtitleConfiguration$, 0, () => exports.DashAvailabilityStartTimeConfiguration$], 1
410
+ [_MN, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _ATP, _SC, _UPT, _ASTC],
411
+ [0, 1, () => exports.FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => exports.ScteDash$, 0, () => exports.DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => exports.DashProgramInformation$, () => exports.DashDvbSettings$, 0, 0, () => exports.DashSubtitleConfiguration$, 0, () => exports.DashAvailabilityStartTimeConfiguration$], 1
411
412
  ];
412
413
  exports.CreateHarvestJobRequest$ = [3, n0, _CHJRr,
413
414
  0,
@@ -596,8 +597,8 @@ exports.GetChannelResponse$ = [3, n0, _GCRe,
596
597
  ];
597
598
  exports.GetDashManifestConfiguration$ = [3, n0, _GDMC,
598
599
  0,
599
- [_MN, _U, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _SC, _UPT, _ASTC],
600
- [0, 0, 1, () => exports.FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => exports.ScteDash$, 0, () => exports.DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => exports.DashProgramInformation$, () => exports.DashDvbSettings$, 0, () => exports.DashSubtitleConfiguration$, 0, () => exports.DashAvailabilityStartTimeConfiguration$], 2
600
+ [_MN, _U, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _ATP, _SC, _UPT, _ASTC],
601
+ [0, 0, 1, () => exports.FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => exports.ScteDash$, 0, () => exports.DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => exports.DashProgramInformation$, () => exports.DashDvbSettings$, 0, 0, () => exports.DashSubtitleConfiguration$, 0, () => exports.DashAvailabilityStartTimeConfiguration$], 2
601
602
  ];
602
603
  exports.GetHarvestJobRequest$ = [3, n0, _GHJR,
603
604
  0,
@@ -129,6 +129,10 @@ export const ContainerType = {
129
129
  ISM: "ISM",
130
130
  TS: "TS",
131
131
  };
132
+ export const DashAudioTimelinePattern = {
133
+ NONE: "NONE",
134
+ PATTERNED: "PATTERNED",
135
+ };
132
136
  export const DashCompactness = {
133
137
  NONE: "NONE",
134
138
  STANDARD: "STANDARD",
@@ -225,7 +229,9 @@ export const CustomAdType = {
225
229
  export const ScteFilter = {
226
230
  ALTERNATE_CONTENT_OPPORTUNITY: "ALTERNATE_CONTENT_OPPORTUNITY",
227
231
  BREAK: "BREAK",
232
+ CALL_AD_SERVER: "CALL_AD_SERVER",
228
233
  CHAPTER: "CHAPTER",
234
+ CONTENT_IDENTIFICATION: "CONTENT_IDENTIFICATION",
229
235
  DISTRIBUTOR_ADVERTISEMENT: "DISTRIBUTOR_ADVERTISEMENT",
230
236
  DISTRIBUTOR_AD_BLOCK: "DISTRIBUTOR_AD_BLOCK",
231
237
  DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY",
@@ -3,6 +3,7 @@ const _ADE = "AccessDeniedException";
3
3
  const _AMD = "AdMarkerDash";
4
4
  const _AMH = "AdMarkerHls";
5
5
  const _ASTC = "AvailabilityStartTimeConfiguration";
6
+ const _ATP = "AudioTimelinePattern";
6
7
  const _BN = "BucketName";
7
8
  const _BU = "BaseUrls";
8
9
  const _C = "Compactness";
@@ -401,8 +402,8 @@ export var CreateChannelResponse$ = [3, n0, _CCRr,
401
402
  ];
402
403
  export var CreateDashManifestConfiguration$ = [3, n0, _CDMC,
403
404
  0,
404
- [_MN, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _SC, _UPT, _ASTC],
405
- [0, 1, () => FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => ScteDash$, 0, () => DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => DashProgramInformation$, () => DashDvbSettings$, 0, () => DashSubtitleConfiguration$, 0, () => DashAvailabilityStartTimeConfiguration$], 1
405
+ [_MN, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _ATP, _SC, _UPT, _ASTC],
406
+ [0, 1, () => FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => ScteDash$, 0, () => DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => DashProgramInformation$, () => DashDvbSettings$, 0, 0, () => DashSubtitleConfiguration$, 0, () => DashAvailabilityStartTimeConfiguration$], 1
406
407
  ];
407
408
  export var CreateHarvestJobRequest$ = [3, n0, _CHJRr,
408
409
  0,
@@ -591,8 +592,8 @@ export var GetChannelResponse$ = [3, n0, _GCRe,
591
592
  ];
592
593
  export var GetDashManifestConfiguration$ = [3, n0, _GDMC,
593
594
  0,
594
- [_MN, _U, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _SC, _UPT, _ASTC],
595
- [0, 0, 1, () => FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => ScteDash$, 0, () => DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => DashProgramInformation$, () => DashDvbSettings$, 0, () => DashSubtitleConfiguration$, 0, () => DashAvailabilityStartTimeConfiguration$], 2
595
+ [_MN, _U, _MWS, _FC, _MUPS, _MBTS, _SPDS, _STF, _PT, _SD, _DS, _UT, _P, _BU, _PI, _DSv, _C, _ATP, _SC, _UPT, _ASTC],
596
+ [0, 0, 1, () => FilterConfiguration$, 1, 1, 1, 0, 64 | 0, () => ScteDash$, 0, () => DashUtcTiming$, 64 | 0, () => DashBaseUrls, () => DashProgramInformation$, () => DashDvbSettings$, 0, 0, () => DashSubtitleConfiguration$, 0, () => DashAvailabilityStartTimeConfiguration$], 2
596
597
  ];
597
598
  export var GetHarvestJobRequest$ = [3, n0, _GHJR,
598
599
  0,
@@ -51,7 +51,7 @@ declare const CreateOriginEndpointCommand_base: {
51
51
  * TsIncludeDvbSubtitles: true || false,
52
52
  * Scte: { // Scte
53
53
  * ScteFilter: [ // ScteFilterList
54
- * "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",
54
+ * "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" || "CONTENT_IDENTIFICATION" || "CALL_AD_SERVER",
55
55
  * ],
56
56
  * ScteInSegments: "NONE" || "ALL" || "MATCHES_FILTER",
57
57
  * CustomAdTypes: [ // CustomAdTypeList
@@ -197,6 +197,7 @@ declare const CreateOriginEndpointCommand_base: {
197
197
  * ],
198
198
  * },
199
199
  * Compactness: "STANDARD" || "NONE",
200
+ * AudioTimelinePattern: "NONE" || "PATTERNED",
200
201
  * SubtitleConfiguration: { // DashSubtitleConfiguration
201
202
  * TtmlConfiguration: { // DashTtmlConfiguration
202
203
  * TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
@@ -249,7 +250,7 @@ declare const CreateOriginEndpointCommand_base: {
249
250
  * // TsIncludeDvbSubtitles: true || false,
250
251
  * // Scte: { // Scte
251
252
  * // ScteFilter: [ // ScteFilterList
252
- * // "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",
253
+ * // "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" || "CONTENT_IDENTIFICATION" || "CALL_AD_SERVER",
253
254
  * // ],
254
255
  * // ScteInSegments: "NONE" || "ALL" || "MATCHES_FILTER",
255
256
  * // CustomAdTypes: [ // CustomAdTypeList
@@ -399,6 +400,7 @@ declare const CreateOriginEndpointCommand_base: {
399
400
  * // ],
400
401
  * // },
401
402
  * // Compactness: "STANDARD" || "NONE",
403
+ * // AudioTimelinePattern: "NONE" || "PATTERNED",
402
404
  * // SubtitleConfiguration: { // DashSubtitleConfiguration
403
405
  * // TtmlConfiguration: { // DashTtmlConfiguration
404
406
  * // TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
@@ -59,7 +59,7 @@ declare const GetOriginEndpointCommand_base: {
59
59
  * // TsIncludeDvbSubtitles: true || false,
60
60
  * // Scte: { // Scte
61
61
  * // ScteFilter: [ // ScteFilterList
62
- * // "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",
62
+ * // "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" || "CONTENT_IDENTIFICATION" || "CALL_AD_SERVER",
63
63
  * // ],
64
64
  * // ScteInSegments: "NONE" || "ALL" || "MATCHES_FILTER",
65
65
  * // CustomAdTypes: [ // CustomAdTypeList
@@ -210,6 +210,7 @@ declare const GetOriginEndpointCommand_base: {
210
210
  * // ],
211
211
  * // },
212
212
  * // Compactness: "STANDARD" || "NONE",
213
+ * // AudioTimelinePattern: "NONE" || "PATTERNED",
213
214
  * // SubtitleConfiguration: { // DashSubtitleConfiguration
214
215
  * // TtmlConfiguration: { // DashTtmlConfiguration
215
216
  * // TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
@@ -51,7 +51,7 @@ declare const UpdateOriginEndpointCommand_base: {
51
51
  * TsIncludeDvbSubtitles: true || false,
52
52
  * Scte: { // Scte
53
53
  * ScteFilter: [ // ScteFilterList
54
- * "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",
54
+ * "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" || "CONTENT_IDENTIFICATION" || "CALL_AD_SERVER",
55
55
  * ],
56
56
  * ScteInSegments: "NONE" || "ALL" || "MATCHES_FILTER",
57
57
  * CustomAdTypes: [ // CustomAdTypeList
@@ -196,6 +196,7 @@ declare const UpdateOriginEndpointCommand_base: {
196
196
  * ],
197
197
  * },
198
198
  * Compactness: "STANDARD" || "NONE",
199
+ * AudioTimelinePattern: "NONE" || "PATTERNED",
199
200
  * SubtitleConfiguration: { // DashSubtitleConfiguration
200
201
  * TtmlConfiguration: { // DashTtmlConfiguration
201
202
  * TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
@@ -246,7 +247,7 @@ declare const UpdateOriginEndpointCommand_base: {
246
247
  * // TsIncludeDvbSubtitles: true || false,
247
248
  * // Scte: { // Scte
248
249
  * // ScteFilter: [ // ScteFilterList
249
- * // "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",
250
+ * // "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" || "CONTENT_IDENTIFICATION" || "CALL_AD_SERVER",
250
251
  * // ],
251
252
  * // ScteInSegments: "NONE" || "ALL" || "MATCHES_FILTER",
252
253
  * // CustomAdTypes: [ // CustomAdTypeList
@@ -422,6 +423,7 @@ declare const UpdateOriginEndpointCommand_base: {
422
423
  * // ],
423
424
  * // },
424
425
  * // Compactness: "STANDARD" || "NONE",
426
+ * // AudioTimelinePattern: "NONE" || "PATTERNED",
425
427
  * // SubtitleConfiguration: { // DashSubtitleConfiguration
426
428
  * // TtmlConfiguration: { // DashTtmlConfiguration
427
429
  * // TtmlProfile: "IMSC_1" || "EBU_TT_D_101", // required
@@ -185,6 +185,18 @@ export declare const ContainerType: {
185
185
  * @public
186
186
  */
187
187
  export type ContainerType = (typeof ContainerType)[keyof typeof ContainerType];
188
+ /**
189
+ * @public
190
+ * @enum
191
+ */
192
+ export declare const DashAudioTimelinePattern: {
193
+ readonly NONE: "NONE";
194
+ readonly PATTERNED: "PATTERNED";
195
+ };
196
+ /**
197
+ * @public
198
+ */
199
+ export type DashAudioTimelinePattern = (typeof DashAudioTimelinePattern)[keyof typeof DashAudioTimelinePattern];
188
200
  /**
189
201
  * @public
190
202
  * @enum
@@ -429,7 +441,9 @@ export type CustomAdType = (typeof CustomAdType)[keyof typeof CustomAdType];
429
441
  export declare const ScteFilter: {
430
442
  readonly ALTERNATE_CONTENT_OPPORTUNITY: "ALTERNATE_CONTENT_OPPORTUNITY";
431
443
  readonly BREAK: "BREAK";
444
+ readonly CALL_AD_SERVER: "CALL_AD_SERVER";
432
445
  readonly CHAPTER: "CHAPTER";
446
+ readonly CONTENT_IDENTIFICATION: "CONTENT_IDENTIFICATION";
433
447
  readonly DISTRIBUTOR_ADVERTISEMENT: "DISTRIBUTOR_ADVERTISEMENT";
434
448
  readonly DISTRIBUTOR_AD_BLOCK: "DISTRIBUTOR_AD_BLOCK";
435
449
  readonly DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY";
@@ -1,4 +1,4 @@
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";
1
+ import type { AdMarkerDash, AdMarkerHls, CmafEncryptionMethod, ContainerType, CustomAdType, DashAudioTimelinePattern, 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
  */
@@ -813,6 +813,11 @@ export interface CreateDashManifestConfiguration {
813
813
  * @public
814
814
  */
815
815
  Compactness?: DashCompactness | undefined;
816
+ /**
817
+ * <p>How MediaPackage represents the audio timeline in the DASH manifest. This setting applies DASH Segment Duration Patternization, as defined in the MPEG-DASH specification, to audio adaptation sets. When set to <code>PATTERNED</code>, MediaPackage uses a pattern-based segment template for audio, which reduces manifest size by expressing repeating segment durations as a pattern instead of listing each segment individually. When set to <code>NONE</code>, the manifest contains an explicit timeline that lists each audio segment.</p> <p>Valid values: <code>NONE</code> | <code>PATTERNED</code> </p> <p>For information about audio timeline patterns, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/dash-audio-timeline-pattern.html">DASH audio timeline pattern</a> in the <i>Elemental MediaPackage v2 User Guide</i>.</p>
818
+ * @public
819
+ */
820
+ AudioTimelinePattern?: DashAudioTimelinePattern | undefined;
816
821
  /**
817
822
  * <p>The configuration for DASH subtitles.</p>
818
823
  * @public
@@ -1336,6 +1341,11 @@ export interface GetDashManifestConfiguration {
1336
1341
  * @public
1337
1342
  */
1338
1343
  Compactness?: DashCompactness | undefined;
1344
+ /**
1345
+ * <p>How MediaPackage represents the audio timeline in the DASH manifest, using DASH Segment Duration Patternization for audio adaptation sets. <code>PATTERNED</code> indicates that MediaPackage uses a pattern-based segment template for audio, reducing manifest size. <code>NONE</code> indicates that the manifest contains an explicit timeline for each audio segment.</p>
1346
+ * @public
1347
+ */
1348
+ AudioTimelinePattern?: DashAudioTimelinePattern | undefined;
1339
1349
  /**
1340
1350
  * <p>The configuration for DASH subtitles.</p>
1341
1351
  * @public
@@ -139,6 +139,12 @@ export declare const ContainerType: {
139
139
  readonly TS: "TS";
140
140
  };
141
141
  export type ContainerType = (typeof ContainerType)[keyof typeof ContainerType];
142
+ export declare const DashAudioTimelinePattern: {
143
+ readonly NONE: "NONE";
144
+ readonly PATTERNED: "PATTERNED";
145
+ };
146
+ export type DashAudioTimelinePattern =
147
+ (typeof DashAudioTimelinePattern)[keyof typeof DashAudioTimelinePattern];
142
148
  export declare const DashCompactness: {
143
149
  readonly NONE: "NONE";
144
150
  readonly STANDARD: "STANDARD";
@@ -267,7 +273,9 @@ export type CustomAdType = (typeof CustomAdType)[keyof typeof CustomAdType];
267
273
  export declare const ScteFilter: {
268
274
  readonly ALTERNATE_CONTENT_OPPORTUNITY: "ALTERNATE_CONTENT_OPPORTUNITY";
269
275
  readonly BREAK: "BREAK";
276
+ readonly CALL_AD_SERVER: "CALL_AD_SERVER";
270
277
  readonly CHAPTER: "CHAPTER";
278
+ readonly CONTENT_IDENTIFICATION: "CONTENT_IDENTIFICATION";
271
279
  readonly DISTRIBUTOR_ADVERTISEMENT: "DISTRIBUTOR_ADVERTISEMENT";
272
280
  readonly DISTRIBUTOR_AD_BLOCK: "DISTRIBUTOR_AD_BLOCK";
273
281
  readonly DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY: "DISTRIBUTOR_OVERLAY_PLACEMENT_OPPORTUNITY";
@@ -4,6 +4,7 @@ import {
4
4
  CmafEncryptionMethod,
5
5
  ContainerType,
6
6
  CustomAdType,
7
+ DashAudioTimelinePattern,
7
8
  DashCompactness,
8
9
  DashDrmSignaling,
9
10
  DashPeriodTrigger,
@@ -224,6 +225,7 @@ export interface CreateDashManifestConfiguration {
224
225
  ProgramInformation?: DashProgramInformation | undefined;
225
226
  DvbSettings?: DashDvbSettings | undefined;
226
227
  Compactness?: DashCompactness | undefined;
228
+ AudioTimelinePattern?: DashAudioTimelinePattern | undefined;
227
229
  SubtitleConfiguration?: DashSubtitleConfiguration | undefined;
228
230
  UriPathType?: UriPathType | undefined;
229
231
  AvailabilityStartTimeConfiguration?:
@@ -344,6 +346,7 @@ export interface GetDashManifestConfiguration {
344
346
  ProgramInformation?: DashProgramInformation | undefined;
345
347
  DvbSettings?: DashDvbSettings | undefined;
346
348
  Compactness?: DashCompactness | undefined;
349
+ AudioTimelinePattern?: DashAudioTimelinePattern | undefined;
347
350
  SubtitleConfiguration?: DashSubtitleConfiguration | undefined;
348
351
  UriPathType?: UriPathType | undefined;
349
352
  AvailabilityStartTimeConfiguration?:
package/package.json CHANGED
@@ -1,10 +1,10 @@
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.1062.0",
4
+ "version": "3.1064.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
- "build:cjs": "node ../../scripts/compilation/inline client-mediapackagev2",
7
+ "build:cjs": "node ../../scripts/compilation/inline",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
10
  "build:types": "tsc -p tsconfig.types.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.17",
25
- "@aws-sdk/credential-provider-node": "^3.972.51",
26
- "@aws-sdk/types": "^3.973.10",
24
+ "@aws-sdk/core": "^3.974.19",
25
+ "@aws-sdk/credential-provider-node": "^3.972.53",
26
+ "@aws-sdk/types": "^3.973.12",
27
27
  "@smithy/core": "^3.24.6",
28
28
  "@smithy/fetch-http-handler": "^5.4.6",
29
29
  "@smithy/node-http-handler": "^4.7.6",
@@ -53,7 +53,7 @@
53
53
  ],
54
54
  "author": {
55
55
  "name": "AWS SDK for JavaScript Team",
56
- "url": "https://aws.amazon.com/javascript/"
56
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
57
57
  },
58
58
  "license": "Apache-2.0",
59
59
  "browser": {