@aws-sdk/client-mediatailor 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateChannelCommand.js +2 -2
- package/dist-cjs/commands/CreateLiveSourceCommand.js +2 -2
- package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +2 -2
- package/dist-cjs/commands/CreateProgramCommand.js +2 -2
- package/dist-cjs/commands/CreateSourceLocationCommand.js +2 -2
- package/dist-cjs/commands/CreateVodSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteChannelPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteLiveSourceCommand.js +2 -2
- package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +2 -2
- package/dist-cjs/commands/DeleteProgramCommand.js +2 -2
- package/dist-cjs/commands/DeleteSourceLocationCommand.js +2 -2
- package/dist-cjs/commands/DeleteVodSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
- package/dist-cjs/commands/DescribeLiveSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeProgramCommand.js +2 -2
- package/dist-cjs/commands/DescribeSourceLocationCommand.js +2 -2
- package/dist-cjs/commands/DescribeVodSourceCommand.js +2 -2
- package/dist-cjs/commands/GetChannelPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetChannelScheduleCommand.js +2 -2
- package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetPrefetchScheduleCommand.js +2 -2
- package/dist-cjs/commands/ListAlertsCommand.js +2 -2
- package/dist-cjs/commands/ListChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListLiveSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +2 -2
- package/dist-cjs/commands/ListSourceLocationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListVodSourcesCommand.js +2 -2
- package/dist-cjs/commands/PutChannelPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +2 -2
- package/dist-cjs/commands/StartChannelCommand.js +2 -2
- package/dist-cjs/commands/StopChannelCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateLiveSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateSourceLocationCommand.js +2 -2
- package/dist-cjs/commands/UpdateVodSourceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +479 -717
- package/dist-cjs/protocols/Aws_restJson1.js +687 -1581
- package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateChannelCommand.js +3 -3
- package/dist-es/commands/CreateLiveSourceCommand.js +3 -3
- package/dist-es/commands/CreatePrefetchScheduleCommand.js +3 -3
- package/dist-es/commands/CreateProgramCommand.js +3 -3
- package/dist-es/commands/CreateSourceLocationCommand.js +3 -3
- package/dist-es/commands/CreateVodSourceCommand.js +3 -3
- package/dist-es/commands/DeleteChannelCommand.js +3 -3
- package/dist-es/commands/DeleteChannelPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteLiveSourceCommand.js +3 -3
- package/dist-es/commands/DeletePlaybackConfigurationCommand.js +3 -3
- package/dist-es/commands/DeletePrefetchScheduleCommand.js +3 -3
- package/dist-es/commands/DeleteProgramCommand.js +3 -3
- package/dist-es/commands/DeleteSourceLocationCommand.js +3 -3
- package/dist-es/commands/DeleteVodSourceCommand.js +3 -3
- package/dist-es/commands/DescribeChannelCommand.js +3 -3
- package/dist-es/commands/DescribeLiveSourceCommand.js +3 -3
- package/dist-es/commands/DescribeProgramCommand.js +3 -3
- package/dist-es/commands/DescribeSourceLocationCommand.js +3 -3
- package/dist-es/commands/DescribeVodSourceCommand.js +3 -3
- package/dist-es/commands/GetChannelPolicyCommand.js +3 -3
- package/dist-es/commands/GetChannelScheduleCommand.js +3 -3
- package/dist-es/commands/GetPlaybackConfigurationCommand.js +3 -3
- package/dist-es/commands/GetPrefetchScheduleCommand.js +3 -3
- package/dist-es/commands/ListAlertsCommand.js +3 -3
- package/dist-es/commands/ListChannelsCommand.js +3 -3
- package/dist-es/commands/ListLiveSourcesCommand.js +3 -3
- package/dist-es/commands/ListPlaybackConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListPrefetchSchedulesCommand.js +3 -3
- package/dist-es/commands/ListSourceLocationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListVodSourcesCommand.js +3 -3
- package/dist-es/commands/PutChannelPolicyCommand.js +3 -3
- package/dist-es/commands/PutPlaybackConfigurationCommand.js +3 -3
- package/dist-es/commands/StartChannelCommand.js +3 -3
- package/dist-es/commands/StopChannelCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateChannelCommand.js +3 -3
- package/dist-es/commands/UpdateLiveSourceCommand.js +3 -3
- package/dist-es/commands/UpdateSourceLocationCommand.js +3 -3
- package/dist-es/commands/UpdateVodSourceCommand.js +3 -3
- package/dist-es/models/models_0.js +119 -476
- package/dist-es/protocols/Aws_restJson1.js +772 -1593
- package/dist-types/models/models_0.d.ts +476 -714
- package/dist-types/ts3.4/models/models_0.d.ts +238 -476
- package/package.json +6 -6
|
@@ -4,167 +4,35 @@ export var MessageType;
|
|
|
4
4
|
(function (MessageType) {
|
|
5
5
|
MessageType["SPLICE_INSERT"] = "SPLICE_INSERT";
|
|
6
6
|
})(MessageType || (MessageType = {}));
|
|
7
|
-
export var SlateSource;
|
|
8
|
-
(function (SlateSource) {
|
|
9
|
-
SlateSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(SlateSource || (SlateSource = {}));
|
|
11
|
-
export var SpliceInsertMessage;
|
|
12
|
-
(function (SpliceInsertMessage) {
|
|
13
|
-
SpliceInsertMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
-
})(SpliceInsertMessage || (SpliceInsertMessage = {}));
|
|
15
|
-
export var AdBreak;
|
|
16
|
-
(function (AdBreak) {
|
|
17
|
-
AdBreak.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
-
})(AdBreak || (AdBreak = {}));
|
|
19
|
-
export var Alert;
|
|
20
|
-
(function (Alert) {
|
|
21
|
-
Alert.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(Alert || (Alert = {}));
|
|
23
7
|
export var Operator;
|
|
24
8
|
(function (Operator) {
|
|
25
9
|
Operator["EQUALS"] = "EQUALS";
|
|
26
10
|
})(Operator || (Operator = {}));
|
|
27
|
-
export var AvailMatchingCriteria;
|
|
28
|
-
(function (AvailMatchingCriteria) {
|
|
29
|
-
AvailMatchingCriteria.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
-
})(AvailMatchingCriteria || (AvailMatchingCriteria = {}));
|
|
31
|
-
export var DashPlaylistSettings;
|
|
32
|
-
(function (DashPlaylistSettings) {
|
|
33
|
-
DashPlaylistSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
|
-
})(DashPlaylistSettings || (DashPlaylistSettings = {}));
|
|
35
|
-
export var HlsPlaylistSettings;
|
|
36
|
-
(function (HlsPlaylistSettings) {
|
|
37
|
-
HlsPlaylistSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
|
-
})(HlsPlaylistSettings || (HlsPlaylistSettings = {}));
|
|
39
|
-
export var ResponseOutputItem;
|
|
40
|
-
(function (ResponseOutputItem) {
|
|
41
|
-
ResponseOutputItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
|
-
})(ResponseOutputItem || (ResponseOutputItem = {}));
|
|
43
|
-
export var Channel;
|
|
44
|
-
(function (Channel) {
|
|
45
|
-
Channel.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
|
-
})(Channel || (Channel = {}));
|
|
47
11
|
export var Type;
|
|
48
12
|
(function (Type) {
|
|
49
13
|
Type["DASH"] = "DASH";
|
|
50
14
|
Type["HLS"] = "HLS";
|
|
51
15
|
})(Type || (Type = {}));
|
|
52
|
-
export var HttpPackageConfiguration;
|
|
53
|
-
(function (HttpPackageConfiguration) {
|
|
54
|
-
HttpPackageConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
|
-
})(HttpPackageConfiguration || (HttpPackageConfiguration = {}));
|
|
56
|
-
export var LiveSource;
|
|
57
|
-
(function (LiveSource) {
|
|
58
|
-
LiveSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
59
|
-
})(LiveSource || (LiveSource = {}));
|
|
60
16
|
export var Mode;
|
|
61
17
|
(function (Mode) {
|
|
62
18
|
Mode["BEHIND_LIVE_EDGE"] = "BEHIND_LIVE_EDGE";
|
|
63
19
|
Mode["OFF"] = "OFF";
|
|
64
20
|
})(Mode || (Mode = {}));
|
|
65
|
-
export var AvailSuppression;
|
|
66
|
-
(function (AvailSuppression) {
|
|
67
|
-
AvailSuppression.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
|
-
})(AvailSuppression || (AvailSuppression = {}));
|
|
69
|
-
export var Bumper;
|
|
70
|
-
(function (Bumper) {
|
|
71
|
-
Bumper.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
-
})(Bumper || (Bumper = {}));
|
|
73
|
-
export var CdnConfiguration;
|
|
74
|
-
(function (CdnConfiguration) {
|
|
75
|
-
CdnConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
-
})(CdnConfiguration || (CdnConfiguration = {}));
|
|
77
21
|
export var OriginManifestType;
|
|
78
22
|
(function (OriginManifestType) {
|
|
79
23
|
OriginManifestType["MULTI_PERIOD"] = "MULTI_PERIOD";
|
|
80
24
|
OriginManifestType["SINGLE_PERIOD"] = "SINGLE_PERIOD";
|
|
81
25
|
})(OriginManifestType || (OriginManifestType = {}));
|
|
82
|
-
export var DashConfiguration;
|
|
83
|
-
(function (DashConfiguration) {
|
|
84
|
-
DashConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
-
})(DashConfiguration || (DashConfiguration = {}));
|
|
86
|
-
export var HlsConfiguration;
|
|
87
|
-
(function (HlsConfiguration) {
|
|
88
|
-
HlsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
-
})(HlsConfiguration || (HlsConfiguration = {}));
|
|
90
|
-
export var LivePreRollConfiguration;
|
|
91
|
-
(function (LivePreRollConfiguration) {
|
|
92
|
-
LivePreRollConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
-
})(LivePreRollConfiguration || (LivePreRollConfiguration = {}));
|
|
94
|
-
export var LogConfiguration;
|
|
95
|
-
(function (LogConfiguration) {
|
|
96
|
-
LogConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
-
})(LogConfiguration || (LogConfiguration = {}));
|
|
98
|
-
export var AdMarkerPassthrough;
|
|
99
|
-
(function (AdMarkerPassthrough) {
|
|
100
|
-
AdMarkerPassthrough.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
-
})(AdMarkerPassthrough || (AdMarkerPassthrough = {}));
|
|
102
|
-
export var ManifestProcessingRules;
|
|
103
|
-
(function (ManifestProcessingRules) {
|
|
104
|
-
ManifestProcessingRules.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
-
})(ManifestProcessingRules || (ManifestProcessingRules = {}));
|
|
106
|
-
export var PlaybackConfiguration;
|
|
107
|
-
(function (PlaybackConfiguration) {
|
|
108
|
-
PlaybackConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
-
})(PlaybackConfiguration || (PlaybackConfiguration = {}));
|
|
110
|
-
export var PrefetchConsumption;
|
|
111
|
-
(function (PrefetchConsumption) {
|
|
112
|
-
PrefetchConsumption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
-
})(PrefetchConsumption || (PrefetchConsumption = {}));
|
|
114
|
-
export var PrefetchRetrieval;
|
|
115
|
-
(function (PrefetchRetrieval) {
|
|
116
|
-
PrefetchRetrieval.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
-
})(PrefetchRetrieval || (PrefetchRetrieval = {}));
|
|
118
|
-
export var PrefetchSchedule;
|
|
119
|
-
(function (PrefetchSchedule) {
|
|
120
|
-
PrefetchSchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
-
})(PrefetchSchedule || (PrefetchSchedule = {}));
|
|
122
|
-
export var ScheduleAdBreak;
|
|
123
|
-
(function (ScheduleAdBreak) {
|
|
124
|
-
ScheduleAdBreak.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
-
})(ScheduleAdBreak || (ScheduleAdBreak = {}));
|
|
126
26
|
export var ScheduleEntryType;
|
|
127
27
|
(function (ScheduleEntryType) {
|
|
128
28
|
ScheduleEntryType["FILLER_SLATE"] = "FILLER_SLATE";
|
|
129
29
|
ScheduleEntryType["PROGRAM"] = "PROGRAM";
|
|
130
30
|
})(ScheduleEntryType || (ScheduleEntryType = {}));
|
|
131
|
-
export var ScheduleEntry;
|
|
132
|
-
(function (ScheduleEntry) {
|
|
133
|
-
ScheduleEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
-
})(ScheduleEntry || (ScheduleEntry = {}));
|
|
135
|
-
export var SegmentDeliveryConfiguration;
|
|
136
|
-
(function (SegmentDeliveryConfiguration) {
|
|
137
|
-
SegmentDeliveryConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
-
})(SegmentDeliveryConfiguration || (SegmentDeliveryConfiguration = {}));
|
|
139
31
|
export var AccessType;
|
|
140
32
|
(function (AccessType) {
|
|
141
33
|
AccessType["S3_SIGV4"] = "S3_SIGV4";
|
|
142
34
|
AccessType["SECRETS_MANAGER_ACCESS_TOKEN"] = "SECRETS_MANAGER_ACCESS_TOKEN";
|
|
143
35
|
})(AccessType || (AccessType = {}));
|
|
144
|
-
export var SecretsManagerAccessTokenConfiguration;
|
|
145
|
-
(function (SecretsManagerAccessTokenConfiguration) {
|
|
146
|
-
SecretsManagerAccessTokenConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
-
})(SecretsManagerAccessTokenConfiguration || (SecretsManagerAccessTokenConfiguration = {}));
|
|
148
|
-
export var AccessConfiguration;
|
|
149
|
-
(function (AccessConfiguration) {
|
|
150
|
-
AccessConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
-
})(AccessConfiguration || (AccessConfiguration = {}));
|
|
152
|
-
export var DefaultSegmentDeliveryConfiguration;
|
|
153
|
-
(function (DefaultSegmentDeliveryConfiguration) {
|
|
154
|
-
DefaultSegmentDeliveryConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
-
})(DefaultSegmentDeliveryConfiguration || (DefaultSegmentDeliveryConfiguration = {}));
|
|
156
|
-
export var HttpConfiguration;
|
|
157
|
-
(function (HttpConfiguration) {
|
|
158
|
-
HttpConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
-
})(HttpConfiguration || (HttpConfiguration = {}));
|
|
160
|
-
export var SourceLocation;
|
|
161
|
-
(function (SourceLocation) {
|
|
162
|
-
SourceLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(SourceLocation || (SourceLocation = {}));
|
|
164
|
-
export var VodSource;
|
|
165
|
-
(function (VodSource) {
|
|
166
|
-
VodSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(VodSource || (VodSource = {}));
|
|
168
36
|
var BadRequestException = (function (_super) {
|
|
169
37
|
__extends(BadRequestException, _super);
|
|
170
38
|
function BadRequestException(opts) {
|
|
@@ -183,18 +51,6 @@ export var ChannelState;
|
|
|
183
51
|
ChannelState["RUNNING"] = "RUNNING";
|
|
184
52
|
ChannelState["STOPPED"] = "STOPPED";
|
|
185
53
|
})(ChannelState || (ChannelState = {}));
|
|
186
|
-
export var ConfigureLogsForPlaybackConfigurationRequest;
|
|
187
|
-
(function (ConfigureLogsForPlaybackConfigurationRequest) {
|
|
188
|
-
ConfigureLogsForPlaybackConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
-
})(ConfigureLogsForPlaybackConfigurationRequest || (ConfigureLogsForPlaybackConfigurationRequest = {}));
|
|
190
|
-
export var ConfigureLogsForPlaybackConfigurationResponse;
|
|
191
|
-
(function (ConfigureLogsForPlaybackConfigurationResponse) {
|
|
192
|
-
ConfigureLogsForPlaybackConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(ConfigureLogsForPlaybackConfigurationResponse || (ConfigureLogsForPlaybackConfigurationResponse = {}));
|
|
194
|
-
export var RequestOutputItem;
|
|
195
|
-
(function (RequestOutputItem) {
|
|
196
|
-
RequestOutputItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
-
})(RequestOutputItem || (RequestOutputItem = {}));
|
|
198
54
|
export var PlaybackMode;
|
|
199
55
|
(function (PlaybackMode) {
|
|
200
56
|
PlaybackMode["LINEAR"] = "LINEAR";
|
|
@@ -205,340 +61,127 @@ export var Tier;
|
|
|
205
61
|
Tier["BASIC"] = "BASIC";
|
|
206
62
|
Tier["STANDARD"] = "STANDARD";
|
|
207
63
|
})(Tier || (Tier = {}));
|
|
208
|
-
export var CreateChannelRequest;
|
|
209
|
-
(function (CreateChannelRequest) {
|
|
210
|
-
CreateChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(CreateChannelRequest || (CreateChannelRequest = {}));
|
|
212
|
-
export var CreateChannelResponse;
|
|
213
|
-
(function (CreateChannelResponse) {
|
|
214
|
-
CreateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(CreateChannelResponse || (CreateChannelResponse = {}));
|
|
216
|
-
export var CreateLiveSourceRequest;
|
|
217
|
-
(function (CreateLiveSourceRequest) {
|
|
218
|
-
CreateLiveSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(CreateLiveSourceRequest || (CreateLiveSourceRequest = {}));
|
|
220
|
-
export var CreateLiveSourceResponse;
|
|
221
|
-
(function (CreateLiveSourceResponse) {
|
|
222
|
-
CreateLiveSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
-
})(CreateLiveSourceResponse || (CreateLiveSourceResponse = {}));
|
|
224
|
-
export var CreatePrefetchScheduleRequest;
|
|
225
|
-
(function (CreatePrefetchScheduleRequest) {
|
|
226
|
-
CreatePrefetchScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
-
})(CreatePrefetchScheduleRequest || (CreatePrefetchScheduleRequest = {}));
|
|
228
|
-
export var CreatePrefetchScheduleResponse;
|
|
229
|
-
(function (CreatePrefetchScheduleResponse) {
|
|
230
|
-
CreatePrefetchScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
-
})(CreatePrefetchScheduleResponse || (CreatePrefetchScheduleResponse = {}));
|
|
232
64
|
export var RelativePosition;
|
|
233
65
|
(function (RelativePosition) {
|
|
234
66
|
RelativePosition["AFTER_PROGRAM"] = "AFTER_PROGRAM";
|
|
235
67
|
RelativePosition["BEFORE_PROGRAM"] = "BEFORE_PROGRAM";
|
|
236
68
|
})(RelativePosition || (RelativePosition = {}));
|
|
237
|
-
export var
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
export var
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
export var
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
export var
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
export var
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
export var
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
export var
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
export var
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
export var
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
export var
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
export var
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
export var
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
export var
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
export var
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
export var
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
export var
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
export var
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
export var
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
export var
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
export var
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
export var
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
export var
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
export var
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
export var
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
export var
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
export var
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
export var
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
export var
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
export var
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
export var
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
})(DescribeProgramRequest || (DescribeProgramRequest = {}));
|
|
357
|
-
export var DescribeProgramResponse;
|
|
358
|
-
(function (DescribeProgramResponse) {
|
|
359
|
-
DescribeProgramResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(DescribeProgramResponse || (DescribeProgramResponse = {}));
|
|
361
|
-
export var DescribeSourceLocationRequest;
|
|
362
|
-
(function (DescribeSourceLocationRequest) {
|
|
363
|
-
DescribeSourceLocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(DescribeSourceLocationRequest || (DescribeSourceLocationRequest = {}));
|
|
365
|
-
export var DescribeSourceLocationResponse;
|
|
366
|
-
(function (DescribeSourceLocationResponse) {
|
|
367
|
-
DescribeSourceLocationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
-
})(DescribeSourceLocationResponse || (DescribeSourceLocationResponse = {}));
|
|
369
|
-
export var DescribeVodSourceRequest;
|
|
370
|
-
(function (DescribeVodSourceRequest) {
|
|
371
|
-
DescribeVodSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
-
})(DescribeVodSourceRequest || (DescribeVodSourceRequest = {}));
|
|
373
|
-
export var DescribeVodSourceResponse;
|
|
374
|
-
(function (DescribeVodSourceResponse) {
|
|
375
|
-
DescribeVodSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(DescribeVodSourceResponse || (DescribeVodSourceResponse = {}));
|
|
377
|
-
export var GetChannelPolicyRequest;
|
|
378
|
-
(function (GetChannelPolicyRequest) {
|
|
379
|
-
GetChannelPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(GetChannelPolicyRequest || (GetChannelPolicyRequest = {}));
|
|
381
|
-
export var GetChannelPolicyResponse;
|
|
382
|
-
(function (GetChannelPolicyResponse) {
|
|
383
|
-
GetChannelPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(GetChannelPolicyResponse || (GetChannelPolicyResponse = {}));
|
|
385
|
-
export var GetChannelScheduleRequest;
|
|
386
|
-
(function (GetChannelScheduleRequest) {
|
|
387
|
-
GetChannelScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
-
})(GetChannelScheduleRequest || (GetChannelScheduleRequest = {}));
|
|
389
|
-
export var GetChannelScheduleResponse;
|
|
390
|
-
(function (GetChannelScheduleResponse) {
|
|
391
|
-
GetChannelScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
})(GetChannelScheduleResponse || (GetChannelScheduleResponse = {}));
|
|
393
|
-
export var GetPlaybackConfigurationRequest;
|
|
394
|
-
(function (GetPlaybackConfigurationRequest) {
|
|
395
|
-
GetPlaybackConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
-
})(GetPlaybackConfigurationRequest || (GetPlaybackConfigurationRequest = {}));
|
|
397
|
-
export var GetPlaybackConfigurationResponse;
|
|
398
|
-
(function (GetPlaybackConfigurationResponse) {
|
|
399
|
-
GetPlaybackConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
-
})(GetPlaybackConfigurationResponse || (GetPlaybackConfigurationResponse = {}));
|
|
401
|
-
export var GetPrefetchScheduleRequest;
|
|
402
|
-
(function (GetPrefetchScheduleRequest) {
|
|
403
|
-
GetPrefetchScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(GetPrefetchScheduleRequest || (GetPrefetchScheduleRequest = {}));
|
|
405
|
-
export var GetPrefetchScheduleResponse;
|
|
406
|
-
(function (GetPrefetchScheduleResponse) {
|
|
407
|
-
GetPrefetchScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(GetPrefetchScheduleResponse || (GetPrefetchScheduleResponse = {}));
|
|
409
|
-
export var ListAlertsRequest;
|
|
410
|
-
(function (ListAlertsRequest) {
|
|
411
|
-
ListAlertsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(ListAlertsRequest || (ListAlertsRequest = {}));
|
|
413
|
-
export var ListAlertsResponse;
|
|
414
|
-
(function (ListAlertsResponse) {
|
|
415
|
-
ListAlertsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
-
})(ListAlertsResponse || (ListAlertsResponse = {}));
|
|
417
|
-
export var ListChannelsRequest;
|
|
418
|
-
(function (ListChannelsRequest) {
|
|
419
|
-
ListChannelsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
-
})(ListChannelsRequest || (ListChannelsRequest = {}));
|
|
421
|
-
export var ListChannelsResponse;
|
|
422
|
-
(function (ListChannelsResponse) {
|
|
423
|
-
ListChannelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
-
})(ListChannelsResponse || (ListChannelsResponse = {}));
|
|
425
|
-
export var ListLiveSourcesRequest;
|
|
426
|
-
(function (ListLiveSourcesRequest) {
|
|
427
|
-
ListLiveSourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
-
})(ListLiveSourcesRequest || (ListLiveSourcesRequest = {}));
|
|
429
|
-
export var ListLiveSourcesResponse;
|
|
430
|
-
(function (ListLiveSourcesResponse) {
|
|
431
|
-
ListLiveSourcesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
-
})(ListLiveSourcesResponse || (ListLiveSourcesResponse = {}));
|
|
433
|
-
export var ListPlaybackConfigurationsRequest;
|
|
434
|
-
(function (ListPlaybackConfigurationsRequest) {
|
|
435
|
-
ListPlaybackConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
-
})(ListPlaybackConfigurationsRequest || (ListPlaybackConfigurationsRequest = {}));
|
|
437
|
-
export var ListPlaybackConfigurationsResponse;
|
|
438
|
-
(function (ListPlaybackConfigurationsResponse) {
|
|
439
|
-
ListPlaybackConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
})(ListPlaybackConfigurationsResponse || (ListPlaybackConfigurationsResponse = {}));
|
|
441
|
-
export var ListPrefetchSchedulesRequest;
|
|
442
|
-
(function (ListPrefetchSchedulesRequest) {
|
|
443
|
-
ListPrefetchSchedulesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
-
})(ListPrefetchSchedulesRequest || (ListPrefetchSchedulesRequest = {}));
|
|
445
|
-
export var ListPrefetchSchedulesResponse;
|
|
446
|
-
(function (ListPrefetchSchedulesResponse) {
|
|
447
|
-
ListPrefetchSchedulesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
-
})(ListPrefetchSchedulesResponse || (ListPrefetchSchedulesResponse = {}));
|
|
449
|
-
export var ListSourceLocationsRequest;
|
|
450
|
-
(function (ListSourceLocationsRequest) {
|
|
451
|
-
ListSourceLocationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
-
})(ListSourceLocationsRequest || (ListSourceLocationsRequest = {}));
|
|
453
|
-
export var ListSourceLocationsResponse;
|
|
454
|
-
(function (ListSourceLocationsResponse) {
|
|
455
|
-
ListSourceLocationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
-
})(ListSourceLocationsResponse || (ListSourceLocationsResponse = {}));
|
|
457
|
-
export var ListTagsForResourceRequest;
|
|
458
|
-
(function (ListTagsForResourceRequest) {
|
|
459
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
461
|
-
export var ListTagsForResourceResponse;
|
|
462
|
-
(function (ListTagsForResourceResponse) {
|
|
463
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
465
|
-
export var ListVodSourcesRequest;
|
|
466
|
-
(function (ListVodSourcesRequest) {
|
|
467
|
-
ListVodSourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
-
})(ListVodSourcesRequest || (ListVodSourcesRequest = {}));
|
|
469
|
-
export var ListVodSourcesResponse;
|
|
470
|
-
(function (ListVodSourcesResponse) {
|
|
471
|
-
ListVodSourcesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
-
})(ListVodSourcesResponse || (ListVodSourcesResponse = {}));
|
|
473
|
-
export var PutChannelPolicyRequest;
|
|
474
|
-
(function (PutChannelPolicyRequest) {
|
|
475
|
-
PutChannelPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
-
})(PutChannelPolicyRequest || (PutChannelPolicyRequest = {}));
|
|
477
|
-
export var PutChannelPolicyResponse;
|
|
478
|
-
(function (PutChannelPolicyResponse) {
|
|
479
|
-
PutChannelPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
-
})(PutChannelPolicyResponse || (PutChannelPolicyResponse = {}));
|
|
481
|
-
export var PutPlaybackConfigurationRequest;
|
|
482
|
-
(function (PutPlaybackConfigurationRequest) {
|
|
483
|
-
PutPlaybackConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
-
})(PutPlaybackConfigurationRequest || (PutPlaybackConfigurationRequest = {}));
|
|
485
|
-
export var PutPlaybackConfigurationResponse;
|
|
486
|
-
(function (PutPlaybackConfigurationResponse) {
|
|
487
|
-
PutPlaybackConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
-
})(PutPlaybackConfigurationResponse || (PutPlaybackConfigurationResponse = {}));
|
|
489
|
-
export var StartChannelRequest;
|
|
490
|
-
(function (StartChannelRequest) {
|
|
491
|
-
StartChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
-
})(StartChannelRequest || (StartChannelRequest = {}));
|
|
493
|
-
export var StartChannelResponse;
|
|
494
|
-
(function (StartChannelResponse) {
|
|
495
|
-
StartChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
-
})(StartChannelResponse || (StartChannelResponse = {}));
|
|
497
|
-
export var StopChannelRequest;
|
|
498
|
-
(function (StopChannelRequest) {
|
|
499
|
-
StopChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
-
})(StopChannelRequest || (StopChannelRequest = {}));
|
|
501
|
-
export var StopChannelResponse;
|
|
502
|
-
(function (StopChannelResponse) {
|
|
503
|
-
StopChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
-
})(StopChannelResponse || (StopChannelResponse = {}));
|
|
505
|
-
export var TagResourceRequest;
|
|
506
|
-
(function (TagResourceRequest) {
|
|
507
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
509
|
-
export var UntagResourceRequest;
|
|
510
|
-
(function (UntagResourceRequest) {
|
|
511
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
513
|
-
export var UpdateChannelRequest;
|
|
514
|
-
(function (UpdateChannelRequest) {
|
|
515
|
-
UpdateChannelRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
-
})(UpdateChannelRequest || (UpdateChannelRequest = {}));
|
|
517
|
-
export var UpdateChannelResponse;
|
|
518
|
-
(function (UpdateChannelResponse) {
|
|
519
|
-
UpdateChannelResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
-
})(UpdateChannelResponse || (UpdateChannelResponse = {}));
|
|
521
|
-
export var UpdateLiveSourceRequest;
|
|
522
|
-
(function (UpdateLiveSourceRequest) {
|
|
523
|
-
UpdateLiveSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
-
})(UpdateLiveSourceRequest || (UpdateLiveSourceRequest = {}));
|
|
525
|
-
export var UpdateLiveSourceResponse;
|
|
526
|
-
(function (UpdateLiveSourceResponse) {
|
|
527
|
-
UpdateLiveSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
-
})(UpdateLiveSourceResponse || (UpdateLiveSourceResponse = {}));
|
|
529
|
-
export var UpdateSourceLocationRequest;
|
|
530
|
-
(function (UpdateSourceLocationRequest) {
|
|
531
|
-
UpdateSourceLocationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
-
})(UpdateSourceLocationRequest || (UpdateSourceLocationRequest = {}));
|
|
533
|
-
export var UpdateSourceLocationResponse;
|
|
534
|
-
(function (UpdateSourceLocationResponse) {
|
|
535
|
-
UpdateSourceLocationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
-
})(UpdateSourceLocationResponse || (UpdateSourceLocationResponse = {}));
|
|
537
|
-
export var UpdateVodSourceRequest;
|
|
538
|
-
(function (UpdateVodSourceRequest) {
|
|
539
|
-
UpdateVodSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
-
})(UpdateVodSourceRequest || (UpdateVodSourceRequest = {}));
|
|
541
|
-
export var UpdateVodSourceResponse;
|
|
542
|
-
(function (UpdateVodSourceResponse) {
|
|
543
|
-
UpdateVodSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
-
})(UpdateVodSourceResponse || (UpdateVodSourceResponse = {}));
|
|
69
|
+
export var SlateSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
+
export var SpliceInsertMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
+
export var AdBreakFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
+
export var AlertFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
+
export var AvailMatchingCriteriaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
+
export var DashPlaylistSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
|
+
export var HlsPlaylistSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
+
export var ResponseOutputItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
77
|
+
export var ChannelFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
+
export var HttpPackageConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
+
export var LiveSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
+
export var AvailSuppressionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
81
|
+
export var BumperFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
+
export var CdnConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
+
export var DashConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
+
export var HlsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
|
+
export var LivePreRollConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
+
export var LogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
87
|
+
export var AdMarkerPassthroughFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
+
export var ManifestProcessingRulesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
|
+
export var PlaybackConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
+
export var PrefetchConsumptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
+
export var PrefetchRetrievalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
+
export var PrefetchScheduleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
93
|
+
export var ScheduleAdBreakFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
+
export var ScheduleEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
+
export var SegmentDeliveryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
+
export var SecretsManagerAccessTokenConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
97
|
+
export var AccessConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
+
export var DefaultSegmentDeliveryConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
export var HttpConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
export var SourceLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
export var VodSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
export var ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
export var ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
export var RequestOutputItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
export var CreateChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
export var CreateChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
+
export var CreateLiveSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
export var CreateLiveSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
export var CreatePrefetchScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
+
export var CreatePrefetchScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
+
export var TransitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
+
export var ScheduleConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
+
export var CreateProgramRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
+
export var CreateProgramResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
+
export var CreateSourceLocationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
export var CreateSourceLocationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
export var CreateVodSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
+
export var CreateVodSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
+
export var DashConfigurationForPutFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
+
export var DeleteChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
+
export var DeleteChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
+
export var DeleteChannelPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
+
export var DeleteChannelPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
+
export var DeleteLiveSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
+
export var DeleteLiveSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
+
export var DeletePlaybackConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
|
+
export var DeletePlaybackConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
+
export var DeletePrefetchScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
export var DeletePrefetchScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
+
export var DeleteProgramRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
131
|
+
export var DeleteProgramResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
+
export var DeleteSourceLocationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
export var DeleteSourceLocationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
+
export var DeleteVodSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
135
|
+
export var DeleteVodSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
+
export var DescribeChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
export var DescribeChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
+
export var DescribeLiveSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
+
export var DescribeLiveSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
+
export var DescribeProgramRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
export var DescribeProgramResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
+
export var DescribeSourceLocationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
+
export var DescribeSourceLocationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
+
export var DescribeVodSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
export var DescribeVodSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
+
export var GetChannelPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
147
|
+
export var GetChannelPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
+
export var GetChannelScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
export var GetChannelScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
+
export var GetPlaybackConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
+
export var GetPlaybackConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
+
export var GetPrefetchScheduleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
+
export var GetPrefetchScheduleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
+
export var ListAlertsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
+
export var ListAlertsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
export var ListChannelsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
export var ListChannelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
+
export var ListLiveSourcesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
159
|
+
export var ListLiveSourcesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
+
export var ListPlaybackConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
+
export var ListPlaybackConfigurationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
|
+
export var ListPrefetchSchedulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
+
export var ListPrefetchSchedulesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
+
export var ListSourceLocationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
+
export var ListSourceLocationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
166
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
+
export var ListVodSourcesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
export var ListVodSourcesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
+
export var PutChannelPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
+
export var PutChannelPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
+
export var PutPlaybackConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
|
+
export var PutPlaybackConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
+
export var StartChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
175
|
+
export var StartChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
+
export var StopChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
177
|
+
export var StopChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
export var UpdateChannelRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
181
|
+
export var UpdateChannelResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
export var UpdateLiveSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
|
+
export var UpdateLiveSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
+
export var UpdateSourceLocationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
+
export var UpdateSourceLocationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
export var UpdateVodSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
187
|
+
export var UpdateVodSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|