@aws-sdk/client-mediatailor 3.193.0 → 3.196.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/CHANGELOG.md +20 -0
- package/README.md +2 -1
- package/dist-cjs/MediaTailorClient.js +11 -8
- package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +10 -0
- package/dist-cjs/commands/CreateChannelCommand.js +10 -0
- package/dist-cjs/commands/CreateLiveSourceCommand.js +10 -0
- package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +10 -0
- package/dist-cjs/commands/CreateProgramCommand.js +10 -0
- package/dist-cjs/commands/CreateSourceLocationCommand.js +10 -0
- package/dist-cjs/commands/CreateVodSourceCommand.js +10 -0
- package/dist-cjs/commands/DeleteChannelCommand.js +10 -0
- package/dist-cjs/commands/DeleteChannelPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteLiveSourceCommand.js +10 -0
- package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +10 -0
- package/dist-cjs/commands/DeleteProgramCommand.js +10 -0
- package/dist-cjs/commands/DeleteSourceLocationCommand.js +10 -0
- package/dist-cjs/commands/DeleteVodSourceCommand.js +10 -0
- package/dist-cjs/commands/DescribeChannelCommand.js +10 -0
- package/dist-cjs/commands/DescribeLiveSourceCommand.js +10 -0
- package/dist-cjs/commands/DescribeProgramCommand.js +10 -0
- package/dist-cjs/commands/DescribeSourceLocationCommand.js +10 -0
- package/dist-cjs/commands/DescribeVodSourceCommand.js +10 -0
- package/dist-cjs/commands/GetChannelPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetChannelScheduleCommand.js +10 -0
- package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetPrefetchScheduleCommand.js +10 -0
- package/dist-cjs/commands/ListAlertsCommand.js +10 -0
- package/dist-cjs/commands/ListChannelsCommand.js +10 -0
- package/dist-cjs/commands/ListLiveSourcesCommand.js +10 -0
- package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +10 -0
- package/dist-cjs/commands/ListSourceLocationsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListVodSourcesCommand.js +10 -0
- package/dist-cjs/commands/PutChannelPolicyCommand.js +10 -0
- package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +10 -0
- package/dist-cjs/commands/StartChannelCommand.js +10 -0
- package/dist-cjs/commands/StopChannelCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateChannelCommand.js +10 -0
- package/dist-cjs/commands/UpdateLiveSourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateSourceLocationCommand.js +10 -0
- package/dist-cjs/commands/UpdateVodSourceCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/models/models_0.js +124 -124
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/MediaTailorClient.js +12 -9
- package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +10 -0
- package/dist-es/commands/CreateChannelCommand.js +10 -0
- package/dist-es/commands/CreateLiveSourceCommand.js +10 -0
- package/dist-es/commands/CreatePrefetchScheduleCommand.js +10 -0
- package/dist-es/commands/CreateProgramCommand.js +10 -0
- package/dist-es/commands/CreateSourceLocationCommand.js +10 -0
- package/dist-es/commands/CreateVodSourceCommand.js +10 -0
- package/dist-es/commands/DeleteChannelCommand.js +10 -0
- package/dist-es/commands/DeleteChannelPolicyCommand.js +10 -0
- package/dist-es/commands/DeleteLiveSourceCommand.js +10 -0
- package/dist-es/commands/DeletePlaybackConfigurationCommand.js +10 -0
- package/dist-es/commands/DeletePrefetchScheduleCommand.js +10 -0
- package/dist-es/commands/DeleteProgramCommand.js +10 -0
- package/dist-es/commands/DeleteSourceLocationCommand.js +10 -0
- package/dist-es/commands/DeleteVodSourceCommand.js +10 -0
- package/dist-es/commands/DescribeChannelCommand.js +10 -0
- package/dist-es/commands/DescribeLiveSourceCommand.js +10 -0
- package/dist-es/commands/DescribeProgramCommand.js +10 -0
- package/dist-es/commands/DescribeSourceLocationCommand.js +10 -0
- package/dist-es/commands/DescribeVodSourceCommand.js +10 -0
- package/dist-es/commands/GetChannelPolicyCommand.js +10 -0
- package/dist-es/commands/GetChannelScheduleCommand.js +10 -0
- package/dist-es/commands/GetPlaybackConfigurationCommand.js +10 -0
- package/dist-es/commands/GetPrefetchScheduleCommand.js +10 -0
- package/dist-es/commands/ListAlertsCommand.js +10 -0
- package/dist-es/commands/ListChannelsCommand.js +10 -0
- package/dist-es/commands/ListLiveSourcesCommand.js +10 -0
- package/dist-es/commands/ListPlaybackConfigurationsCommand.js +10 -0
- package/dist-es/commands/ListPrefetchSchedulesCommand.js +10 -0
- package/dist-es/commands/ListSourceLocationsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListVodSourcesCommand.js +10 -0
- package/dist-es/commands/PutChannelPolicyCommand.js +10 -0
- package/dist-es/commands/PutPlaybackConfigurationCommand.js +10 -0
- package/dist-es/commands/StartChannelCommand.js +10 -0
- package/dist-es/commands/StopChannelCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateChannelCommand.js +10 -0
- package/dist-es/commands/UpdateLiveSourceCommand.js +10 -0
- package/dist-es/commands/UpdateSourceLocationCommand.js +10 -0
- package/dist-es/commands/UpdateVodSourceCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/models/models_0.js +80 -80
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/MediaTailor.d.ts +43 -42
- package/dist-types/MediaTailorClient.d.ts +8 -10
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +3 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +3 -1
- package/dist-types/commands/CreateLiveSourceCommand.d.ts +3 -1
- package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +3 -1
- package/dist-types/commands/CreateProgramCommand.d.ts +3 -1
- package/dist-types/commands/CreateSourceLocationCommand.d.ts +3 -1
- package/dist-types/commands/CreateVodSourceCommand.d.ts +3 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -1
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +3 -1
- package/dist-types/commands/DeleteLiveSourceCommand.d.ts +3 -1
- package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +3 -1
- package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +3 -1
- package/dist-types/commands/DeleteProgramCommand.d.ts +3 -1
- package/dist-types/commands/DeleteSourceLocationCommand.d.ts +3 -1
- package/dist-types/commands/DeleteVodSourceCommand.d.ts +3 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +3 -1
- package/dist-types/commands/DescribeLiveSourceCommand.d.ts +3 -1
- package/dist-types/commands/DescribeProgramCommand.d.ts +3 -1
- package/dist-types/commands/DescribeSourceLocationCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVodSourceCommand.d.ts +3 -1
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +3 -1
- package/dist-types/commands/GetChannelScheduleCommand.d.ts +2 -0
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +3 -1
- package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +3 -1
- package/dist-types/commands/ListAlertsCommand.d.ts +3 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -1
- package/dist-types/commands/ListLiveSourcesCommand.d.ts +3 -1
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +3 -1
- package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +3 -1
- package/dist-types/commands/ListSourceLocationsCommand.d.ts +3 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -1
- package/dist-types/commands/ListVodSourcesCommand.d.ts +3 -1
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +3 -1
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +3 -1
- package/dist-types/commands/StartChannelCommand.d.ts +3 -1
- package/dist-types/commands/StopChannelCommand.d.ts +3 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +3 -1
- package/dist-types/commands/UpdateLiveSourceCommand.d.ts +3 -1
- package/dist-types/commands/UpdateSourceLocationCommand.d.ts +3 -1
- package/dist-types/commands/UpdateVodSourceCommand.d.ts +3 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +709 -659
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/MediaTailorClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +242 -242
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -21,19 +21,19 @@ export interface SlateSource {
|
|
|
21
21
|
*/
|
|
22
22
|
export interface SpliceInsertMessage {
|
|
23
23
|
/**
|
|
24
|
-
* <p>This is written to splice_insert.avail_num
|
|
24
|
+
* <p>This is written to <code>splice_insert.avail_num</code>, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is <code>0</code>. Values must be between <code>0</code> and <code>256</code>, inclusive.</p>
|
|
25
25
|
*/
|
|
26
26
|
AvailNum?: number;
|
|
27
27
|
/**
|
|
28
|
-
* <p>This is written to splice_insert.avails_expected
|
|
28
|
+
* <p>This is written to <code>splice_insert.avails_expected</code>, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is <code>0</code>. Values must be between <code>0</code> and <code>256</code>, inclusive.</p>
|
|
29
29
|
*/
|
|
30
30
|
AvailsExpected?: number;
|
|
31
31
|
/**
|
|
32
|
-
* <p>This is written to splice_insert.splice_event_id
|
|
32
|
+
* <p>This is written to <code>splice_insert.splice_event_id</code>, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is <code>1</code>.</p>
|
|
33
33
|
*/
|
|
34
34
|
SpliceEventId?: number;
|
|
35
35
|
/**
|
|
36
|
-
* <p>This is written to splice_insert.unique_program_id
|
|
36
|
+
* <p>This is written to <code>splice_insert.unique_program_id</code>, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is <code>0</code>. Values must be between <code>0</code> and <code>256</code>, inclusive.</p>
|
|
37
37
|
*/
|
|
38
38
|
UniqueProgramId?: number;
|
|
39
39
|
}
|
|
@@ -42,7 +42,7 @@ export interface SpliceInsertMessage {
|
|
|
42
42
|
*/
|
|
43
43
|
export interface AdBreak {
|
|
44
44
|
/**
|
|
45
|
-
* <p>The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT
|
|
45
|
+
* <p>The SCTE-35 ad insertion type. Accepted value: <code>SPLICE_INSERT</code>, <code>TIME_SIGNAL</code>.</p>
|
|
46
46
|
*/
|
|
47
47
|
MessageType?: MessageType | string;
|
|
48
48
|
/**
|
|
@@ -54,7 +54,7 @@ export interface AdBreak {
|
|
|
54
54
|
*/
|
|
55
55
|
Slate?: SlateSource;
|
|
56
56
|
/**
|
|
57
|
-
* <p>This defines the SCTE-35 splice_insert() message inserted around the ad. For information about using splice_insert()
|
|
57
|
+
* <p>This defines the SCTE-35 <code>splice_insert()</code> message inserted around the ad. For information about using <code>splice_insert()</code>, see the SCTE-35 specficiaiton, section 9.7.3.1.</p>
|
|
58
58
|
*/
|
|
59
59
|
SpliceInsertMessage?: SpliceInsertMessage;
|
|
60
60
|
}
|
|
@@ -63,7 +63,7 @@ export interface AdBreak {
|
|
|
63
63
|
*/
|
|
64
64
|
export interface Alert {
|
|
65
65
|
/**
|
|
66
|
-
* <p>The code for the alert. For example, NOT_PROCESSED
|
|
66
|
+
* <p>The code for the alert. For example, <code>NOT_PROCESSED</code>.</p>
|
|
67
67
|
*/
|
|
68
68
|
AlertCode: string | undefined;
|
|
69
69
|
/**
|
|
@@ -87,15 +87,18 @@ export declare enum Operator {
|
|
|
87
87
|
EQUALS = "EQUALS"
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
|
-
* <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>
|
|
90
|
+
* <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>
|
|
91
|
+
* <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>
|
|
92
|
+
* <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>
|
|
91
93
|
*/
|
|
92
94
|
export interface AvailMatchingCriteria {
|
|
93
95
|
/**
|
|
94
|
-
* <p>The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic variable. For information about dynamic variables, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/variables.html">Using dynamic ad variables</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
96
|
+
* <p>The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic variable. For information about dynamic variables, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/variables.html">Using dynamic ad variables</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
97
|
+
* <p>You can include up to 100 dynamic variables.</p>
|
|
95
98
|
*/
|
|
96
99
|
DynamicVariable: string | undefined;
|
|
97
100
|
/**
|
|
98
|
-
* <p>For the DynamicVariable specified in AvailMatchingCriteria
|
|
101
|
+
* <p>For the <code>DynamicVariable</code> specified in <code>AvailMatchingCriteria</code>, the Operator that is used for the comparison.</p>
|
|
99
102
|
*/
|
|
100
103
|
Operator: Operator | string | undefined;
|
|
101
104
|
}
|
|
@@ -104,19 +107,19 @@ export interface AvailMatchingCriteria {
|
|
|
104
107
|
*/
|
|
105
108
|
export interface DashPlaylistSettings {
|
|
106
109
|
/**
|
|
107
|
-
* <p>The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.</p>
|
|
110
|
+
* <p>The total duration (in seconds) of each manifest. Minimum value: <code>30</code> seconds. Maximum value: <code>3600</code> seconds.</p>
|
|
108
111
|
*/
|
|
109
112
|
ManifestWindowSeconds?: number;
|
|
110
113
|
/**
|
|
111
|
-
* <p>Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: 2 seconds. Maximum value: 60 seconds.</p>
|
|
114
|
+
* <p>Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: <code>2</code> seconds. Maximum value: <code>60</code> seconds.</p>
|
|
112
115
|
*/
|
|
113
116
|
MinBufferTimeSeconds?: number;
|
|
114
117
|
/**
|
|
115
|
-
* <p>Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.</p>
|
|
118
|
+
* <p>Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: <code>2</code> seconds. Maximum value: <code>60</code> seconds.</p>
|
|
116
119
|
*/
|
|
117
120
|
MinUpdatePeriodSeconds?: number;
|
|
118
121
|
/**
|
|
119
|
-
* <p>Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.</p>
|
|
122
|
+
* <p>Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: <code>2</code> seconds. Maximum value: <code>60</code> seconds.</p>
|
|
120
123
|
*/
|
|
121
124
|
SuggestedPresentationDelaySeconds?: number;
|
|
122
125
|
}
|
|
@@ -125,12 +128,12 @@ export interface DashPlaylistSettings {
|
|
|
125
128
|
*/
|
|
126
129
|
export interface HlsPlaylistSettings {
|
|
127
130
|
/**
|
|
128
|
-
* <p>The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.</p>
|
|
131
|
+
* <p>The total duration (in seconds) of each manifest. Minimum value: <code>30</code> seconds. Maximum value: <code>3600</code> seconds.</p>
|
|
129
132
|
*/
|
|
130
133
|
ManifestWindowSeconds?: number;
|
|
131
134
|
}
|
|
132
135
|
/**
|
|
133
|
-
* <p>
|
|
136
|
+
* <p>The output item response.</p>
|
|
134
137
|
*/
|
|
135
138
|
export interface ResponseOutputItem {
|
|
136
139
|
/**
|
|
@@ -155,7 +158,7 @@ export interface ResponseOutputItem {
|
|
|
155
158
|
SourceGroup: string | undefined;
|
|
156
159
|
}
|
|
157
160
|
/**
|
|
158
|
-
* <p>The configuration parameters for a channel
|
|
161
|
+
* <p>The configuration parameters for a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working with channels</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
159
162
|
*/
|
|
160
163
|
export interface Channel {
|
|
161
164
|
/**
|
|
@@ -175,7 +178,9 @@ export interface Channel {
|
|
|
175
178
|
*/
|
|
176
179
|
CreationTime?: Date;
|
|
177
180
|
/**
|
|
178
|
-
* <p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR
|
|
181
|
+
* <p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the <code>LINEAR</code>
|
|
182
|
+
* <code>PlaybackMode</code>. MediaTailor doesn't support filler slate for channels using the <code>LOOP</code>
|
|
183
|
+
* <code>PlaybackMode</code>.</p>
|
|
179
184
|
*/
|
|
180
185
|
FillerSlate?: SlateSource;
|
|
181
186
|
/**
|
|
@@ -187,11 +192,15 @@ export interface Channel {
|
|
|
187
192
|
*/
|
|
188
193
|
Outputs: ResponseOutputItem[] | undefined;
|
|
189
194
|
/**
|
|
190
|
-
* <p>The type of playback mode for this channel.</p>
|
|
195
|
+
* <p>The type of playback mode for this channel.</p>
|
|
196
|
+
* <p>
|
|
197
|
+
* <code>LINEAR</code> - Programs play back-to-back only once.</p>
|
|
198
|
+
* <p>
|
|
199
|
+
* <code>LOOP</code> - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.</p>
|
|
191
200
|
*/
|
|
192
201
|
PlaybackMode: string | undefined;
|
|
193
202
|
/**
|
|
194
|
-
* <p>The tags to assign to the channel
|
|
203
|
+
* <p>The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
195
204
|
*/
|
|
196
205
|
Tags?: Record<string, string>;
|
|
197
206
|
/**
|
|
@@ -208,15 +217,15 @@ export declare enum Type {
|
|
|
208
217
|
*/
|
|
209
218
|
export interface HttpPackageConfiguration {
|
|
210
219
|
/**
|
|
211
|
-
* <p>The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.</p>
|
|
220
|
+
* <p>The relative path to the URL for this VOD source. This is combined with <code>SourceLocation::HttpConfiguration::BaseUrl</code> to form a valid URL.</p>
|
|
212
221
|
*/
|
|
213
222
|
Path: string | undefined;
|
|
214
223
|
/**
|
|
215
|
-
* <p>The name of the source group. This has to match one of the Channel::Outputs::SourceGroup
|
|
224
|
+
* <p>The name of the source group. This has to match one of the <code>Channel::Outputs::SourceGroup</code>.</p>
|
|
216
225
|
*/
|
|
217
226
|
SourceGroup: string | undefined;
|
|
218
227
|
/**
|
|
219
|
-
* <p>The streaming protocol for this package configuration. Supported values are HLS and DASH
|
|
228
|
+
* <p>The streaming protocol for this package configuration. Supported values are <code>HLS</code> and <code>DASH</code>.</p>
|
|
220
229
|
*/
|
|
221
230
|
Type: Type | string | undefined;
|
|
222
231
|
}
|
|
@@ -249,7 +258,7 @@ export interface LiveSource {
|
|
|
249
258
|
*/
|
|
250
259
|
SourceLocationName: string | undefined;
|
|
251
260
|
/**
|
|
252
|
-
* <p>The tags assigned to the live source
|
|
261
|
+
* <p>The tags assigned to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
253
262
|
*/
|
|
254
263
|
Tags?: Record<string, string>;
|
|
255
264
|
}
|
|
@@ -262,7 +271,7 @@ export declare enum Mode {
|
|
|
262
271
|
*/
|
|
263
272
|
export interface AvailSuppression {
|
|
264
273
|
/**
|
|
265
|
-
* <p>Sets the ad suppression mode. By default, ad suppression is off and all ad breaks are filled with ads or slate. When Mode is set to BEHIND_LIVE_EDGE
|
|
274
|
+
* <p>Sets the ad suppression mode. By default, ad suppression is off and all ad breaks are filled with ads or slate. When Mode is set to <code>BEHIND_LIVE_EDGE</code>, ad suppression is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value time in the manifest lookback window.</p>
|
|
266
275
|
*/
|
|
267
276
|
Mode?: Mode | string;
|
|
268
277
|
/**
|
|
@@ -288,11 +297,11 @@ export interface Bumper {
|
|
|
288
297
|
*/
|
|
289
298
|
export interface CdnConfiguration {
|
|
290
299
|
/**
|
|
291
|
-
* <p>A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor
|
|
300
|
+
* <p>A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.<i><region></i>.amazonaws.com. Then specify the rule's name in this <code>AdSegmentUrlPrefix</code>. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.</p>
|
|
292
301
|
*/
|
|
293
302
|
AdSegmentUrlPrefix?: string;
|
|
294
303
|
/**
|
|
295
|
-
* <p>A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to the origin server. First, create a rule in your CDN for the content segment origin server. Then specify the rule's name in this ContentSegmentUrlPrefix
|
|
304
|
+
* <p>A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to the origin server. First, create a rule in your CDN for the content segment origin server. Then specify the rule's name in this <code>ContentSegmentUrlPrefix</code>. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for content segments.</p>
|
|
296
305
|
*/
|
|
297
306
|
ContentSegmentUrlPrefix?: string;
|
|
298
307
|
}
|
|
@@ -309,11 +318,11 @@ export interface DashConfiguration {
|
|
|
309
318
|
*/
|
|
310
319
|
ManifestEndpointPrefix?: string;
|
|
311
320
|
/**
|
|
312
|
-
* <p>The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT
|
|
321
|
+
* <p>The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are <code>DISABLED</code> and <code>EMT_DEFAULT</code>. The <code>EMT_DEFAULT</code> setting enables the inclusion of the tag and is the default value.</p>
|
|
313
322
|
*/
|
|
314
323
|
MpdLocation?: string;
|
|
315
324
|
/**
|
|
316
|
-
* <p>The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to SINGLE_PERIOD
|
|
325
|
+
* <p>The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to <code>SINGLE_PERIOD</code>. The default setting is <code>MULTI_PERIOD</code>. For multi-period manifests, omit this setting or set it to <code>MULTI_PERIOD</code>.</p>
|
|
317
326
|
*/
|
|
318
327
|
OriginManifestType?: OriginManifestType | string;
|
|
319
328
|
}
|
|
@@ -335,7 +344,7 @@ export interface LivePreRollConfiguration {
|
|
|
335
344
|
*/
|
|
336
345
|
AdDecisionServerUrl?: string;
|
|
337
346
|
/**
|
|
338
|
-
* The maximum allowed duration for the pre-roll ad avail. AWS Elemental MediaTailor won't play pre-roll ads to exceed this duration, regardless of the total duration of ads that the ADS returns
|
|
347
|
+
* <p>The maximum allowed duration for the pre-roll ad avail. AWS Elemental MediaTailor won't play pre-roll ads to exceed this duration, regardless of the total duration of ads that the ADS returns.</p>
|
|
339
348
|
*/
|
|
340
349
|
MaxDurationSeconds?: number;
|
|
341
350
|
}
|
|
@@ -344,12 +353,15 @@ export interface LivePreRollConfiguration {
|
|
|
344
353
|
*/
|
|
345
354
|
export interface LogConfiguration {
|
|
346
355
|
/**
|
|
347
|
-
* <p>The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60
|
|
356
|
+
* <p>The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and <code>percentEnabled</code> is set to <code>60</code>, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/debug-log-mode.html">debug log mode</a>.</p>
|
|
357
|
+
* <p>Valid values: <code>0</code> - <code>100</code>
|
|
358
|
+
* </p>
|
|
348
359
|
*/
|
|
349
360
|
PercentEnabled: number | undefined;
|
|
350
361
|
}
|
|
351
362
|
/**
|
|
352
|
-
* <p>For HLS, when set to true
|
|
363
|
+
* <p>For HLS, when set to <code>true</code>, MediaTailor passes through <code>EXT-X-CUE-IN</code>, <code>EXT-X-CUE-OUT</code>, and <code>EXT-X-SPLICEPOINT-SCTE35</code> ad markers from the origin manifest to the MediaTailor personalized manifest.</p>
|
|
364
|
+
* <p>No logic is applied to these ad markers. For example, if <code>EXT-X-CUE-OUT</code> has a value of <code>60</code>, but no ads are filled for that ad break, MediaTailor will not set the value to <code>0</code>.</p>
|
|
353
365
|
*/
|
|
354
366
|
export interface AdMarkerPassthrough {
|
|
355
367
|
/**
|
|
@@ -362,12 +374,13 @@ export interface AdMarkerPassthrough {
|
|
|
362
374
|
*/
|
|
363
375
|
export interface ManifestProcessingRules {
|
|
364
376
|
/**
|
|
365
|
-
* <p>For HLS, when set to true
|
|
377
|
+
* <p>For HLS, when set to <code>true</code>, MediaTailor passes through <code>EXT-X-CUE-IN</code>, <code>EXT-X-CUE-OUT</code>, and <code>EXT-X-SPLICEPOINT-SCTE35</code> ad markers from the origin manifest to the MediaTailor personalized manifest.</p>
|
|
378
|
+
* <p>No logic is applied to these ad markers. For example, if <code>EXT-X-CUE-OUT</code> has a value of <code>60</code>, but no ads are filled for that ad break, MediaTailor will not set the value to <code>0</code>.</p>
|
|
366
379
|
*/
|
|
367
380
|
AdMarkerPassthrough?: AdMarkerPassthrough;
|
|
368
381
|
}
|
|
369
382
|
/**
|
|
370
|
-
* <p>
|
|
383
|
+
* <p>A playback configuration. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
|
|
371
384
|
*/
|
|
372
385
|
export interface PlaybackConfiguration {
|
|
373
386
|
/**
|
|
@@ -435,7 +448,7 @@ export interface PlaybackConfiguration {
|
|
|
435
448
|
*/
|
|
436
449
|
SlateAdUrl?: string;
|
|
437
450
|
/**
|
|
438
|
-
* <p>The tags to assign to the playback configuration
|
|
451
|
+
* <p>The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
439
452
|
*/
|
|
440
453
|
Tags?: Record<string, string>;
|
|
441
454
|
/**
|
|
@@ -452,15 +465,15 @@ export interface PlaybackConfiguration {
|
|
|
452
465
|
*/
|
|
453
466
|
export interface PrefetchConsumption {
|
|
454
467
|
/**
|
|
455
|
-
* <p>If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such as scte.event_id
|
|
468
|
+
* <p>If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such as <code>scte.event_id</code>, set the avail matching criteria.</p>
|
|
456
469
|
*/
|
|
457
470
|
AvailMatchingCriteria?: AvailMatchingCriteria[];
|
|
458
471
|
/**
|
|
459
|
-
* <p>The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to manually delete the prefetch schedule, you can call DeletePrefetchSchedule
|
|
472
|
+
* <p>The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to manually delete the prefetch schedule, you can call <code>DeletePrefetchSchedule</code>.</p>
|
|
460
473
|
*/
|
|
461
474
|
EndTime: Date | undefined;
|
|
462
475
|
/**
|
|
463
|
-
* <p>The time when prefetched ads are considered for use in an ad break. If you don't specify StartTime
|
|
476
|
+
* <p>The time when prefetched ads are considered for use in an ad break. If you don't specify <code>StartTime</code>, the prefetched ads are available after MediaTailor retrives them from the ad decision server.</p>
|
|
464
477
|
*/
|
|
465
478
|
StartTime?: Date;
|
|
466
479
|
}
|
|
@@ -469,7 +482,8 @@ export interface PrefetchConsumption {
|
|
|
469
482
|
*/
|
|
470
483
|
export interface PrefetchRetrieval {
|
|
471
484
|
/**
|
|
472
|
-
* <p>The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS).</p>
|
|
485
|
+
* <p>The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS).</p>
|
|
486
|
+
* <p>You initially configure <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/variables.html">dynamic variables</a> for the ADS URL when you set up your playback configuration. When you specify <code>DynamicVariables</code> for prefetch retrieval, MediaTailor includes the dynamic variables in the request to the ADS.</p>
|
|
473
487
|
*/
|
|
474
488
|
DynamicVariables?: Record<string, string>;
|
|
475
489
|
/**
|
|
@@ -482,7 +496,7 @@ export interface PrefetchRetrieval {
|
|
|
482
496
|
StartTime?: Date;
|
|
483
497
|
}
|
|
484
498
|
/**
|
|
485
|
-
* <p>A
|
|
499
|
+
* <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>
|
|
486
500
|
*/
|
|
487
501
|
export interface PrefetchSchedule {
|
|
488
502
|
/**
|
|
@@ -568,7 +582,7 @@ export interface ScheduleEntry {
|
|
|
568
582
|
*/
|
|
569
583
|
ScheduleAdBreaks?: ScheduleAdBreak[];
|
|
570
584
|
/**
|
|
571
|
-
* <p>The type of schedule entry.</p>
|
|
585
|
+
* <p>The type of schedule entry.</p>
|
|
572
586
|
*/
|
|
573
587
|
ScheduleEntryType?: ScheduleEntryType | string;
|
|
574
588
|
/**
|
|
@@ -581,11 +595,11 @@ export interface ScheduleEntry {
|
|
|
581
595
|
VodSourceName?: string;
|
|
582
596
|
}
|
|
583
597
|
/**
|
|
584
|
-
* <p>The
|
|
598
|
+
* <p>The segment delivery configuration settings.</p>
|
|
585
599
|
*/
|
|
586
600
|
export interface SegmentDeliveryConfiguration {
|
|
587
601
|
/**
|
|
588
|
-
* <p>The base URL of the host or path of the segment delivery server that you're using to serve segments. This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as https://example.com/some/path
|
|
602
|
+
* <p>The base URL of the host or path of the segment delivery server that you're using to serve segments. This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as <code>https://example.com/some/path</code>. To use a relative URL specify the relative path, such as <code>/some/path*</code>.</p>
|
|
589
603
|
*/
|
|
590
604
|
BaseUrl?: string;
|
|
591
605
|
/**
|
|
@@ -619,7 +633,13 @@ export interface SecretsManagerAccessTokenConfiguration {
|
|
|
619
633
|
*/
|
|
620
634
|
export interface AccessConfiguration {
|
|
621
635
|
/**
|
|
622
|
-
* <p>The type of authentication used to access content from HttpConfiguration::BaseUrl on your source location. Accepted value:
|
|
636
|
+
* <p>The type of authentication used to access content from <code>HttpConfiguration::BaseUrl</code> on your source location. Accepted value: <code>S3_SIGV4</code>.</p>
|
|
637
|
+
* <p>
|
|
638
|
+
* <code>S3_SIGV4</code> - AWS Signature Version 4 authentication for Amazon S3 hosted virtual-style access. If your source location base URL is an Amazon S3 bucket, MediaTailor can use AWS Signature Version 4 (SigV4) authentication to access the bucket where your source content is stored. Your MediaTailor source location baseURL must follow the S3 virtual hosted-style request URL format. For example, https://bucket-name.s3.Region.amazonaws.com/key-name.</p>
|
|
639
|
+
* <p>Before you can use <code>S3_SIGV4</code>, you must meet these requirements:</p>
|
|
640
|
+
* <p>• You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com principal access in IAM. For information about configuring access in IAM, see Access management in the IAM User Guide.</p>
|
|
641
|
+
* <p>• The mediatailor.amazonaws.com service principal must have permissions to read all top level manifests referenced by the VodSource packaging configurations.</p>
|
|
642
|
+
* <p>• The caller of the API must have s3:GetObject IAM permissions to read all top level manifests referenced by your MediaTailor VodSource packaging configurations.</p>
|
|
623
643
|
*/
|
|
624
644
|
AccessType?: AccessType | string;
|
|
625
645
|
/**
|
|
@@ -646,7 +666,7 @@ export interface HttpConfiguration {
|
|
|
646
666
|
BaseUrl: string | undefined;
|
|
647
667
|
}
|
|
648
668
|
/**
|
|
649
|
-
* <p>
|
|
669
|
+
* <p>A source location is a container for sources. For more information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working with source locations</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
650
670
|
*/
|
|
651
671
|
export interface SourceLocation {
|
|
652
672
|
/**
|
|
@@ -682,7 +702,7 @@ export interface SourceLocation {
|
|
|
682
702
|
*/
|
|
683
703
|
SourceLocationName: string | undefined;
|
|
684
704
|
/**
|
|
685
|
-
* <p>The tags assigned to the source location
|
|
705
|
+
* <p>The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
686
706
|
*/
|
|
687
707
|
Tags?: Record<string, string>;
|
|
688
708
|
}
|
|
@@ -711,7 +731,7 @@ export interface VodSource {
|
|
|
711
731
|
*/
|
|
712
732
|
SourceLocationName: string | undefined;
|
|
713
733
|
/**
|
|
714
|
-
* <p>The tags assigned to the VOD source
|
|
734
|
+
* <p>The tags assigned to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
715
735
|
*/
|
|
716
736
|
Tags?: Record<string, string>;
|
|
717
737
|
/**
|
|
@@ -720,7 +740,7 @@ export interface VodSource {
|
|
|
720
740
|
VodSourceName: string | undefined;
|
|
721
741
|
}
|
|
722
742
|
/**
|
|
723
|
-
*
|
|
743
|
+
* <p>A request contains unexpected data.</p>
|
|
724
744
|
*/
|
|
725
745
|
export declare class BadRequestException extends __BaseException {
|
|
726
746
|
readonly name: "BadRequestException";
|
|
@@ -731,32 +751,37 @@ export declare class BadRequestException extends __BaseException {
|
|
|
731
751
|
*/
|
|
732
752
|
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
733
753
|
}
|
|
734
|
-
export
|
|
735
|
-
|
|
736
|
-
|
|
754
|
+
export interface DeleteChannelPolicyRequest {
|
|
755
|
+
/**
|
|
756
|
+
* <p>The name of the channel associated with this channel policy.</p>
|
|
757
|
+
*/
|
|
758
|
+
ChannelName: string | undefined;
|
|
737
759
|
}
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
export interface ConfigureLogsForPlaybackConfigurationRequest {
|
|
760
|
+
export interface DeleteChannelPolicyResponse {
|
|
761
|
+
}
|
|
762
|
+
export interface GetChannelPolicyRequest {
|
|
742
763
|
/**
|
|
743
|
-
* <p>The
|
|
764
|
+
* <p>The name of the channel associated with this Channel Policy.</p>
|
|
744
765
|
*/
|
|
745
|
-
|
|
766
|
+
ChannelName: string | undefined;
|
|
767
|
+
}
|
|
768
|
+
export interface GetChannelPolicyResponse {
|
|
746
769
|
/**
|
|
747
|
-
* <p>The
|
|
770
|
+
* <p>The IAM policy for the channel. IAM policies are used to control access to your channel.</p>
|
|
748
771
|
*/
|
|
749
|
-
|
|
772
|
+
Policy?: string;
|
|
750
773
|
}
|
|
751
|
-
export interface
|
|
774
|
+
export interface PutChannelPolicyRequest {
|
|
752
775
|
/**
|
|
753
|
-
* <p>The
|
|
776
|
+
* <p>The channel name associated with this Channel Policy.</p>
|
|
754
777
|
*/
|
|
755
|
-
|
|
778
|
+
ChannelName: string | undefined;
|
|
756
779
|
/**
|
|
757
|
-
* <p>
|
|
780
|
+
* <p>Adds an IAM role that determines the permissions of your channel.</p>
|
|
758
781
|
*/
|
|
759
|
-
|
|
782
|
+
Policy: string | undefined;
|
|
783
|
+
}
|
|
784
|
+
export interface PutChannelPolicyResponse {
|
|
760
785
|
}
|
|
761
786
|
/**
|
|
762
787
|
* <p>The output configuration for this channel.</p>
|
|
@@ -771,11 +796,11 @@ export interface RequestOutputItem {
|
|
|
771
796
|
*/
|
|
772
797
|
HlsPlaylistSettings?: HlsPlaylistSettings;
|
|
773
798
|
/**
|
|
774
|
-
* <p>The name of the manifest for the channel. The name appears in the PlaybackUrl
|
|
799
|
+
* <p>The name of the manifest for the channel. The name appears in the <code>PlaybackUrl</code>.</p>
|
|
775
800
|
*/
|
|
776
801
|
ManifestName: string | undefined;
|
|
777
802
|
/**
|
|
778
|
-
* <p>A string used to match which HttpPackageConfiguration is used for each VodSource
|
|
803
|
+
* <p>A string used to match which <code>HttpPackageConfiguration</code> is used for each <code>VodSource</code>.</p>
|
|
779
804
|
*/
|
|
780
805
|
SourceGroup: string | undefined;
|
|
781
806
|
}
|
|
@@ -789,11 +814,13 @@ export declare enum Tier {
|
|
|
789
814
|
}
|
|
790
815
|
export interface CreateChannelRequest {
|
|
791
816
|
/**
|
|
792
|
-
* <p>The
|
|
817
|
+
* <p>The name of the channel.</p>
|
|
793
818
|
*/
|
|
794
819
|
ChannelName: string | undefined;
|
|
795
820
|
/**
|
|
796
|
-
* <p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR
|
|
821
|
+
* <p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the <code>LINEAR</code>
|
|
822
|
+
* <code>PlaybackMode</code>. MediaTailor doesn't support filler slate for channels using the <code>LOOP</code>
|
|
823
|
+
* <code>PlaybackMode</code>.</p>
|
|
797
824
|
*/
|
|
798
825
|
FillerSlate?: SlateSource;
|
|
799
826
|
/**
|
|
@@ -801,11 +828,15 @@ export interface CreateChannelRequest {
|
|
|
801
828
|
*/
|
|
802
829
|
Outputs: RequestOutputItem[] | undefined;
|
|
803
830
|
/**
|
|
804
|
-
* <p>The type of playback mode to use for this channel.</p>
|
|
831
|
+
* <p>The type of playback mode to use for this channel.</p>
|
|
832
|
+
* <p>
|
|
833
|
+
* <code>LINEAR</code> - The programs in the schedule play once back-to-back in the schedule.</p>
|
|
834
|
+
* <p>
|
|
835
|
+
* <code>LOOP</code> - The programs in the schedule play back-to-back in an endless loop. When the last program in the schedule stops playing, playback loops back to the first program in the schedule.</p>
|
|
805
836
|
*/
|
|
806
837
|
PlaybackMode: PlaybackMode | string | undefined;
|
|
807
838
|
/**
|
|
808
|
-
* <p>The tags to assign to the channel
|
|
839
|
+
* <p>The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
809
840
|
*/
|
|
810
841
|
Tags?: Record<string, string>;
|
|
811
842
|
/**
|
|
@@ -813,13 +844,17 @@ export interface CreateChannelRequest {
|
|
|
813
844
|
*/
|
|
814
845
|
Tier?: Tier | string;
|
|
815
846
|
}
|
|
847
|
+
export declare enum ChannelState {
|
|
848
|
+
RUNNING = "RUNNING",
|
|
849
|
+
STOPPED = "STOPPED"
|
|
850
|
+
}
|
|
816
851
|
export interface CreateChannelResponse {
|
|
817
852
|
/**
|
|
818
|
-
* <p>The ARN
|
|
853
|
+
* <p>The Amazon Resource Name (ARN) to assign to the channel.</p>
|
|
819
854
|
*/
|
|
820
855
|
Arn?: string;
|
|
821
856
|
/**
|
|
822
|
-
* <p>The name
|
|
857
|
+
* <p>The name to assign to the channel.</p>
|
|
823
858
|
*/
|
|
824
859
|
ChannelName?: string;
|
|
825
860
|
/**
|
|
@@ -839,117 +874,128 @@ export interface CreateChannelResponse {
|
|
|
839
874
|
*/
|
|
840
875
|
LastModifiedTime?: Date;
|
|
841
876
|
/**
|
|
842
|
-
* <p>The
|
|
877
|
+
* <p>The output properties to assign to the channel.</p>
|
|
843
878
|
*/
|
|
844
879
|
Outputs?: ResponseOutputItem[];
|
|
845
880
|
/**
|
|
846
|
-
* <p>The
|
|
881
|
+
* <p>The playback mode to assign to the channel.</p>
|
|
847
882
|
*/
|
|
848
883
|
PlaybackMode?: string;
|
|
849
884
|
/**
|
|
850
|
-
* <p>The tags
|
|
885
|
+
* <p>The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
851
886
|
*/
|
|
852
887
|
Tags?: Record<string, string>;
|
|
853
888
|
/**
|
|
854
|
-
* <p>The channel
|
|
889
|
+
* <p>The tier of the channel.</p>
|
|
855
890
|
*/
|
|
856
891
|
Tier?: string;
|
|
857
892
|
}
|
|
858
|
-
export interface
|
|
893
|
+
export interface DeleteChannelRequest {
|
|
859
894
|
/**
|
|
860
|
-
* <p>
|
|
895
|
+
* <p>The name of the channel.</p>
|
|
861
896
|
*/
|
|
862
|
-
|
|
897
|
+
ChannelName: string | undefined;
|
|
898
|
+
}
|
|
899
|
+
export interface DeleteChannelResponse {
|
|
900
|
+
}
|
|
901
|
+
export interface DescribeChannelRequest {
|
|
863
902
|
/**
|
|
864
|
-
* <p>The
|
|
903
|
+
* <p>The name of the channel.</p>
|
|
865
904
|
*/
|
|
866
|
-
|
|
905
|
+
ChannelName: string | undefined;
|
|
906
|
+
}
|
|
907
|
+
export interface DescribeChannelResponse {
|
|
867
908
|
/**
|
|
868
|
-
* <p>The
|
|
909
|
+
* <p>The ARN of the channel.</p>
|
|
869
910
|
*/
|
|
870
|
-
|
|
911
|
+
Arn?: string;
|
|
871
912
|
/**
|
|
872
|
-
* <p>The
|
|
913
|
+
* <p>The name of the channel.</p>
|
|
873
914
|
*/
|
|
874
|
-
|
|
875
|
-
}
|
|
876
|
-
export interface CreateLiveSourceResponse {
|
|
915
|
+
ChannelName?: string;
|
|
877
916
|
/**
|
|
878
|
-
* <p>
|
|
917
|
+
* <p>Indicates whether the channel is in a running state or not.</p>
|
|
879
918
|
*/
|
|
880
|
-
|
|
919
|
+
ChannelState?: ChannelState | string;
|
|
881
920
|
/**
|
|
882
|
-
* <p>The timestamp
|
|
921
|
+
* <p>The timestamp of when the channel was created.</p>
|
|
883
922
|
*/
|
|
884
923
|
CreationTime?: Date;
|
|
885
924
|
/**
|
|
886
|
-
* <p>
|
|
925
|
+
* <p>Contains information about the slate used to fill gaps between programs in the schedule.</p>
|
|
887
926
|
*/
|
|
888
|
-
|
|
927
|
+
FillerSlate?: SlateSource;
|
|
889
928
|
/**
|
|
890
|
-
* <p>The timestamp
|
|
929
|
+
* <p>The timestamp of when the channel was last modified.</p>
|
|
891
930
|
*/
|
|
892
931
|
LastModifiedTime?: Date;
|
|
893
932
|
/**
|
|
894
|
-
* <p>The
|
|
933
|
+
* <p>The channel's output properties.</p>
|
|
895
934
|
*/
|
|
896
|
-
|
|
935
|
+
Outputs?: ResponseOutputItem[];
|
|
897
936
|
/**
|
|
898
|
-
* <p>The
|
|
937
|
+
* <p>The channel's playback mode.</p>
|
|
899
938
|
*/
|
|
900
|
-
|
|
939
|
+
PlaybackMode?: string;
|
|
901
940
|
/**
|
|
902
|
-
* <p>The tags assigned to the
|
|
941
|
+
* <p>The tags assigned to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
903
942
|
*/
|
|
904
943
|
Tags?: Record<string, string>;
|
|
905
|
-
}
|
|
906
|
-
export interface CreatePrefetchScheduleRequest {
|
|
907
944
|
/**
|
|
908
|
-
* <p>The
|
|
945
|
+
* <p>The channel's tier.</p>
|
|
909
946
|
*/
|
|
910
|
-
|
|
947
|
+
Tier?: string;
|
|
948
|
+
}
|
|
949
|
+
export interface GetChannelScheduleRequest {
|
|
911
950
|
/**
|
|
912
|
-
* <p>The
|
|
951
|
+
* <p>The name of the channel associated with this Channel Schedule.</p>
|
|
913
952
|
*/
|
|
914
|
-
|
|
953
|
+
ChannelName: string | undefined;
|
|
915
954
|
/**
|
|
916
|
-
* <p>The
|
|
955
|
+
* <p>The duration in minutes of the channel schedule.</p>
|
|
917
956
|
*/
|
|
918
|
-
|
|
957
|
+
DurationMinutes?: string;
|
|
919
958
|
/**
|
|
920
|
-
* <p>The
|
|
959
|
+
* <p>The maximum number of channel schedules that you want MediaTailor to return in response to the current request. If there are more than <code>MaxResults</code> channel schedules, use the value of <code>NextToken</code> in the response to get the next page of results.</p>
|
|
921
960
|
*/
|
|
922
|
-
|
|
961
|
+
MaxResults?: number;
|
|
923
962
|
/**
|
|
924
|
-
* <p>
|
|
963
|
+
* <p>(Optional) If the playback configuration has more than <code>MaxResults</code> channel schedules, use <code>NextToken</code> to get the second and subsequent pages of results.</p>
|
|
964
|
+
* <p>For the first <code>GetChannelScheduleRequest</code> request, omit this value.</p>
|
|
965
|
+
* <p>For the second and subsequent requests, get the value of <code>NextToken</code> from the previous response and specify that value for <code>NextToken</code> in the request.</p>
|
|
966
|
+
* <p>If the previous response didn't include a <code>NextToken</code> element, there are no more channel schedules to get.</p>
|
|
925
967
|
*/
|
|
926
|
-
|
|
968
|
+
NextToken?: string;
|
|
927
969
|
}
|
|
928
|
-
export interface
|
|
970
|
+
export interface GetChannelScheduleResponse {
|
|
929
971
|
/**
|
|
930
|
-
* <p>
|
|
972
|
+
* <p>A list of schedule entries for the channel.</p>
|
|
931
973
|
*/
|
|
932
|
-
|
|
974
|
+
Items?: ScheduleEntry[];
|
|
933
975
|
/**
|
|
934
|
-
* <p>
|
|
976
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
935
977
|
*/
|
|
936
|
-
|
|
978
|
+
NextToken?: string;
|
|
979
|
+
}
|
|
980
|
+
export interface ListChannelsRequest {
|
|
937
981
|
/**
|
|
938
|
-
* <p>The
|
|
982
|
+
* <p>The maximum number of channels that you want MediaTailor to return in response to the current request. If there are more than <code>MaxResults</code> channels, use the value of <code>NextToken</code> in the response to get the next page of results.</p>
|
|
939
983
|
*/
|
|
940
|
-
|
|
984
|
+
MaxResults?: number;
|
|
941
985
|
/**
|
|
942
|
-
* <p>
|
|
986
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
943
987
|
*/
|
|
944
|
-
|
|
988
|
+
NextToken?: string;
|
|
989
|
+
}
|
|
990
|
+
export interface ListChannelsResponse {
|
|
945
991
|
/**
|
|
946
|
-
* <p>A
|
|
992
|
+
* <p>A list of channels that are associated with this account.</p>
|
|
947
993
|
*/
|
|
948
|
-
|
|
994
|
+
Items?: Channel[];
|
|
949
995
|
/**
|
|
950
|
-
* <p>
|
|
996
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
951
997
|
*/
|
|
952
|
-
|
|
998
|
+
NextToken?: string;
|
|
953
999
|
}
|
|
954
1000
|
export declare enum RelativePosition {
|
|
955
1001
|
AFTER_PROGRAM = "AFTER_PROGRAM",
|
|
@@ -964,11 +1010,11 @@ export interface Transition {
|
|
|
964
1010
|
*/
|
|
965
1011
|
DurationMillis?: number;
|
|
966
1012
|
/**
|
|
967
|
-
* <p>The position where this program will be inserted relative to the RelativePosition
|
|
1013
|
+
* <p>The position where this program will be inserted relative to the <code>RelativePosition</code>.</p>
|
|
968
1014
|
*/
|
|
969
1015
|
RelativePosition: RelativePosition | string | undefined;
|
|
970
1016
|
/**
|
|
971
|
-
* <p>The name of the program that this program will be inserted next to, as defined by RelativePosition
|
|
1017
|
+
* <p>The name of the program that this program will be inserted next to, as defined by <code>RelativePosition</code>.</p>
|
|
972
1018
|
*/
|
|
973
1019
|
RelativeProgram?: string;
|
|
974
1020
|
/**
|
|
@@ -976,7 +1022,15 @@ export interface Transition {
|
|
|
976
1022
|
*/
|
|
977
1023
|
ScheduledStartTimeMillis?: number;
|
|
978
1024
|
/**
|
|
979
|
-
* <p>Defines when the program plays in the schedule. You can set the value to
|
|
1025
|
+
* <p>Defines when the program plays in the schedule. You can set the value to <code>ABSOLUTE</code> or <code>RELATIVE</code>.</p>
|
|
1026
|
+
* <p>
|
|
1027
|
+
* <code>ABSOLUTE</code> - The program plays at a specific wall clock time. This setting can only be used for channels using the <code>LINEAR</code>
|
|
1028
|
+
* <code>PlaybackMode</code>.</p>
|
|
1029
|
+
* <p>Note the following considerations when using <code>ABSOLUTE</code> transitions:</p>
|
|
1030
|
+
* <p>If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary.</p>
|
|
1031
|
+
* <p>If there are gaps in playback, MediaTailor plays the <code>FillerSlate</code> you configured for your linear channel.</p>
|
|
1032
|
+
* <p>
|
|
1033
|
+
* <code>RELATIVE</code> - The program is inserted into the schedule either before or after a program that you specify via <code>RelativePosition</code>.</p>
|
|
980
1034
|
*/
|
|
981
1035
|
Type: string | undefined;
|
|
982
1036
|
}
|
|
@@ -995,7 +1049,7 @@ export interface CreateProgramRequest {
|
|
|
995
1049
|
*/
|
|
996
1050
|
AdBreaks?: AdBreak[];
|
|
997
1051
|
/**
|
|
998
|
-
* <p>The
|
|
1052
|
+
* <p>The name of the channel for this Program.</p>
|
|
999
1053
|
*/
|
|
1000
1054
|
ChannelName: string | undefined;
|
|
1001
1055
|
/**
|
|
@@ -1003,7 +1057,7 @@ export interface CreateProgramRequest {
|
|
|
1003
1057
|
*/
|
|
1004
1058
|
LiveSourceName?: string;
|
|
1005
1059
|
/**
|
|
1006
|
-
* <p>The
|
|
1060
|
+
* <p>The name of the Program.</p>
|
|
1007
1061
|
*/
|
|
1008
1062
|
ProgramName: string | undefined;
|
|
1009
1063
|
/**
|
|
@@ -1025,15 +1079,15 @@ export interface CreateProgramResponse {
|
|
|
1025
1079
|
*/
|
|
1026
1080
|
AdBreaks?: AdBreak[];
|
|
1027
1081
|
/**
|
|
1028
|
-
* <p>The ARN
|
|
1082
|
+
* <p>The ARN to assign to the program.</p>
|
|
1029
1083
|
*/
|
|
1030
1084
|
Arn?: string;
|
|
1031
1085
|
/**
|
|
1032
|
-
* <p>The name
|
|
1086
|
+
* <p>The name to assign to the channel for this program.</p>
|
|
1033
1087
|
*/
|
|
1034
1088
|
ChannelName?: string;
|
|
1035
1089
|
/**
|
|
1036
|
-
* <p>The
|
|
1090
|
+
* <p>The time the program was created.</p>
|
|
1037
1091
|
*/
|
|
1038
1092
|
CreationTime?: Date;
|
|
1039
1093
|
/**
|
|
@@ -1041,15 +1095,15 @@ export interface CreateProgramResponse {
|
|
|
1041
1095
|
*/
|
|
1042
1096
|
LiveSourceName?: string;
|
|
1043
1097
|
/**
|
|
1044
|
-
* <p>The name
|
|
1098
|
+
* <p>The name to assign to this program.</p>
|
|
1045
1099
|
*/
|
|
1046
1100
|
ProgramName?: string;
|
|
1047
1101
|
/**
|
|
1048
|
-
* <p>The
|
|
1102
|
+
* <p>The scheduled start time for this Program.</p>
|
|
1049
1103
|
*/
|
|
1050
1104
|
ScheduledStartTime?: Date;
|
|
1051
1105
|
/**
|
|
1052
|
-
* <p>The source location
|
|
1106
|
+
* <p>The name to assign to the source location for this program.</p>
|
|
1053
1107
|
*/
|
|
1054
1108
|
SourceLocationName?: string;
|
|
1055
1109
|
/**
|
|
@@ -1057,350 +1111,487 @@ export interface CreateProgramResponse {
|
|
|
1057
1111
|
*/
|
|
1058
1112
|
VodSourceName?: string;
|
|
1059
1113
|
}
|
|
1060
|
-
export interface
|
|
1061
|
-
/**
|
|
1062
|
-
* <p>Access configuration parameters. Configures the type of authentication used to access content from your source location.</p>
|
|
1063
|
-
*/
|
|
1064
|
-
AccessConfiguration?: AccessConfiguration;
|
|
1065
|
-
/**
|
|
1066
|
-
* <p>The optional configuration for the server that serves segments.</p>
|
|
1067
|
-
*/
|
|
1068
|
-
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
1114
|
+
export interface DeleteProgramRequest {
|
|
1069
1115
|
/**
|
|
1070
|
-
* <p>The
|
|
1116
|
+
* <p>The name of the channel.</p>
|
|
1071
1117
|
*/
|
|
1072
|
-
|
|
1118
|
+
ChannelName: string | undefined;
|
|
1073
1119
|
/**
|
|
1074
|
-
* <p>
|
|
1120
|
+
* <p>The name of the program.</p>
|
|
1075
1121
|
*/
|
|
1076
|
-
|
|
1122
|
+
ProgramName: string | undefined;
|
|
1123
|
+
}
|
|
1124
|
+
export interface DeleteProgramResponse {
|
|
1125
|
+
}
|
|
1126
|
+
export interface DescribeProgramRequest {
|
|
1077
1127
|
/**
|
|
1078
|
-
* <p>The
|
|
1128
|
+
* <p>The name of the channel associated with this Program.</p>
|
|
1079
1129
|
*/
|
|
1080
|
-
|
|
1130
|
+
ChannelName: string | undefined;
|
|
1081
1131
|
/**
|
|
1082
|
-
* <p>The
|
|
1132
|
+
* <p>The name of the program.</p>
|
|
1083
1133
|
*/
|
|
1084
|
-
|
|
1134
|
+
ProgramName: string | undefined;
|
|
1085
1135
|
}
|
|
1086
|
-
export interface
|
|
1136
|
+
export interface DescribeProgramResponse {
|
|
1087
1137
|
/**
|
|
1088
|
-
* <p>The
|
|
1138
|
+
* <p>The ad break configuration settings.</p>
|
|
1089
1139
|
*/
|
|
1090
|
-
|
|
1140
|
+
AdBreaks?: AdBreak[];
|
|
1091
1141
|
/**
|
|
1092
|
-
* <p>The ARN of the
|
|
1142
|
+
* <p>The ARN of the program.</p>
|
|
1093
1143
|
*/
|
|
1094
1144
|
Arn?: string;
|
|
1095
1145
|
/**
|
|
1096
|
-
* <p>The
|
|
1146
|
+
* <p>The name of the channel that the program belongs to.</p>
|
|
1097
1147
|
*/
|
|
1098
|
-
|
|
1148
|
+
ChannelName?: string;
|
|
1099
1149
|
/**
|
|
1100
|
-
* <p>The
|
|
1150
|
+
* <p>The timestamp of when the program was created.</p>
|
|
1101
1151
|
*/
|
|
1102
|
-
|
|
1152
|
+
CreationTime?: Date;
|
|
1103
1153
|
/**
|
|
1104
|
-
* <p>The
|
|
1154
|
+
* <p>The name of the LiveSource for this Program.</p>
|
|
1105
1155
|
*/
|
|
1106
|
-
|
|
1156
|
+
LiveSourceName?: string;
|
|
1107
1157
|
/**
|
|
1108
|
-
* <p>The
|
|
1158
|
+
* <p>The name of the program.</p>
|
|
1109
1159
|
*/
|
|
1110
|
-
|
|
1160
|
+
ProgramName?: string;
|
|
1111
1161
|
/**
|
|
1112
|
-
* <p>
|
|
1162
|
+
* <p>The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.</p>
|
|
1113
1163
|
*/
|
|
1114
|
-
|
|
1164
|
+
ScheduledStartTime?: Date;
|
|
1115
1165
|
/**
|
|
1116
|
-
* <p>The
|
|
1166
|
+
* <p>The source location name.</p>
|
|
1117
1167
|
*/
|
|
1118
1168
|
SourceLocationName?: string;
|
|
1119
1169
|
/**
|
|
1120
|
-
* <p>The
|
|
1170
|
+
* <p>The name that's used to refer to a VOD source.</p>
|
|
1121
1171
|
*/
|
|
1122
|
-
|
|
1172
|
+
VodSourceName?: string;
|
|
1123
1173
|
}
|
|
1124
|
-
export interface
|
|
1174
|
+
export interface StartChannelRequest {
|
|
1125
1175
|
/**
|
|
1126
|
-
* <p>
|
|
1176
|
+
* <p>The name of the channel.</p>
|
|
1127
1177
|
*/
|
|
1128
|
-
|
|
1178
|
+
ChannelName: string | undefined;
|
|
1179
|
+
}
|
|
1180
|
+
export interface StartChannelResponse {
|
|
1181
|
+
}
|
|
1182
|
+
export interface StopChannelRequest {
|
|
1129
1183
|
/**
|
|
1130
|
-
* <p>The
|
|
1184
|
+
* <p>The name of the channel.</p>
|
|
1131
1185
|
*/
|
|
1132
|
-
|
|
1186
|
+
ChannelName: string | undefined;
|
|
1187
|
+
}
|
|
1188
|
+
export interface StopChannelResponse {
|
|
1189
|
+
}
|
|
1190
|
+
export interface UpdateChannelRequest {
|
|
1133
1191
|
/**
|
|
1134
|
-
* <p>The
|
|
1192
|
+
* <p>The name of the channel.</p>
|
|
1135
1193
|
*/
|
|
1136
|
-
|
|
1194
|
+
ChannelName: string | undefined;
|
|
1137
1195
|
/**
|
|
1138
|
-
* <p>The
|
|
1196
|
+
* <p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the <code>LINEAR</code>
|
|
1197
|
+
* <code>PlaybackMode</code>. MediaTailor doesn't support filler slate for channels using the <code>LOOP</code>
|
|
1198
|
+
* <code>PlaybackMode</code>.</p>
|
|
1139
1199
|
*/
|
|
1140
|
-
|
|
1200
|
+
FillerSlate?: SlateSource;
|
|
1201
|
+
/**
|
|
1202
|
+
* <p>The channel's output properties.</p>
|
|
1203
|
+
*/
|
|
1204
|
+
Outputs: RequestOutputItem[] | undefined;
|
|
1141
1205
|
}
|
|
1142
|
-
export interface
|
|
1206
|
+
export interface UpdateChannelResponse {
|
|
1143
1207
|
/**
|
|
1144
|
-
* <p>The ARN
|
|
1208
|
+
* <p>The Amazon Resource Name (ARN) associated with the channel.</p>
|
|
1145
1209
|
*/
|
|
1146
1210
|
Arn?: string;
|
|
1147
1211
|
/**
|
|
1148
|
-
* <p>The
|
|
1212
|
+
* <p>The name of the channel.</p>
|
|
1213
|
+
*/
|
|
1214
|
+
ChannelName?: string;
|
|
1215
|
+
/**
|
|
1216
|
+
* <p>Returns the state whether the channel is running or not.</p>
|
|
1217
|
+
*/
|
|
1218
|
+
ChannelState?: ChannelState | string;
|
|
1219
|
+
/**
|
|
1220
|
+
* <p>The timestamp of when the channel was created.</p>
|
|
1149
1221
|
*/
|
|
1150
1222
|
CreationTime?: Date;
|
|
1151
1223
|
/**
|
|
1152
|
-
* <p>The
|
|
1224
|
+
* <p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the <code>LINEAR</code>
|
|
1225
|
+
* <code>PlaybackMode</code>. MediaTailor doesn't support filler slate for channels using the <code>LOOP</code>
|
|
1226
|
+
* <code>PlaybackMode</code>.</p>
|
|
1153
1227
|
*/
|
|
1154
|
-
|
|
1228
|
+
FillerSlate?: SlateSource;
|
|
1155
1229
|
/**
|
|
1156
|
-
* <p>The
|
|
1230
|
+
* <p>The timestamp that indicates when the channel was last modified.</p>
|
|
1157
1231
|
*/
|
|
1158
1232
|
LastModifiedTime?: Date;
|
|
1159
1233
|
/**
|
|
1160
|
-
* <p>The
|
|
1234
|
+
* <p>The channel's output properties.</p>
|
|
1161
1235
|
*/
|
|
1162
|
-
|
|
1236
|
+
Outputs?: ResponseOutputItem[];
|
|
1163
1237
|
/**
|
|
1164
|
-
* <p>The
|
|
1238
|
+
* <p>The type of playback mode for this channel.</p>
|
|
1239
|
+
* <p>
|
|
1240
|
+
* <code>LINEAR</code> - Programs play back-to-back only once.</p>
|
|
1241
|
+
* <p>
|
|
1242
|
+
* <code>LOOP</code> - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.</p>
|
|
1243
|
+
*/
|
|
1244
|
+
PlaybackMode?: string;
|
|
1245
|
+
/**
|
|
1246
|
+
* <p>The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1165
1247
|
*/
|
|
1166
1248
|
Tags?: Record<string, string>;
|
|
1167
1249
|
/**
|
|
1168
|
-
* <p>The
|
|
1250
|
+
* <p>The tier associated with this Channel.</p>
|
|
1169
1251
|
*/
|
|
1170
|
-
|
|
1252
|
+
Tier?: string;
|
|
1171
1253
|
}
|
|
1172
1254
|
/**
|
|
1173
|
-
* <p>
|
|
1255
|
+
* <p>Configures Amazon CloudWatch log settings for a playback configuration.</p>
|
|
1174
1256
|
*/
|
|
1175
|
-
export interface
|
|
1257
|
+
export interface ConfigureLogsForPlaybackConfigurationRequest {
|
|
1176
1258
|
/**
|
|
1177
|
-
* <p>The
|
|
1259
|
+
* <p>The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to <code>60</code>, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/debug-log-mode.html">debug log mode</a>.</p>
|
|
1260
|
+
* <p>Valid values: <code>0</code> - <code>100</code>
|
|
1261
|
+
* </p>
|
|
1178
1262
|
*/
|
|
1179
|
-
|
|
1263
|
+
PercentEnabled: number | undefined;
|
|
1180
1264
|
/**
|
|
1181
|
-
* <p>The
|
|
1265
|
+
* <p>The name of the playback configuration.</p>
|
|
1182
1266
|
*/
|
|
1183
|
-
|
|
1267
|
+
PlaybackConfigurationName: string | undefined;
|
|
1184
1268
|
}
|
|
1185
|
-
export interface
|
|
1269
|
+
export interface ConfigureLogsForPlaybackConfigurationResponse {
|
|
1186
1270
|
/**
|
|
1187
|
-
* <p>The
|
|
1271
|
+
* <p>The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.</p>
|
|
1188
1272
|
*/
|
|
1189
|
-
|
|
1190
|
-
}
|
|
1191
|
-
export interface DeleteChannelResponse {
|
|
1192
|
-
}
|
|
1193
|
-
export interface DeleteChannelPolicyRequest {
|
|
1273
|
+
PercentEnabled: number | undefined;
|
|
1194
1274
|
/**
|
|
1195
|
-
* <p>The
|
|
1275
|
+
* <p>The name of the playback configuration.</p>
|
|
1196
1276
|
*/
|
|
1197
|
-
|
|
1198
|
-
}
|
|
1199
|
-
export interface DeleteChannelPolicyResponse {
|
|
1277
|
+
PlaybackConfigurationName?: string;
|
|
1200
1278
|
}
|
|
1201
|
-
export interface
|
|
1279
|
+
export interface CreateLiveSourceRequest {
|
|
1202
1280
|
/**
|
|
1203
|
-
* <p>
|
|
1281
|
+
* <p>A list of HTTP package configuration parameters for this live source.</p>
|
|
1282
|
+
*/
|
|
1283
|
+
HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
|
|
1284
|
+
/**
|
|
1285
|
+
* <p>The name of the live source.</p>
|
|
1204
1286
|
*/
|
|
1205
1287
|
LiveSourceName: string | undefined;
|
|
1206
1288
|
/**
|
|
1207
|
-
* <p>The
|
|
1289
|
+
* <p>The name of the source location.</p>
|
|
1208
1290
|
*/
|
|
1209
1291
|
SourceLocationName: string | undefined;
|
|
1210
|
-
}
|
|
1211
|
-
export interface DeleteLiveSourceResponse {
|
|
1212
|
-
}
|
|
1213
|
-
export interface DeletePlaybackConfigurationRequest {
|
|
1214
1292
|
/**
|
|
1215
|
-
* <p>The
|
|
1293
|
+
* <p>The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1216
1294
|
*/
|
|
1217
|
-
|
|
1295
|
+
Tags?: Record<string, string>;
|
|
1218
1296
|
}
|
|
1219
|
-
export interface
|
|
1297
|
+
export interface CreateLiveSourceResponse {
|
|
1298
|
+
/**
|
|
1299
|
+
* <p>The ARN to assign to the live source.</p>
|
|
1300
|
+
*/
|
|
1301
|
+
Arn?: string;
|
|
1302
|
+
/**
|
|
1303
|
+
* <p>The time the live source was created.</p>
|
|
1304
|
+
*/
|
|
1305
|
+
CreationTime?: Date;
|
|
1306
|
+
/**
|
|
1307
|
+
* <p>A list of HTTP package configuration parameters for this live source.</p>
|
|
1308
|
+
*/
|
|
1309
|
+
HttpPackageConfigurations?: HttpPackageConfiguration[];
|
|
1310
|
+
/**
|
|
1311
|
+
* <p>The time the live source was last modified.</p>
|
|
1312
|
+
*/
|
|
1313
|
+
LastModifiedTime?: Date;
|
|
1314
|
+
/**
|
|
1315
|
+
* <p>The name to assign to the live source.</p>
|
|
1316
|
+
*/
|
|
1317
|
+
LiveSourceName?: string;
|
|
1318
|
+
/**
|
|
1319
|
+
* <p>The name to assign to the source location of the live source.</p>
|
|
1320
|
+
*/
|
|
1321
|
+
SourceLocationName?: string;
|
|
1322
|
+
/**
|
|
1323
|
+
* <p>The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1324
|
+
*/
|
|
1325
|
+
Tags?: Record<string, string>;
|
|
1220
1326
|
}
|
|
1221
|
-
export interface
|
|
1327
|
+
export interface CreatePrefetchScheduleRequest {
|
|
1222
1328
|
/**
|
|
1223
|
-
* <p>The
|
|
1329
|
+
* <p>The configuration settings for MediaTailor's <i>consumption</i> of the prefetched ads from the ad decision server. Each consumption configuration contains an end time and an optional start time that define the <i>consumption window</i>. Prefetch schedules automatically expire no earlier than seven days after the end time.</p>
|
|
1330
|
+
*/
|
|
1331
|
+
Consumption: PrefetchConsumption | undefined;
|
|
1332
|
+
/**
|
|
1333
|
+
* <p>The name to assign to the schedule request.</p>
|
|
1224
1334
|
*/
|
|
1225
1335
|
Name: string | undefined;
|
|
1226
1336
|
/**
|
|
1227
|
-
* <p>The name
|
|
1337
|
+
* <p>The name to assign to the playback configuration.</p>
|
|
1228
1338
|
*/
|
|
1229
1339
|
PlaybackConfigurationName: string | undefined;
|
|
1230
|
-
}
|
|
1231
|
-
export interface DeletePrefetchScheduleResponse {
|
|
1232
|
-
}
|
|
1233
|
-
export interface DeleteProgramRequest {
|
|
1234
1340
|
/**
|
|
1235
|
-
* <p>The
|
|
1341
|
+
* <p>The configuration settings for retrieval of prefetched ads from the ad decision server. Only one set of prefetched ads will be retrieved and subsequently consumed for each ad break.</p>
|
|
1236
1342
|
*/
|
|
1237
|
-
|
|
1343
|
+
Retrieval: PrefetchRetrieval | undefined;
|
|
1238
1344
|
/**
|
|
1239
|
-
* <p>
|
|
1345
|
+
* <p>An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams that use the same playback configuration. If <code>StreamId</code> is specified, MediaTailor returns all of the prefetch schedules with an exact match on <code>StreamId</code>. If not specified, MediaTailor returns all of the prefetch schedules for the playback configuration, regardless of <code>StreamId</code>.</p>
|
|
1240
1346
|
*/
|
|
1241
|
-
|
|
1242
|
-
}
|
|
1243
|
-
export interface DeleteProgramResponse {
|
|
1347
|
+
StreamId?: string;
|
|
1244
1348
|
}
|
|
1245
|
-
export interface
|
|
1349
|
+
export interface CreatePrefetchScheduleResponse {
|
|
1246
1350
|
/**
|
|
1247
|
-
* <p>The
|
|
1351
|
+
* <p>The ARN to assign to the prefetch schedule.</p>
|
|
1248
1352
|
*/
|
|
1249
|
-
|
|
1250
|
-
}
|
|
1251
|
-
export interface DeleteSourceLocationResponse {
|
|
1252
|
-
}
|
|
1253
|
-
export interface DeleteVodSourceRequest {
|
|
1353
|
+
Arn?: string;
|
|
1254
1354
|
/**
|
|
1255
|
-
* <p>The
|
|
1355
|
+
* <p>The configuration settings for MediaTailor's <i>consumption</i> of the prefetched ads from the ad decision server. Each consumption configuration contains an end time and an optional start time that define the <i>consumption window</i>. Prefetch schedules automatically expire no earlier than seven days after the end time.</p>
|
|
1256
1356
|
*/
|
|
1257
|
-
|
|
1357
|
+
Consumption?: PrefetchConsumption;
|
|
1258
1358
|
/**
|
|
1259
|
-
* <p>The
|
|
1359
|
+
* <p>The name to assign to the prefetch schedule.</p>
|
|
1260
1360
|
*/
|
|
1261
|
-
|
|
1262
|
-
}
|
|
1263
|
-
export interface DeleteVodSourceResponse {
|
|
1264
|
-
}
|
|
1265
|
-
export interface DescribeChannelRequest {
|
|
1361
|
+
Name?: string;
|
|
1266
1362
|
/**
|
|
1267
|
-
* <p>The
|
|
1363
|
+
* <p>The name to assign to the playback configuration.</p>
|
|
1268
1364
|
*/
|
|
1269
|
-
|
|
1365
|
+
PlaybackConfigurationName?: string;
|
|
1366
|
+
/**
|
|
1367
|
+
* <p>The configuration settings for retrieval of prefetched ads from the ad decision server. Only one set of prefetched ads will be retrieved and subsequently consumed for each ad break.</p>
|
|
1368
|
+
*/
|
|
1369
|
+
Retrieval?: PrefetchRetrieval;
|
|
1370
|
+
/**
|
|
1371
|
+
* <p>An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams that use the same playback configuration. If <code>StreamId</code> is specified, MediaTailor returns all of the prefetch schedules with an exact match on <code>StreamId</code>. If not specified, MediaTailor returns all of the prefetch schedules for the playback configuration, regardless of <code>StreamId</code>.</p>
|
|
1372
|
+
*/
|
|
1373
|
+
StreamId?: string;
|
|
1270
1374
|
}
|
|
1271
|
-
export interface
|
|
1375
|
+
export interface CreateSourceLocationRequest {
|
|
1272
1376
|
/**
|
|
1273
|
-
* <p>
|
|
1377
|
+
* <p>Access configuration parameters. Configures the type of authentication used to access content from your source location.</p>
|
|
1274
1378
|
*/
|
|
1275
|
-
|
|
1379
|
+
AccessConfiguration?: AccessConfiguration;
|
|
1276
1380
|
/**
|
|
1277
|
-
* <p>The
|
|
1381
|
+
* <p>The optional configuration for the server that serves segments.</p>
|
|
1278
1382
|
*/
|
|
1279
|
-
|
|
1383
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
1280
1384
|
/**
|
|
1281
|
-
* <p>
|
|
1385
|
+
* <p>The source's HTTP package configurations.</p>
|
|
1282
1386
|
*/
|
|
1283
|
-
|
|
1387
|
+
HttpConfiguration: HttpConfiguration | undefined;
|
|
1284
1388
|
/**
|
|
1285
|
-
* <p>
|
|
1389
|
+
* <p>A list of the segment delivery configurations associated with this resource.</p>
|
|
1390
|
+
*/
|
|
1391
|
+
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
|
|
1392
|
+
/**
|
|
1393
|
+
* <p>The name associated with the source location.</p>
|
|
1394
|
+
*/
|
|
1395
|
+
SourceLocationName: string | undefined;
|
|
1396
|
+
/**
|
|
1397
|
+
* <p>The tags to assign to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1398
|
+
*/
|
|
1399
|
+
Tags?: Record<string, string>;
|
|
1400
|
+
}
|
|
1401
|
+
export interface CreateSourceLocationResponse {
|
|
1402
|
+
/**
|
|
1403
|
+
* <p>Access configuration parameters. Configures the type of authentication used to access content from your source location.</p>
|
|
1404
|
+
*/
|
|
1405
|
+
AccessConfiguration?: AccessConfiguration;
|
|
1406
|
+
/**
|
|
1407
|
+
* <p>The ARN to assign to the source location.</p>
|
|
1408
|
+
*/
|
|
1409
|
+
Arn?: string;
|
|
1410
|
+
/**
|
|
1411
|
+
* <p>The time the source location was created.</p>
|
|
1286
1412
|
*/
|
|
1287
1413
|
CreationTime?: Date;
|
|
1288
1414
|
/**
|
|
1289
|
-
* <p>
|
|
1415
|
+
* <p>The optional configuration for the server that serves segments.</p>
|
|
1290
1416
|
*/
|
|
1291
|
-
|
|
1417
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
1292
1418
|
/**
|
|
1293
|
-
* <p>The
|
|
1419
|
+
* <p>The source's HTTP package configurations.</p>
|
|
1294
1420
|
*/
|
|
1295
|
-
|
|
1421
|
+
HttpConfiguration?: HttpConfiguration;
|
|
1296
1422
|
/**
|
|
1297
|
-
* <p>The
|
|
1423
|
+
* <p>The time the source location was last modified.</p>
|
|
1298
1424
|
*/
|
|
1299
|
-
|
|
1425
|
+
LastModifiedTime?: Date;
|
|
1300
1426
|
/**
|
|
1301
|
-
* <p>The
|
|
1427
|
+
* <p>The segment delivery configurations for the source location. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
|
|
1302
1428
|
*/
|
|
1303
|
-
|
|
1429
|
+
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
|
|
1304
1430
|
/**
|
|
1305
|
-
* <p>The
|
|
1431
|
+
* <p>The name to assign to the source location.</p>
|
|
1306
1432
|
*/
|
|
1307
|
-
|
|
1433
|
+
SourceLocationName?: string;
|
|
1308
1434
|
/**
|
|
1309
|
-
* <p>The
|
|
1435
|
+
* <p>The tags to assign to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1310
1436
|
*/
|
|
1311
|
-
|
|
1437
|
+
Tags?: Record<string, string>;
|
|
1312
1438
|
}
|
|
1313
|
-
export interface
|
|
1439
|
+
export interface CreateVodSourceRequest {
|
|
1314
1440
|
/**
|
|
1315
|
-
* <p>
|
|
1441
|
+
* <p>A list of HTTP package configuration parameters for this VOD source.</p>
|
|
1316
1442
|
*/
|
|
1317
|
-
|
|
1443
|
+
HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
|
|
1318
1444
|
/**
|
|
1319
|
-
* <p>The
|
|
1445
|
+
* <p>The name of the source location for this VOD source.</p>
|
|
1320
1446
|
*/
|
|
1321
1447
|
SourceLocationName: string | undefined;
|
|
1448
|
+
/**
|
|
1449
|
+
* <p>The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1450
|
+
*/
|
|
1451
|
+
Tags?: Record<string, string>;
|
|
1452
|
+
/**
|
|
1453
|
+
* <p>The name associated with the VOD source.></p>
|
|
1454
|
+
*/
|
|
1455
|
+
VodSourceName: string | undefined;
|
|
1322
1456
|
}
|
|
1323
|
-
export interface
|
|
1457
|
+
export interface CreateVodSourceResponse {
|
|
1324
1458
|
/**
|
|
1325
|
-
* <p>The ARN
|
|
1459
|
+
* <p>The ARN to assign to this VOD source.</p>
|
|
1326
1460
|
*/
|
|
1327
1461
|
Arn?: string;
|
|
1328
1462
|
/**
|
|
1329
|
-
* <p>The
|
|
1463
|
+
* <p>The time the VOD source was created.</p>
|
|
1330
1464
|
*/
|
|
1331
1465
|
CreationTime?: Date;
|
|
1332
1466
|
/**
|
|
1333
|
-
* <p>
|
|
1467
|
+
* <p>A list of HTTP package configuration parameters for this VOD source.</p>
|
|
1334
1468
|
*/
|
|
1335
1469
|
HttpPackageConfigurations?: HttpPackageConfiguration[];
|
|
1336
1470
|
/**
|
|
1337
|
-
* <p>The
|
|
1471
|
+
* <p>The time the VOD source was last modified.</p>
|
|
1338
1472
|
*/
|
|
1339
1473
|
LastModifiedTime?: Date;
|
|
1474
|
+
/**
|
|
1475
|
+
* <p>The name to assign to the source location for this VOD source.</p>
|
|
1476
|
+
*/
|
|
1477
|
+
SourceLocationName?: string;
|
|
1478
|
+
/**
|
|
1479
|
+
* <p>The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1480
|
+
*/
|
|
1481
|
+
Tags?: Record<string, string>;
|
|
1482
|
+
/**
|
|
1483
|
+
* <p>The name to assign to the VOD source.</p>
|
|
1484
|
+
*/
|
|
1485
|
+
VodSourceName?: string;
|
|
1486
|
+
}
|
|
1487
|
+
/**
|
|
1488
|
+
* <p>The configuration for DASH PUT operations.</p>
|
|
1489
|
+
*/
|
|
1490
|
+
export interface DashConfigurationForPut {
|
|
1491
|
+
/**
|
|
1492
|
+
* <p>The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are <code>DISABLED</code> and <code>EMT_DEFAULT</code>. The <code>EMT_DEFAULT</code> setting enables the inclusion of the tag and is the default value.</p>
|
|
1493
|
+
*/
|
|
1494
|
+
MpdLocation?: string;
|
|
1495
|
+
/**
|
|
1496
|
+
* <p>The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to <code>SINGLE_PERIOD</code>. The default setting is <code>MULTI_PERIOD</code>. For multi-period manifests, omit this setting or set it to <code>MULTI_PERIOD</code>.</p>
|
|
1497
|
+
*/
|
|
1498
|
+
OriginManifestType?: OriginManifestType | string;
|
|
1499
|
+
}
|
|
1500
|
+
export interface DeleteLiveSourceRequest {
|
|
1340
1501
|
/**
|
|
1341
1502
|
* <p>The name of the live source.</p>
|
|
1342
1503
|
*/
|
|
1343
|
-
LiveSourceName
|
|
1504
|
+
LiveSourceName: string | undefined;
|
|
1344
1505
|
/**
|
|
1345
|
-
* <p>The name of the source location associated with
|
|
1506
|
+
* <p>The name of the source location associated with this Live Source.</p>
|
|
1346
1507
|
*/
|
|
1347
|
-
SourceLocationName
|
|
1508
|
+
SourceLocationName: string | undefined;
|
|
1509
|
+
}
|
|
1510
|
+
export interface DeleteLiveSourceResponse {
|
|
1511
|
+
}
|
|
1512
|
+
export interface DeletePlaybackConfigurationRequest {
|
|
1348
1513
|
/**
|
|
1349
|
-
* <p>The
|
|
1514
|
+
* <p>The name of the playback configuration.</p>
|
|
1350
1515
|
*/
|
|
1351
|
-
|
|
1516
|
+
Name: string | undefined;
|
|
1352
1517
|
}
|
|
1353
|
-
export interface
|
|
1518
|
+
export interface DeletePlaybackConfigurationResponse {
|
|
1519
|
+
}
|
|
1520
|
+
export interface DeletePrefetchScheduleRequest {
|
|
1354
1521
|
/**
|
|
1355
|
-
* <p>The
|
|
1522
|
+
* <p>The name of the prefetch schedule. If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.</p>
|
|
1356
1523
|
*/
|
|
1357
|
-
|
|
1524
|
+
Name: string | undefined;
|
|
1358
1525
|
/**
|
|
1359
|
-
* <p>The
|
|
1526
|
+
* <p>The name of the playback configuration for this prefetch schedule.</p>
|
|
1360
1527
|
*/
|
|
1361
|
-
|
|
1528
|
+
PlaybackConfigurationName: string | undefined;
|
|
1529
|
+
}
|
|
1530
|
+
export interface DeletePrefetchScheduleResponse {
|
|
1531
|
+
}
|
|
1532
|
+
export interface DeleteSourceLocationRequest {
|
|
1533
|
+
/**
|
|
1534
|
+
* <p>The name of the source location.</p>
|
|
1535
|
+
*/
|
|
1536
|
+
SourceLocationName: string | undefined;
|
|
1537
|
+
}
|
|
1538
|
+
export interface DeleteSourceLocationResponse {
|
|
1539
|
+
}
|
|
1540
|
+
export interface DeleteVodSourceRequest {
|
|
1541
|
+
/**
|
|
1542
|
+
* <p>The name of the source location associated with this VOD Source.</p>
|
|
1543
|
+
*/
|
|
1544
|
+
SourceLocationName: string | undefined;
|
|
1545
|
+
/**
|
|
1546
|
+
* <p>The name of the VOD source.</p>
|
|
1547
|
+
*/
|
|
1548
|
+
VodSourceName: string | undefined;
|
|
1549
|
+
}
|
|
1550
|
+
export interface DeleteVodSourceResponse {
|
|
1362
1551
|
}
|
|
1363
|
-
export interface
|
|
1552
|
+
export interface DescribeLiveSourceRequest {
|
|
1364
1553
|
/**
|
|
1365
|
-
* <p>The
|
|
1554
|
+
* <p>The name of the live source.</p>
|
|
1366
1555
|
*/
|
|
1367
|
-
|
|
1556
|
+
LiveSourceName: string | undefined;
|
|
1368
1557
|
/**
|
|
1369
|
-
* <p>The
|
|
1558
|
+
* <p>The name of the source location associated with this Live Source.</p>
|
|
1370
1559
|
*/
|
|
1371
|
-
|
|
1560
|
+
SourceLocationName: string | undefined;
|
|
1561
|
+
}
|
|
1562
|
+
export interface DescribeLiveSourceResponse {
|
|
1372
1563
|
/**
|
|
1373
|
-
* <p>The
|
|
1564
|
+
* <p>The ARN of the live source.</p>
|
|
1374
1565
|
*/
|
|
1375
|
-
|
|
1566
|
+
Arn?: string;
|
|
1376
1567
|
/**
|
|
1377
|
-
* <p>The timestamp
|
|
1568
|
+
* <p>The timestamp that indicates when the live source was created.</p>
|
|
1378
1569
|
*/
|
|
1379
1570
|
CreationTime?: Date;
|
|
1380
1571
|
/**
|
|
1381
|
-
* <p>The
|
|
1572
|
+
* <p>The HTTP package configurations.</p>
|
|
1382
1573
|
*/
|
|
1383
|
-
|
|
1574
|
+
HttpPackageConfigurations?: HttpPackageConfiguration[];
|
|
1384
1575
|
/**
|
|
1385
|
-
* <p>The
|
|
1576
|
+
* <p>The timestamp that indicates when the live source was modified.</p>
|
|
1386
1577
|
*/
|
|
1387
|
-
|
|
1578
|
+
LastModifiedTime?: Date;
|
|
1388
1579
|
/**
|
|
1389
|
-
* <p>The
|
|
1580
|
+
* <p>The name of the live source.</p>
|
|
1390
1581
|
*/
|
|
1391
|
-
|
|
1582
|
+
LiveSourceName?: string;
|
|
1392
1583
|
/**
|
|
1393
|
-
* <p>The source location
|
|
1584
|
+
* <p>The name of the source location associated with the live source.</p>
|
|
1394
1585
|
*/
|
|
1395
1586
|
SourceLocationName?: string;
|
|
1396
1587
|
/**
|
|
1397
|
-
* <p>The
|
|
1588
|
+
* <p>The tags assigned to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1398
1589
|
*/
|
|
1399
|
-
|
|
1590
|
+
Tags?: Record<string, string>;
|
|
1400
1591
|
}
|
|
1401
1592
|
export interface DescribeSourceLocationRequest {
|
|
1402
1593
|
/**
|
|
1403
|
-
* <p>The
|
|
1594
|
+
* <p>The name of the source location.</p>
|
|
1404
1595
|
*/
|
|
1405
1596
|
SourceLocationName: string | undefined;
|
|
1406
1597
|
}
|
|
@@ -1438,17 +1629,17 @@ export interface DescribeSourceLocationResponse {
|
|
|
1438
1629
|
*/
|
|
1439
1630
|
SourceLocationName?: string;
|
|
1440
1631
|
/**
|
|
1441
|
-
* <p>The tags assigned to the source location
|
|
1632
|
+
* <p>The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1442
1633
|
*/
|
|
1443
1634
|
Tags?: Record<string, string>;
|
|
1444
1635
|
}
|
|
1445
1636
|
export interface DescribeVodSourceRequest {
|
|
1446
1637
|
/**
|
|
1447
|
-
* <p>The
|
|
1638
|
+
* <p>The name of the source location associated with this VOD Source.</p>
|
|
1448
1639
|
*/
|
|
1449
1640
|
SourceLocationName: string | undefined;
|
|
1450
1641
|
/**
|
|
1451
|
-
* <p>The
|
|
1642
|
+
* <p>The name of the VOD Source.</p>
|
|
1452
1643
|
*/
|
|
1453
1644
|
VodSourceName: string | undefined;
|
|
1454
1645
|
}
|
|
@@ -1474,7 +1665,7 @@ export interface DescribeVodSourceResponse {
|
|
|
1474
1665
|
*/
|
|
1475
1666
|
SourceLocationName?: string;
|
|
1476
1667
|
/**
|
|
1477
|
-
* <p>The tags assigned to the VOD source
|
|
1668
|
+
* <p>The tags assigned to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1478
1669
|
*/
|
|
1479
1670
|
Tags?: Record<string, string>;
|
|
1480
1671
|
/**
|
|
@@ -1482,46 +1673,6 @@ export interface DescribeVodSourceResponse {
|
|
|
1482
1673
|
*/
|
|
1483
1674
|
VodSourceName?: string;
|
|
1484
1675
|
}
|
|
1485
|
-
export interface GetChannelPolicyRequest {
|
|
1486
|
-
/**
|
|
1487
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1488
|
-
*/
|
|
1489
|
-
ChannelName: string | undefined;
|
|
1490
|
-
}
|
|
1491
|
-
export interface GetChannelPolicyResponse {
|
|
1492
|
-
/**
|
|
1493
|
-
* <p>The IAM policy for the channel.</p>
|
|
1494
|
-
*/
|
|
1495
|
-
Policy?: string;
|
|
1496
|
-
}
|
|
1497
|
-
export interface GetChannelScheduleRequest {
|
|
1498
|
-
/**
|
|
1499
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1500
|
-
*/
|
|
1501
|
-
ChannelName: string | undefined;
|
|
1502
|
-
/**
|
|
1503
|
-
* <p>The schedule duration in minutes. The maximum duration is 4320 minutes (three days).</p>
|
|
1504
|
-
*/
|
|
1505
|
-
DurationMinutes?: string;
|
|
1506
|
-
/**
|
|
1507
|
-
* <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
|
|
1508
|
-
*/
|
|
1509
|
-
MaxResults?: number;
|
|
1510
|
-
/**
|
|
1511
|
-
* <p>Pagination token from the GET list request. Use the token to fetch the next page of results.</p>
|
|
1512
|
-
*/
|
|
1513
|
-
NextToken?: string;
|
|
1514
|
-
}
|
|
1515
|
-
export interface GetChannelScheduleResponse {
|
|
1516
|
-
/**
|
|
1517
|
-
* <p>A list of schedule entries for the channel.</p>
|
|
1518
|
-
*/
|
|
1519
|
-
Items?: ScheduleEntry[];
|
|
1520
|
-
/**
|
|
1521
|
-
* <p>Pagination token from the GET list request. Use the token to fetch the next page of results.</p>
|
|
1522
|
-
*/
|
|
1523
|
-
NextToken?: string;
|
|
1524
|
-
}
|
|
1525
1676
|
export interface GetPlaybackConfigurationRequest {
|
|
1526
1677
|
/**
|
|
1527
1678
|
* <p>The identifier for the playback configuration.</p>
|
|
@@ -1594,7 +1745,7 @@ export interface GetPlaybackConfigurationResponse {
|
|
|
1594
1745
|
*/
|
|
1595
1746
|
SlateAdUrl?: string;
|
|
1596
1747
|
/**
|
|
1597
|
-
* <p>The tags assigned to the playback configuration
|
|
1748
|
+
* <p>The tags assigned to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1598
1749
|
*/
|
|
1599
1750
|
Tags?: Record<string, string>;
|
|
1600
1751
|
/**
|
|
@@ -1608,11 +1759,11 @@ export interface GetPlaybackConfigurationResponse {
|
|
|
1608
1759
|
}
|
|
1609
1760
|
export interface GetPrefetchScheduleRequest {
|
|
1610
1761
|
/**
|
|
1611
|
-
* <p>The
|
|
1762
|
+
* <p>The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.</p>
|
|
1612
1763
|
*/
|
|
1613
1764
|
Name: string | undefined;
|
|
1614
1765
|
/**
|
|
1615
|
-
* <p>
|
|
1766
|
+
* <p>Returns information about the prefetch schedule for a specific playback configuration. If you call <code>GetPrefetchSchedule</code> on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code.</p>
|
|
1616
1767
|
*/
|
|
1617
1768
|
PlaybackConfigurationName: string | undefined;
|
|
1618
1769
|
}
|
|
@@ -1644,11 +1795,11 @@ export interface GetPrefetchScheduleResponse {
|
|
|
1644
1795
|
}
|
|
1645
1796
|
export interface ListAlertsRequest {
|
|
1646
1797
|
/**
|
|
1647
|
-
* <p>
|
|
1798
|
+
* <p>The maximum number of alerts that you want MediaTailor to return in response to the current request. If there are more than <code>MaxResults</code> alerts, use the value of <code>NextToken</code> in the response to get the next page of results.</p>
|
|
1648
1799
|
*/
|
|
1649
1800
|
MaxResults?: number;
|
|
1650
1801
|
/**
|
|
1651
|
-
* <p>Pagination token
|
|
1802
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
1652
1803
|
*/
|
|
1653
1804
|
NextToken?: string;
|
|
1654
1805
|
/**
|
|
@@ -1661,26 +1812,6 @@ export interface ListAlertsResponse {
|
|
|
1661
1812
|
* <p>A list of alerts that are associated with this resource.</p>
|
|
1662
1813
|
*/
|
|
1663
1814
|
Items?: Alert[];
|
|
1664
|
-
/**
|
|
1665
|
-
* <p>Pagination token from the list request. Use the token to fetch the next page of results.</p>
|
|
1666
|
-
*/
|
|
1667
|
-
NextToken?: string;
|
|
1668
|
-
}
|
|
1669
|
-
export interface ListChannelsRequest {
|
|
1670
|
-
/**
|
|
1671
|
-
* <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
|
|
1672
|
-
*/
|
|
1673
|
-
MaxResults?: number;
|
|
1674
|
-
/**
|
|
1675
|
-
* <p>Pagination token from the GET list request. Use the token to fetch the next page of results.</p>
|
|
1676
|
-
*/
|
|
1677
|
-
NextToken?: string;
|
|
1678
|
-
}
|
|
1679
|
-
export interface ListChannelsResponse {
|
|
1680
|
-
/**
|
|
1681
|
-
* <p>A list of channels that are associated with this account.</p>
|
|
1682
|
-
*/
|
|
1683
|
-
Items?: Channel[];
|
|
1684
1815
|
/**
|
|
1685
1816
|
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
1686
1817
|
*/
|
|
@@ -1688,15 +1819,15 @@ export interface ListChannelsResponse {
|
|
|
1688
1819
|
}
|
|
1689
1820
|
export interface ListLiveSourcesRequest {
|
|
1690
1821
|
/**
|
|
1691
|
-
* <p>
|
|
1822
|
+
* <p>The maximum number of live sources that you want MediaTailor to return in response to the current request. If there are more than <code>MaxResults</code> live sources, use the value of <code>NextToken</code> in the response to get the next page of results.</p>
|
|
1692
1823
|
*/
|
|
1693
1824
|
MaxResults?: number;
|
|
1694
1825
|
/**
|
|
1695
|
-
* <p>Pagination token
|
|
1826
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
1696
1827
|
*/
|
|
1697
1828
|
NextToken?: string;
|
|
1698
1829
|
/**
|
|
1699
|
-
* <p>The
|
|
1830
|
+
* <p>The name of the source location associated with this Live Sources list.</p>
|
|
1700
1831
|
*/
|
|
1701
1832
|
SourceLocationName: string | undefined;
|
|
1702
1833
|
}
|
|
@@ -1706,17 +1837,17 @@ export interface ListLiveSourcesResponse {
|
|
|
1706
1837
|
*/
|
|
1707
1838
|
Items?: LiveSource[];
|
|
1708
1839
|
/**
|
|
1709
|
-
* <p>Pagination token
|
|
1840
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
1710
1841
|
*/
|
|
1711
1842
|
NextToken?: string;
|
|
1712
1843
|
}
|
|
1713
1844
|
export interface ListPlaybackConfigurationsRequest {
|
|
1714
1845
|
/**
|
|
1715
|
-
* <p>
|
|
1846
|
+
* <p>The maximum number of playback configurations that you want MediaTailor to return in response to the current request. If there are more than <code>MaxResults</code> playback configurations, use the value of <code>NextToken</code> in the response to get the next page of results.</p>
|
|
1716
1847
|
*/
|
|
1717
1848
|
MaxResults?: number;
|
|
1718
1849
|
/**
|
|
1719
|
-
* <p>Pagination token returned by the
|
|
1850
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
1720
1851
|
*/
|
|
1721
1852
|
NextToken?: string;
|
|
1722
1853
|
}
|
|
@@ -1732,15 +1863,18 @@ export interface ListPlaybackConfigurationsResponse {
|
|
|
1732
1863
|
}
|
|
1733
1864
|
export interface ListPrefetchSchedulesRequest {
|
|
1734
1865
|
/**
|
|
1735
|
-
* <p>The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If
|
|
1866
|
+
* <p>The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If there are more than <code>MaxResults</code> prefetch schedules, use the value of <code>NextToken</code> in the response to get the next page of results.</p>
|
|
1736
1867
|
*/
|
|
1737
1868
|
MaxResults?: number;
|
|
1738
1869
|
/**
|
|
1739
|
-
* <p>(Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results.</p>
|
|
1870
|
+
* <p>(Optional) If the playback configuration has more than <code>MaxResults</code> prefetch schedules, use <code>NextToken</code> to get the second and subsequent pages of results.</p>
|
|
1871
|
+
* <p> For the first <code>ListPrefetchSchedulesRequest</code> request, omit this value.</p>
|
|
1872
|
+
* <p> For the second and subsequent requests, get the value of <code>NextToken</code> from the previous response and specify that value for <code>NextToken</code> in the request.</p>
|
|
1873
|
+
* <p> If the previous response didn't include a <code>NextToken</code> element, there are no more prefetch schedules to get.</p>
|
|
1740
1874
|
*/
|
|
1741
1875
|
NextToken?: string;
|
|
1742
1876
|
/**
|
|
1743
|
-
* <p>
|
|
1877
|
+
* <p>Retrieves the prefetch schedule(s) for a specific playback configuration.</p>
|
|
1744
1878
|
*/
|
|
1745
1879
|
PlaybackConfigurationName: string | undefined;
|
|
1746
1880
|
/**
|
|
@@ -1750,21 +1884,21 @@ export interface ListPrefetchSchedulesRequest {
|
|
|
1750
1884
|
}
|
|
1751
1885
|
export interface ListPrefetchSchedulesResponse {
|
|
1752
1886
|
/**
|
|
1753
|
-
* <p>Lists the prefetch schedules. An empty Items list doesn't mean there aren't more items to fetch, just that that page was empty.</p>
|
|
1887
|
+
* <p>Lists the prefetch schedules. An empty <code>Items</code> list doesn't mean there aren't more items to fetch, just that that page was empty.</p>
|
|
1754
1888
|
*/
|
|
1755
1889
|
Items?: PrefetchSchedule[];
|
|
1756
1890
|
/**
|
|
1757
|
-
* <p>
|
|
1891
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
1758
1892
|
*/
|
|
1759
1893
|
NextToken?: string;
|
|
1760
1894
|
}
|
|
1761
1895
|
export interface ListSourceLocationsRequest {
|
|
1762
1896
|
/**
|
|
1763
|
-
* <p>
|
|
1897
|
+
* <p> The maximum number of source locations that you want MediaTailor to return in response to the current request. If there are more than <code>MaxResults</code> source locations, use the value of <code>NextToken</code> in the response to get the next page of results.</p>
|
|
1764
1898
|
*/
|
|
1765
1899
|
MaxResults?: number;
|
|
1766
1900
|
/**
|
|
1767
|
-
* <p>Pagination token
|
|
1901
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
1768
1902
|
*/
|
|
1769
1903
|
NextToken?: string;
|
|
1770
1904
|
}
|
|
@@ -1774,33 +1908,33 @@ export interface ListSourceLocationsResponse {
|
|
|
1774
1908
|
*/
|
|
1775
1909
|
Items?: SourceLocation[];
|
|
1776
1910
|
/**
|
|
1777
|
-
* <p>Pagination token
|
|
1911
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
1778
1912
|
*/
|
|
1779
1913
|
NextToken?: string;
|
|
1780
1914
|
}
|
|
1781
1915
|
export interface ListTagsForResourceRequest {
|
|
1782
1916
|
/**
|
|
1783
|
-
* <p>The Amazon Resource Name (ARN)
|
|
1917
|
+
* <p>The Amazon Resource Name (ARN) associated with this resource.</p>
|
|
1784
1918
|
*/
|
|
1785
1919
|
ResourceArn: string | undefined;
|
|
1786
1920
|
}
|
|
1787
1921
|
export interface ListTagsForResourceResponse {
|
|
1788
1922
|
/**
|
|
1789
|
-
* <p>
|
|
1923
|
+
* <p>The tags associated with this resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1790
1924
|
*/
|
|
1791
1925
|
Tags?: Record<string, string>;
|
|
1792
1926
|
}
|
|
1793
1927
|
export interface ListVodSourcesRequest {
|
|
1794
1928
|
/**
|
|
1795
|
-
* <p>
|
|
1929
|
+
* <p> The maximum number of VOD sources that you want MediaTailor to return in response to the current request. If there are more than <code>MaxResults</code> VOD sources, use the value of <code>NextToken</code> in the response to get the next page of results.</p>
|
|
1796
1930
|
*/
|
|
1797
1931
|
MaxResults?: number;
|
|
1798
1932
|
/**
|
|
1799
|
-
* <p>Pagination token
|
|
1933
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
1800
1934
|
*/
|
|
1801
1935
|
NextToken?: string;
|
|
1802
1936
|
/**
|
|
1803
|
-
* <p>The
|
|
1937
|
+
* <p>The name of the source location associated with this VOD Source list.</p>
|
|
1804
1938
|
*/
|
|
1805
1939
|
SourceLocationName: string | undefined;
|
|
1806
1940
|
}
|
|
@@ -1810,83 +1944,57 @@ export interface ListVodSourcesResponse {
|
|
|
1810
1944
|
*/
|
|
1811
1945
|
Items?: VodSource[];
|
|
1812
1946
|
/**
|
|
1813
|
-
* <p>Pagination token
|
|
1947
|
+
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
1814
1948
|
*/
|
|
1815
1949
|
NextToken?: string;
|
|
1816
1950
|
}
|
|
1817
|
-
export interface
|
|
1818
|
-
/**
|
|
1819
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1820
|
-
*/
|
|
1821
|
-
ChannelName: string | undefined;
|
|
1822
|
-
/**
|
|
1823
|
-
* <p>Adds an IAM role that determines the permissions of your channel.</p>
|
|
1824
|
-
*/
|
|
1825
|
-
Policy: string | undefined;
|
|
1826
|
-
}
|
|
1827
|
-
export interface PutChannelPolicyResponse {
|
|
1828
|
-
}
|
|
1829
|
-
export interface PutPlaybackConfigurationRequest {
|
|
1830
|
-
/**
|
|
1831
|
-
* <p>The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.</p>
|
|
1832
|
-
*/
|
|
1833
|
-
AdDecisionServerUrl?: string;
|
|
1834
|
-
/**
|
|
1835
|
-
* <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>
|
|
1836
|
-
*/
|
|
1837
|
-
AvailSuppression?: AvailSuppression;
|
|
1951
|
+
export interface UpdateLiveSourceRequest {
|
|
1838
1952
|
/**
|
|
1839
|
-
* <p>
|
|
1953
|
+
* <p>A list of HTTP package configurations for the live source on this account.</p>
|
|
1840
1954
|
*/
|
|
1841
|
-
|
|
1955
|
+
HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
|
|
1842
1956
|
/**
|
|
1843
|
-
* <p>The
|
|
1957
|
+
* <p>The name of the live source.</p>
|
|
1844
1958
|
*/
|
|
1845
|
-
|
|
1959
|
+
LiveSourceName: string | undefined;
|
|
1846
1960
|
/**
|
|
1847
|
-
* <p>The
|
|
1961
|
+
* <p>The name of the source location associated with this Live Source.</p>
|
|
1848
1962
|
*/
|
|
1849
|
-
|
|
1963
|
+
SourceLocationName: string | undefined;
|
|
1964
|
+
}
|
|
1965
|
+
export interface UpdateLiveSourceResponse {
|
|
1850
1966
|
/**
|
|
1851
|
-
* <p>The
|
|
1967
|
+
* <p>The Amazon Resource Name (ARN) associated with this live source.</p>
|
|
1852
1968
|
*/
|
|
1853
|
-
|
|
1969
|
+
Arn?: string;
|
|
1854
1970
|
/**
|
|
1855
|
-
* <p>The
|
|
1971
|
+
* <p>The timestamp that indicates when the live source was created.</p>
|
|
1856
1972
|
*/
|
|
1857
|
-
|
|
1973
|
+
CreationTime?: Date;
|
|
1858
1974
|
/**
|
|
1859
|
-
* <p>
|
|
1975
|
+
* <p>A list of HTTP package configurations for the live source on this account.</p>
|
|
1860
1976
|
*/
|
|
1861
|
-
|
|
1977
|
+
HttpPackageConfigurations?: HttpPackageConfiguration[];
|
|
1862
1978
|
/**
|
|
1863
|
-
* <p>The
|
|
1979
|
+
* <p>The timestamp that indicates when the live source was last modified.</p>
|
|
1864
1980
|
*/
|
|
1865
|
-
|
|
1981
|
+
LastModifiedTime?: Date;
|
|
1866
1982
|
/**
|
|
1867
|
-
* <p>
|
|
1983
|
+
* <p>The name of the live source.</p>
|
|
1868
1984
|
*/
|
|
1869
|
-
|
|
1985
|
+
LiveSourceName?: string;
|
|
1870
1986
|
/**
|
|
1871
|
-
* <p>The
|
|
1987
|
+
* <p>The name of the source location associated with the live source.</p>
|
|
1872
1988
|
*/
|
|
1873
|
-
|
|
1989
|
+
SourceLocationName?: string;
|
|
1874
1990
|
/**
|
|
1875
|
-
* <p>The tags to assign to the
|
|
1991
|
+
* <p>The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1876
1992
|
*/
|
|
1877
1993
|
Tags?: Record<string, string>;
|
|
1878
|
-
/**
|
|
1879
|
-
* <p>The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.</p>
|
|
1880
|
-
*/
|
|
1881
|
-
TranscodeProfileName?: string;
|
|
1882
|
-
/**
|
|
1883
|
-
* <p>The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.</p>
|
|
1884
|
-
*/
|
|
1885
|
-
VideoContentSourceUrl?: string;
|
|
1886
1994
|
}
|
|
1887
|
-
export interface
|
|
1995
|
+
export interface PutPlaybackConfigurationRequest {
|
|
1888
1996
|
/**
|
|
1889
|
-
* <p>The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing
|
|
1997
|
+
* <p>The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.</p>
|
|
1890
1998
|
*/
|
|
1891
1999
|
AdDecisionServerUrl?: string;
|
|
1892
2000
|
/**
|
|
@@ -1908,19 +2016,11 @@ export interface PutPlaybackConfigurationResponse {
|
|
|
1908
2016
|
/**
|
|
1909
2017
|
* <p>The configuration for DASH content.</p>
|
|
1910
2018
|
*/
|
|
1911
|
-
DashConfiguration?:
|
|
1912
|
-
/**
|
|
1913
|
-
* <p>The configuration for HLS content.</p>
|
|
1914
|
-
*/
|
|
1915
|
-
HlsConfiguration?: HlsConfiguration;
|
|
2019
|
+
DashConfiguration?: DashConfigurationForPut;
|
|
1916
2020
|
/**
|
|
1917
2021
|
* <p>The configuration for pre-roll ad insertion.</p>
|
|
1918
2022
|
*/
|
|
1919
2023
|
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
1920
|
-
/**
|
|
1921
|
-
* <p>The Amazon CloudWatch log settings for a playback configuration.</p>
|
|
1922
|
-
*/
|
|
1923
|
-
LogConfiguration?: LogConfiguration;
|
|
1924
2024
|
/**
|
|
1925
2025
|
* <p>The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.</p>
|
|
1926
2026
|
*/
|
|
@@ -1928,29 +2028,17 @@ export interface PutPlaybackConfigurationResponse {
|
|
|
1928
2028
|
/**
|
|
1929
2029
|
* <p>The identifier for the playback configuration.</p>
|
|
1930
2030
|
*/
|
|
1931
|
-
Name
|
|
2031
|
+
Name: string | undefined;
|
|
1932
2032
|
/**
|
|
1933
2033
|
* <p>Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to <i>ad replacement</i> in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Behavior in AWS Elemental MediaTailor</a>.</p>
|
|
1934
2034
|
*/
|
|
1935
2035
|
PersonalizationThresholdSeconds?: number;
|
|
1936
2036
|
/**
|
|
1937
|
-
* <p>The
|
|
1938
|
-
*/
|
|
1939
|
-
PlaybackConfigurationArn?: string;
|
|
1940
|
-
/**
|
|
1941
|
-
* <p>The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.</p>
|
|
1942
|
-
*/
|
|
1943
|
-
PlaybackEndpointPrefix?: string;
|
|
1944
|
-
/**
|
|
1945
|
-
* <p>The URL that the player uses to initialize a session that uses client-side reporting.</p>
|
|
1946
|
-
*/
|
|
1947
|
-
SessionInitializationEndpointPrefix?: string;
|
|
1948
|
-
/**
|
|
1949
|
-
* <p>The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.</p>
|
|
2037
|
+
* <p>The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID configurations. For VPAID, the slate is required because MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.</p>
|
|
1950
2038
|
*/
|
|
1951
2039
|
SlateAdUrl?: string;
|
|
1952
2040
|
/**
|
|
1953
|
-
* <p>The tags
|
|
2041
|
+
* <p>The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
1954
2042
|
*/
|
|
1955
2043
|
Tags?: Record<string, string>;
|
|
1956
2044
|
/**
|
|
@@ -1962,141 +2050,83 @@ export interface PutPlaybackConfigurationResponse {
|
|
|
1962
2050
|
*/
|
|
1963
2051
|
VideoContentSourceUrl?: string;
|
|
1964
2052
|
}
|
|
1965
|
-
export interface
|
|
1966
|
-
/**
|
|
1967
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1968
|
-
*/
|
|
1969
|
-
ChannelName: string | undefined;
|
|
1970
|
-
}
|
|
1971
|
-
export interface StartChannelResponse {
|
|
1972
|
-
}
|
|
1973
|
-
export interface StopChannelRequest {
|
|
1974
|
-
/**
|
|
1975
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1976
|
-
*/
|
|
1977
|
-
ChannelName: string | undefined;
|
|
1978
|
-
}
|
|
1979
|
-
export interface StopChannelResponse {
|
|
1980
|
-
}
|
|
1981
|
-
export interface TagResourceRequest {
|
|
1982
|
-
/**
|
|
1983
|
-
* <p>The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.</p>
|
|
1984
|
-
*/
|
|
1985
|
-
ResourceArn: string | undefined;
|
|
1986
|
-
/**
|
|
1987
|
-
* <p>A comma-separated list of tag key:value pairs.</p>
|
|
1988
|
-
*/
|
|
1989
|
-
Tags: Record<string, string> | undefined;
|
|
1990
|
-
}
|
|
1991
|
-
export interface UntagResourceRequest {
|
|
1992
|
-
/**
|
|
1993
|
-
* <p>The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.</p>
|
|
1994
|
-
*/
|
|
1995
|
-
ResourceArn: string | undefined;
|
|
1996
|
-
/**
|
|
1997
|
-
* <p>A comma-separated list of the tag keys to remove from the playback configuration.</p>
|
|
1998
|
-
*/
|
|
1999
|
-
TagKeys: string[] | undefined;
|
|
2000
|
-
}
|
|
2001
|
-
export interface UpdateChannelRequest {
|
|
2002
|
-
/**
|
|
2003
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
2004
|
-
*/
|
|
2005
|
-
ChannelName: string | undefined;
|
|
2006
|
-
/**
|
|
2007
|
-
* <p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.</p>
|
|
2008
|
-
*/
|
|
2009
|
-
FillerSlate?: SlateSource;
|
|
2010
|
-
/**
|
|
2011
|
-
* <p>The channel's output properties.</p>
|
|
2012
|
-
*/
|
|
2013
|
-
Outputs: RequestOutputItem[] | undefined;
|
|
2014
|
-
}
|
|
2015
|
-
export interface UpdateChannelResponse {
|
|
2016
|
-
/**
|
|
2017
|
-
* <p>The ARN of the channel.</p>
|
|
2018
|
-
*/
|
|
2019
|
-
Arn?: string;
|
|
2053
|
+
export interface PutPlaybackConfigurationResponse {
|
|
2020
2054
|
/**
|
|
2021
|
-
* <p>The
|
|
2055
|
+
* <p>The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.</p>
|
|
2022
2056
|
*/
|
|
2023
|
-
|
|
2057
|
+
AdDecisionServerUrl?: string;
|
|
2024
2058
|
/**
|
|
2025
|
-
* <p>
|
|
2059
|
+
* <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>
|
|
2026
2060
|
*/
|
|
2027
|
-
|
|
2061
|
+
AvailSuppression?: AvailSuppression;
|
|
2028
2062
|
/**
|
|
2029
|
-
* <p>The
|
|
2063
|
+
* <p>The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html">Bumpers</a>.</p>
|
|
2030
2064
|
*/
|
|
2031
|
-
|
|
2065
|
+
Bumper?: Bumper;
|
|
2032
2066
|
/**
|
|
2033
|
-
* <p>
|
|
2067
|
+
* <p>The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.</p>
|
|
2034
2068
|
*/
|
|
2035
|
-
|
|
2069
|
+
CdnConfiguration?: CdnConfiguration;
|
|
2036
2070
|
/**
|
|
2037
|
-
* <p>The
|
|
2071
|
+
* <p>The player parameters and aliases used as dynamic variables during session initialization. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html">Domain Variables</a>.</p>
|
|
2038
2072
|
*/
|
|
2039
|
-
|
|
2073
|
+
ConfigurationAliases?: Record<string, Record<string, string>>;
|
|
2040
2074
|
/**
|
|
2041
|
-
* <p>The
|
|
2075
|
+
* <p>The configuration for DASH content.</p>
|
|
2042
2076
|
*/
|
|
2043
|
-
|
|
2077
|
+
DashConfiguration?: DashConfiguration;
|
|
2044
2078
|
/**
|
|
2045
|
-
* <p>The
|
|
2079
|
+
* <p>The configuration for HLS content.</p>
|
|
2046
2080
|
*/
|
|
2047
|
-
|
|
2081
|
+
HlsConfiguration?: HlsConfiguration;
|
|
2048
2082
|
/**
|
|
2049
|
-
* <p>The
|
|
2083
|
+
* <p>The configuration for pre-roll ad insertion.</p>
|
|
2050
2084
|
*/
|
|
2051
|
-
|
|
2085
|
+
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
2052
2086
|
/**
|
|
2053
|
-
* <p>The
|
|
2087
|
+
* <p>The Amazon CloudWatch log settings for a playback configuration.</p>
|
|
2054
2088
|
*/
|
|
2055
|
-
|
|
2056
|
-
}
|
|
2057
|
-
export interface UpdateLiveSourceRequest {
|
|
2089
|
+
LogConfiguration?: LogConfiguration;
|
|
2058
2090
|
/**
|
|
2059
|
-
* <p>
|
|
2091
|
+
* <p>The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.</p>
|
|
2060
2092
|
*/
|
|
2061
|
-
|
|
2093
|
+
ManifestProcessingRules?: ManifestProcessingRules;
|
|
2062
2094
|
/**
|
|
2063
|
-
* <p>The identifier for the
|
|
2095
|
+
* <p>The identifier for the playback configuration.</p>
|
|
2064
2096
|
*/
|
|
2065
|
-
|
|
2097
|
+
Name?: string;
|
|
2066
2098
|
/**
|
|
2067
|
-
* <p>
|
|
2099
|
+
* <p>Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to <i>ad replacement</i> in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Behavior in AWS Elemental MediaTailor</a>.</p>
|
|
2068
2100
|
*/
|
|
2069
|
-
|
|
2070
|
-
}
|
|
2071
|
-
export interface UpdateLiveSourceResponse {
|
|
2101
|
+
PersonalizationThresholdSeconds?: number;
|
|
2072
2102
|
/**
|
|
2073
|
-
* <p>The ARN
|
|
2103
|
+
* <p>The Amazon Resource Name (ARN) associated with the playback configuration.</p>
|
|
2074
2104
|
*/
|
|
2075
|
-
|
|
2105
|
+
PlaybackConfigurationArn?: string;
|
|
2076
2106
|
/**
|
|
2077
|
-
* <p>The
|
|
2107
|
+
* <p>The playback endpoint prefix associated with the playback configuration.</p>
|
|
2078
2108
|
*/
|
|
2079
|
-
|
|
2109
|
+
PlaybackEndpointPrefix?: string;
|
|
2080
2110
|
/**
|
|
2081
|
-
* <p>The
|
|
2111
|
+
* <p>The session initialization endpoint prefix associated with the playback configuration.</p>
|
|
2082
2112
|
*/
|
|
2083
|
-
|
|
2113
|
+
SessionInitializationEndpointPrefix?: string;
|
|
2084
2114
|
/**
|
|
2085
|
-
* <p>The
|
|
2115
|
+
* <p>The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID configurations. For VPAID, the slate is required because MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.</p>
|
|
2086
2116
|
*/
|
|
2087
|
-
|
|
2117
|
+
SlateAdUrl?: string;
|
|
2088
2118
|
/**
|
|
2089
|
-
* <p>The
|
|
2119
|
+
* <p>The tags to assign to the playback configuration. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
2090
2120
|
*/
|
|
2091
|
-
|
|
2121
|
+
Tags?: Record<string, string>;
|
|
2092
2122
|
/**
|
|
2093
|
-
* <p>The name
|
|
2123
|
+
* <p>The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.</p>
|
|
2094
2124
|
*/
|
|
2095
|
-
|
|
2125
|
+
TranscodeProfileName?: string;
|
|
2096
2126
|
/**
|
|
2097
|
-
* <p>The
|
|
2127
|
+
* <p>The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.</p>
|
|
2098
2128
|
*/
|
|
2099
|
-
|
|
2129
|
+
VideoContentSourceUrl?: string;
|
|
2100
2130
|
}
|
|
2101
2131
|
export interface UpdateSourceLocationRequest {
|
|
2102
2132
|
/**
|
|
@@ -2116,17 +2146,17 @@ export interface UpdateSourceLocationRequest {
|
|
|
2116
2146
|
*/
|
|
2117
2147
|
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
|
|
2118
2148
|
/**
|
|
2119
|
-
* <p>The
|
|
2149
|
+
* <p>The name of the source location.</p>
|
|
2120
2150
|
*/
|
|
2121
2151
|
SourceLocationName: string | undefined;
|
|
2122
2152
|
}
|
|
2123
2153
|
export interface UpdateSourceLocationResponse {
|
|
2124
2154
|
/**
|
|
2125
|
-
* <p>
|
|
2155
|
+
* <p>Access configuration parameters. Configures the type of authentication used to access content from your source location.</p>
|
|
2126
2156
|
*/
|
|
2127
2157
|
AccessConfiguration?: AccessConfiguration;
|
|
2128
2158
|
/**
|
|
2129
|
-
* <p>The ARN
|
|
2159
|
+
* <p>The Amazon Resource Name (ARN) associated with the source location.</p>
|
|
2130
2160
|
*/
|
|
2131
2161
|
Arn?: string;
|
|
2132
2162
|
/**
|
|
@@ -2134,11 +2164,11 @@ export interface UpdateSourceLocationResponse {
|
|
|
2134
2164
|
*/
|
|
2135
2165
|
CreationTime?: Date;
|
|
2136
2166
|
/**
|
|
2137
|
-
* <p>The
|
|
2167
|
+
* <p>The optional configuration for the host server that serves segments.</p>
|
|
2138
2168
|
*/
|
|
2139
2169
|
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
2140
2170
|
/**
|
|
2141
|
-
* <p>The HTTP
|
|
2171
|
+
* <p>The HTTP configuration for the source location.</p>
|
|
2142
2172
|
*/
|
|
2143
2173
|
HttpConfiguration?: HttpConfiguration;
|
|
2144
2174
|
/**
|
|
@@ -2146,7 +2176,7 @@ export interface UpdateSourceLocationResponse {
|
|
|
2146
2176
|
*/
|
|
2147
2177
|
LastModifiedTime?: Date;
|
|
2148
2178
|
/**
|
|
2149
|
-
* <p>
|
|
2179
|
+
* <p>The segment delivery configurations for the source location. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
|
|
2150
2180
|
*/
|
|
2151
2181
|
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
|
|
2152
2182
|
/**
|
|
@@ -2154,27 +2184,47 @@ export interface UpdateSourceLocationResponse {
|
|
|
2154
2184
|
*/
|
|
2155
2185
|
SourceLocationName?: string;
|
|
2156
2186
|
/**
|
|
2157
|
-
* <p>The tags
|
|
2187
|
+
* <p>The tags to assign to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
2158
2188
|
*/
|
|
2159
2189
|
Tags?: Record<string, string>;
|
|
2160
2190
|
}
|
|
2191
|
+
export interface TagResourceRequest {
|
|
2192
|
+
/**
|
|
2193
|
+
* <p>The Amazon Resource Name (ARN) associated with the resource.</p>
|
|
2194
|
+
*/
|
|
2195
|
+
ResourceArn: string | undefined;
|
|
2196
|
+
/**
|
|
2197
|
+
* <p>The tags to assign to the resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
2198
|
+
*/
|
|
2199
|
+
Tags: Record<string, string> | undefined;
|
|
2200
|
+
}
|
|
2201
|
+
export interface UntagResourceRequest {
|
|
2202
|
+
/**
|
|
2203
|
+
* <p>The Amazon Resource Name (ARN) of the resource to untag.</p>
|
|
2204
|
+
*/
|
|
2205
|
+
ResourceArn: string | undefined;
|
|
2206
|
+
/**
|
|
2207
|
+
* <p>The tag keys associated with the resource.</p>
|
|
2208
|
+
*/
|
|
2209
|
+
TagKeys: string[] | undefined;
|
|
2210
|
+
}
|
|
2161
2211
|
export interface UpdateVodSourceRequest {
|
|
2162
2212
|
/**
|
|
2163
2213
|
* <p>A list of HTTP package configurations for the VOD source on this account.</p>
|
|
2164
2214
|
*/
|
|
2165
2215
|
HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
|
|
2166
2216
|
/**
|
|
2167
|
-
* <p>The
|
|
2217
|
+
* <p>The name of the source location associated with this VOD Source.</p>
|
|
2168
2218
|
*/
|
|
2169
2219
|
SourceLocationName: string | undefined;
|
|
2170
2220
|
/**
|
|
2171
|
-
* <p>The
|
|
2221
|
+
* <p>The name of the VOD source.</p>
|
|
2172
2222
|
*/
|
|
2173
2223
|
VodSourceName: string | undefined;
|
|
2174
2224
|
}
|
|
2175
2225
|
export interface UpdateVodSourceResponse {
|
|
2176
2226
|
/**
|
|
2177
|
-
* <p>The ARN
|
|
2227
|
+
* <p>The Amazon Resource Name (ARN) associated with the VOD source.</p>
|
|
2178
2228
|
*/
|
|
2179
2229
|
Arn?: string;
|
|
2180
2230
|
/**
|
|
@@ -2182,11 +2232,11 @@ export interface UpdateVodSourceResponse {
|
|
|
2182
2232
|
*/
|
|
2183
2233
|
CreationTime?: Date;
|
|
2184
2234
|
/**
|
|
2185
|
-
* <p>
|
|
2235
|
+
* <p>A list of HTTP package configurations for the VOD source on this account.</p>
|
|
2186
2236
|
*/
|
|
2187
2237
|
HttpPackageConfigurations?: HttpPackageConfiguration[];
|
|
2188
2238
|
/**
|
|
2189
|
-
* <p>The
|
|
2239
|
+
* <p>The timestamp that indicates when the VOD source was last modified.</p>
|
|
2190
2240
|
*/
|
|
2191
2241
|
LastModifiedTime?: Date;
|
|
2192
2242
|
/**
|
|
@@ -2194,7 +2244,7 @@ export interface UpdateVodSourceResponse {
|
|
|
2194
2244
|
*/
|
|
2195
2245
|
SourceLocationName?: string;
|
|
2196
2246
|
/**
|
|
2197
|
-
* <p>The tags
|
|
2247
|
+
* <p>The tags to assign to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
2198
2248
|
*/
|
|
2199
2249
|
Tags?: Record<string, string>;
|
|
2200
2250
|
/**
|
|
@@ -2337,339 +2387,339 @@ export declare const VodSourceFilterSensitiveLog: (obj: VodSource) => any;
|
|
|
2337
2387
|
/**
|
|
2338
2388
|
* @internal
|
|
2339
2389
|
*/
|
|
2340
|
-
export declare const
|
|
2390
|
+
export declare const DeleteChannelPolicyRequestFilterSensitiveLog: (obj: DeleteChannelPolicyRequest) => any;
|
|
2341
2391
|
/**
|
|
2342
2392
|
* @internal
|
|
2343
2393
|
*/
|
|
2344
|
-
export declare const
|
|
2394
|
+
export declare const DeleteChannelPolicyResponseFilterSensitiveLog: (obj: DeleteChannelPolicyResponse) => any;
|
|
2345
2395
|
/**
|
|
2346
2396
|
* @internal
|
|
2347
2397
|
*/
|
|
2348
|
-
export declare const
|
|
2398
|
+
export declare const GetChannelPolicyRequestFilterSensitiveLog: (obj: GetChannelPolicyRequest) => any;
|
|
2349
2399
|
/**
|
|
2350
2400
|
* @internal
|
|
2351
2401
|
*/
|
|
2352
|
-
export declare const
|
|
2402
|
+
export declare const GetChannelPolicyResponseFilterSensitiveLog: (obj: GetChannelPolicyResponse) => any;
|
|
2353
2403
|
/**
|
|
2354
2404
|
* @internal
|
|
2355
2405
|
*/
|
|
2356
|
-
export declare const
|
|
2406
|
+
export declare const PutChannelPolicyRequestFilterSensitiveLog: (obj: PutChannelPolicyRequest) => any;
|
|
2357
2407
|
/**
|
|
2358
2408
|
* @internal
|
|
2359
2409
|
*/
|
|
2360
|
-
export declare const
|
|
2410
|
+
export declare const PutChannelPolicyResponseFilterSensitiveLog: (obj: PutChannelPolicyResponse) => any;
|
|
2361
2411
|
/**
|
|
2362
2412
|
* @internal
|
|
2363
2413
|
*/
|
|
2364
|
-
export declare const
|
|
2414
|
+
export declare const RequestOutputItemFilterSensitiveLog: (obj: RequestOutputItem) => any;
|
|
2365
2415
|
/**
|
|
2366
2416
|
* @internal
|
|
2367
2417
|
*/
|
|
2368
|
-
export declare const
|
|
2418
|
+
export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
2369
2419
|
/**
|
|
2370
2420
|
* @internal
|
|
2371
2421
|
*/
|
|
2372
|
-
export declare const
|
|
2422
|
+
export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
2373
2423
|
/**
|
|
2374
2424
|
* @internal
|
|
2375
2425
|
*/
|
|
2376
|
-
export declare const
|
|
2426
|
+
export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
2377
2427
|
/**
|
|
2378
2428
|
* @internal
|
|
2379
2429
|
*/
|
|
2380
|
-
export declare const
|
|
2430
|
+
export declare const DeleteChannelResponseFilterSensitiveLog: (obj: DeleteChannelResponse) => any;
|
|
2381
2431
|
/**
|
|
2382
2432
|
* @internal
|
|
2383
2433
|
*/
|
|
2384
|
-
export declare const
|
|
2434
|
+
export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
|
|
2385
2435
|
/**
|
|
2386
2436
|
* @internal
|
|
2387
2437
|
*/
|
|
2388
|
-
export declare const
|
|
2438
|
+
export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
|
|
2389
2439
|
/**
|
|
2390
2440
|
* @internal
|
|
2391
2441
|
*/
|
|
2392
|
-
export declare const
|
|
2442
|
+
export declare const GetChannelScheduleRequestFilterSensitiveLog: (obj: GetChannelScheduleRequest) => any;
|
|
2393
2443
|
/**
|
|
2394
2444
|
* @internal
|
|
2395
2445
|
*/
|
|
2396
|
-
export declare const
|
|
2446
|
+
export declare const GetChannelScheduleResponseFilterSensitiveLog: (obj: GetChannelScheduleResponse) => any;
|
|
2397
2447
|
/**
|
|
2398
2448
|
* @internal
|
|
2399
2449
|
*/
|
|
2400
|
-
export declare const
|
|
2450
|
+
export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
2401
2451
|
/**
|
|
2402
2452
|
* @internal
|
|
2403
2453
|
*/
|
|
2404
|
-
export declare const
|
|
2454
|
+
export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
2405
2455
|
/**
|
|
2406
2456
|
* @internal
|
|
2407
2457
|
*/
|
|
2408
|
-
export declare const
|
|
2458
|
+
export declare const TransitionFilterSensitiveLog: (obj: Transition) => any;
|
|
2409
2459
|
/**
|
|
2410
2460
|
* @internal
|
|
2411
2461
|
*/
|
|
2412
|
-
export declare const
|
|
2462
|
+
export declare const ScheduleConfigurationFilterSensitiveLog: (obj: ScheduleConfiguration) => any;
|
|
2413
2463
|
/**
|
|
2414
2464
|
* @internal
|
|
2415
2465
|
*/
|
|
2416
|
-
export declare const
|
|
2466
|
+
export declare const CreateProgramRequestFilterSensitiveLog: (obj: CreateProgramRequest) => any;
|
|
2417
2467
|
/**
|
|
2418
2468
|
* @internal
|
|
2419
2469
|
*/
|
|
2420
|
-
export declare const
|
|
2470
|
+
export declare const CreateProgramResponseFilterSensitiveLog: (obj: CreateProgramResponse) => any;
|
|
2421
2471
|
/**
|
|
2422
2472
|
* @internal
|
|
2423
2473
|
*/
|
|
2424
|
-
export declare const
|
|
2474
|
+
export declare const DeleteProgramRequestFilterSensitiveLog: (obj: DeleteProgramRequest) => any;
|
|
2425
2475
|
/**
|
|
2426
2476
|
* @internal
|
|
2427
2477
|
*/
|
|
2428
|
-
export declare const
|
|
2478
|
+
export declare const DeleteProgramResponseFilterSensitiveLog: (obj: DeleteProgramResponse) => any;
|
|
2429
2479
|
/**
|
|
2430
2480
|
* @internal
|
|
2431
2481
|
*/
|
|
2432
|
-
export declare const
|
|
2482
|
+
export declare const DescribeProgramRequestFilterSensitiveLog: (obj: DescribeProgramRequest) => any;
|
|
2433
2483
|
/**
|
|
2434
2484
|
* @internal
|
|
2435
2485
|
*/
|
|
2436
|
-
export declare const
|
|
2486
|
+
export declare const DescribeProgramResponseFilterSensitiveLog: (obj: DescribeProgramResponse) => any;
|
|
2437
2487
|
/**
|
|
2438
2488
|
* @internal
|
|
2439
2489
|
*/
|
|
2440
|
-
export declare const
|
|
2490
|
+
export declare const StartChannelRequestFilterSensitiveLog: (obj: StartChannelRequest) => any;
|
|
2441
2491
|
/**
|
|
2442
2492
|
* @internal
|
|
2443
2493
|
*/
|
|
2444
|
-
export declare const
|
|
2494
|
+
export declare const StartChannelResponseFilterSensitiveLog: (obj: StartChannelResponse) => any;
|
|
2445
2495
|
/**
|
|
2446
2496
|
* @internal
|
|
2447
2497
|
*/
|
|
2448
|
-
export declare const
|
|
2498
|
+
export declare const StopChannelRequestFilterSensitiveLog: (obj: StopChannelRequest) => any;
|
|
2449
2499
|
/**
|
|
2450
2500
|
* @internal
|
|
2451
2501
|
*/
|
|
2452
|
-
export declare const
|
|
2502
|
+
export declare const StopChannelResponseFilterSensitiveLog: (obj: StopChannelResponse) => any;
|
|
2453
2503
|
/**
|
|
2454
2504
|
* @internal
|
|
2455
2505
|
*/
|
|
2456
|
-
export declare const
|
|
2506
|
+
export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
2457
2507
|
/**
|
|
2458
2508
|
* @internal
|
|
2459
2509
|
*/
|
|
2460
|
-
export declare const
|
|
2510
|
+
export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
2461
2511
|
/**
|
|
2462
2512
|
* @internal
|
|
2463
2513
|
*/
|
|
2464
|
-
export declare const
|
|
2514
|
+
export declare const ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationRequest) => any;
|
|
2465
2515
|
/**
|
|
2466
2516
|
* @internal
|
|
2467
2517
|
*/
|
|
2468
|
-
export declare const
|
|
2518
|
+
export declare const ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationResponse) => any;
|
|
2469
2519
|
/**
|
|
2470
2520
|
* @internal
|
|
2471
2521
|
*/
|
|
2472
|
-
export declare const
|
|
2522
|
+
export declare const CreateLiveSourceRequestFilterSensitiveLog: (obj: CreateLiveSourceRequest) => any;
|
|
2473
2523
|
/**
|
|
2474
2524
|
* @internal
|
|
2475
2525
|
*/
|
|
2476
|
-
export declare const
|
|
2526
|
+
export declare const CreateLiveSourceResponseFilterSensitiveLog: (obj: CreateLiveSourceResponse) => any;
|
|
2477
2527
|
/**
|
|
2478
2528
|
* @internal
|
|
2479
2529
|
*/
|
|
2480
|
-
export declare const
|
|
2530
|
+
export declare const CreatePrefetchScheduleRequestFilterSensitiveLog: (obj: CreatePrefetchScheduleRequest) => any;
|
|
2481
2531
|
/**
|
|
2482
2532
|
* @internal
|
|
2483
2533
|
*/
|
|
2484
|
-
export declare const
|
|
2534
|
+
export declare const CreatePrefetchScheduleResponseFilterSensitiveLog: (obj: CreatePrefetchScheduleResponse) => any;
|
|
2485
2535
|
/**
|
|
2486
2536
|
* @internal
|
|
2487
2537
|
*/
|
|
2488
|
-
export declare const
|
|
2538
|
+
export declare const CreateSourceLocationRequestFilterSensitiveLog: (obj: CreateSourceLocationRequest) => any;
|
|
2489
2539
|
/**
|
|
2490
2540
|
* @internal
|
|
2491
2541
|
*/
|
|
2492
|
-
export declare const
|
|
2542
|
+
export declare const CreateSourceLocationResponseFilterSensitiveLog: (obj: CreateSourceLocationResponse) => any;
|
|
2493
2543
|
/**
|
|
2494
2544
|
* @internal
|
|
2495
2545
|
*/
|
|
2496
|
-
export declare const
|
|
2546
|
+
export declare const CreateVodSourceRequestFilterSensitiveLog: (obj: CreateVodSourceRequest) => any;
|
|
2497
2547
|
/**
|
|
2498
2548
|
* @internal
|
|
2499
2549
|
*/
|
|
2500
|
-
export declare const
|
|
2550
|
+
export declare const CreateVodSourceResponseFilterSensitiveLog: (obj: CreateVodSourceResponse) => any;
|
|
2501
2551
|
/**
|
|
2502
2552
|
* @internal
|
|
2503
2553
|
*/
|
|
2504
|
-
export declare const
|
|
2554
|
+
export declare const DashConfigurationForPutFilterSensitiveLog: (obj: DashConfigurationForPut) => any;
|
|
2505
2555
|
/**
|
|
2506
2556
|
* @internal
|
|
2507
2557
|
*/
|
|
2508
|
-
export declare const
|
|
2558
|
+
export declare const DeleteLiveSourceRequestFilterSensitiveLog: (obj: DeleteLiveSourceRequest) => any;
|
|
2509
2559
|
/**
|
|
2510
2560
|
* @internal
|
|
2511
2561
|
*/
|
|
2512
|
-
export declare const
|
|
2562
|
+
export declare const DeleteLiveSourceResponseFilterSensitiveLog: (obj: DeleteLiveSourceResponse) => any;
|
|
2513
2563
|
/**
|
|
2514
2564
|
* @internal
|
|
2515
2565
|
*/
|
|
2516
|
-
export declare const
|
|
2566
|
+
export declare const DeletePlaybackConfigurationRequestFilterSensitiveLog: (obj: DeletePlaybackConfigurationRequest) => any;
|
|
2517
2567
|
/**
|
|
2518
2568
|
* @internal
|
|
2519
2569
|
*/
|
|
2520
|
-
export declare const
|
|
2570
|
+
export declare const DeletePlaybackConfigurationResponseFilterSensitiveLog: (obj: DeletePlaybackConfigurationResponse) => any;
|
|
2521
2571
|
/**
|
|
2522
2572
|
* @internal
|
|
2523
2573
|
*/
|
|
2524
|
-
export declare const
|
|
2574
|
+
export declare const DeletePrefetchScheduleRequestFilterSensitiveLog: (obj: DeletePrefetchScheduleRequest) => any;
|
|
2525
2575
|
/**
|
|
2526
2576
|
* @internal
|
|
2527
2577
|
*/
|
|
2528
|
-
export declare const
|
|
2578
|
+
export declare const DeletePrefetchScheduleResponseFilterSensitiveLog: (obj: DeletePrefetchScheduleResponse) => any;
|
|
2529
2579
|
/**
|
|
2530
2580
|
* @internal
|
|
2531
2581
|
*/
|
|
2532
|
-
export declare const
|
|
2582
|
+
export declare const DeleteSourceLocationRequestFilterSensitiveLog: (obj: DeleteSourceLocationRequest) => any;
|
|
2533
2583
|
/**
|
|
2534
2584
|
* @internal
|
|
2535
2585
|
*/
|
|
2536
|
-
export declare const
|
|
2586
|
+
export declare const DeleteSourceLocationResponseFilterSensitiveLog: (obj: DeleteSourceLocationResponse) => any;
|
|
2537
2587
|
/**
|
|
2538
2588
|
* @internal
|
|
2539
2589
|
*/
|
|
2540
|
-
export declare const
|
|
2590
|
+
export declare const DeleteVodSourceRequestFilterSensitiveLog: (obj: DeleteVodSourceRequest) => any;
|
|
2541
2591
|
/**
|
|
2542
2592
|
* @internal
|
|
2543
2593
|
*/
|
|
2544
|
-
export declare const
|
|
2594
|
+
export declare const DeleteVodSourceResponseFilterSensitiveLog: (obj: DeleteVodSourceResponse) => any;
|
|
2545
2595
|
/**
|
|
2546
2596
|
* @internal
|
|
2547
2597
|
*/
|
|
2548
|
-
export declare const
|
|
2598
|
+
export declare const DescribeLiveSourceRequestFilterSensitiveLog: (obj: DescribeLiveSourceRequest) => any;
|
|
2549
2599
|
/**
|
|
2550
2600
|
* @internal
|
|
2551
2601
|
*/
|
|
2552
|
-
export declare const
|
|
2602
|
+
export declare const DescribeLiveSourceResponseFilterSensitiveLog: (obj: DescribeLiveSourceResponse) => any;
|
|
2553
2603
|
/**
|
|
2554
2604
|
* @internal
|
|
2555
2605
|
*/
|
|
2556
|
-
export declare const
|
|
2606
|
+
export declare const DescribeSourceLocationRequestFilterSensitiveLog: (obj: DescribeSourceLocationRequest) => any;
|
|
2557
2607
|
/**
|
|
2558
2608
|
* @internal
|
|
2559
2609
|
*/
|
|
2560
|
-
export declare const
|
|
2610
|
+
export declare const DescribeSourceLocationResponseFilterSensitiveLog: (obj: DescribeSourceLocationResponse) => any;
|
|
2561
2611
|
/**
|
|
2562
2612
|
* @internal
|
|
2563
2613
|
*/
|
|
2564
|
-
export declare const
|
|
2614
|
+
export declare const DescribeVodSourceRequestFilterSensitiveLog: (obj: DescribeVodSourceRequest) => any;
|
|
2565
2615
|
/**
|
|
2566
2616
|
* @internal
|
|
2567
2617
|
*/
|
|
2568
|
-
export declare const
|
|
2618
|
+
export declare const DescribeVodSourceResponseFilterSensitiveLog: (obj: DescribeVodSourceResponse) => any;
|
|
2569
2619
|
/**
|
|
2570
2620
|
* @internal
|
|
2571
2621
|
*/
|
|
2572
|
-
export declare const
|
|
2622
|
+
export declare const GetPlaybackConfigurationRequestFilterSensitiveLog: (obj: GetPlaybackConfigurationRequest) => any;
|
|
2573
2623
|
/**
|
|
2574
2624
|
* @internal
|
|
2575
2625
|
*/
|
|
2576
|
-
export declare const
|
|
2626
|
+
export declare const GetPlaybackConfigurationResponseFilterSensitiveLog: (obj: GetPlaybackConfigurationResponse) => any;
|
|
2577
2627
|
/**
|
|
2578
2628
|
* @internal
|
|
2579
2629
|
*/
|
|
2580
|
-
export declare const
|
|
2630
|
+
export declare const GetPrefetchScheduleRequestFilterSensitiveLog: (obj: GetPrefetchScheduleRequest) => any;
|
|
2581
2631
|
/**
|
|
2582
2632
|
* @internal
|
|
2583
2633
|
*/
|
|
2584
|
-
export declare const
|
|
2634
|
+
export declare const GetPrefetchScheduleResponseFilterSensitiveLog: (obj: GetPrefetchScheduleResponse) => any;
|
|
2585
2635
|
/**
|
|
2586
2636
|
* @internal
|
|
2587
2637
|
*/
|
|
2588
|
-
export declare const
|
|
2638
|
+
export declare const ListAlertsRequestFilterSensitiveLog: (obj: ListAlertsRequest) => any;
|
|
2589
2639
|
/**
|
|
2590
2640
|
* @internal
|
|
2591
2641
|
*/
|
|
2592
|
-
export declare const
|
|
2642
|
+
export declare const ListAlertsResponseFilterSensitiveLog: (obj: ListAlertsResponse) => any;
|
|
2593
2643
|
/**
|
|
2594
2644
|
* @internal
|
|
2595
2645
|
*/
|
|
2596
|
-
export declare const
|
|
2646
|
+
export declare const ListLiveSourcesRequestFilterSensitiveLog: (obj: ListLiveSourcesRequest) => any;
|
|
2597
2647
|
/**
|
|
2598
2648
|
* @internal
|
|
2599
2649
|
*/
|
|
2600
|
-
export declare const
|
|
2650
|
+
export declare const ListLiveSourcesResponseFilterSensitiveLog: (obj: ListLiveSourcesResponse) => any;
|
|
2601
2651
|
/**
|
|
2602
2652
|
* @internal
|
|
2603
2653
|
*/
|
|
2604
|
-
export declare const
|
|
2654
|
+
export declare const ListPlaybackConfigurationsRequestFilterSensitiveLog: (obj: ListPlaybackConfigurationsRequest) => any;
|
|
2605
2655
|
/**
|
|
2606
2656
|
* @internal
|
|
2607
2657
|
*/
|
|
2608
|
-
export declare const
|
|
2658
|
+
export declare const ListPlaybackConfigurationsResponseFilterSensitiveLog: (obj: ListPlaybackConfigurationsResponse) => any;
|
|
2609
2659
|
/**
|
|
2610
2660
|
* @internal
|
|
2611
2661
|
*/
|
|
2612
|
-
export declare const
|
|
2662
|
+
export declare const ListPrefetchSchedulesRequestFilterSensitiveLog: (obj: ListPrefetchSchedulesRequest) => any;
|
|
2613
2663
|
/**
|
|
2614
2664
|
* @internal
|
|
2615
2665
|
*/
|
|
2616
|
-
export declare const
|
|
2666
|
+
export declare const ListPrefetchSchedulesResponseFilterSensitiveLog: (obj: ListPrefetchSchedulesResponse) => any;
|
|
2617
2667
|
/**
|
|
2618
2668
|
* @internal
|
|
2619
2669
|
*/
|
|
2620
|
-
export declare const
|
|
2670
|
+
export declare const ListSourceLocationsRequestFilterSensitiveLog: (obj: ListSourceLocationsRequest) => any;
|
|
2621
2671
|
/**
|
|
2622
2672
|
* @internal
|
|
2623
2673
|
*/
|
|
2624
|
-
export declare const
|
|
2674
|
+
export declare const ListSourceLocationsResponseFilterSensitiveLog: (obj: ListSourceLocationsResponse) => any;
|
|
2625
2675
|
/**
|
|
2626
2676
|
* @internal
|
|
2627
2677
|
*/
|
|
2628
|
-
export declare const
|
|
2678
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2629
2679
|
/**
|
|
2630
2680
|
* @internal
|
|
2631
2681
|
*/
|
|
2632
|
-
export declare const
|
|
2682
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2633
2683
|
/**
|
|
2634
2684
|
* @internal
|
|
2635
2685
|
*/
|
|
2636
|
-
export declare const
|
|
2686
|
+
export declare const ListVodSourcesRequestFilterSensitiveLog: (obj: ListVodSourcesRequest) => any;
|
|
2637
2687
|
/**
|
|
2638
2688
|
* @internal
|
|
2639
2689
|
*/
|
|
2640
|
-
export declare const
|
|
2690
|
+
export declare const ListVodSourcesResponseFilterSensitiveLog: (obj: ListVodSourcesResponse) => any;
|
|
2641
2691
|
/**
|
|
2642
2692
|
* @internal
|
|
2643
2693
|
*/
|
|
2644
|
-
export declare const
|
|
2694
|
+
export declare const UpdateLiveSourceRequestFilterSensitiveLog: (obj: UpdateLiveSourceRequest) => any;
|
|
2645
2695
|
/**
|
|
2646
2696
|
* @internal
|
|
2647
2697
|
*/
|
|
2648
|
-
export declare const
|
|
2698
|
+
export declare const UpdateLiveSourceResponseFilterSensitiveLog: (obj: UpdateLiveSourceResponse) => any;
|
|
2649
2699
|
/**
|
|
2650
2700
|
* @internal
|
|
2651
2701
|
*/
|
|
2652
|
-
export declare const
|
|
2702
|
+
export declare const PutPlaybackConfigurationRequestFilterSensitiveLog: (obj: PutPlaybackConfigurationRequest) => any;
|
|
2653
2703
|
/**
|
|
2654
2704
|
* @internal
|
|
2655
2705
|
*/
|
|
2656
|
-
export declare const
|
|
2706
|
+
export declare const PutPlaybackConfigurationResponseFilterSensitiveLog: (obj: PutPlaybackConfigurationResponse) => any;
|
|
2657
2707
|
/**
|
|
2658
2708
|
* @internal
|
|
2659
2709
|
*/
|
|
2660
|
-
export declare const
|
|
2710
|
+
export declare const UpdateSourceLocationRequestFilterSensitiveLog: (obj: UpdateSourceLocationRequest) => any;
|
|
2661
2711
|
/**
|
|
2662
2712
|
* @internal
|
|
2663
2713
|
*/
|
|
2664
|
-
export declare const
|
|
2714
|
+
export declare const UpdateSourceLocationResponseFilterSensitiveLog: (obj: UpdateSourceLocationResponse) => any;
|
|
2665
2715
|
/**
|
|
2666
2716
|
* @internal
|
|
2667
2717
|
*/
|
|
2668
|
-
export declare const
|
|
2718
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2669
2719
|
/**
|
|
2670
2720
|
* @internal
|
|
2671
2721
|
*/
|
|
2672
|
-
export declare const
|
|
2722
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2673
2723
|
/**
|
|
2674
2724
|
* @internal
|
|
2675
2725
|
*/
|