@aws-sdk/client-mediatailor 3.934.0 → 3.935.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 +168 -167
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +167 -0
- package/dist-es/models/errors.js +15 -0
- package/dist-es/models/models_0.js +1 -182
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +359 -0
- package/dist-types/models/errors.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +1 -374
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +202 -0
- package/dist-types/ts3.4/models/errors.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +26 -212
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,67 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { MediaTailorServiceException as __BaseException } from "./MediaTailorServiceException";
|
|
3
|
-
/**
|
|
4
|
-
* @public
|
|
5
|
-
* @enum
|
|
6
|
-
*/
|
|
7
|
-
export declare const AdsInteractionExcludeEventType: {
|
|
8
|
-
readonly AD_MARKER_FOUND: "AD_MARKER_FOUND";
|
|
9
|
-
readonly BEACON_FIRED: "BEACON_FIRED";
|
|
10
|
-
readonly EMPTY_VAST_RESPONSE: "EMPTY_VAST_RESPONSE";
|
|
11
|
-
readonly EMPTY_VMAP_RESPONSE: "EMPTY_VMAP_RESPONSE";
|
|
12
|
-
readonly ERROR_ADS_INVALID_RESPONSE: "ERROR_ADS_INVALID_RESPONSE";
|
|
13
|
-
readonly ERROR_ADS_IO: "ERROR_ADS_IO";
|
|
14
|
-
readonly ERROR_ADS_RESPONSE_PARSE: "ERROR_ADS_RESPONSE_PARSE";
|
|
15
|
-
readonly ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT: "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT";
|
|
16
|
-
readonly ERROR_ADS_TIMEOUT: "ERROR_ADS_TIMEOUT";
|
|
17
|
-
readonly ERROR_DISALLOWED_HOST: "ERROR_DISALLOWED_HOST";
|
|
18
|
-
readonly ERROR_FIRING_BEACON_FAILED: "ERROR_FIRING_BEACON_FAILED";
|
|
19
|
-
readonly ERROR_PERSONALIZATION_DISABLED: "ERROR_PERSONALIZATION_DISABLED";
|
|
20
|
-
readonly ERROR_UNKNOWN: "ERROR_UNKNOWN";
|
|
21
|
-
readonly ERROR_UNKNOWN_HOST: "ERROR_UNKNOWN_HOST";
|
|
22
|
-
readonly ERROR_VAST_INVALID_MEDIA_FILE: "ERROR_VAST_INVALID_MEDIA_FILE";
|
|
23
|
-
readonly ERROR_VAST_INVALID_VAST_AD_TAG_URI: "ERROR_VAST_INVALID_VAST_AD_TAG_URI";
|
|
24
|
-
readonly ERROR_VAST_MISSING_CREATIVES: "ERROR_VAST_MISSING_CREATIVES";
|
|
25
|
-
readonly ERROR_VAST_MISSING_IMPRESSION: "ERROR_VAST_MISSING_IMPRESSION";
|
|
26
|
-
readonly ERROR_VAST_MISSING_MEDIAFILES: "ERROR_VAST_MISSING_MEDIAFILES";
|
|
27
|
-
readonly ERROR_VAST_MISSING_OVERLAYS: "ERROR_VAST_MISSING_OVERLAYS";
|
|
28
|
-
readonly ERROR_VAST_MULTIPLE_LINEAR: "ERROR_VAST_MULTIPLE_LINEAR";
|
|
29
|
-
readonly ERROR_VAST_MULTIPLE_TRACKING_EVENTS: "ERROR_VAST_MULTIPLE_TRACKING_EVENTS";
|
|
30
|
-
readonly ERROR_VAST_REDIRECT_EMPTY_RESPONSE: "ERROR_VAST_REDIRECT_EMPTY_RESPONSE";
|
|
31
|
-
readonly ERROR_VAST_REDIRECT_FAILED: "ERROR_VAST_REDIRECT_FAILED";
|
|
32
|
-
readonly ERROR_VAST_REDIRECT_MULTIPLE_VAST: "ERROR_VAST_REDIRECT_MULTIPLE_VAST";
|
|
33
|
-
readonly FILLED_AVAIL: "FILLED_AVAIL";
|
|
34
|
-
readonly FILLED_OVERLAY_AVAIL: "FILLED_OVERLAY_AVAIL";
|
|
35
|
-
readonly INTERSTITIAL_VOD_FAILURE: "INTERSTITIAL_VOD_FAILURE";
|
|
36
|
-
readonly INTERSTITIAL_VOD_SUCCESS: "INTERSTITIAL_VOD_SUCCESS";
|
|
37
|
-
readonly MAKING_ADS_REQUEST: "MAKING_ADS_REQUEST";
|
|
38
|
-
readonly MODIFIED_TARGET_URL: "MODIFIED_TARGET_URL";
|
|
39
|
-
readonly NON_AD_MARKER_FOUND: "NON_AD_MARKER_FOUND";
|
|
40
|
-
readonly REDIRECTED_VAST_RESPONSE: "REDIRECTED_VAST_RESPONSE";
|
|
41
|
-
readonly VAST_REDIRECT: "VAST_REDIRECT";
|
|
42
|
-
readonly VAST_RESPONSE: "VAST_RESPONSE";
|
|
43
|
-
readonly VOD_TIME_BASED_AVAIL_PLAN_SUCCESS: "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS";
|
|
44
|
-
readonly VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET: "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET";
|
|
45
|
-
readonly VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS: "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS";
|
|
46
|
-
readonly WARNING_NO_ADVERTISEMENTS: "WARNING_NO_ADVERTISEMENTS";
|
|
47
|
-
readonly WARNING_URL_VARIABLE_SUBSTITUTION_FAILED: "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED";
|
|
48
|
-
readonly WARNING_VPAID_AD_DROPPED: "WARNING_VPAID_AD_DROPPED";
|
|
49
|
-
};
|
|
50
|
-
/**
|
|
51
|
-
* @public
|
|
52
|
-
*/
|
|
53
|
-
export type AdsInteractionExcludeEventType = (typeof AdsInteractionExcludeEventType)[keyof typeof AdsInteractionExcludeEventType];
|
|
54
|
-
/**
|
|
55
|
-
* @public
|
|
56
|
-
* @enum
|
|
57
|
-
*/
|
|
58
|
-
export declare const AdsInteractionPublishOptInEventType: {
|
|
59
|
-
readonly RAW_ADS_RESPONSE: "RAW_ADS_RESPONSE";
|
|
60
|
-
};
|
|
61
|
-
/**
|
|
62
|
-
* @public
|
|
63
|
-
*/
|
|
64
|
-
export type AdsInteractionPublishOptInEventType = (typeof AdsInteractionPublishOptInEventType)[keyof typeof AdsInteractionPublishOptInEventType];
|
|
1
|
+
import { AccessType, AdMarkupType, AdsInteractionExcludeEventType, AdsInteractionPublishOptInEventType, AlertCategory, ChannelState, FillPolicy, InsertionMode, ListPrefetchScheduleType, LoggingStrategy, LogType, ManifestServiceExcludeEventType, MessageType, Mode, Operator, OriginManifestType, PlaybackMode, PrefetchScheduleType, RelativePosition, ScheduleEntryType, StreamingMediaFileConditioning, Tier, TrafficShapingType, Type } from "./enums";
|
|
65
2
|
/**
|
|
66
3
|
* <p>For <code>SCTE35_ENHANCED</code> output, defines a key and corresponding value. MediaTailor generates these pairs within the <code>EXT-X-ASSET</code>tag.</p>
|
|
67
4
|
* @public
|
|
@@ -78,18 +15,6 @@ export interface KeyValuePair {
|
|
|
78
15
|
*/
|
|
79
16
|
Value: string | undefined;
|
|
80
17
|
}
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
* @enum
|
|
84
|
-
*/
|
|
85
|
-
export declare const MessageType: {
|
|
86
|
-
readonly SPLICE_INSERT: "SPLICE_INSERT";
|
|
87
|
-
readonly TIME_SIGNAL: "TIME_SIGNAL";
|
|
88
|
-
};
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
export type MessageType = (typeof MessageType)[keyof typeof MessageType];
|
|
93
18
|
/**
|
|
94
19
|
* <p>Slate VOD source configuration.</p>
|
|
95
20
|
* @public
|
|
@@ -225,19 +150,6 @@ export interface AdBreak {
|
|
|
225
150
|
*/
|
|
226
151
|
AdBreakMetadata?: KeyValuePair[] | undefined;
|
|
227
152
|
}
|
|
228
|
-
/**
|
|
229
|
-
* @public
|
|
230
|
-
* @enum
|
|
231
|
-
*/
|
|
232
|
-
export declare const AlertCategory: {
|
|
233
|
-
readonly INFO: "INFO";
|
|
234
|
-
readonly PLAYBACK_WARNING: "PLAYBACK_WARNING";
|
|
235
|
-
readonly SCHEDULING_ERROR: "SCHEDULING_ERROR";
|
|
236
|
-
};
|
|
237
|
-
/**
|
|
238
|
-
* @public
|
|
239
|
-
*/
|
|
240
|
-
export type AlertCategory = (typeof AlertCategory)[keyof typeof AlertCategory];
|
|
241
153
|
/**
|
|
242
154
|
* <p>Alert configuration parameters.</p>
|
|
243
155
|
* @public
|
|
@@ -347,17 +259,6 @@ export interface AudienceMedia {
|
|
|
347
259
|
*/
|
|
348
260
|
AlternateMedia?: AlternateMedia[] | undefined;
|
|
349
261
|
}
|
|
350
|
-
/**
|
|
351
|
-
* @public
|
|
352
|
-
* @enum
|
|
353
|
-
*/
|
|
354
|
-
export declare const Operator: {
|
|
355
|
-
readonly EQUALS: "EQUALS";
|
|
356
|
-
};
|
|
357
|
-
/**
|
|
358
|
-
* @public
|
|
359
|
-
*/
|
|
360
|
-
export type Operator = (typeof Operator)[keyof typeof Operator];
|
|
361
262
|
/**
|
|
362
263
|
* <p>MediaTailor only places (consumes) prefetched ads if the ad break meets the criteria defined by the dynamic variables. This gives you granular control over which ad break to place the prefetched ads into.</p> <p>As an example, let's say that you set <code>DynamicVariable</code> to <code>scte.event_id</code> and <code>Operator</code> to <code>EQUALS</code>, and your playback configuration has an ADS URL of <code>https://my.ads.server.com/path?&podId=[scte.avail_num]&event=[scte.event_id]&duration=[session.avail_duration_secs]</code>. And the prefetch request to the ADS contains these values <code>https://my.ads.server.com/path?&podId=3&event=my-awesome-event&duration=30</code>. MediaTailor will only insert the prefetched ads into the ad break if has a SCTE marker with an event id of <code>my-awesome-event</code>, since it must match the event id that MediaTailor uses to query the ADS.</p> <p>You can specify up to five <code>AvailMatchingCriteria</code>. If you specify multiple <code>AvailMatchingCriteria</code>, MediaTailor combines them to match using a logical <code>AND</code>. You can model logical <code>OR</code> combinations by creating multiple prefetch schedules.</p>
|
|
363
264
|
* @public
|
|
@@ -374,17 +275,6 @@ export interface AvailMatchingCriteria {
|
|
|
374
275
|
*/
|
|
375
276
|
Operator: Operator | undefined;
|
|
376
277
|
}
|
|
377
|
-
/**
|
|
378
|
-
* @public
|
|
379
|
-
* @enum
|
|
380
|
-
*/
|
|
381
|
-
export declare const LogType: {
|
|
382
|
-
readonly AS_RUN: "AS_RUN";
|
|
383
|
-
};
|
|
384
|
-
/**
|
|
385
|
-
* @public
|
|
386
|
-
*/
|
|
387
|
-
export type LogType = (typeof LogType)[keyof typeof LogType];
|
|
388
278
|
/**
|
|
389
279
|
* <p>The log configuration for the channel.</p>
|
|
390
280
|
* @public
|
|
@@ -422,18 +312,6 @@ export interface DashPlaylistSettings {
|
|
|
422
312
|
*/
|
|
423
313
|
SuggestedPresentationDelaySeconds?: number | undefined;
|
|
424
314
|
}
|
|
425
|
-
/**
|
|
426
|
-
* @public
|
|
427
|
-
* @enum
|
|
428
|
-
*/
|
|
429
|
-
export declare const AdMarkupType: {
|
|
430
|
-
readonly DATERANGE: "DATERANGE";
|
|
431
|
-
readonly SCTE35_ENHANCED: "SCTE35_ENHANCED";
|
|
432
|
-
};
|
|
433
|
-
/**
|
|
434
|
-
* @public
|
|
435
|
-
*/
|
|
436
|
-
export type AdMarkupType = (typeof AdMarkupType)[keyof typeof AdMarkupType];
|
|
437
315
|
/**
|
|
438
316
|
* <p>HLS playlist configuration parameters.</p>
|
|
439
317
|
* @public
|
|
@@ -547,18 +425,6 @@ export interface Channel {
|
|
|
547
425
|
*/
|
|
548
426
|
Audiences?: string[] | undefined;
|
|
549
427
|
}
|
|
550
|
-
/**
|
|
551
|
-
* @public
|
|
552
|
-
* @enum
|
|
553
|
-
*/
|
|
554
|
-
export declare const Type: {
|
|
555
|
-
readonly DASH: "DASH";
|
|
556
|
-
readonly HLS: "HLS";
|
|
557
|
-
};
|
|
558
|
-
/**
|
|
559
|
-
* @public
|
|
560
|
-
*/
|
|
561
|
-
export type Type = (typeof Type)[keyof typeof Type];
|
|
562
428
|
/**
|
|
563
429
|
* <p>The HTTP package configuration properties for the requested VOD source.</p>
|
|
564
430
|
* @public
|
|
@@ -621,30 +487,6 @@ export interface LiveSource {
|
|
|
621
487
|
*/
|
|
622
488
|
Tags?: Record<string, string> | undefined;
|
|
623
489
|
}
|
|
624
|
-
/**
|
|
625
|
-
* @public
|
|
626
|
-
* @enum
|
|
627
|
-
*/
|
|
628
|
-
export declare const LoggingStrategy: {
|
|
629
|
-
readonly LEGACY_CLOUDWATCH: "LEGACY_CLOUDWATCH";
|
|
630
|
-
readonly VENDED_LOGS: "VENDED_LOGS";
|
|
631
|
-
};
|
|
632
|
-
/**
|
|
633
|
-
* @public
|
|
634
|
-
*/
|
|
635
|
-
export type LoggingStrategy = (typeof LoggingStrategy)[keyof typeof LoggingStrategy];
|
|
636
|
-
/**
|
|
637
|
-
* @public
|
|
638
|
-
* @enum
|
|
639
|
-
*/
|
|
640
|
-
export declare const StreamingMediaFileConditioning: {
|
|
641
|
-
readonly NONE: "NONE";
|
|
642
|
-
readonly TRANSCODE: "TRANSCODE";
|
|
643
|
-
};
|
|
644
|
-
/**
|
|
645
|
-
* @public
|
|
646
|
-
*/
|
|
647
|
-
export type StreamingMediaFileConditioning = (typeof StreamingMediaFileConditioning)[keyof typeof StreamingMediaFileConditioning];
|
|
648
490
|
/**
|
|
649
491
|
* <p>The setting that indicates what conditioning MediaTailor will perform on ads that the ad decision server (ADS) returns.</p>
|
|
650
492
|
* @public
|
|
@@ -656,31 +498,6 @@ export interface AdConditioningConfiguration {
|
|
|
656
498
|
*/
|
|
657
499
|
StreamingMediaFileConditioning: StreamingMediaFileConditioning | undefined;
|
|
658
500
|
}
|
|
659
|
-
/**
|
|
660
|
-
* @public
|
|
661
|
-
* @enum
|
|
662
|
-
*/
|
|
663
|
-
export declare const FillPolicy: {
|
|
664
|
-
readonly FULL_AVAIL_ONLY: "FULL_AVAIL_ONLY";
|
|
665
|
-
readonly PARTIAL_AVAIL: "PARTIAL_AVAIL";
|
|
666
|
-
};
|
|
667
|
-
/**
|
|
668
|
-
* @public
|
|
669
|
-
*/
|
|
670
|
-
export type FillPolicy = (typeof FillPolicy)[keyof typeof FillPolicy];
|
|
671
|
-
/**
|
|
672
|
-
* @public
|
|
673
|
-
* @enum
|
|
674
|
-
*/
|
|
675
|
-
export declare const Mode: {
|
|
676
|
-
readonly AFTER_LIVE_EDGE: "AFTER_LIVE_EDGE";
|
|
677
|
-
readonly BEHIND_LIVE_EDGE: "BEHIND_LIVE_EDGE";
|
|
678
|
-
readonly OFF: "OFF";
|
|
679
|
-
};
|
|
680
|
-
/**
|
|
681
|
-
* @public
|
|
682
|
-
*/
|
|
683
|
-
export type Mode = (typeof Mode)[keyof typeof Mode];
|
|
684
501
|
/**
|
|
685
502
|
* <p>The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Suppression</a>.</p>
|
|
686
503
|
* @public
|
|
@@ -734,18 +551,6 @@ export interface CdnConfiguration {
|
|
|
734
551
|
*/
|
|
735
552
|
ContentSegmentUrlPrefix?: string | undefined;
|
|
736
553
|
}
|
|
737
|
-
/**
|
|
738
|
-
* @public
|
|
739
|
-
* @enum
|
|
740
|
-
*/
|
|
741
|
-
export declare const OriginManifestType: {
|
|
742
|
-
readonly MULTI_PERIOD: "MULTI_PERIOD";
|
|
743
|
-
readonly SINGLE_PERIOD: "SINGLE_PERIOD";
|
|
744
|
-
};
|
|
745
|
-
/**
|
|
746
|
-
* @public
|
|
747
|
-
*/
|
|
748
|
-
export type OriginManifestType = (typeof OriginManifestType)[keyof typeof OriginManifestType];
|
|
749
554
|
/**
|
|
750
555
|
* <p>The configuration for DASH content.</p>
|
|
751
556
|
* @public
|
|
@@ -778,18 +583,6 @@ export interface HlsConfiguration {
|
|
|
778
583
|
*/
|
|
779
584
|
ManifestEndpointPrefix?: string | undefined;
|
|
780
585
|
}
|
|
781
|
-
/**
|
|
782
|
-
* @public
|
|
783
|
-
* @enum
|
|
784
|
-
*/
|
|
785
|
-
export declare const InsertionMode: {
|
|
786
|
-
readonly PLAYER_SELECT: "PLAYER_SELECT";
|
|
787
|
-
readonly STITCHED_ONLY: "STITCHED_ONLY";
|
|
788
|
-
};
|
|
789
|
-
/**
|
|
790
|
-
* @public
|
|
791
|
-
*/
|
|
792
|
-
export type InsertionMode = (typeof InsertionMode)[keyof typeof InsertionMode];
|
|
793
586
|
/**
|
|
794
587
|
* <p>The configuration for pre-roll ad insertion.</p>
|
|
795
588
|
* @public
|
|
@@ -822,48 +615,6 @@ export interface AdsInteractionLog {
|
|
|
822
615
|
*/
|
|
823
616
|
ExcludeEventTypes?: AdsInteractionExcludeEventType[] | undefined;
|
|
824
617
|
}
|
|
825
|
-
/**
|
|
826
|
-
* @public
|
|
827
|
-
* @enum
|
|
828
|
-
*/
|
|
829
|
-
export declare const ManifestServiceExcludeEventType: {
|
|
830
|
-
readonly CONFIG_SECURITY_ERROR: "CONFIG_SECURITY_ERROR";
|
|
831
|
-
readonly CONFIG_SYNTAX_ERROR: "CONFIG_SYNTAX_ERROR";
|
|
832
|
-
readonly CONNECTION_ERROR: "CONNECTION_ERROR";
|
|
833
|
-
readonly ERROR_ADS_INTERPOLATION: "ERROR_ADS_INTERPOLATION";
|
|
834
|
-
readonly ERROR_BUMPER_END_INTERPOLATION: "ERROR_BUMPER_END_INTERPOLATION";
|
|
835
|
-
readonly ERROR_BUMPER_START_INTERPOLATION: "ERROR_BUMPER_START_INTERPOLATION";
|
|
836
|
-
readonly ERROR_CDN_AD_SEGMENT_INTERPOLATION: "ERROR_CDN_AD_SEGMENT_INTERPOLATION";
|
|
837
|
-
readonly ERROR_CDN_CONTENT_SEGMENT_INTERPOLATION: "ERROR_CDN_CONTENT_SEGMENT_INTERPOLATION";
|
|
838
|
-
readonly ERROR_LIVE_PRE_ROLL_ADS_INTERPOLATION: "ERROR_LIVE_PRE_ROLL_ADS_INTERPOLATION";
|
|
839
|
-
readonly ERROR_ORIGIN_PREFIX_INTERPOLATION: "ERROR_ORIGIN_PREFIX_INTERPOLATION";
|
|
840
|
-
readonly ERROR_PROFILE_NAME_INTERPOLATION: "ERROR_PROFILE_NAME_INTERPOLATION";
|
|
841
|
-
readonly ERROR_SLATE_AD_URL_INTERPOLATION: "ERROR_SLATE_AD_URL_INTERPOLATION";
|
|
842
|
-
readonly GENERATED_MANIFEST: "GENERATED_MANIFEST";
|
|
843
|
-
readonly HOST_DISALLOWED: "HOST_DISALLOWED";
|
|
844
|
-
readonly INCOMPATIBLE_HLS_VERSION: "INCOMPATIBLE_HLS_VERSION";
|
|
845
|
-
readonly INVALID_SINGLE_PERIOD_DASH_MANIFEST: "INVALID_SINGLE_PERIOD_DASH_MANIFEST";
|
|
846
|
-
readonly IO_ERROR: "IO_ERROR";
|
|
847
|
-
readonly LAST_PERIOD_MISSING_AUDIO: "LAST_PERIOD_MISSING_AUDIO";
|
|
848
|
-
readonly LAST_PERIOD_MISSING_AUDIO_WARNING: "LAST_PERIOD_MISSING_AUDIO_WARNING";
|
|
849
|
-
readonly MANIFEST_ERROR: "MANIFEST_ERROR";
|
|
850
|
-
readonly NO_MASTER_OR_MEDIA_PLAYLIST: "NO_MASTER_OR_MEDIA_PLAYLIST";
|
|
851
|
-
readonly NO_MASTER_PLAYLIST: "NO_MASTER_PLAYLIST";
|
|
852
|
-
readonly NO_MEDIA_PLAYLIST: "NO_MEDIA_PLAYLIST";
|
|
853
|
-
readonly ORIGIN_MANIFEST: "ORIGIN_MANIFEST";
|
|
854
|
-
readonly PARSING_ERROR: "PARSING_ERROR";
|
|
855
|
-
readonly SCTE35_PARSING_ERROR: "SCTE35_PARSING_ERROR";
|
|
856
|
-
readonly SESSION_INITIALIZED: "SESSION_INITIALIZED";
|
|
857
|
-
readonly TIMEOUT_ERROR: "TIMEOUT_ERROR";
|
|
858
|
-
readonly TRACKING_RESPONSE: "TRACKING_RESPONSE";
|
|
859
|
-
readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
|
|
860
|
-
readonly UNKNOWN_HOST: "UNKNOWN_HOST";
|
|
861
|
-
readonly UNSUPPORTED_SINGLE_PERIOD_DASH_MANIFEST: "UNSUPPORTED_SINGLE_PERIOD_DASH_MANIFEST";
|
|
862
|
-
};
|
|
863
|
-
/**
|
|
864
|
-
* @public
|
|
865
|
-
*/
|
|
866
|
-
export type ManifestServiceExcludeEventType = (typeof ManifestServiceExcludeEventType)[keyof typeof ManifestServiceExcludeEventType];
|
|
867
618
|
/**
|
|
868
619
|
* <p>Settings for customizing what events are included in logs for interactions with the origin server.</p> <p>For more information about manifest service logs, including descriptions of the event types, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/log-types.html">MediaTailor manifest logs description and event types</a> in Elemental MediaTailor User Guide.</p>
|
|
869
620
|
* @public
|
|
@@ -1098,18 +849,6 @@ export interface TrafficShapingTpsConfiguration {
|
|
|
1098
849
|
*/
|
|
1099
850
|
PeakConcurrentUsers?: number | undefined;
|
|
1100
851
|
}
|
|
1101
|
-
/**
|
|
1102
|
-
* @public
|
|
1103
|
-
* @enum
|
|
1104
|
-
*/
|
|
1105
|
-
export declare const TrafficShapingType: {
|
|
1106
|
-
readonly RETRIEVAL_WINDOW: "RETRIEVAL_WINDOW";
|
|
1107
|
-
readonly TPS: "TPS";
|
|
1108
|
-
};
|
|
1109
|
-
/**
|
|
1110
|
-
* @public
|
|
1111
|
-
*/
|
|
1112
|
-
export type TrafficShapingType = (typeof TrafficShapingType)[keyof typeof TrafficShapingType];
|
|
1113
852
|
/**
|
|
1114
853
|
* <p>With recurring prefetch, MediaTailor automatically prefetches ads for every avail that occurs during the retrieval window. The following configurations describe the MediaTailor behavior when prefetching ads for a live event.</p>
|
|
1115
854
|
* @public
|
|
@@ -1203,18 +942,6 @@ export interface PrefetchRetrieval {
|
|
|
1203
942
|
*/
|
|
1204
943
|
TrafficShapingTpsConfiguration?: TrafficShapingTpsConfiguration | undefined;
|
|
1205
944
|
}
|
|
1206
|
-
/**
|
|
1207
|
-
* @public
|
|
1208
|
-
* @enum
|
|
1209
|
-
*/
|
|
1210
|
-
export declare const PrefetchScheduleType: {
|
|
1211
|
-
readonly RECURRING: "RECURRING";
|
|
1212
|
-
readonly SINGLE: "SINGLE";
|
|
1213
|
-
};
|
|
1214
|
-
/**
|
|
1215
|
-
* @public
|
|
1216
|
-
*/
|
|
1217
|
-
export type PrefetchScheduleType = (typeof PrefetchScheduleType)[keyof typeof PrefetchScheduleType];
|
|
1218
945
|
/**
|
|
1219
946
|
* <p>A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html">Using ad prefetching</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
1220
947
|
* @public
|
|
@@ -1287,19 +1014,6 @@ export interface ScheduleAdBreak {
|
|
|
1287
1014
|
*/
|
|
1288
1015
|
VodSourceName?: string | undefined;
|
|
1289
1016
|
}
|
|
1290
|
-
/**
|
|
1291
|
-
* @public
|
|
1292
|
-
* @enum
|
|
1293
|
-
*/
|
|
1294
|
-
export declare const ScheduleEntryType: {
|
|
1295
|
-
readonly ALTERNATE_MEDIA: "ALTERNATE_MEDIA";
|
|
1296
|
-
readonly FILLER_SLATE: "FILLER_SLATE";
|
|
1297
|
-
readonly PROGRAM: "PROGRAM";
|
|
1298
|
-
};
|
|
1299
|
-
/**
|
|
1300
|
-
* @public
|
|
1301
|
-
*/
|
|
1302
|
-
export type ScheduleEntryType = (typeof ScheduleEntryType)[keyof typeof ScheduleEntryType];
|
|
1303
1017
|
/**
|
|
1304
1018
|
* <p>The properties for a schedule.</p>
|
|
1305
1019
|
* @public
|
|
@@ -1377,19 +1091,6 @@ export interface SegmentDeliveryConfiguration {
|
|
|
1377
1091
|
*/
|
|
1378
1092
|
Name?: string | undefined;
|
|
1379
1093
|
}
|
|
1380
|
-
/**
|
|
1381
|
-
* @public
|
|
1382
|
-
* @enum
|
|
1383
|
-
*/
|
|
1384
|
-
export declare const AccessType: {
|
|
1385
|
-
readonly AUTODETECT_SIGV4: "AUTODETECT_SIGV4";
|
|
1386
|
-
readonly S3_SIGV4: "S3_SIGV4";
|
|
1387
|
-
readonly SECRETS_MANAGER_ACCESS_TOKEN: "SECRETS_MANAGER_ACCESS_TOKEN";
|
|
1388
|
-
};
|
|
1389
|
-
/**
|
|
1390
|
-
* @public
|
|
1391
|
-
*/
|
|
1392
|
-
export type AccessType = (typeof AccessType)[keyof typeof AccessType];
|
|
1393
1094
|
/**
|
|
1394
1095
|
* <p>AWS Secrets Manager access token configuration parameters. For information about Secrets Manager access token authentication, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-access-configuration-access-token.html">Working with AWS Secrets Manager access token authentication</a>.</p>
|
|
1395
1096
|
* @public
|
|
@@ -1552,19 +1253,6 @@ export interface AdBreakOpportunity {
|
|
|
1552
1253
|
*/
|
|
1553
1254
|
OffsetMillis: number | undefined;
|
|
1554
1255
|
}
|
|
1555
|
-
/**
|
|
1556
|
-
* <p>A request contains unexpected data.</p>
|
|
1557
|
-
* @public
|
|
1558
|
-
*/
|
|
1559
|
-
export declare class BadRequestException extends __BaseException {
|
|
1560
|
-
readonly name: "BadRequestException";
|
|
1561
|
-
readonly $fault: "client";
|
|
1562
|
-
Message?: string | undefined;
|
|
1563
|
-
/**
|
|
1564
|
-
* @internal
|
|
1565
|
-
*/
|
|
1566
|
-
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
1567
|
-
}
|
|
1568
1256
|
/**
|
|
1569
1257
|
* @public
|
|
1570
1258
|
*/
|
|
@@ -1676,30 +1364,6 @@ export interface RequestOutputItem {
|
|
|
1676
1364
|
*/
|
|
1677
1365
|
SourceGroup: string | undefined;
|
|
1678
1366
|
}
|
|
1679
|
-
/**
|
|
1680
|
-
* @public
|
|
1681
|
-
* @enum
|
|
1682
|
-
*/
|
|
1683
|
-
export declare const PlaybackMode: {
|
|
1684
|
-
readonly LINEAR: "LINEAR";
|
|
1685
|
-
readonly LOOP: "LOOP";
|
|
1686
|
-
};
|
|
1687
|
-
/**
|
|
1688
|
-
* @public
|
|
1689
|
-
*/
|
|
1690
|
-
export type PlaybackMode = (typeof PlaybackMode)[keyof typeof PlaybackMode];
|
|
1691
|
-
/**
|
|
1692
|
-
* @public
|
|
1693
|
-
* @enum
|
|
1694
|
-
*/
|
|
1695
|
-
export declare const Tier: {
|
|
1696
|
-
readonly BASIC: "BASIC";
|
|
1697
|
-
readonly STANDARD: "STANDARD";
|
|
1698
|
-
};
|
|
1699
|
-
/**
|
|
1700
|
-
* @public
|
|
1701
|
-
*/
|
|
1702
|
-
export type Tier = (typeof Tier)[keyof typeof Tier];
|
|
1703
1367
|
/**
|
|
1704
1368
|
* <p> The configuration for time-shifted viewing. </p>
|
|
1705
1369
|
* @public
|
|
@@ -1756,18 +1420,6 @@ export interface CreateChannelRequest {
|
|
|
1756
1420
|
*/
|
|
1757
1421
|
Audiences?: string[] | undefined;
|
|
1758
1422
|
}
|
|
1759
|
-
/**
|
|
1760
|
-
* @public
|
|
1761
|
-
* @enum
|
|
1762
|
-
*/
|
|
1763
|
-
export declare const ChannelState: {
|
|
1764
|
-
readonly RUNNING: "RUNNING";
|
|
1765
|
-
readonly STOPPED: "STOPPED";
|
|
1766
|
-
};
|
|
1767
|
-
/**
|
|
1768
|
-
* @public
|
|
1769
|
-
*/
|
|
1770
|
-
export type ChannelState = (typeof ChannelState)[keyof typeof ChannelState];
|
|
1771
1423
|
/**
|
|
1772
1424
|
* @public
|
|
1773
1425
|
*/
|
|
@@ -2003,18 +1655,6 @@ export interface ListChannelsResponse {
|
|
|
2003
1655
|
*/
|
|
2004
1656
|
NextToken?: string | undefined;
|
|
2005
1657
|
}
|
|
2006
|
-
/**
|
|
2007
|
-
* @public
|
|
2008
|
-
* @enum
|
|
2009
|
-
*/
|
|
2010
|
-
export declare const RelativePosition: {
|
|
2011
|
-
readonly AFTER_PROGRAM: "AFTER_PROGRAM";
|
|
2012
|
-
readonly BEFORE_PROGRAM: "BEFORE_PROGRAM";
|
|
2013
|
-
};
|
|
2014
|
-
/**
|
|
2015
|
-
* @public
|
|
2016
|
-
*/
|
|
2017
|
-
export type RelativePosition = (typeof RelativePosition)[keyof typeof RelativePosition];
|
|
2018
1658
|
/**
|
|
2019
1659
|
* <p>Program transition configuration.</p>
|
|
2020
1660
|
* @public
|
|
@@ -3446,19 +3086,6 @@ export interface ListPlaybackConfigurationsResponse {
|
|
|
3446
3086
|
*/
|
|
3447
3087
|
NextToken?: string | undefined;
|
|
3448
3088
|
}
|
|
3449
|
-
/**
|
|
3450
|
-
* @public
|
|
3451
|
-
* @enum
|
|
3452
|
-
*/
|
|
3453
|
-
export declare const ListPrefetchScheduleType: {
|
|
3454
|
-
readonly ALL: "ALL";
|
|
3455
|
-
readonly RECURRING: "RECURRING";
|
|
3456
|
-
readonly SINGLE: "SINGLE";
|
|
3457
|
-
};
|
|
3458
|
-
/**
|
|
3459
|
-
* @public
|
|
3460
|
-
*/
|
|
3461
|
-
export type ListPrefetchScheduleType = (typeof ListPrefetchScheduleType)[keyof typeof ListPrefetchScheduleType];
|
|
3462
3089
|
/**
|
|
3463
3090
|
* @public
|
|
3464
3091
|
*/
|
|
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { MediaTailorExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/enums";
|
|
9
|
+
export * from "./models/errors";
|
|
10
|
+
export * from "./models/models_0";
|
|
9
11
|
export { MediaTailorServiceException } from "./models/MediaTailorServiceException";
|